body.bg {background:url(/img/back.jpg) no-repeat;font-family:Arial}
#header {width:880px; padding:20px 20px 0 20px;margin:auto;margin-top:20px;background:#fff;text-align:right;font-size:12px;}
#container {width:880px; padding:20px;margin:auto;background:#fff;height:600px;}

.addvacation, .addhr, .addadmin, .addmanager, .togglelist, .adddepartmentadmin {font-size:14px;vertical-align:middle;}

.ui-datepicker.ui-widget.ui-widget-content {border:0;}
.ui-datepicker-calendar td .ui-state-default {border:0;background:none;text-align:center;color:#000;border-radius:3px;}
.ui-datepicker-calendar td a:hover {background:#eee;}
.ui-datepicker-calendar td.hover a {background:#007bff;color:#fff}
div.ui-datepicker {width:100%;}

.actions {white-space:nowrap;}
.actions a {margin:0 8px;}

table.borderless thead th {
    border-top-style: none;
    border-left-style: none;
    border-right-style: none;
    border-bottom-style: none;
}

#overlay {
    position: fixed;
    top:0px;
    left:0px;
    right:0;
    bottom:0;
    background: black;
    opacity: .5;
    display:none;
    z-index:2000;
}

.loader {
  border: 8px solid #f3f3f3; /* Light grey */
  border-top: 8px solid #3498db; /* Blue */
  border-radius: 50%;
  width: 120px;
  height: 120px;
  animation: spin 2s linear infinite;
  position:absolute;
  top:50%;
  margin-left:50%;
  left:-60px;
}

@keyframes spin {
  0% { transform: rotate(0deg); }
  100% { transform: rotate(360deg); }
}

.toast {
  position: fixed;
  left: 0%;
  width: 100%;
  bottom: 10%;
  z-index: 2000;
  text-align: center;
  margin-top: -20px;
}
.toast span {
  display: inline-block;
  position: relative;
  background: #51a351;
  background: rgba(81, 163, 81, 0.8);
  color: white;
  font-size: 11px;
  -webkit-border-radius: 30px;
  -moz-border-radius: 30px;
  border-radius: 30px;
  padding: 7px 15px;
  -webkit-box-shadow: 0 2px 2px rgba(0, 0, 0, 0.5);
  -moz-box-shadow: 0 2px 2px rgba(0, 0, 0, 0.5);
  box-shadow: 0 2px 2px rgba(0, 0, 0, 0.5);
}
.toast span.hidden {
  top: -20px;
  opacity: 0;
}

.vcal {table-layout:fixed;}
.vcal span {display:inline-block;width:16px;text-align:center;font-size:12px;}
.vcal td {text-align:left;}

.deleted {text-decoration:line-through}

h2 label {font-size:12px;margin-bottom:0;vertical-align:middle;}
h2 label input {vertical-align:top;}
