/* Employee portal */
.topbar {
  width: 100%;
  text-align: center;
  background-color: #34495e;
  position: fixed;
  top: 0;
  height: 60px;
  border-bottom: 2px solid #ddd;
}

.topbar h4 {
  color: white;
  margin: 0;
  font-size: 18px;
}

.bottommenu {
  width: 100%;
  text-align: center;
  background-color: #FFF;
  border-top: 1px solid #DDD;
  position: fixed;
  bottom: 0;
  height: 70px;
}

label {
  text-transform: uppercase;
}

.form-control, select {
  border-radius: 0;
}

.shiftstable table {
  margin-bottom: 0;
  min-height:500px;
}

.shiftstable {
  border: 1px solid #DDD;
  border-radius: 5px;
  background-color: transparent;
}

.shiftstable td {
  width: 14%;
}

.shiftstable th:nth-child(even), .shiftstable td:nth-child(even) {
  background: #FFF;
}

.shiftstable th:nth-child(odd), .shiftstable td:nth-child(odd) {
  background: #fafafa;
}

.shiftstable .shiftcard {
  color: white;
  background-color: #94d005;
  padding: 7px;
  border-radius: 5px;
  margin-bottom: 5px;
}

.shiftstable .shiftcard:hover {
  -webkit-box-shadow: 0px 0px 5px 0px rgba(150, 150, 150, 1);
  -moz-box-shadow: 0px 0px 5px 0px rgba(150, 150, 150, 1);
  box-shadow: 0px 0px 5px 0px rgba(150, 150, 150, 1);
}

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

.shiftcard.Partially.Assigned {
  background-color: #6d9ece;
}

.shiftcard.Assigned {
  background-color: #94d005;
}

.shiftcard.Unassigned {
  background-color: #999999;
}

/* Basics */
body {
  font-family: 'Ubuntu', sans-serif;
}

h1, h2, h3, h4, h5, h6 {
/*   font-family: 'Merriweather', serif;  */
}

.login-main {
  padding-top: 10%;
  background: url(//assets.bettyblocks.com/bb41951a385c47358837778b74ac4f4a_assets/files/login-background?_=e064302ac11bdb98b83a62071a3224d5) center center;
  background-size: cover;
}

.main {
  margin-top: 25px;
  margin-bottom: 25px;
  padding: 25px;
  min-height: 400px;
  background-color: white;
  border: 1px solid #ddd;
  border-radius: 5px
}

/* Buttons */
.btn {
  border: 0;
  border-radius: 3px;
}

.btn-primary {
  background-color: #FFA12D;
}

.btn-primary:hover, .btn-primary:active, .btn-primary:focus {
  background-color: #F48700;
}

.btn-danger {
  background-color: #E8004C;
}

.btn-danger:hover, .btn-danger:focus, .btn-danger:active {
  background-color: #fa6400;
}

.btn-info {
  background-color: #568eff;
}

.btn-info:hover, .btn-info:active, .btn-info:focus {
  background-color: #385aff;
}

.btn-success {
  background-color: #38e66b;
}

.btn-success:hover, .btn-success:active, .btn-success:focus {
  background-color: #32d162;
}

.btn-warning {
  background-color: #ffea00;
}

.btn-warning:hover, .btn-warning:active, .btn-warning:focus {
  background-color: #ffcd19;
}

/* navbar-default */
.navbar-default {
  background-color: #fff;
  border: 0;
}

.navbar-default .navbar-nav>li>a {
  color: #E8004C;
}

.navbar-default .navbar-nav>li>a:hover, .navbar-default .navbar-nav>li>a:active, .navbar-default .navbar-nav>li>a:focus, .navbar-default .navbar-nav>li>a.active {
  color: #E8004C;
  -webkit-box-shadow: inset 0px -5px 0px 0px rgb(232, 0, 76);
  -moz-box-shadow: inset 0px -5px 0px 0px rgb(232, 0, 76);
  box-shadow: inset 0px -5px 0px 0px rgb(232, 0, 76);
}

.navbar-default .navbar-nav>li {
  background-color: #fff;
}

.navbar-default .navbar-nav>li:hover, .navbar-default .navbar-nav>li:active, .navbar-default .navbar-nav>li:focus {
  background-color: #fff;
}
@media only screen and (max-width: 768px) {
  .navbar-default {
    display:inline;
  }
  .navbar-toggle {
    margin-top:-45px;
  }
}
@media only screen and (max-width: 425px) {
  .navbar-content {
  	border-bottom: 1px solid #e7e7e7; 
  }
  div h4 {
  	text-align: left; 
  }
  .schedule-title {
  	font-size: 18px; 
  }
  .shiftstable td {
    min-width: 150px;
    max-width: 150px;
  }
}
/* Helper classes */
.shadow {
  -webkit-box-shadow: 0px 5px 5px 1px rgba(0, 0, 0, 0.75);
  -moz-box-shadow: 0px 5px 5px 1px rgba(0, 0, 0, 0.75);
  box-shadow: 0px 5px 5px 1px rgba(0, 0, 0, 0.75);
}

.rounded {
  border-radius: 5px;
}

.bordered {
  border: 1px solid #bbb;
}

.upcase {
  text-transform: uppercase;
}

.bold {
  font-weight: bold;
}

.italic {
  font-style: italic;
}
.schedule-title {
  font-weight: bold;
  color: #E8004C;
}
#overlay { display:none; justify-content:center; align-items:center; position:fixed; top:0; left:0; height:100vh; width:100vw; background-color:rgba(0,0,0,0.3); z-index:100; user-select:none;-moz-user-select: none;-khtml-user-select: none;-webkit-user-select: none;-o-user-select: none; }
#loader { position:absolute; left:0;top:0;right:0;bottom:0; text-align:center; color:#E9004c; z-index:101; }

.spinner {
  position: absolute;
  left: calc(50% - 40px);
  top: calc(50% - 40px);
  border-radius: 50%;
  width: 80px;
  height: 80px;
  border: 4px solid #AFB5C8;
  border-left: 4px solid #262A3A;
  animation: fa-spin 1.1s infinite linear;
}
.loader-logo {
  position: absolute;
  width: 40px;
  height: auto;
  left: calc(50% - 20px);
  top: calc(50% - 18px);
}