/* Add here all your CSS customizations */

.resp-iframe {
 /*position: absolute;*/
 top: 0;
 left: 0;
 width: 100%;
 height: 100%;
 border: 0;
}





.buttonFilters {
 background-color: white;
 color: black;
 border: 2px solid #555555;
 border-radius: 7px;
 padding: 5px 15px;
 text-align: center;
 text-decoration: none;
 display: inline-block;
 font-size: 12px;
 margin: 2px 2px;
 transition-duration: 0.4s;
 cursor: pointer;



}


.buttonFilters:hover {
 background-color: #555555;
 color: white;
}

.buttonFilters span {
 cursor: pointer;
 display: inline-block;
 position: relative;
 transition: 0.5s;
}

.buttonFilters span:after {
 content: '\00bb';
 position: absolute;
 opacity: 0;
 top: 0;
 right: -20px;
 transition: 0.5s;
}

.buttonFilters:hover span {
 padding-right: 25px;
}

.buttonFilters:hover span:after {
 opacity: 1;
 right: 0;
}

.header-col{
 background: #E3E9E5;
 color:#000;
 text-align: center;
 font-size: 11px;
 font-weight: bold;
}
.header-calendar{
 background: #000;
 color: white;
}
.box-day{
 border:1px solid #E3E9E5;
 height:80px;
 color:#000;
 text-align: left;
 padding-top: 0px;
 line-height:10px;
}
.box-dayoff{
 border:1px solid #E3E9E5;
 height:80px;
 background-color: #ccd1ce;
}

.box-day a{
 color: #000; 
 text-decoration: none; 
 font-weight: 600;
 font-size: 10px;
}

.box-day:hover {
 background-color: #0085b1 !important;
 color:  #fff;
 -webkit-transition: all .55s ease;
 -moz-transition: all .55s ease;
 -o-transition: all .35s ease;
 transition: all .55s ease;
}

.box-day:focus{
 background-color: #0085b1 !important;
 color:  #fff;
}


.full-header-col{
 background: #E3E9E5;
 color:#000;
 text-align: center;
 font-size: 9px;
 font-weight: bold;
}
.full-header-calendar{
 background: #E3E9E5;
 color: #000;
}
.full-box-day{
 border:1px solid #E3E9E5;
 height:20px;
 text-align: center;
 font-size: 0.8em;
 color:#000;
}
.full-box-dayoff{
 border:1px solid #E3E9E5;
 height:20px;
 background-color: #ccd1ce;
}

.sr-only {
  position: absolute;
  top: -30em;
}

table.sortable td,
table.sortable th {
  padding: 0.125em 0.25em;
  /*width: 8em;*/
}

table.sortable th {
  font-weight: bold;
  border-bottom: thin solid #888;
  position: relative;
}

table.sortable th.no-sort {
  padding-top: 0.35em;
}

table.sortable th:nth-child(5) {
 /* width: 10em;*/
}

table.sortable th button {
/*  position: absolute;*/
  padding: 4px;
  margin: 1px;
  font-size: 100%;
  font-weight: bold;
  background: transparent;
  border: none;
  display: inline;
  right: 0;
  left: 0;
  top: 0;
  bottom: 0;
  width: 100%;
  text-align: center;
  outline: none;
  cursor: pointer;
}

table.sortable th button span {
  position: absolute;
  right: 4px;
}

table.sortable th[aria-sort="descending"] span::after {
  content: "▼";
  color: currentcolor;
  font-size: 100%;
  top: 0;
}

table.sortable th[aria-sort="ascending"] span::after {
  content: "▲";
  color: currentcolor;
  font-size: 100%;
  top: 0;
}

table.show-unsorted-icon th:not([aria-sort]) button span::after {
  content: "♢";
  color: currentcolor;
  font-size: 100%;
  position: relative;
  top: -3px;
  left: -4px;
}

table.sortable td.num {
  text-align: center;
}



/* Focus and hover styling */

table.sortable th button:focus,
table.sortable th button:hover {
  padding: 2px;
  border: 2px solid currentcolor;
  background-color: #e5f4ff;
}

table.sortable th button:focus span,
table.sortable th button:hover span {
  right: 2px;
}

table.sortable th:not([aria-sort]) button:focus span::after,
table.sortable th:not([aria-sort]) button:hover span::after {
  content: "▼";
  color: currentcolor;
  font-size: 100%;
  top: 0;
}
