@charset "UTF-8";
/*
 * jQuery File Upload Plugin CSS Example 8.0
 * https://github.com/blueimp/jQuery-File-Upload
 *
 * Copyright 2013, Sebastian Tschan
 * https://blueimp.net
 *
 * Licensed under the MIT license:
 * http://www.opensource.org/licenses/MIT
 */

.ng-cloak {
  display: none;
}

#wrap a
{
  color: white !important;
  text-decoration: none;
}

#wrap a:hover
{
  color: white !important;
  text-decoration: underline;
}

table.agendaroom 
{
  max-width: 100%;
  background-color: transparent;
  border-collapse: separate;
  border-spacing: 2px;
  border-color: gray;
}

table.agendaroom tr
{
  height: 2px;
  padding: 0 0 0 0;
  margin: 0 0 0 0;
  border: none;
}

table.agendaroom td
{
  height: 2px;
  padding: 0 0 0 0;
  margin: 0 0 0 0;
  border: none;
}

.block-carry-history {
  border: 1px silver dotted;
  width: 50%;
  padding: 4px 7px 4px 7px;
  margin-bottom: 20px;
  min-width: 444px;
}

.meta-info {
    color: blue;
    font-weight: bold;
    font-size:  12px;
    font-style: italic;
}
.checkbox_day {
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.dayBtn {
  width: 45px;
  height: 45px;
}

.dayBtn.active {
  background-color: orange;
}

.btn_one_day_toggle{
  margin-bottom: 10px;
}

.btn_one_day_toggle.active {
  background-color: lightslategray;
  color: #fff;
}

