.hover {
    background-color: rgba(0, 140, 203, .2) !important;
}

.hover-table > tbody > tr:hover > td, .hover-table > tbody > tr:hover > th {
    background-color: rgba(0, 140, 203, .2);
    cursor: pointer;

}

.hover-table > tbody > tr:hover > td.hover, .hover-table > tbody > tr:hover > th {
    background-color: rgba(0, 140, 203, .6) !important;
    cursor: pointer;

}

#chart_container {
    position: relative;
    font-family: Arial, Helvetica, sans-serif;
}

#chart {
    position: relative;
    left: 40px;
}

#y_axis {
    position: absolute;
    top: 0;
    bottom: 0;
    width: 40px;
}

.chart_container {
    position: relative;
    font-family: Arial, Helvetica, sans-serif;
}

.chart {
    position: relative;
    left: 40px;
}

.y_axis {
    position: absolute;
    top: 0;
    bottom: 0;
    width: 40px;
}

.hover {
    background-color: rgba(0, 140, 203, .2) !important;
}

.hover-table > tbody > tr:hover > td, .hover-table > tbody > tr:hover > th {
    background-color: rgba(0, 140, 203, .2);
    cursor: pointer;

}

.hover-table > tbody > tr:hover > td.hover, .hover-table > tbody > tr:hover > th {
    background-color: rgba(0, 140, 203, .6) !important;
    cursor: pointer;
    font-weight: bold;
    color: #ffffff;

}

.hover-heading {
    background-color: rgba(255, 0, 0, .6) !important;
    color: #ffffff;
}

.hover-table {
    font-size: 11px;
}

.hover-table td {
    padding: 8px !important;
}

.header {
    font-weight: normal;
}

.day-col {
    min-width: 80px !important;
}

.hover-table > tbody > tr:first-child > td:first-child {

}

.hover-table > tbody > tr:hover > td:first-child {
    background-color: rgba(255, 0, 0, .6) !important;
    color: #ffffff;

}

.row-event-text {
    text-align: center;
    background-color: greenyellow !important;
}


.form-inline .form-group {
    margin: 0px auto;
}

.flash {
  background-color: #FBB0B0;
  padding: 10px;
  width: 400px;
}