.content_lista_imprez {
    width: 98%;
    margin: 0 auto;
}
.content_lista_imprez h2 {
    margin: 0;
    padding: 25px 0;
    font-size: 22px;
    border-bottom: 1px solid #ebebeb;
    color: #666666;
}


.lista_imprez {
    display: flex;
    flex-flow: column;
}

.lista_imprez .header .month-year {
    font-size: 20px;
    font-weight: bold;
    color: #636e73;
    padding: 20px 0;
    text-align: center;
}
.lista_imprez .days {
    display: flex;
    flex-flow: wrap;
}
.lista_imprez .days .day_name {
    width: calc(100% / 22);
    border-right: 1px solid #2c7aca;
    padding: 5px;
    text-transform: uppercase;
    font-size: 12px;
    font-weight: bold;
    color: #818589;
    color: #fff;
    background-color: #448cd6;
    text-align: center;
}
.lista_imprez .days .day_name:nth-child(22) {
    border: none;
}
.lista_imprez .days .day_num {
    display: flex;
    flex-flow: column;
    width: calc(100% / 22);
    border-right: 1px solid #e6e9ea;
    border-bottom: 1px solid #e6e9ea;
    padding: 5px;
    color: #7c878d;
    font-size: 15px;
}

.lista_imprez .days .day_num_warning {
    display: flex;
    flex-flow: column;
    width: calc(100% / 22);
    border-right: 1px solid #e6e9ea;
    border-bottom: 1px solid #e6e9ea;
    padding: 5px;
    color: #ffffff;
    background-color: #fc0303;
    font-size: 15px;
}

.lista_imprez .days .day_num span {
    display: inline-flex;
    width: 30px;
    font-size: 14px;
}
.lista_imprez .days .day_num .event {
    margin-top: 10px;
    font-weight: 500;
    font-size: 14px;
    padding: 3px 6px;
    border-radius: 4px;
    background-color: #f7c30d;
    color: #fff;
    word-wrap: break-word;
}
.lista_imprez .days .day_num .event.green {
    background-color: #51ce57;
}
.lista_imprez .days .day_num .event.blue {
    background-color: #518fce;
}
.lista_imprez .days .day_num .event.red {
    background-color: #ce5151;
}
.lista_imprez .days .day_num:nth-child(7n+1) {
    border-left: 0px solid #e6e9ea;
}
.lista_imprez .days .day_num:hover {
    background-color: #fdfdfd;
}
.lista_imprez .days .day_num.ignore {
    background-color: #fdfdfd;
    color: #ced2d4;
    cursor: inherit;
}
.lista_imprez .days .day_num.selected {
    background-color: #f1f2f3;
    cursor: inherit;
}


table.blueTable {
  
}
table.blueTable td, table.blueTable th {
  border: 1px solid #AAAAAA;
  padding: 7px 8px;
}
table.blueTable tbody td {
  font-size: 14px;
}
table.blueTable tr:nth-child(even) {
  background: #D5E2FF;
}
table.blueTable thead {
  background: #448CD6;
  background: -moz-linear-gradient(top, #73a9e0 0%, #5697da 66%, #448CD6 100%);
  background: -webkit-linear-gradient(top, #73a9e0 0%, #5697da 66%, #448CD6 100%);
  background: linear-gradient(to bottom, #73a9e0 0%, #5697da 66%, #448CD6 100%);
  border-bottom: 2px solid #444444;
}
table.blueTable thead th {
  font-size: 15px;
  font-weight: bold;
  color: #FFFFFF;
  text-align: left;
  border-left: 2px solid #D0E4F5;
}
table.blueTable thead th:first-child {
  border-left: none;
}

table.blueTable tfoot {
  font-size: 14px;
  font-weight: bold;
  color: #FFFFFF;
  background: #448CD6;
  background: -moz-linear-gradient(top, #73a9e0 0%, #5697da 66%, #448CD6 100%);
  background: -webkit-linear-gradient(top, #73a9e0 0%, #5697da 66%, #448CD6 100%);
  background: linear-gradient(to bottom, #73a9e0 0%, #5697da 66%, #448CD6 100%);
  border-top: 2px solid #444444;
}
table.blueTable tfoot td {
  font-size: 14px;
}