html {
  width: 100%;
}

body {
  overflow-x: hidden !important;
}

body.show-spinner>main {
  overflow: hidden !important;
}

/* Hide everything under body tag */
body.show-spinner>* {
  opacity: 0;
}

/* Spinner */
body.show-spinner::after {
  content: " ";
  display: inline-block;
  width: 30px;
  height: 30px;
  border: 2px solid rgba(0, 0, 0, 0.2);
  border-radius: 50%;
  border-top-color: rgba(0, 0, 0, 0.3);
  animation: spin 1s ease-in-out infinite;
  -webkit-animation: spin 1s ease-in-out infinite;
  z-index: 1;
}

.fullscreen {
    position: fixed;
    top: 0;
    left: 0;
    z-index: 99999;
    background: white;
    width: 100%;
    height: 100%;
}

.my-spinner{
  content: " ";
  display: inline-block;
  width: 30px;
  height: 30px;
  border: 2px solid rgba(0, 0, 0, 0.2);
  border-radius: 50%;
  border-top-color: rgba(0, 0, 0, 0.3);
  animation: spin 1s ease-in-out infinite;
  -webkit-animation: spin 1s ease-in-out infinite;
  position: relative;
  top: 5px;
  z-index: 1;
}

@keyframes spin {
  to {
    transform: rotate(360deg);
  }
}

@-webkit-keyframes spin {
  to {
    -webkit-transform: rotate(360deg);
  }
}

.logo-single {
    width: 210px;
    height: 45px;
    background: url(../img/loginlogo.png) no-repeat;
    background-position: center center;
    display: inline-block;
    margin-bottom: 60px;
    background-size: cover;
}

.auth-card .image-side {
    width: 40%;
    background: #008ecc;
    background-size: cover;
    padding: 80px 40px;
}

.fixed-background {
    background: #FFF;
    background-size: cover;
    width: 100%;
    height: 100%;
    position: fixed;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
}

.password-mismatch{
  border: 1px solid red;
  border-radius: .1rem;
  padding: .5rem 1rem;
  font-size: .76rem;
  color: #3a3a3a;
  background: #fff;
  border: 1px solid #008ecc;
  text-align: center;
  width: unset!important;
  position: absolute;
  z-index: 4;
  margin-top: -.5rem;
  left: 256px;
  top: -5px;
  border-radius: 10px;
  transform: translateX(-50%);
  line-height: 1.5;
  box-shadow: 0 1px 15px rgba(0,0,0,.04), 0 1px 6px rgba(0,0,0,.04);
}
.password-mismatch:after{
  content: " ";
  display: inline-block;
  position:relative;
  border-left: 1px solid #008ecc;
  border-bottom: 1px solid #008ecc;
  right: calc(100% + 14px);
  transform: rotate(45deg);
  width: 6px;
  height: 6px;
  z-index: 5;
  background: white;
}

.logoimg {
  width: 160px;
  margin-right: 20px;
}

img#userPicture, img#employeePicture, img#clientPicture{
  height: 200px;
  width: auto !important;
  border-radius: 8px;
  border-color: #b2bfcc;
}

img[src='img/add-user-img.webp']{
  border-color: #17a2b8 !important;
  padding-left: 2% !important;
  border-radius: 50% !important;
}



li[ng-click]{
  cursor: pointer;
}

@media only screen and (max-width: 600px) {
  .image-side {
    display: none;
  }

  .logoimg {
    width: 90px;
    margin-right: 20px;
  }
}

#employee-table td:last-of-type,
#users-table td:last-of-type,
#projects-table td:last-of-type {
    position: sticky;
    right: -25px;
}

@media only screen and (max-width: 576px) {
  .employee-document-photo {
    display: none;
  }
}

#tag-table-card thead tr th{
  padding-left: 10px;
}


.tag-delete {
  top: -9px;
  color: white;
  background-color: #ff263c;
  border-radius: 50%;
  font-size: 18px;
}

.hourly-table td input {
    text-align: right;
    margin:  0px;
    border: none;
    font-size: 14px;
    width: 100px;
    outline: none;
}

.hourly-table td {
    max-width: 100px;
    min-width: 20px;
}

.hourly-table td:first-child {
    width: 36px;
}

.break-delete {
    right: -10px;
    top: -9px;
    color: white;
    background-color: #ff263c;
    border-radius: 50%;
    font-size: 25px;
}

.employerAddress {
    width: calc(100% + 24px);
    box-sizing: border-box;
    border: none;
    height: 94px;
    margin-top: -12px;
    margin-bottom: -16px;
    margin-left: -12px;
    height: 120px;
    resize: none;
}

table.tableBlue{
  border: 2px solid #008ecc;
  margin-top:20px;
  min-width: 500px;
}

table.tableBlue th, table.tableBlue td{
    border: 2px solid #008ecc !important;
}

#addBreakError {

}

#employee-table tr.selected .unselected-employee,
#employee-table tr:not(.selected) .selected-employee{
  display: none;
}

.unselected-employee,
.selected-employee{
  font-size: 200%;
  cursor: pointer;
}


.selected-employee:before{
  color: #70bd70;
  background: lightgreen;
  border-radius: 50%;
  font-weight: bold;
  border-width: 0;
}

.agreed-invitation:before{
  color: #70bd70;
  border-radius: 50%;
  font-weight: bold;
  border-width: 0;
  font-size: 25px;
  margin-left: 0;
}

tr.selected{
  background: inherit !important;
  font-weight: bold;
}

.greyColor {
  background-color: #f2f2f2;
}

.message-list-title {
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  padding-right: 5px;
}

body.menu-mobile #check_in_avatar {
  width: 80%;
  display: block;
  margin: auto;
  border-radius: 50%;
  border: 8px solid #eee;
}

#check_in_avatar {
  width: 33%;
  display: block;
  margin: auto;
  border-radius: 50%;
  border: 8px solid #eee;
}

.confirmationDisplay {

  border-radius: 10px;
  padding:5px;
  margin-bottom: 8px;
  position: relative;
  background-color: #f2f2f2;
}

.howManyConfirmed {
  margin: 0;
  position: absolute;
  top: 50%;
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
  right: 0;
}

@media only screen and (max-width: 600px) {
  .confirmationDisplay {

  }

  .howManyConfirmed {
    position: static;
    transform: none;
    width: 100%;
    display: block;
    padding-top: 5px;
    text-align: center;
  }

  .assign-employee-to-project {
      width: 100%;
      margin-top: 5px;
  }


  .assign-employee-to-project button {
      border-radius: 20px !important;
      margin: auto;
      display: inline-block;
    }
}

.show-menu-small-screen{
  transform: none !important;
}

@media screen and (max-width: 1199px){
	.message-list-menu:not(.show-menu-small-screen):before{
	  	content: "<< Swipe left for side menu";
	    position: absolute;
	    left: -200px;
	    top: 34px;
	    height: 42px;
	    font-size: 15px;
	    color: #bdbbbb;
	    background: white;
	    text-align: center;
	    border-radius: 34px 0px 0px 34px;
	    padding: 10px;
	    box-shadow: 0 0 3px #ddd;
	}

	.message-list-menu.show-menu-small-screen:before{
	    content: ">>";
	    position: absolute;
	    left: -39px;
	    top: 34px;
	    height: 42px;
	    font-size: 15px;
	    color: #bdbbbb;
	    background: white;
	    text-align: center;
	    border-radius: 34px 0px 0px 34px;
	    padding: 10px;
	    box-shadow: 0 0 3px #ddd;
	}
}

.shift_link {
  font-size: large;
  font-weight: bold;
  color: #007bff !important;
}

@media only screen and (min-width: 1800px) {
  .dashboard-numbers .glide__arrow{
    display: none;
  }
}

.dashboard-numbers .glide__arrow{
    border: none;
    color: grey;
    box-shadow: none;
}

.dashboard-numbers .glide__arrow--right{
	margin-right: -35px;
}

.dashboard-numbers .glide__arrow--left{
	margin-left: -35px;
}

@media screen and (max-width: 767px) {
    li.paginate_button.previous {
      display: inline;
    }

    li.paginate_button.next {
      display: inline;
    }

    li.paginate_button {
      display: none;
    }

    .messageHistoryImg {
      width: 60px !important;
      height: 60px !important;
      margin-top: 20px !important;
      margin-left: 10px !important
    }

    .messageHistoryTitle {
      max-width: calc(100% - 25px) !important;
    }

    .messageHistoryCard {
      padding-left: 0px !important;
    }

    .messageHistoryInfo {
      margin-left: 8px !important;
    }

    .messagesHistoryMessage {
      margin-left: -44px !important;
    }

    .viewEmployeeMessageImg {
      height: 80px !important;
      width: 80px !important;
    }


}
#incompleteProfileButton:hover{
  text-decoration: underline;
}

@media screen and (max-width: 1361px) {

    #profileIncomplete {
      position: absolute !important;
      left: 50%;
      top: 2px;
    }
    #incompleteProfileButton{
      position: absolute;
      left: 5px;
      font-size: 12px;
    }
}

.error_bubble {
  min-height: 40px;
  border: 2px solid red;
  background-color: #f19f9f50;
  font-weight: bold;
  border-bottom: 2px solid red !important;
}

.navbar .user img {
    width: 40px;
    height: 40px;
}

body.swal2-height-auto {
  height: 100% !important;
}

tr.orange td {
    color: orange !important;
}

tr.red td {
    color: red !important;
}

tr.green td {
    color: green !important;
}
