@import url('filesystem.css');


/*Centering*/
.floater {
  margin: auto;
  text-align: center;
  padding: 10px;
  float: left;
}
/**/
ul {
  list-style: none;
}

  ul.indent li {
    margin: 0 0 0 24px;
  }

  ul.hyphen li:before {
    content: '-';
    position: absolute;
    margin: 0 0 0 -12px;
  }


.fb-approve-shiftbid p {
  margin: 0 0 12px 0;
}


.fb-exchange-info {
  position: relative;
  cursor: default;
}

  .fb-exchange-info > i {
    width: 24px;
    line-height: 24px;
    text-align: center;
  }

    .fb-exchange-info > i:hover + div {
      display: block;
    }

  .fb-exchange-info > div {
    display: none;
    z-index: 1;
    position: absolute;
    top: 24px;
    right: auto;
    bottom: auto;
    left: 24px;
    width: 360px;
    line-height: 1.2;
  }

.text-default {
  color: #666666;
}


/*#region ====[ PACE ]==== */
.pace {
  -webkit-pointer-events: none;
  pointer-events: none;
  -webkit-user-select: none;
  -moz-user-select: none;
  user-select: none;
}

  .pace .pace-progress {
    background: #29d;
    position: fixed;
    z-index: 2000;
    top: 0;
    right: 100%;
    width: 100%;
    height: 2px;
  }

  .pace .pace-progress-inner {
    display: block;
    position: absolute;
    right: 0px;
    width: 100px;
    height: 100%;
    box-shadow: 0 0 10px #29d, 0 0 5px #29d;
    opacity: 1.0;
    -webkit-transform: rotate(3deg) translate(0px, -4px);
    -moz-transform: rotate(3deg) translate(0px, -4px);
    -ms-transform: rotate(3deg) translate(0px, -4px);
    -o-transform: rotate(3deg) translate(0px, -4px);
    transform: rotate(3deg) translate(0px, -4px);
  }

  .pace .pace-activity {
    display: none;
  }

.pace-inactive {
  display: none;
}
/*#endregion*/

*[fb\:resize],
*[fb-resize] {
  overflow: auto;
}

  *[fb\:resize] > *,
  *[fb-resize] > * {
    display: inline-block;
  }



.fa-spin.ng-animate {
  -moz-animation: none;
  -o-animation: none;
  -webkit-animation: none;
  animation: none;
}




.smart-form .icon-append.text-danger,
.smart-form .icon-prepend.text-danger {
  color: #a94442;
}

.smart-form .icon-append.text-success,
.smart-form .icon-prepend.text-success {
  color: #3c763d;
}




.smart-form .fb-input-xs {
}

  .smart-form .fb-input-xs > input {
    height: 24px;
    padding: 2px 6px;
    font-size: 11px;
    line-height: 1.5;
  }

  .smart-form .fb-input-xs > .icon-append {
    top: 4px;
    height: 16px;
    right: 0;
    padding-left: 0;
    line-height: 16px;
  }

    .smart-form .fb-input-xs > .icon-append + input {
      padding-right: 26px;
    }

.fb-static-input {
  margin: 0;
  padding: 5px 10px;
  border-color: #BDBDBD;
  border-style: solid;
  border-width: 1px 0 0 0;
}

html {
  background: none #EEEEEE !important;
}

body {
  background: none #EEEEEE !important;
}

::-webkit-scrollbar-corner {
  background-color: #EEEEEE;
  pointer-events: all;
}

::-webkit-input-placeholder {
  color: #AAAAAA;
}

::-moz-placeholder {
  color: #AAAAAA;
}

input:-ms-input-placeholder {
  color: #AAAAAA;
}

a[disabled] {
  pointer-events: none;
  cursor: default;
}




.btn-xl {
  height: 72px;
  font-size: 35pt;
  font-weight: 700;
}

.input-xl > input {
  height: 72px !important;
  line-height: 72px !important;
  font-size: 35pt !important;
}

.textarea-xl > textarea {
  height: 72px !important;
}


/*#region ====[ I'm Awesome ]====*/
.fb-pulsate {
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  -moz-animation: pulsate 1s ease-out;
  -o-animation: pulsate 1s ease-out;
  -webkit-animation: pulsate 1s ease-out;
  animation: pulsate 1s ease-out;
  -moz-animation-iteration-count: infinite;
  -o-animation-iteration-count: infinite;
  -webkit-animation-iteration-count: infinite;
  animation-iteration-count: infinite;
}

  .fb-pulsate.ng-animate {
    -moz-animation: none;
    -o-animation: none;
    -webkit-animation: none;
    animation: none;
  }

@-moz-keyframes pulsate {
  0% {
    -moz-transform: scale(0.2, 0.2);
    opacity: 0.0;
  }

  50% {
    opacity: 1.0;
  }

  100% {
    -moz-transform: scale(1.2, 1.2);
    opacity: 0.0;
  }
}

@-ms-keyframes pulsate {
  0% {
    transform: scale(0.2, 0.2);
    opacity: 0.0;
  }

  50% {
    opacity: 1.0;
  }

  100% {
    transform: scale(1.2, 1.2);
    opacity: 0.0;
  }
}

@-o-keyframes pulsate {
  0% {
    -o-transform: scale(0.2, 0.2);
    opacity: 0.0;
  }

  50% {
    opacity: 1.0;
  }

  100% {
    -o-transform: scale(1.2, 1.2);
    opacity: 0.0;
  }
}

@-webkit-keyframes pulsate {
  0% {
    -webkit-transform: scale(0.2, 0.2);
    opacity: 0.0;
  }

  50% {
    opacity: 1.0;
  }

  100% {
    -webkit-transform: scale(1.2, 1.2);
    opacity: 0.0;
  }
}

@keyframes pulsate {
  0% {
    transform: scale(0.2, 0.2);
    opacity: 0.0;
  }

  50% {
    opacity: 1.0;
  }

  100% {
    transform: scale(1.2, 1.2);
    opacity: 0.0;
  }
}
/*#endregion*/


/*#region Margins */
.margin-5 {
  margin: 5px;
}

.margin-20 {
  margin: 20px;
}

.margin-left-20 {
  margin-left: 20px;
}

.margin-right-10 {
  margin-right: 10px;
}

.margin-right-20 {
  margin-right: 20px;
}

.margin-bottom-20 {
  margin-bottom: 20px;
}

.margin-top-20 {
  margin-top: 20px;
}
/*#endregion*/
/*#region Paddings */

.padding-10 {
  padding: 10px;
}

.padding-20 {
  padding: 20px;
}

.padding-left-20 {
  padding-left: 20px;
}

.padding-right-20 {
  padding-right: 20px;
}

.padding-bottom-20 {
  padding-bottom: 20px;
}

.padding-top-20 {
  padding-top: 20px;
}

.padding-3 {
  padding: 3px;
}

.padding-left-5 {
  padding-left: 5px;
}

.padding-left-10 {
  padding-left: 10px;
}

/*#endregion*/
/*.fb-hue {
    height: 256px;
    width: 16px;
    background: -o-linear-gradient(bottom, #ff0000 0%, #ffff00 16.67%, #00ff00 33.33%, #00ffff 50%, #0000ff 66.67%, #ff00ff 83.33%, #ff0000 100%);
    background: -moz-linear-gradient(bottom, #ff0000 0%, #ffff00 16.67%, #00ff00 33.33%, #00ffff 50%, #0000ff 66.67%, #ff00ff 83.33%, #ff0000 100%);
    background: -webkit-linear-gradient(bottom, #ff0000 0%, #ffff00 16.67%, #00ff00 33.33%, #00ffff 50%, #0000ff 66.67%, #ff00ff 83.33%, #ff0000 100%);
    background: linear-gradient(bottom, #ff0000 0%, #ffff00 16.67%, #00ff00 33.33%, #00ffff 50%, #0000ff 66.67%, #ff00ff 83.33%, #ff0000 100%);
}*/

.fb-log {
  border-color: #CCCCCC;
  border-style: solid;
  border-width: 1px;
  list-style-type: none;
  padding: 5px 10px;
  height: 100px;
  overflow: auto;
}

  .fb-log > li + li {
    margin-top: 10px;
  }

  .fb-log > li > span {
    white-space: pre-line;
  }

.fb-konami {
  -moz-filter: invert(100%) grayscale(100%);
  -ms-filter: invert(100%) grayscale(100%);
  -o-filter: invert(100%) grayscale(100%);
  -webkit-filter: invert(100%) grayscale(100%);
  filter: invert(100%) grayscale(100%);
}

.fb-nosel {
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}


.fb-approval-table {
  font-size: 8pt;
}

  .fb-approval-table .fb-text-cell {
    padding: 12px 8px !important;
    line-height: 16px !important;
  }

  .fb-approval-table .fb-input-cell {
    padding: 8px 4px !important;
    line-height: 24px !important;
  }

  .fb-approval-table .fb-button-cell {
    padding: 8px 8px !important;
    line-height: 24px !important;
  }


.fb-approval-inline {
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  padding: 10px 4px;
  line-height: 16px;
}

.fb-approval-label {
  font-weight: bold !important;
}

.fb-approval-badge {
  padding: 0.2em 0.4em;
}

.fb-approval-shifttype {
  display: inline;
  padding: .2em .6em .3em;
  font-weight: bold;
  line-height: 1;
  color: #ffffff;
  text-align: center;
  white-space: nowrap;
  vertical-align: baseline;
  border-radius: .25em;
}


.tree li > span > label {
  cursor: pointer;
}


.fb-tree-node {
  transition: 400ms ease-in-out opacity;
  opacity: 1;
}

  .fb-tree-node.ng-hide {
    opacity: 0;
  }

  .fb-tree-node.ng-hide-add, .my-elm.ng-hide-remove {
    display: block !important;
  }


ol.fb-breadcrumb {
  list-style-type: none;
}

  ol.fb-breadcrumb > li {
    display: inline-block;
  }

    ol.fb-breadcrumb > li + li:before {
      content: '\f101';
      display: inline-block;
      width: 1em;
      margin-right: -0.25em;
      font-family: FontAwesome;
      text-align: center;
    }



.list-group-item:hover {
  position: relative;
  cursor: pointer;
}

  .list-group-item:hover:after {
    content: '';
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    background-color: rgba(0, 0, 0, 0.04);
    pointer-events: none;
  }



.fb-form-content {
  padding: 25px 14px;
}



#header {
  z-index: 1003;
}

#logo-group {
  position: absolute;
}

  #logo-group #logo {
    display: block;
    height: auto;
    float: none;
  }

  #logo-group #logo {
    margin-top: 10px;
    margin-left: 8px;
  }

    #logo-group #logo img {
      width: 200px;
    }


#left-panel {
  top: 0;
  padding-top: 49px;
  height: 100%;
}

#main {
  min-height: 0;
  padding: 0;
}

[ng\:cloak], [ng-cloak], [data-ng-cloak], [x-ng-cloak], .ng-cloak, .x-ng-cloak {
  display: none !important;
}



.fb-visible {
  display: block !important;
}


.fa.pull-left {
  margin-bottom: .3em;
}



.table-striped tr.bg-info td,
.table-striped tr.bg-info th {
  background-color: #D9EDF7 !important;
}

.table-striped.table-hover tr.bg-info:hover td,
.table-striped.table-hover tr.bg-info:hover th {
  background-color: #D4E8F2 !important;
}

.margin-left-5 {
  margin-left: 5px !important;
}

.smart-form .checkbox i,
.smart-form .icon-append,
.smart-form .icon-prepend,
.smart-form .input input,
.smart-form .radio i,
.smart-form .select select,
.smart-form .textarea textarea,
.smart-form .toggle i {
  -moz-transition: all linear 200ms;
  -o-transition: all linear 200ms;
  -webkit-transition: all linear 300ms;
  transition: all linear 200ms;
}

.smart-form .checkbox.state-error i,
.smart-form .radio.state-error i,
.smart-form .state-error input,
.smart-form .state-error select,
.smart-form .state-error a.select2-choice,
.smart-form .state-error textarea,
.smart-form .toggle.state-error i {
  background-color: #FFEEEE;
  border-color: #AA0000;
  color: #AA0000;
}

.smart-form .state-error .icon-append,
.smart-form .state-error .icon-prepend {
  color: #AA0000;
}

.smart-form .checkbox.state-warning i,
.smart-form .radio.state-warning i,
.smart-form .state-warning input,
.smart-form .state-warning select,
.smart-form .state-warning a.select2-choice,
.smart-form .state-warning textarea,
.smart-form .toggle.state-warning i {
  background-color: #FFFFEE;
  border-color: #CC9900;
  color: #CC9900;
}

.smart-form .state-warning .icon-append,
.smart-form .state-warning .icon-prepend {
  color: #CC9900;
}

.smart-form .checkbox.state-success i,
.smart-form .radio.state-success i,
.smart-form .state-success input,
.smart-form .state-success select,
.smart-form .state-success a.select2-choice,
.smart-form .state-success textarea,
.smart-form .toggle.state-success i {
  background-color: #EEFFEE;
  border-color: #00AA00;
  color: #00AA00;
}

.smart-form .state-success .icon-append,
.smart-form .state-success .icon-prepend {
  color: #00AA00;
}


small, .small {
  font-size: 80%;
}

.col-xs-1, .col-sm-1, .col-md-1, .col-lg-1,
.col-xs-2, .col-sm-2, .col-md-2, .col-lg-2,
.col-xs-3, .col-sm-3, .col-md-3, .col-lg-3,
.col-xs-4, .col-sm-4, .col-md-4, .col-lg-4,
.col-xs-5, .col-sm-5, .col-md-5, .col-lg-5,
.col-xs-6, .col-sm-6, .col-md-6, .col-lg-6,
.col-xs-7, .col-sm-7, .col-md-7, .col-lg-7,
.col-xs-8, .col-sm-8, .col-md-8, .col-lg-8,
.col-xs-9, .col-sm-9, .col-md-9, .col-lg-9,
.col-xs-10, .col-sm-10, .col-md-10, .col-lg-10,
.col-xs-11, .col-sm-11, .col-md-11, .col-lg-11,
.col-xs-12, .col-sm-12, .col-md-12, .col-lg-12 {
  padding: 0 15px;
  box-sizing: border-box;
}

/*.smart-form .fb-inline-group .checkbox,
.smart-form .fb-inline-group .radio {
    white-space: normal;
}*/


.fb-radio-small {
  display: block;
  line-height: 1;
}

/*#region ====[ Label and Tooltip ]==== */
.fb-label {
  display: block;
  position: relative;
  margin: 0 0 4px 0;
  padding: 0 4px;
  line-height: 16px;
  font-size: 80%;
  background-color: #333333;
  border-radius: 3px;
  color: #FFFFFF;
  cursor: inherit;
}

.fb-tooltip {
  display: block;
  position: absolute;
  top: auto;
  right: auto;
  bottom: auto;
  left: auto;
  margin: 0;
  padding: 4px 8px;
  font-size: 80%;
  line-height: 1.2;
  background-color: #333333;
  border-color: #333333;
  border-radius: 5px;
  color: #FFFFFF;
  pointer-events: none;
  transition-delay: 0ms;
  transition-duration: 200ms;
  transition-property: opacity;
  white-space: nowrap;
}

  .fb-tooltip:after {
    content: '';
    display: block;
    position: absolute;
    top: auto;
    right: auto;
    bottom: auto;
    left: auto;
    border-color: transparent;
    border-style: solid;
    border-width: 5px;
  }

* + .fb-tooltip {
  opacity: 0;
}

*:hover + .fb-tooltip,
*:focus + .fb-tooltip {
  opacity: 1;
}

.fb-tooltip.fb-top-right {
  right: 0;
  bottom: 24px;
}

  .fb-tooltip.fb-top-right:after {
    right: 8px;
    bottom: -10px;
    border-top-color: inherit;
  }

.fb-tooltip.fb-top-left {
  left: 0;
  bottom: 24px;
}

  .fb-tooltip.fb-top-left:after {
    bottom: -10px;
    left: 8px;
    border-top-color: inherit;
  }

.fb-tooltip.fb-bottom-right {
  top: 24px;
  right: 0;
}

  .fb-tooltip.fb-bottom-right:after {
    top: -10px;
    right: 8px;
    border-bottom-color: inherit;
  }

.fb-tooltip.fb-bottom-left {
  top: 24px;
  left: 0;
}

  .fb-tooltip.fb-bottom-left:after {
    top: -10px;
    left: 8px;
    border-bottom-color: inherit;
  }

.fb-tooltip.fb-emboss {
  border-color: #FFFFFF;
  border-style: solid;
  border-width: 1px;
}

  .fb-tooltip.fb-emboss:before {
    content: '';
    display: block;
    position: absolute;
    top: auto;
    right: auto;
    bottom: auto;
    left: auto;
    border-color: transparent;
    border-style: solid;
    border-width: 6px;
  }

  .fb-tooltip.fb-emboss.fb-top-right:before {
    right: 2px;
    bottom: -13px;
    border-top-color: #FFFFFF;
  }

  .fb-tooltip.fb-emboss.fb-top-left:before {
    bottom: -13px;
    left: 2px;
    border-top-color: #FFFFFF;
  }

  .fb-tooltip.fb-emboss.fb-bottom-right:before {
    top: -13px;
    right: 2px;
    border-bottom-color: #FFFFFF;
  }

  .fb-tooltip.fb-emboss.fb-bottom-left:before {
    top: -13px;
    left: 2px;
    border-bottom-color: #FFFFFF;
  }
/*#endregion*/

.fb-status {
  padding: 5px 15px;
  border-radius: 5px;
}


.dropdown .dropdown-menu .client-form {
  min-width: 200px;
  max-width: 480px;
}

  .dropdown .dropdown-menu .client-form.fb-medium {
    min-width: 320px;
  }




.radio-inline + .radio-inline, .checkbox-inline + .checkbox-inline {
  margin-left: inherit;
}




/*#region ====[ Angular Fade ]==== */
.alert {
  margin-bottom: 0;
}

  .alert > div {
    margin: -20px 0 0 30px;
    display: block;
  }

.fb-alert-fixed {
  position: fixed;
  top: auto;
  right: 40px;
  bottom: 0;
  left: 40px;
  z-index: 65535;
  max-width: 960px;
  width: 960px;
  margin: 0 auto !important;
  transition: all ease-in-out 400ms;
}

  .fb-alert-fixed.ng-hide {
    /*height: 0 !important;*/
    /*line-height: 0 !important;*/
    /*margin-top: 0 !important;*/
    /*margin-bottom: 0 !important;*/
    /*padding-top: 0 !important;*/
    /*padding-bottom: 0 !important;*/
    opacity: 0 !important;
    -moz-transform: translate(0, 100%);
    -ms-transform: translate(0, 100%);
    -o-transform: translate(0, 100%);
    -webkit-transform: translate(0, 100%);
    transform: translate(0, 100%);
  }

  .fb-alert-fixed.ng-hide-add,
  .fb-alert-fixed.ng-hide-remove {
    display: block !important;
    overflow: hidden !important;
  }


/*#endregion*/

/*#region ==== Bootstrap Modal Fixes ==== */
.modal-content {
  padding: 12px;
}

  .modal-content .well.no-padding {
    margin: 0;
  }
/*#endregion*/

.popover {
  z-index: 2000;
}


.context-menu {
  position: fixed;
  z-index: 2000;
}

#RosterDateRangePicker .dropdown-menu {
  font-weight: 900;
  text-align: center;
}

  #RosterDateRangePicker .dropdown-menu #StartDatePicker,
  #RosterDateRangePicker .dropdown-menu #EndDatePicker {
    margin: 10px;
  }

a.ui-datepicker-prev,
a.ui-datepicker-next {
  cursor: pointer;
}

.dropdown .fb-dropdown-float {
  float: left;
}

.fb-static {
  position: static;
}

/*#region ==== SmartAdmin <fieldset> Fixes ==== */
.smart-form fieldset {
  background-color: transparent;
}

  .smart-form fieldset + fieldset {
    border-top: none;
  }
/*#endregion*/

/*#region ==== SmartAdmin Select2 Fixes ==== */
.select2-hidden-accessible {
  display: none;
}

.select2-container {
  width: 100%;
}

  .select2-container .select2-choice > .select2-chosen {
    margin-right: 42px;
  }

  .select2-container .select2-choice {
    white-space: normal;
  }

  .select2-container .select2-choice {
    border-color: #BDBDBD;
    transition: border-color 300ms;
    box-sizing: border-box;
  }

    .select2-container .select2-choice:hover {
      border-color: #5D98CC;
    }

  .select2-container.select2-container-active .select2-choice {
    border-color: #5D98CC;
  }

  .select2-container.select2-container-disabled .select2-choice {
    background-color: #FFFFFF;
    color: #8C8C8C;
  }

    .select2-container.select2-container-disabled .select2-choice .select2-arrow {
      background-color: #FFFFFF;
    }

    .select2-container.select2-container-disabled .select2-choice:hover {
      border-color: #EFEFEF;
    }

  .select2-container .select2-choice abbr {
    right: 44px;
    min-height: 0;
    min-width: 0;
  }

    .select2-container .select2-choice abbr:before {
      content: '\f00d';
      font-size: 12pt;
      color: #BDBDBD;
      transition: color 300ms;
    }

  .select2-container.select2-container-active .select2-choice abbr:before,
  .select2-container .select2-choice:hover abbr:before {
    color: #686868;
  }

  .select2-container .select2-choice abbr:hover:before {
    color: #A90329;
  }
/*#endregion*/



/*#region ==== SmartAdmin Alert Fixes ==== */
form.client-form > div.alert,
form.smart-form > div.alert {
  margin: 12px 12px 0 12px;
}
/*#endregion*/

/*#region ==== SmartAdmin Header Fixes */
.btn-header > :first-child > a {
  cursor: pointer !important;
}
/*#endregion*/

/*#region ==== SmartAdmin Nav Fixes ==== */
nav ul ul {
  display: block;
}

nav ul li > a:hover {
  background-color: #444444;
}

nav ul li.active > a {
  background-color: #444444;
  cursor: default;
}

.tab-content {
  background-color: #FFFFFF;
}
/*#endregion*/

/*.smart-form .inline-group .checkbox,
.smart-form .inline-group .radio {
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}*/

/*#region ==== Spin Style ==== */
.fb-spinner {
  position: relative;
  display: block;
  float: right;
  margin: 4px 10px 0 10px;
}

.smart-form.client-form footer .fb-spinner {
  margin: 14px 40px 0 0;
}

/*#endregion*/

.fb-inbox-body {
  padding: 10px;
}

/*#region ====[ FlexyTable ]==== */
table.fb-table {
  position: relative;
  display: table;
  width: 100%;
  height: auto;
  min-width: 100%;
  min-height: 0;
  table-layout: fixed;
  border-collapse: collapse;
  border-spacing: 0;
}

  table.fb-table th,
  table.fb-table td {
    font-weight: normal;
    font-size: 9pt;
    text-align: left;
    cursor: default;
  }
/*#endregion*/

/*#region ====[ Calendar Table ]==== */
table.fb-calendar thead th,
table.fb-calendar thead td,
table.fb-calendar tbody th,
table.fb-calendar tbody td {
  border-color: #CCCCCC;
  border-style: inset;
  border-width: 1px;
  color: #333333;
}

table.fb-calendar thead th,
table.fb-calendar thead td,
table.fb-calendar tbody th {
  padding: 8px;
}

table.fb-calendar tbody td {
  padding: 0;
}

table.fb-calendar thead th,
table.fb-calendar thead td {
  min-height: 40px;
  max-height: 40px;
  height: 40px;
  background-image: linear-gradient(#FAFAFA, #EAEAEA);
  text-align: center;
}

table.fb-calendar thead th,
table.fb-calendar tbody th {
  min-width: 120px;
  max-width: 120px;
  width: 120px;
}

table.fb-calendar thead td,
table.fb-calendar tbody td {
  min-width: 100px;
  max-width: 100px;
  width: 100px;
}

table.fb-calendar tbody th,
table.fb-calendar tbody td {
  vertical-align: top;
}

table.fb-calendar thead th {
  font-weight: bold;
}

table.fb-calendar tbody th {
  color: #990099;
  font-weight: bold;
  background-image: url('../images/greyed4.png');
  background-position: left top;
  background-repeat: repeat;
  /*background-image: -webkit-linear-gradient(-45deg, rgba(0, 0, 0, .2) 25%, transparent 25%, transparent 50%, rgba(0, 0, 0, .2) 50%, rgba(0, 0, 0, .2) 75%, transparent 75%, transparent);
    background-image: -moz-linear-gradient(-45deg, rgba(0, 0, 0, .2) 25%, transparent 25%, transparent 50%, rgba(0, 0, 0, .2) 50%, rgba(0, 0, 0, .2) 75%, transparent 75%, transparent);
    background-image: -ms-linear-gradient(-45deg, rgba(0, 0, 0, .2) 25%, transparent 25%, transparent 50%, rgba(0, 0, 0, .2) 50%, rgba(0, 0, 0, .2) 75%, transparent 75%, transparent);
    background-image: -o-linear-gradient(-45deg, rgba(0, 0, 0, .2) 25%, transparent 25%, transparent 50%, rgba(0, 0, 0, .2) 50%, rgba(0, 0, 0, .2) 75%, transparent 75%, transparent);
    background-image: linear-gradient(-45deg, rgba(0, 0, 0, .2) 25%, transparent 25%, transparent 50%, rgba(0, 0, 0, .2) 50%, rgba(0, 0, 0, .2) 75%, transparent 75%, transparent);
    background-size: 4px 4px;*/
}
/*#endregion*/




/*#region ==== Calendar Table Shifts ==== */
.fb-calendar .fb-calendar-day > * {
  position: relative;
  display: block;
  width: 100%;
  height: 100%;
  margin: 0;
  padding: 16px 0;
}

  .fb-calendar .fb-calendar-day > * > mark {
    position: absolute;
    display: block;
    top: 0;
    right: 0;
    bottom: auto;
    left: 0;
    width: auto;
    height: 16px;
    margin: 0;
    padding: 0 2pt;
    line-height: 16px;
    font-size: 8pt;
    font-weight: bold;
    text-align: right;
    background-color: inherit;
    color: inherit;
  }

  .fb-calendar .fb-calendar-day > * > label {
    /*margin: 2px 2px 16px 2px;*/
    margin: 2px;
  }

  .fb-calendar .fb-calendar-day > * > article {
    margin: 2px;
    padding: 2px 4px;
    border-left-color: rgba(0, 0, 0, 0.10);
    border-left-style: solid;
    border-left-width: 6px;
    background-color: #F2F2F2;
    background-image: none;
    color: #333333;
    line-height: 16px;
  }

    .fb-calendar .fb-calendar-day > * > article.overflow {
      overflow: hidden;
      white-space: nowrap;
      text-overflow: ellipsis;
    }

    .fb-calendar .fb-calendar-day > * > article.released,
    .fb-calendar .fb-calendar-day > * > article.wanted {
      padding-right: 20px;
    }

    .fb-calendar .fb-calendar-day > * > article > i {
      /*float: right;
            margin-top: 1px;*/
      /*position: absolute;
            right: 0;
            top: auto;
            left: auto;
            bottom: auto;
            margin: 1px 5px 0 0;
            padding: 0;*/
    }

      .fb-calendar .fb-calendar-day > * > article > i:before {
        font-size: 14px;
        color: #333333;
      }

    .fb-calendar .fb-calendar-day > * > article > time {
      display: block;
      font-weight: bold;
    }

    .fb-calendar .fb-calendar-day > * > article.overflow > time {
      float: left;
      margin-right: 8px;
    }

    .fb-calendar .fb-calendar-day > * > article > span {
      /*overflow: hidden;*/
    }

    .fb-calendar .fb-calendar-day > * > article.event {
      border-left-color: #dfb56c;
      background-color: #efe1b3;
      color: #826430;
    }

      .fb-calendar .fb-calendar-day > * > article.event > i {
        float: right;
        padding: 1px 0 0 1px;
      }

    .fb-calendar .fb-calendar-day > * > article.employee > i,
    .fb-calendar .fb-calendar-day > * > article.available > i {
      position: absolute;
      right: 0;
      top: auto;
      left: auto;
      bottom: auto;
      margin: 1px 5px 0 0;
      padding: 0;
    }

    .fb-calendar .fb-calendar-day > * > article.employee {
      border-left-color: #8AC38B;
      background-color: #CDE0C4;
      color: #356635;
    }

      .fb-calendar .fb-calendar-day > * > article.employee.released > i:before {
        content: '\f178';
      }

      .fb-calendar .fb-calendar-day > * > article.employee.wanted > i:before {
        content: '\f177';
      }

      .fb-calendar .fb-calendar-day > * > article.employee.released.wanted > i:before {
        content: '\f0ec';
      }

    .fb-calendar .fb-calendar-day > * > article.available {
      border-left-color: #9CB4C5;
      background-color: #D6DDE7;
      color: #305D8C;
    }

      .fb-calendar .fb-calendar-day > * > article.available.blocked {
        border-left-color: #C0C0C0;
        background-color: #E0E0E0;
        color: #999999;
      }

      .fb-calendar .fb-calendar-day > * > article.available.released > i:before {
        content: '\f178';
      }

      .fb-calendar .fb-calendar-day > * > article.available.wanted > i:before {
        content: '\f177';
      }

      .fb-calendar .fb-calendar-day > * > article.available.released.wanted > i:before {
        content: '\f0ec';
      }

    .fb-calendar .fb-calendar-day > * > article > .instructor > i,
    .fb-calendar .fb-calendar-day > * > article > .location > i {
      display: block;
      float: left;
      margin: 1px 4px;
    }

    .fb-calendar .fb-calendar-day > * > article > .instructor > span,
    .fb-calendar .fb-calendar-day > * > article > .location > span {
      display: block;
      overflow: hidden;
    }

.fb-calendar .fb-calendar-day:hover {
  border-color: #990099;
  border-style: solid;
  cursor: pointer;
}

  .fb-calendar .fb-calendar-day:hover > * > mark {
    background-color: #990099;
    color: #EEEEEE;
  }

.fb-calendar .fb-calendar-other-month {
  background-image: url('../images/greyed4.png');
  background-position: left top;
  background-repeat: repeat;
}

  .fb-calendar .fb-calendar-other-month > * > mark {
    color: #AAAAAA;
  }

.fb-calendar .fb-calendar-today {
  border-color: #333333;
  border-style: solid;
}

  .fb-calendar .fb-calendar-today > * > mark {
    background-color: #333333;
    color: #EEEEEE;
  }

.fb-calendar-wish {
  display: block;
  margin: 2px 2px 6px 2px;
  padding: 0 4px;
  line-height: 16px;
  font-weight: bold;
  background-color: #333333;
  color: #FFFFFF;
  border-radius: 3px;
  cursor: inherit;
}
/*#endregion*/

.fb-shift {
}

  .fb-shift > time {
    line-height: 32px;
    font-weight: bold;
  }

  .fb-shift > span {
    line-height: 32px;
  }

  .fb-shift > button {
    float: right;
    margin: 5px 0 0 10px;
  }

  .fb-shift > small {
    display: block;
    margin: -6px 0 0 0;
    padding: 0 0 6px 12px;
    line-height: 16px;
    color: #AAAAAA;
  }

  .fb-shift + .fb-shift {
    border-top-color: #CCCCCC;
    border-top-style: dotted;
    border-top-width: 1px;
  }

.fb-shift-info {
  position: relative;
}

  .fb-shift-info > i {
    width: 32px;
    line-height: 32px;
    text-align: center;
  }

    .fb-shift-info > i:hover + div {
      display: block;
    }

  .fb-shift-info > div {
    display: none;
    z-index: 1;
    position: absolute;
    top: 24px;
    right: auto;
    bottom: auto;
    left: 24px;
    min-width: 180px;
    max-width: 360px;
    line-height: 1;
  }

.fb-shift-warning {
  margin: 0 0 6px 0;
  padding: 6px;
  background-color: #FCF8E3;
  background-image: none;
  border-color: #C1995D;
  border-width: 1px;
  border-style: solid;
  border-radius: 3px;
  color: #8A6D41;
}

  .fb-shift-warning:after {
    content: '';
    display: block;
    clear: both;
  }

/*#region ====[ Time Table ]==== */
table.fb-time-table td {
  background-color: #FFFFFF;
  border-color: #CCCCCC;
  border-style: inset;
  border-width: 1px;
  color: #666666;
  line-height: 30px;
  text-align: center;
  cursor: pointer;
}

  table.fb-time-table td > * {
    position: relative;
  }

    table.fb-time-table td > *:hover:after {
      content: '';
      display: block;
      position: absolute;
      top: 0;
      right: 0;
      bottom: 0;
      left: 0;
      background-color: rgba( 0, 0, 0, 0.1 );
    }

table.fb-time-table.disabled {
  opacity: 0.6;
  cursor: default;
  pointer-events: none;
}

/*
table.fb-time-table td {
    background-color: #FFFFFF;
    border-color: #CCCCCC;
    border-style: inset;
    border-width: 1px;
    color: #666666;
    line-height: 30px;
    text-align: center;
    cursor: pointer;
}

    table.fb-time-table td:hover {
        background-color: #EBEBEB;
    }

    table.fb-time-table td.fb-selected {
        background-color: #5D98CC;
        border-color: #4C87BB;
        border-style: solid;
        color: #FFFFFF;
    }

        table.fb-time-table td.fb-selected:hover {
            background-color: #4C87BB;
        }

table.fb-time-table.disabled td {
    background-color: #FFFFFF;
    border-color: #EFEFEF;
    color: #BDBDBD;
    cursor: default;
}

    table.fb-time-table.disabled td.fb-selected {
        background-color: #AECCE6;
        border-color: #A5C3DD;
        color: #FFFFFF;
    }
*/
/*#endregion*/

.fb-group.btn-group .btn.active {
  position: relative;
}

  .fb-group.btn-group .btn.active:after {
    content: '';
    display: block;
    position: absolute;
    top: -2px;
    right: -2px;
    bottom: -2px;
    left: -2px;
    border: 3px solid #4C87BB;
    z-index: 3;
  }










/*#region ====[ Standard Form ]==== */
.fb-form {
  display: block;
  position: static;
  float: none;
  /*overflow: hidden;*/
  margin: 0;
  padding: 0;
  background-color: #FBFBFB;
  background-image: none;
  border-color: #DDDDDD;
  border-style: solid;
  border-width: 1px;
  border-radius: 3px;
  color: #333333;
}

  .fb-form header {
    margin: 0;
    padding: 15px;
    border-color: #DDDDDD;
    border-style: solid;
    border-width: 0 0 1px 0;
    background-color: #F7F7F7;
  }

    .fb-form header h1 {
      margin: 0;
      padding: 0;
    }

  .fb-form section {
    margin: 0;
    padding: 15px;
  }

  .fb-form footer {
    margin: 0;
    padding: 15px;
    border-color: #DDDDDD;
    border-style: solid;
    border-width: 1px 0 0 0;
    background-color: #F7F7F7;
  }
/*#endregion*/

/*#region ====[ Standard Checkbox ]==== */
label.fb-checkbox {
  display: block;
  position: relative;
  margin: 0;
  padding: 0;
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -khtml-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}

  label.fb-checkbox:hover {
    cursor: pointer;
  }

  label.fb-checkbox > input {
    display: none;
  }

    label.fb-checkbox > input + i {
      display: inline;
      position: relative;
      padding: 0 20px 0 0;
    }

      label.fb-checkbox > input + i:after {
        content: '';
        display: block;
        position: absolute;
        top: 50%;
        right: auto;
        bottom: auto;
        left: 0;
        width: 16px;
        height: 16px;
        margin: -8px 0 0 0;
        padding: 0;
        background-color: #FFFFFF;
        background-image: none;
        border-color: #CCCCCC;
        border-style: solid;
        border-width: 1px;
        border-radius: 0;
        color: rgba(0, 0, 0, 0.0);
        font-family: FontAwesome;
        font-size: 12px;
        font-style: normal;
        font-weight: normal;
        line-height: 16px;
        text-align: center;
        box-sizing: border-box;
      }

    label.fb-checkbox > input:checked + i:after {
      content: '\f00c';
      border-color: #4d90fe;
      color: rgba(102, 102, 102, 1.0);
    }

    label.fb-checkbox > input:indeterminate + i:after {
      content: '\f068';
      border-color: #4d90fe;
      color: rgba(102, 102, 102, 1.0);
    }

  label.fb-checkbox:hover > input + i:after {
    border-color: #2E7BCC;
    box-shadow: inset 0 2px 3px 0 rgba(0, 0, 0, 0.1), 0 1px 0 0 rgba(255, 255, 255, 0.2);
  }

  label.fb-checkbox:hover > input:checked + i:after {
    box-shadow: inset 0 2px 3px 0 rgba(0, 0, 0, 0.3),0 1px 0 0 rgba(255, 255, 255, 0.4);
  }

label.fb-radiobox {
  display: inline-block;
  position: relative;
  margin: 0 0 0 20px;
  padding: 0;
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -khtml-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}

  label.fb-radiobox:hover {
    cursor: pointer;
  }

  label.fb-radiobox > input {
    display: none;
  }

    label.fb-radiobox > input + i {
      display: block;
      position: absolute;
      top: 50%;
      right: auto;
      bottom: auto;
      left: 0;
      width: 16px;
      height: 16px;
      margin: -8px 0 0 -20px;
      padding: 0;
    }

      label.fb-radiobox > input + i:after {
        content: '';
        display: block;
        position: absolute;
        top: 0;
        right: auto;
        bottom: auto;
        left: 0;
        width: inherit;
        height: inherit;
        margin: 0;
        padding: 0;
        background-color: #FFFFFF;
        background-image: none;
        border-color: #CCCCCC;
        border-style: solid;
        border-width: 1px;
        border-radius: 100%;
        color: rgba(0, 0, 0, 0.0);
        font-family: FontAwesome;
        font-size: 12px;
        font-style: normal;
        font-weight: normal;
        line-height: 14px;
        text-align: center;
      }

    label.fb-radiobox > input:checked + i:after {
      content: '\f111';
      border-color: #4d90fe;
      color: rgba(102, 102, 102, 1.0);
    }

  label.fb-radiobox:hover > input + i:after {
    border-color: #2E7BCC;
    box-shadow: inset 0 2px 3px 0 rgba(0, 0, 0, 0.1), 0 1px 0 0 rgba(255, 255, 255, 0.2);
  }

  label.fb-radiobox:hover > input:checked + i:after {
    box-shadow: inset 0 2px 3px 0 rgba(0, 0, 0, 0.3),0 1px 0 0 rgba(255, 255, 255, 0.4);
  }
/*#endregion*/

/*#region ====[ Drop Down Button ]==== */
.btn.fb-dropdown-block {
  width: 80%;
}

.btn.dropdown-toggle.fb-dropdown-block {
  width: 20%;
}
/*#endregion*/

/*#region ====[ Mail Client ]==== */
.fb-mail {
  display: block;
  position: relative;
  float: none;
  margin: -15px;
  padding: 0;
}

  .fb-mail:after {
    content: '';
    display: block;
    clear: both;
  }

.fb-mail-navbar {
  margin: 0;
  padding: 15px;
}

.fb-mail-sidebar {
  display: block;
  position: static;
  float: left;
  width: 230px;
  height: auto;
  margin: 0;
  padding: 15px;
}

.fb-mail-content {
  margin: 0 0 0 230px;
  padding: 15px;
}

.fb-mail-compose {
  margin-bottom: 40px;
}

.fb-mail-search {
  display: block;
  position: static;
  float: left;
  width: 200px;
  height: auto;
  margin: 0 30px 0 0;
  padding: 0;
}

.fb-mail-menu {
}

  .fb-mail-menu > h6 {
    display: block;
    margin: 12px 0;
    padding: 0 16px;
    font-size: 11px;
    font-weight: 400;
    text-transform: uppercase;
    color: #8A8A8A;
  }

    .fb-mail-menu > h6 > a {
      font-size: 14px;
      margin-top: -2px;
    }

  .fb-mail-menu > ul {
    list-style: none;
    margin: 0;
    padding: 0;
  }

    .fb-mail-menu > ul > li > a {
      display: block;
      padding: 6px 15px 7px 30px;
      font-size: 13px;
      color: #333333;
    }

    .fb-mail-menu > ul > li {
      display: block;
      width: 100%;
    }

      .fb-mail-menu > ul > li > a:hover {
        background-color: #EEF7FF;
      }

      .fb-mail-menu > ul > li.fb-active > a:hover,
      .fb-mail-menu > ul > li.fb-active > a:focus {
        cursor: default;
        text-decoration: none;
      }

      .fb-mail-menu > ul > li.fb-active > a {
        background-color: #EEEEEE;
        background-image: none;
        font-weight: bold;
        border-top: 1px solid #DDDDDD;
        color: #3377BB;
      }

      .fb-mail-menu > ul > li > a > .label {
        line-height: normal;
      }

.fb-mail-folder label {
  display: inline-block;
  vertical-align: middle;
  margin-bottom: 2px;
  margin-left: 16px;
}

.fb-inbox {
}

.fb-inbox-list {
  list-style: none;
  margin: 0;
  padding: 0;
}

.fb-inbox-item {
  width: auto;
  height: 41px;
  margin: 0;
  padding: 0;
  background-color: rgba(0, 0, 0, 0.0);
  background-image: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAEAAAABCAYAAAAfFcSJAAAABGdBTUEAALGPC/xhBQAAAAlwSFlzAAAOwgAADsIBFShKgAAAABh0RVh0U29mdHdhcmUAcGFpbnQubmV0IDQuMC4zjOaXUAAAAA1JREFUGFdjYGBgYAAAAAUAAYoz4wAAAAAASUVORK5CYII=);
  border-color: #DDDDDD;
  border-style: solid;
  border-width: 1px 0 0 0;
  line-height: 40px;
  cursor: pointer;
  /*transition-delay: 0s;
    transition-duration: 0.3s;
    transition-property: background;
    transition-timing-function: linear;*/
}

  .fb-inbox-item:hover {
    background-image: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAEAAAABCAYAAAAfFcSJAAAAAXNSR0IArs4c6QAAAARnQU1BAACxjwv8YQUAAAAJcEhZcwAADsMAAA7DAcdvqGQAAAAYdEVYdFNvZnR3YXJlAHBhaW50Lm5ldCA0LjAuM4zml1AAAAANSURBVBhXY2BgYBAEAAAWABJnFC3KAAAAAElFTkSuQmCC);
    transition-duration: 0.1s;
  }

  .fb-inbox-item:nth-child(odd) {
    background-color: #F6F6F6;
  }

  .fb-inbox-item:nth-child(even) {
    background-color: #FFFFFF;
  }

  .fb-inbox-item.fb-inbox-item-selected:nth-child(odd),
  .fb-inbox-item.fb-inbox-item-selected:nth-child(even) {
    background-color: #DDEEFF;
    font-weight: bold;
  }

  .fb-inbox-item.fb-inbox-item-unread:nth-child(odd),
  .fb-inbox-item.fb-inbox-item-unread:nth-child(even) {
    background-color: #FFFFDD;
    font-weight: bold;
  }

.fb-inbox-select {
  float: left;
}

  .fb-inbox-select label.fb-checkbox {
    display: block;
    margin: 0;
    width: 40px;
    height: 40px;
  }

    .fb-inbox-select label.fb-checkbox > input + i {
      left: 50%;
      margin: -8px 0 0 -8px;
    }

.fb-inbox-sender {
  float: left;
}

  .fb-inbox-sender span:after {
    content: '\2014';
    margin: 0 1em;
  }

.fb-inbox-moment {
  float: right;
  margin: 0 1em 0 1em;
}

.fb-inbox-labels {
  float: left;
  margin: -2px 8px 0 0;
}

.fb-inbox-message {
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.fb-inbox-subject {
}

.fb-inbox-content {
  color: #999999;
  font-weight: normal;
}

@media (max-width: 1120px) {
  .fb-mail-content {
    margin: 0;
  }

  .fb-mail-search {
    display: inline-block;
    position: static;
    float: none;
    margin: 0;
    padding: 0;
    vertical-align: middle;
  }
}

@media (max-width: 680px) {
  .fb-mail-search {
    display: block;
    position: static;
    float: none;
    width: 100%;
    height: auto;
    margin: 5px 0 0 0;
    padding: 0;
  }

  .fb-inbox-item {
    position: relative;
    height: 101px;
    padding: 0 0 40px 0;
  }

  .fb-inbox-moment {
    position: absolute;
    top: auto;
    right: 0;
    bottom: 0;
    left: auto;
  }

  .fb-inbox-message {
    line-height: 20px;
    margin: 0 1em;
  }

  .fb-inbox-sender {
    float: none;
  }

    .fb-inbox-sender span:after {
      content: none;
      margin: 0;
    }

  /*.fb-email-details {
        height: 68px;
    }

    .fb-email-moment {
        font-size: 7pt;
        margin: 0 0 0 42px;
    }*/
}
/*#endregion*/

/*#region ====[ Email View ]==== */
.fb-email {
  background-color: #FFFFFF;
  border-color: #DDDDDD;
  border-style: solid;
  border-width: 1px;
  margin: 0;
  padding: 10px;
}

.fb-email-subject {
}

  .fb-email-subject + .fb-email-details {
    margin: 20px 0;
  }

.fb-email-details {
  position: relative;
  margin: 0 0 20px 0;
  padding: 10px 0;
  border-color: #DDDDDD;
  border-style: solid;
  border-width: 1px 0;
  height: 54px;
  width: auto;
  line-height: 16px;
}

.fb-email-content {
}

.fb-email-avatar {
  float: left;
  margin: 0 10px 0 0;
  padding: 0;
}

.fb-email-sender {
}

.fb-email-moment {
}
/*#endregion*/

/*#region ====[ New Message ]====*/

.fb-sms-editor {
  display: block;
  height: auto;
  width: 100%;
  margin: 0px;
  padding: 10px;
  border-color: transparent;
  border-style: none;
  border-width: 0;
  resize: vertical;
}

/*#endregion*/

/*#region ====[ Wish Approval ]==== */
.wish-approval {
}

  .wish-approval td,
  .wish-approval th {
    border-color: #DDDDDD;
    border-style: solid;
    border-width: 1px;
  }

    .wish-approval td > *,
    .wish-approval th > * {
      overflow: hidden;
      text-overflow: ellipsis;
      white-space: nowrap;
      margin: 0 10px;
      padding: 0;
    }

.wish-approval-cell {
  width: 40px;
  min-width: 40px;
  max-width: 40px;
  text-align: center;
}

.wish-approval-large {
  height: 30px;
  min-height: 30px;
  max-height: 30px;
  line-height: 11pt;
  font-size: 9pt;
}

.wish-approval-small {
  height: 20px;
  min-height: 20px;
  max-height: 20px;
  line-height: 9pt;
  font-size: 7pt;
}

  .wish-approval-large:first-child,
  .wish-approval-small:first-child {
    width: 300px;
    min-width: 300px;
    max-width: 300px;
    text-align: left;
  }

.wish-approval-body .wish-approval-large {
  font-weight: 400;
}

.wish-approval-group {
  height: 20px;
  min-height: 20px;
  max-height: 20px;
  background-color: transparent;
  background-image: url('../images/greyed2.png');
  background-position: left top;
  background-repeat: repeat;
  line-height: 11pt;
  font-size: 9pt;
  font-weight: 900;
  text-align: left;
}





.wish-approval .wish {
  width: auto;
  height: 22px;
  line-height: 22px;
  margin: 4px 0;
  padding: 0 4px;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  cursor: pointer;
  text-align: left;
  box-sizing: border-box;
}



  .wish-approval .wish:hover {
    background-image: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAEAAAABCAYAAAAfFcSJAAAAAXNSR0IArs4c6QAAAARnQU1BAACxjwv8YQUAAAAJcEhZcwAADsMAAA7DAcdvqGQAAAAYdEVYdFNvZnR3YXJlAHBhaW50Lm5ldCA0LjAuM4zml1AAAAANSURBVBhXY2BgYBAEAAAWABJnFC3KAAAAAElFTkSuQmCC);
  }

.wish-approval .cutoff-none {
  margin-right: 4px;
  margin-left: 4px;
  border-right: 4px solid rgba(0, 0, 0, 0.30);
  border-left: 4px solid rgba(0, 0, 0, 0.30);
}

.wish-approval .cutoff-both {
}

.wish-approval .cutoff-left {
  margin-right: 4px;
  border-right: 4px solid rgba(0, 0, 0, 0.30);
}

.wish-approval .cutoff-right {
  margin-left: 4px;
  border-left: 4px solid rgba(0, 0, 0, 0.30);
}

/*FB-APPROVE-WISH (MODAL)*/

.fb-approve-wish {
}

  .fb-approve-wish time {
    font-weight: bold;
  }

  .fb-approve-wish article {
    margin: 0 0 0 12px;
  }

  .fb-approve-wish .formfield-invalid {
    background-color: #FFEEEE;
    border-color: #AA0000;
    color: #AA0000;
  }
/*#endregion*/
/*#region ====[ Loyalty App View - search: loyalty ]==== */


/* LOYALTY NAV */


/* LOYALTY FORMS */


/* LOYALTY VALIDATION*/


/* LOYALTY DEFAULTS*/
.fb-loyalty li a.sortable-handle {
  cursor: pointer;
}

.fb-loyalty .property-input {
  margin: 10px 0;
}


.fb-loyalty .nav-inset {
  margin-left: 30px;
}

.fb-loyalty .btn.btn-md {
  height: 36px !important;
  width: 36px !important;
}

.input-group-addon.addon-nav-icon {
  padding-left: 15px !important;
  border: none !important;
  background-color: transparent !important;
}

.input-group-addon.addon-no-focus {
  border: none !important;
  background-color: transparent !important;
  padding: 0 5px 0 12px !important;
}

.fb-loyalty .nav-pill-buttons {
  position: absolute;
  top: 10px;
  right: 15px;
  bottom: auto;
  left: auto;
}

.fb-loyalty .add-content-placeholder {
  margin: 5px 0 20px 0;
  padding: 8px;
  border: 1px dashed #5cb85c;
  border-radius: 5px;
  text-align: center;
  font-weight: bold;
  color: #5cb85c;
  text-shadow: 0 2px 0 #FFFFFF, 1px 2px 0 #FFFFFF, 2px 2px 0 #FFFFFF, 2px 1px 0 #FFFFFF, 2px 0 0 #FFFFFF, 2px -1px 0 #FFFFFF, 2px -2px 0 #FFFFFF, 1px -2px 0 #FFFFFF, 0 -2px 0 #FFFFFF, -1px -2px 0 #FFFFFF, -2px -2px 0 #FFFFFF, -2px -1px 0 #FFFFFF, -2px 0 0 #FFFFFF, -2px 1px 0 #FFFFFF, -2px 2px 0 #FFFFFF, -1px 2px 0 #FFFFFF;
  cursor: pointer;
}

  .fb-loyalty .add-content-placeholder:hover, .fb-loyalty .add-content-placeholder:active {
    background-color: transparent;
    background-image: url('../images/greened.png');
  }

.fb-loyalty .editable-section {
  margin-bottom: 5px;
  border: 2px solid #428bca;
  border-radius: 20px;
  background-color: #ffffff;
}

  .fb-loyalty .editable-section .content {
    padding: 10px 20px;
  }

.fb-loyalty .section-preview {
  border: 1px solid black;
  padding: 10px;
  margin: 10px;
}

.fb-loyalty .fb-sortable-placeholder {
  /*background-color: #ff00ff !important;*/
  border-radius: 4px;
  border: 1px dashed #cccccc;
  /*height: 400px;*/
  background-image: url('../images/greyed2.png');
}

.fb-loyalty .editable-section .sortable-handle {
  margin: 0;
  padding: 5px 0;
  border-top: 0 hidden #428bca;
  border-radius: 17px 17px 0 0;
  background-color: #428bca;
  color: #ffffff;
  text-align: center;
}

.fb-loyalty .section-info {
  display: inline-block;
  width: auto;
}

.fb-loyalty .section-buttons {
  display: block;
  float: right;
  min-height: 200px;
  width: 100px;
}

.fb-loyalty iframe {
  position: absolute;
  /*top: 12px;
    right: 36px;
    bottom: 12px;
    left: 36px;*/
  width: 100%;
  height: 100%;
  box-sizing: border-box;
  border: none;
  background-color: transparent;
  /*min-height: 400px;*/
  /*resize: both;*/
  /*padding: 0;
    margin: 0;*/
  /*border: 11px solid #222222;
    
    position: relative;*/
}



.fb-loyalty .fb-phone-preview {
  display: inline-block;
  position: relative;
  overflow: hidden;
  resize: both;
  padding: 5px;
  background-color: #000000;
  border: 1px solid #999999;
  border-top-color: #666666;
  border-left-color: #666666;
  border-radius: 12px;
  min-width: 224px;
  min-height: 428px;
  color: #EEEEEE;
  box-shadow: 0 1px 4px rgba(0, 0, 0, 0.3), 0 0 40px rgba(0, 0, 0, 0.1) inset, 0 5px 10px #ccc;
}

  .fb-loyalty .fb-phone-preview:before {
    content: '';
    position: absolute;
    top: 1px;
    right: 1px;
    bottom: 1px;
    left: 1px;
    border-radius: 10px;
    background: linear-gradient( 170deg, rgba( 255, 255, 255, 0.4) 0, rgba( 255, 255, 255, 0.04) 40% );
  }

  .fb-loyalty .fb-phone-preview:after {
    content: '';
    display: block;
    position: absolute;
    top: auto;
    right: 0;
    bottom: 0;
    left: auto;
    width: 16px;
    height: 16px;
    cursor: se-resize;
    background-color: transparent;
    background-image: url('../images/gripple.png');
  }

.fb-loyalty .fb-phone-screen {
  display: block;
  position: absolute;
  top: 36px;
  right: 12px;
  bottom: 36px;
  left: 12px;
  background-color: #000000;
  border: 1px solid #999999;
  border-top-color: #666666;
  border-left-color: #666666;
}

  .fb-loyalty .fb-phone-screen table {
    width: 100%;
    height: 100%;
  }

    .fb-loyalty .fb-phone-screen table td {
      text-align: center;
      vertical-align: middle;
    }

/*#endregion*/

/*#region Flow Milestone Timeline*/

.milestone-overview {
  background-color: rgba(248,248,248,.9);
  padding: 40px 77px 10px 10px;
}

.milestone {
  width: 64px;
  position: relative;
}

.milestone-selected {
  background-color: rgba(91, 192, 222, 0.45);
  border-radius: 5px;
}

.milestone-area:hover {
  background-color: rgba(255, 101, 0, 0.45);
  border-radius: 5px;
  cursor: pointer;
  /*background-color: #CC9900;
    border-radius: 14px;*/
}

.rotate-45 {
  -webkit-transform: rotate(-45deg);
  -moz-transform: rotate(-45deg);
  -ms-transform: rotate(-45deg);
  -o-transform: rotate(-45deg);
}

.noselect {
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -khtml-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}


.milestone-title {
  width: 150px;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  margin-top: 10px;
  margin-left: 25px;
  margin-bottom: 48px;
}

.milestone-icon {
  margin-right: 20px;
  margin-left: 20px;
}

.milestone:not(:last-child) .milestone-icon:after {
  display: block;
  position: absolute;
  content: '';
  height: 2px;
  width: 40px;
  background-color: #000000;
  top: 13px;
  left: 26px;
}


/*#endregion*/

/*#region ====[ Flow - search: Flow search flow src flow src: flow tag flow]==== */



.pre {
  white-space: pre;
}

.pre-line {
  white-space: pre-line;
}

.pre-wrap {
  white-space: pre-wrap;
}

.fb-flow {
}

  .fb-flow .fb-guide-iframe {
    float: left;
    width: auto;
    background-color: #b0e0e6;
  }

  .fb-flow .fb-main-container {
    position: relative;
    width: 1024px;
    float: left;
  }


  .fb-flow > fb-left {
    float: left;
  }

  .fb-flow > .fb-right {
    float: right;
  }

  .fb-flow > .fb-fill {
    overflow: hidden;
  }

  .fb-flow i.fa.text-danger {
    color: rgb(217, 83, 79) !important;
  }

  .fb-flow i.fa.text-warning {
    color: rgb(240, 173, 78) !important;
  }

  .fb-flow i.fa.text-info {
    color: rgb(91, 192, 222) !important;
  }

  .fb-flow i.fa.text-success {
    color: rgb(92, 184, 92) !important;
  }

.popover-container {
  position: relative;
}

.debug-orange {
  border: 1px solid orange;
}

.popover-text {
  font-size: 14px;
  font-weight: normal;
  line-height: 1.428;
}

.flowdate {
  margin-left: 8px;
  margin-top: 40px;
  -webkit-transform: rotate(45deg);
  -moz-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  -o-transform: rotate(45deg);
}

/*#endregion*/

/*#region ====[ Pagination Loading ]==== */
ul.pagination > li.active.loading > a {
  position: relative;
  text-indent: 100%;
}

  ul.pagination > li.active.loading > a:after {
    content: '\f021';
    display: block;
    position: absolute;
    top: 50%;
    right: auto;
    bottom: auto;
    left: 50%;
    margin: -10px 0 0 -10px;
    padding: 0;
    width: 20px;
    height: 20px;
    line-height: 20px;
    text-align: center;
    text-indent: 0;
    font-family: FontAwesome;
    font-size: 12px;
    font-style: normal;
    font-weight: normal;
    -webkit-animation: spin 2s infinite linear;
    -moz-animation: spin 2s infinite linear;
    -o-animation: spin 2s infinite linear;
    animation: spin 2s infinite linear; /* fa-spin */
  }
/*#endregion*/

.fb-pagination {
  text-align: center;
}

  .fb-pagination a {
    width: 50px;
    text-align: center;
    box-sizing: border-box;
  }

.fb-pager {
  position: relative;
  text-align: center;
}

  .fb-pager p {
    display: block;
    position: absolute;
    top: 0;
    right: auto;
    bottom: auto;
    left: 50%;
    width: 120px;
    height: auto;
    margin: 0 0 0 -60px;
    padding: 0;
    line-height: 32px;
  }












.select2-result-label .fb-label {
  margin-top: 2px;
}




.fb-shiftbid + .fb-shiftbid {
  border-color: #CCCCCC;
  border-style: dashed;
  border-width: 1px 0 0 0;
  margin: 16px 0 0 0;
  padding: 16px 0 0 0;
}

.fb-shiftbid {
  line-height: 24px;
}

  .fb-shiftbid .fb-shiftbid-bid {
    margin: 4px 0 0 24px;
    padding: 0;
    list-style: none;
  }

    .fb-shiftbid .fb-shiftbid-bid + .fb-shiftbid-bid {
      border-width: 0;
    }

    .fb-shiftbid .fb-shiftbid-bid:before {
      content: '';
      position: absolute;
      display: block;
      width: 8px;
      height: 28px;
      margin: -16px 0 0 -16px;
      padding: 0;
      border-color: #666666;
      border-style: solid;
      border-width: 0 0 1px 1px;
    }

    .fb-shiftbid .fb-shiftbid-bid:first-of-type:before,
    .fb-shiftbid .fb-shiftbid-bid:only-of-type:before {
      height: 12px;
      margin: 0 0 0 -16px;
    }







.fb-tool-button {
  display: inline-block;
  width: auto;
  height: auto;
  min-width: 30px;
  min-height: 30px;
  margin: 10px 0 0 0;
  padding: 2px;
  border-color: #BFBFBF;
  border-style: solid;
  border-width: 1px;
  border-radius: 2px;
  background-color: #F8F8F8;
  background-image: -moz-linear-gradient(top, #F8F8F8, #F0F0F0);
  background-image: -ms-linear-gradient(top, #F8F8F8, #F0F0F0);
  background-image: -o-linear-gradient(top, #F8F8F8, #F0F0F0);
  background-image: -webkit-linear-gradient(top, #F8F8F8, #F0F0F0);
  background-image: linear-gradient(top, #F8F8F8, #F0F0F0);
  color: #666666;
  cursor: pointer;
  user-select: none;
  text-align: center;
  font-size: 17px;
}

  .fb-tool-button:hover {
    color: #222222;
    box-shadow: inset 0 0 4px 1px rgba(0, 0, 0, 0.08);
  }

  .fb-tool-button:checked,
  .fb-tool-button.checked {
    border-color: #4A4A4A;
    background-color: #686868;
    background-image: -moz-linear-gradient(top, #686868, #606060);
    background-image: -ms-linear-gradient(top, #686868, #606060);
    background-image: -o-linear-gradient(top, #686868, #606060);
    background-image: -webkit-linear-gradient(top, #686868, #606060);
    background-image: linear-gradient(top, #686868, #606060);
    color: #FFFFFF;
    box-shadow: inset 0 0 4px 1px rgba(0, 0, 0, 0.16);
  }






@media (min-width: 1121px) {
  .fb-hidden-tv {
    display: none !important;
  }

  .fb-visible-desktop,
  .fb-visible-tablet,
  .fb-visible-mobile {
    display: none !important;
  }
}

@media (min-width: 981px) and (max-width: 1120px) {
  .fb-hidden-desktop {
    display: none !important;
  }

  .fb-visible-tv,
  .fb-visible-tablet,
  .fb-visible-mobile {
    display: none !important;
  }
}

@media (min-width: 681px) and (max-width: 980px) {
  .fb-hidden-tablet {
    display: none !important;
  }

  .fb-visible-tv,
  .fb-visible-desktop,
  .fb-visible-mobile {
    display: none !important;
  }
}

@media (max-width: 680px) {
  .fb-hidden-mobile {
    display: none !important;
  }

  .fb-visible-tv,
  .fb-visible-desktop,
  .fb-visible-tablet {
    display: none !important;
  }
}




.ui-datepicker th {
  background-color: #F5F5F5 !important;
  color: #808080 !important;
  font-weight: bold;
}

.ui-datepicker-week-col,
.ui-datepicker-week-col:hover {
  background-color: #F5F5F5;
  color: #808080 !important;
  text-align: center;
}


/*#region ====[ Loader ]==== */
.ms-loader {
  position: relative;
  overflow: hidden;
  display: block;
  width: 0;
  height: 0;
  margin: 0;
  padding: 0;
}

  .ms-loader > .ms-loader-dot {
    position: absolute;
    opacity: 0;
  }

    .ms-loader > .ms-loader-dot:after {
      content: '';
      position: absolute;
      top: 0;
      right: auto;
      bottom: auto;
      left: 0;
      background-color: #333333;
      border-radius: 100%;
    }

    .ms-loader > .ms-loader-dot:nth-child(1) {
      animation-delay: 0.15s;
    }

    .ms-loader > .ms-loader-dot:nth-child(2) {
      animation-delay: 0.30s;
    }

    .ms-loader > .ms-loader-dot:nth-child(3) {
      animation-delay: 0.45s;
    }

    .ms-loader > .ms-loader-dot:nth-child(4) {
      animation-delay: 0.60s;
    }

    .ms-loader > .ms-loader-dot:nth-child(5) {
      animation-delay: 0.75s;
    }

@keyframes orbit {
  0% { /* 0/16 = 0 */
    opacity: 0;
    transform: rotate(225deg);
    animation-timing-function: ease-out;
  }

  6.25% { /* 1/16 = 1/16 */
    opacity: 1;
    transform: rotate(345deg);
    animation-timing-function: linear;
  }

  31.25% { /* 5/16 = 1/4 */
    opacity: 1;
    transform: rotate(465deg);
    animation-timing-function: ease-in-out;
  }

  43.75% { /* 7/16 = 1/8 */
    opacity: 1;
    transform: rotate(705deg);
    animation-timing-function: linear;
  }

  68.75% { /* 11/16 = 1/4 */
    opacity: 1;
    transform: rotate(825deg);
    animation-timing-function: ease-in;
  }

  75% { /* 12/16 = 1/16 */
    opacity: 0;
    transform: rotate(945deg);
    animation-timing-function: linear;
  }

  100% { /* 16/16 = 1/4 */
    transform: rotate(225deg);
  }
}

@keyframes channel {
  0% {
    opacity: 0;
    transform: translate(0%);
    animation-timing-function: ease-out;
  }

  15% {
    opacity: 1;
    transform: translate(40%);
    animation-timing-function: linear;
  }

  60% {
    opacity: 1;
    transform: translate(60%);
    animation-timing-function: ease-in;
  }

  75% {
    opacity: 0;
    transform: translate(100%);
    animation-timing-function: linear;
  }

  100% {
    transform: translate(0%);
  }
}

.ms-loader.orbit {
  width: 64px;
  height: 64px;
  margin: -32px -32px;
}

  .ms-loader.orbit > .ms-loader-dot {
    top: 14.6447%; /* Y=(100-X)/2 */
    right: auto;
    bottom: auto;
    left: 14.6447%; /* Y=(100-X)/2 */
    width: 70.7107%; /* Y=(((X^2)/2)^(1/2))/X*100 */
    height: 70.7107%; /* Y=(((X^2)/2)^(1/2))/X*100 */
    animation-name: orbit;
    animation-duration: 4s;
    animation-iteration-count: infinite;
  }

    .ms-loader.orbit > .ms-loader-dot:after {
      width: 6px;
      height: 6px;
    }

.ms-loader.channel {
  width: 256px;
  height: 8px;
  margin: -4px -128px;
}

  .ms-loader.channel > .ms-loader-dot {
    top: 50%;
    right: auto;
    bottom: auto;
    left: 0;
    width: 100%;
    height: 0;
    animation-name: channel;
    animation-duration: 2s;
    animation-iteration-count: infinite;
  }

    .ms-loader.channel > .ms-loader-dot:after {
      width: 6px;
      height: 6px;
      margin: -3px -3px;
    }
/*#endregion*/

/*#region ====[ Salary Aquirement Icon and Tooltip ]==== */
.fb-salary-aquired {
  position: relative;
}

.fb-salary-aquired-tooltip {
  position: absolute;
  top: 0;
  right: 0;
  bottom: auto;
  left: auto;
  cursor: default;
}

.fb-salary-aquired-level {
  display: block;
  position: absolute;
  top: 50%;
  right: 0;
  bottom: auto;
  left: 0;
  line-height: 0;
  text-align: center;
  font-size: 7pt;
  font-weight: bold;
  color: #FFFFFF;
}

.fb-salary-aquired-list {
  z-index: 9999;
  display: none;
  position: absolute;
  top: auto;
  right: 100%;
  bottom: 100%;
  left: auto;
  margin: 0;
  padding: 9px 16px;
  background-color: #d9edf7;
  background-image: none;
  border-color: #31708f;
  border-style: solid;
  border-width: 1px;
  border-radius: 5px;
}

.fb-salary-aquired-tooltip:hover .fb-salary-aquired-list {
  display: block;
}

.fb-salary-aquired-item {
  white-space: nowrap;
}
/*#endregion*/




.fb-fieldset-legend-action {
  width: 48px;
  line-height: 16px;
}

/* #region ====[ Events ]==== */
.fb-event {
  margin: 0;
  padding: 10px;
  background-color: #efe1b3;
  background-image: none;
  border-color: #dfb56c;
  border-style: solid;
  border-width: 0 0 0 5px;
  border-radius: 0;
  color: #333333;
}

  .fb-event .btn-toolbar .btn {
    width: 48px;
    line-height: 16px;
  }

.fb-event-title {
  font-size: 13pt;
  font-weight: bold;
}

.fb-event-when {
  font-size: 7pt;
  font-weight: bold;
}

.fb-event-description {
  padding: 8px 0 0 0;
  font-size: 9pt;
  white-space: pre-wrap;
}

.fb-event-attendance-list {
  margin: -4px -12px;
}

.fb-event-attendance-item {
  display: block;
  float: left;
  margin: 4px 12px;
  white-space: nowrap;
}

  .fb-event-attendance-item .btn-group .btn {
    width: 48px;
    line-height: 16px;
  }

  .fb-event-attendance-item p {
    padding: 0 0 0 104px;
  }
/* #endregion */

.btn > .btn-label {
  display: block;
  float: left;
  position: relative;
  left: -22px;
  padding: 0 8px;
  background: rgba(0, 0, 0, 0.15);
  border-radius: 1px 0 0 1px;
}

.select2-container-multi .select2-search-choice-close {
  min-width: 0;
  min-height: 0;
}

.list-group-item {
  padding: 10px 15px !important;
  margin-bottom: -1px !important;
}

fieldset > legend + p {
  margin-top: -20px !important;
  margin-bottom: 20px !important;
}

.list-group-item > .fb-checkbox {
  margin: -10px -15px;
  padding: 10px 15px;
}


#employee-list-label {
  display: inline;
  padding: 0.2em 0.6em 0.3em;
  font-size: 75%;
  font-weight: 700;
  line-height: 1;
  color: #fff;
  text-align: center;
  white-space: nowrap;
}

.employee-filter-bar {
  display: inline-block;
}

#inline-days {
  position: static;
  border-radius: 0;
  border-width: 1px;
  width: 3em;
  height: 20px;
  text-align: center;
}

  #inline-days::-webkit-outer-spin-button,
  #inline-days::-webkit-inner-spin-button {
    opacity: 1;
  }

#signature-state-count {
  display: inline;
  padding: 0.2em 0.6em 0.3em;
  font-size: 75%;
  font-weight: 700;
  line-height: 1;
  color: #fff;
  text-align: center;
  white-space: nowrap;
  margin: 0 5px 0 0;
  padding: 3px 5px 3px 5px;
}
