.switch {
  position: relative;
  height: 26px;
  width: 120px;
  margin: 0px auto;
  background: rgba(0, 0, 0, 0.25);
  border-radius: 3px;
  -webkit-box-shadow: inset 0 1px 3px rgba(0, 0, 0, 0.3), 0 1px rgba(255, 255, 255, 0.1);
  box-shadow: inset 0 1px 3px rgba(0, 0, 0, 0.3), 0 1px rgba(255, 255, 255, 0.1);
}

.switch-label {
  position: relative;
  z-index: 2;
  float: left;
  width: 58px;
  line-height: 26px;
  font-size: 11px;
  color: rgba(255, 255, 255, 0.35);
  text-align: center;
  text-shadow: 0 1px 1px rgba(0, 0, 0, 0.45);
  cursor: pointer;
}
.switch-label:active {
  font-weight: bold;
}

.switch-label-off {
  padding-left: 2px;
}

.switch-label-on {
  padding-right: 2px;
}


.switch-input {
  display: none;
}
.switch-input:checked + .switch-label {
  font-weight: bold;
  color: rgba(0, 0, 0, 0.65);
  text-shadow: 0 1px rgba(255, 255, 255, 0.25);
  -webkit-transition: 0.15s ease-out;
  -moz-transition: 0.15s ease-out;
  -ms-transition: 0.15s ease-out;
  -o-transition: 0.15s ease-out;
  transition: 0.15s ease-out;
  -webkit-transition-property: color, text-shadow;
  -moz-transition-property: color, text-shadow;
  -ms-transition-property: color, text-shadow;
  -o-transition-property: color, text-shadow;
  transition-property: color, text-shadow;
}
.switch-input:checked + .switch-label-on ~ .switch-selection {
  left: 60px;
  /* Note: left: 50%; doesn't transition in WebKit */
}

.switch-selection {
  position: absolute;
  z-index: 1;
  top: 2px;
  left: 2px;
  display: block;
  width: 58px;
  height: 22px;
  border-radius: 3px;
  background-color: #65bd63;
  background-image: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #9dd993), color-stop(100%, #65bd63));
  background-image: -webkit-linear-gradient(top, #9dd993, #65bd63);
  background-image: -moz-linear-gradient(top, #9dd993, #65bd63);
  background-image: -ms-linear-gradient(top, #9dd993, #65bd63);
  background-image: -o-linear-gradient(top, #9dd993, #65bd63);
  background-image: linear-gradient(top, #9dd993, #65bd63);
  -webkit-box-shadow: inset 0 1px rgba(255, 255, 255, 0.5), 0 0 2px rgba(0, 0, 0, 0.2);
  box-shadow: inset 0 1px rgba(255, 255, 255, 0.5), 0 0 2px rgba(0, 0, 0, 0.2);
  -webkit-transition: left 0.15s ease-out;
  -moz-transition: left 0.15s ease-out;
  -ms-transition: left 0.15s ease-out;
  -o-transition: left 0.15s ease-out;
  transition: left 0.15s ease-out;
}
.switch-blue .switch-selection {
  background-color: #3aa2d0;
  background-image: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #4fc9ee), color-stop(100%, #3aa2d0));
  background-image: -webkit-linear-gradient(top, #4fc9ee, #3aa2d0);
  background-image: -moz-linear-gradient(top, #4fc9ee, #3aa2d0);
  background-image: -ms-linear-gradient(top, #4fc9ee, #3aa2d0);
  background-image: -o-linear-gradient(top, #4fc9ee, #3aa2d0);
  background-image: linear-gradient(top, #4fc9ee, #3aa2d0);
}
.switch-yellow .switch-selection {
  background-color: #c4bb61;
  background-image: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #e0dd94), color-stop(100%, #c4bb61));
  background-image: -webkit-linear-gradient(top, #e0dd94, #c4bb61);
  background-image: -moz-linear-gradient(top, #e0dd94, #c4bb61);
  background-image: -ms-linear-gradient(top, #e0dd94, #c4bb61);
  background-image: -o-linear-gradient(top, #e0dd94, #c4bb61);
  background-image: linear-gradient(top, #e0dd94, #c4bb61);
}


.no-pointer {
  pointer-events:none;
}

.no-pointer .tile {
  /*background-color: red!important;*/
  background-image: url('/layout/theme/img/149-512.png')!important;
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center;
  color: #ffffff !important;
  border-color: rgba(255, 0, 0, 0.22)!important;
}

.background-inherit {
  background-color: inherit;
}
.ui-select-multiple.ui-select-bootstrap {
  position: relative;
  min-height:29px;
}
.ui-select-multiple input.ui-select-search {
  width: 100% !important;
  position: absolute;
}

@media screen
{
  .noprint{}
  .noscreen{display:none;}
}

@media print
{
  .noprint{display:none;}
  .noscreen{}
}

/* Fallback style */
.browsehappy {
    margin: .2em 0;
    background: #ccc;
    color: #000;
    padding: .2em 0;
}

@media print {
.noprint {
    display: none !important;
}
}

/* angular-animate configuration */
.ng-hide-remove {
    -webkit-animation: fadeIn .5s;
    animation: fadeIn .5s;
}

.ng-hide-add {
    -webkit-animation: fadeOut .5s;
    animation: fadeOut .5s;
    display: block !important;
}

.main-content.ng-enter {
    animation: fadeIn .5s both ease-in;
    z-index: 8888;
}

.exit-btn {
    border-left: 2px solid #9995A6;
    margin-left: 10px;
    padding-left: 10px;
    display: inline-block;
}

.required {
    font-weight: 700;
    color: #F3565D;
}

.time-modal .modal-dialog {
    top: 100px;
}

.time-modal .modal-dialog .modal-header {
    background-color: #333;
    margin: 0;
    line-height: 1.42857143;
    padding: 15px;
    border-bottom: 1px solid #e5e5e5;
    min-height: 16.42857143px;
    color: #fff;
    text-transform: uppercase;
    font-size: 18px;
}

.time-modal .modal-dialog .modal-footer {
    background-color: #333;
    margin: 0;
    line-height: 1.42857143;
    padding: 15px;
    border-bottom: 1px solid #e5e5e5;
    min-height: 16.42857143px;
    color: #fff;
    text-transform: uppercase;
    font-size: 18px;
}

.score-block {
    padding: 5px 15px 5px 5px;
}

.company-header,.company-header strong {
    vertical-align: bottom;
}

.nav-tabs.nav-justified > li {
    padding-bottom: 0 !important;
}

.nav-tabs.nav-justified > li > a {
    margin-left: 2px;
    top: 1px;
    border: none;
}

.nav-tabs.nav-justified > li:first-child > a {
    margin-left: 0;
}

.nav-tabs.nav-justified > li > a:link {
    background: #eee;
}

.lspr-notification-modal {
    height: 500px;
}

.lspr-notification-modal-content {
    height: 450px;
    overflow: auto;
}

.modal-open {
    overflow: hidden !important;
}

.lspr-notification-table {
    height: 300px;
    overflow: auto;
}

.sortable {
    background-color: #555 !important;
    color: #fff !important;
}

/*Employee page style*/
.page-employee-body {
    padding: 50px;
}

.page-employee-body-content {
    padding-top: 50px;
    width: 80%;
    margin-left: 10%;
    /*background-color: #333;*/
    /*margin-top: 20px;*/
}

.page-employee-body-content > .page-title,.page-employee-body-content > .page-title > small {
    color: #fff;
}

.page-login-background {
    background-color: #3d3d3d !important;
}

/*
 * AngularJS-Toaster
 * Custom Style
*/
.toast-close-button {
    text-indent: 0 !important;
}

.toast-top-full-width {
    top: 50px !important;
    right: 25% !important;
    width: 50% !important;
}

:not(.no-enter)#toast-container > div.ng-enter,:not(.no-leave)#toast-container > div.ng-leave {
    -webkit-transition: 250ms cubic-bezier(0.250,0.250,0.750,0.750) all !important;
    -moz-transition: 250ms cubic-bezier(0.250,0.250,0.750,0.750) all !important;
    -ms-transition: 250ms cubic-bezier(0.250,0.250,0.750,0.750) all !important;
    -o-transition: 250ms cubic-bezier(0.250,0.250,0.750,0.750) all !important;
    transition: 250ms cubic-bezier(0.250,0.250,0.750,0.750) all !important;
}

/*Overlay style*/
.loading-overlay {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 10;
    background-color: rgba(0,0,0,0.5);
}

.no-scroll {
    overflow: hidden;
}

.page-hidden {
    display: none;
}

.loader {
    position: relative;
    margin: 0 auto;
    width: 100px;
    height: 100px;
    zoom: 1.7;
}

.circular {
    -webkit-animation: rotate 2s linear infinite;
    animation: rotate 2s linear infinite;
    height: 100px;
    position: relative;
    width: 100px;
}

.path {
    stroke-dasharray: 1,200;
    stroke-dashoffset: 0;
    -webkit-animation: dash 1.5s ease-in-out infinite,color 6s ease-in-out infinite;
    animation: dash 1.5s ease-in-out infinite,color 6s ease-in-out infinite;
    stroke-linecap: round;
}

@-webkit-keyframes rotate {
100% {
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg);
}
}

@keyframes rotate {
100% {
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg);
}
}

@-webkit-keyframes dash {
0% {
    stroke-dasharray: 1,200;
    stroke-dashoffset: 0;
}

50% {
    stroke-dasharray: 89,200;
    stroke-dashoffset: -35;
}

100% {
    stroke-dasharray: 89,200;
    stroke-dashoffset: -124;
}
}

@keyframes dash {
0% {
    stroke-dasharray: 1,200;
    stroke-dashoffset: 0;
}

50% {
    stroke-dasharray: 89,200;
    stroke-dashoffset: -35;
}

100% {
    stroke-dasharray: 89,200;
    stroke-dashoffset: -124;
}
}

@-webkit-keyframes color {
100%,0% {
    stroke: #d62d20;
}

40% {
    stroke: #0057e7;
}

66% {
    stroke: #008744;
}

80%,90% {
    stroke: #ffa700;
}
}

@keyframes color {
100%,0% {
    stroke: #d62d20;
}

40% {
    stroke: #0057e7;
}

66% {
    stroke: #008744;
}

80%,90% {
    stroke: #ffa700;
}
}

@-webkit-keyframes text-color {
100%,0% {
    color: #d62d20;
}

40% {
    color: #0057e7;
}

66% {
    color: #008744;
}

80%,90% {
    color: #ffa700;
}
}

@keyframes text-color {
100%,0% {
    color: #d62d20;
}

40% {
    color: #0057e7;
}

66% {
    color: #008744;
}

80%,90% {
    color: #ffa700;
}
}

.text-loader {
    display: block;
    margin: 0 auto 0 20px;
    text-align: center;
    text-transform: uppercase;
    font-wight: bold;
    font-size: 1.88em;
    color: #EEE;
}

.move-on-loader {
  -webkit-animation-name: move-on; /* Chrome, Safari, Opera */
  -webkit-animation-duration: 8s; /* Chrome, Safari, Opera */
  -webkit-animation-iteration-count: infinite; /* Chrome, Safari, Opera */
  animation-name: move-on;
  animation-duration: 8s;
  animation-iteration-count: infinite;
}
@-webkit-keyframes move-on {
  0%   {left:-40%;}
  100%   {left:100%;}
}

/* Standard syntax */
@keyframes move-on {
  0%   {left:-40%;}
  100%   {left:100%;}
}

.text-loader span {
    letter-spacing: .2em;
    -webkit-animation: text-space 2s linear infinite;
    animation: text-space 2s linear infinite;
}

.text-loader span:nth-child(2) {
    animation-delay: .2s;
}

.text-loader span:nth-child(3) {
    animation-delay: .4s;
}

.text-loader span:nth-child(4) {
    animation-delay: .8s;
}

.text-loader span:nth-child(5) {
    animation-delay: 1s;
}

.text-loader span:nth-child(6) {
    animation-delay: 1.2s;
}

.text-loader span:nth-child(7) {
    animation-delay: 1.4s;
}

.text-loader span:nth-child(8) {
    animation-delay: 1.6s;
}

.text-loader span:nth-child(9) {
    animation-delay: 1.8s;
}

@-webkit-keyframes text-space {
100%,0% {
    opacity: 1;
}

40% {
    opacity: .8;
}

66% {
    opacity: .5;
}

80%,90% {
    opacity: .2;
}
}

@keyframes text-space {
100%,0% {
    opacity: 1;
}

40% {
    opacity: .8;
}

66% {
    opacity: .5;
}

80%,90% {
    opacity: .2;
}
}

.vAccordion--default v-pane.is-expanded > v-pane-header {
    border-bottom-color: #2196F3;
    background-color: #555;
    color: #fff;
}

.vAccordion--default v-pane-header {
    padding: 15px;
}

.vAccordion--default v-pane-header {
    font-weight: 700;
    text-transform: uppercase;
    font-size: 15px;
    color: #555;
}

.vAccordion--default v-pane-header:focus,.vAccordion--default v-pane-header:hover {
    color: #cb5a5e;
}

.vAccordion--default v-pane-header::after,.vAccordion--default v-pane-header::before {
    background-color: #437cae;
    height: 3px;
    right: 15px;
}

.modal-title .action {
    cursor: pointer;
    float: right;
}

.modal-title .action i{
    font-size: 20px;
}

.ui-select-container {
    border: 2px solid #555;
}

.mini-table {
    max-height: 250px;
    overflow-y: scroll;
}

.ul-notif{
  /*background: #333;*/
  list-style: none;
  padding: 0;
  font-family: 'Open Sans', sans-serif;
}

.ul-notif>div>li{
  color: #fff;
  background: #444;
  padding: 1em;
  border-bottom: 0.5em solid #333;
  border-left: 0.5em outset #cb5a5e;
  cursor: pointer;
  transition: 0.4s all;
}

.ul-notif>li{
  color: #fff;
  background: #333;
  padding: 1em;
  border-bottom: 0.5em solid #333;
  border-left: 0.5em outset #cb5a5e;
  cursor: pointer;
  transition: 0.4s all;
}

.li-notif-completed{
  color: #29F !important;
  background: #333 !important;
  border-left: 0.5em outset #336699 !important;
}

.li-notif-completed:hover{
  color: #11F !important;
  background: #777 !important;
}

.li-notif:hover{
  color: #2fa;
  background: #777;
}

.ul-notif::-webkit-scrollbar {
  /* This is the magic bit */
  display: none;
}

.dashboard-header {
    width: 100%;
    height: 30px;
    background-color: #f44355;
    box-shadow: 0 3px 6px rgba(0, 0, 0, 0.16), 0 3px 6px rgba(0, 0, 0, 0.23);
}


/* Shift Assignment Style */

.shift-table-cell-day {
  width: 100px;
  height: 100px;
  border: 1px solid black;
  position: relative;
  text-align: center;
  overflow: hidden;
}

.shift-table-cell-weekend {
  background-color: #E26A6A;
}

.shift-table-cell-default {
  margin-left:5px; 
  background-color: #eeeeee;
  width:100px; 
  height:100px; 
  position: relative;
  text-align: center;
  border: 1px solid black;
}

.shift-table-header {
  text-align: center;
}

.shift-table-container {
  height: auto;
  max-height: 400px;
  overflow: scroll;
  margin-bottom: 100px;
}

.shift-table-cell-name {
  width: 100px;
}

.shift-button {
  margin-right: 10px; 
  margin-bottom: 10px;
}

.shift-droppable {
  position: relative;
  top: 50%;
  display: inline-block;
  transform: translateY(-50%);
}

.shift-detail-cell {
  position: absolute;
  text-align: center;
}

.shift-delete {
  float: right; 
  margin-top: -10px; 
  margin-right: -10px;
}

.shift-delete:hover {
  color: #cb5a5e !important;
}

.shift-clear-all {
  border-top: 1px solid black;
  line-height: 30px;
  height: 48px;
  margin-left: auto !important;
  margin-right: auto !important;
  padding-left: 7px !important;
}

.shift-default {
  text-transform: uppercase;
  line-height: 50px;
  height: 50px;
  border-bottom: 1px solid black;
  margin-left: auto !important;
  margin-right: auto !important;
}

.shift-holiday {
  position: relative;
  top: 50%;
  display: inline-block;
  overflow: hidden;
  transform: translateY(-50%);
}


/* Notification Style */

.notification-complete-button {
  float: right; 
  margin-top: -28px; 
  margin-right: -10px;
}

.notification-complete-button:hover {
  color: #cb5a5e !important;
}

.profile-picture-employee {
  width: auto !important;
}