.hours-today {}

/*Daily hours styles*/
 .s-lc-w-head-pre {
  display: none;
}
td.s-lc-w-time {
text-align: left;
}
td.s-lc-w-name {
  padding-left:  15px !important;
}
.s-lc-w-today .s-lc-w-head span {
    font-family: Arial, Sans-Serif;
    font-size: 16px;
}
.s-lc-w-sr-only {
    display: none;
}
.s-lc-w-today thead tr th {
   padding: 8px 0px;
}
#s-lc-w-head {
  padding-left: 15px;
}
.s-lc-w-today tbody {
    font-family: Arial, Sans-Serif;
    font-size: 14px;
}
.s-lc-w-today .s-lc-w-department .s-lc-w-name {
    padding-left: 30px !important;
}
.s-lc-w-next,
.s-lc-w-previous {
}
.s-lc-w-next {
}
.s-lc-w-previous {
    float: left;
    margin-right: 10px;
}
/*End Daily hours styles*/

/*Today's hours styles*/

.hours-today {
    font-family: Arial, Sans-Serif;
    font-size: 14px;
    line-height: 28px;
    border: none
}

.todaysHeader th {
    background-color: #fff;
}

.hours-today tr th.hours-col-loc {
    background-color: unset;
}

.hours-today tr:nth-child(2n) {
    background-color: #f3f3f3;
}

table.hours-today {
    border-top: none;
}


.hours-today .todaysHeader {
    color: #242424;
    font-size: 16px;
    border-top-left-radius: 7px;
    border-top-right-radius: 7px;
    padding: .5em 1em;
}

.hours-today .hours-library .hours-col-loc {
    font-weight: bold !important;
}

.hours-today .hours-depart .hours-col-loc {
    padding-left: 30px !important;
}


.hours-col-loc {
    text-align: left;
}

.hours-today td.hours-col-time {
    width:40%;
}

.s-lc-whw>thead>tr>th {
    border-bottom: none !important;
    padding: 8px 15px;
}
.s-lc-whw-bh {
    display: flex;
    /*	padding-top:10px;*/
}

.s-lc-whw-pr,
.s-lc-whw-ne {
    padding-bottom: 15px;
}

.table-condensed {
    color: #222;
    font-family: Arial,
        Sans-Serif;
    font-size: 14px;
}

#hoursContainer tbody {
    vertical-align: middle
}

#hoursContainer tbody td {
    padding: 15px 5px;
}

#hoursContainer tbody .s-lc-whw-locname a {
    font-weight: bold
}

/*.table-condensed tr td {
    height: 70px;
    max-width: 100%;
}*/

/*          Libcal css    */

.s-lc-whw thead {
    background-color: #F5F5F5;
}

.s-lc-whw-head-date {
    color: #5F5F5F;
}

th.s-lc-whw-today-h { 
    background-color: #ffd400; 
}
/*.s-lc-whw-today-h {
    background-color: #ddd;
}*/

td.s-lc-whw-today {
    background-color: #FFF2B2;
}

/*.s-lc-whw-today {
    background-color: #F5F5F5;
}*/

.s-lc-whw-bh {
    text-align: right;
    white-space: nowrap;
}

.s-lc-whw-locname {
    font-weight: bold;
}

.s-lc-whw-sublocname {
    padding-left: 10px !important;
}

.s-lc-whw-footnote {
    color: #555;
    font-size: 80%;
}

.s-lc-whw-footnote td:hover {
    background-color: #fff !important;
}

/* Below styles can be removed if you are already using Bootstap v3 in host page */
.s-lc-whw-cont {
    font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
    font-size: 12px;
}

.s-lc-whw-pr,
.s-lc-whw-ne {
    padding: 5px 10px;
    font-size: 12px;
    line-height: 1.5;
    border-radius: 3px;
    color: #333;
    background-color: #fff;
    border-color: #ccc;
    display: inline-block;
    display: block;
    width: 100%;
    margin-bottom: 0;
    font-weight: 400;
    text-align: center;
    vertical-align: middle;
    cursor: pointer;
    background-image: none;
    /* border: 1px solid transparent;*/
    white-space: nowrap;
}

.s-lc-whw-pr:disabled {
    background-color: #efefef;
}

.s-lc-whw-ne:disabled {
    background-color: #efefef;
}

.s-lc-whw {
    width: 100%;
    margin-bottom: 20px;
    max-width: 100%;
    background-color: transparent;
    border-bottom: none;
    border-left: none;
    border-collapse: collapse;
    border-spacing: 0;
}

.s-lc-whw>tbody>tr>td {
    padding: 5px;
}

.s-lc-whw>thead>tr {
    vertical-align: bottom;
    border-bottom: 1px solid #ddd;
    padding: 5px;
}

.s-lc-whw th {
    border-top: none;
    border-bottom: none;
    border-right: none;
}

.sr-only {
    position: absolute;
    width: 1px;
    height: 1px;
    padding: 0;
    margin: -1px;
    overflow: hidden;
    clip: rect(0, 0, 0, 0);
    border: 0;
}

@media (max-width: 768px) {
    .s-lc-whw-cont .table-responsive {
        width: 100%;
        margin-bottom: 15px;
        overflow-y: hidden;
        overflow-x: scroll;
        -ms-overflow-style: -ms-autohiding-scrollbar;
        border: 1px solid #ddd;
        -webkit-overflow-scrolling: touch;
    }

    .s-lc-whw td {
        white-space: nowrap;
    }
}

