/*
To change this license header, choose License Headers in Project Properties.
To change this template file, choose Tools | Templates
and open the template in the editor.
*/
/*
    Created on : Sep 10, 2015, 11:01:57 AM
    Author     : dneary
*/

#page-page h1.entry-title {
    font-size: 32px;
}
.closed {
    /* text-decoration: line-through; */
}

#LH_PT_sidebar-left ul li span {
    display:block;
    width:23%;
    height: 64px;
    display: table-cell;
    text-align: center;
    vertical-align: middle;
}

/* used by ucl-gadgets */
#UCG_sidebar-left ul li span {
    display:block;
    width:16%;
    height: 64px;
    display: table-cell;
    text-align: center;
    vertical-align: middle;
}

.exam {
   background: #428BCA;
}
.exception {
   background: #c7b18a;
}
.fall {
    background: #e5c051;
}
.winter {
   background: #e1e1e1;
}
.spring {
    background: #ccddaa;
}
.summer {
    background: #e5e1d0;
}
.schedule-normal {
    border: 1px solid #DDD;
    display: inline-block;
    zoom: 1;
    float: left;
    height: 18px;
    margin: 8px 10px 10px 0px;
    width: 18px;
}

#floatbar {
    position:relative;
}

.popup {
    position:absolute;
    top:10px;
    left:0px;
    height:30px;
    background:#ccc;
    display:none;
}

#cal .date-popup-wrapper {
    background: #FFF;
    border: 1px solid #DDD;
    box-shadow: 0px 1px 6px rgba(0,0,0,0.3);
    border-radius: 5px;
    min-width: 95%;
    /*min-width: 236px;*/
    position: absolute;
    text-align: left;
    z-index: 2;
}

/* #cal td.hover .date-popup { */
#cal .date-popup {
    border-radius: 5px;
    padding: 15px !important;
    position: relative;
    z-index: 2;
}

#cal .date-popup p {
    color: 333 !important;
    font-size: 125% !important;
}

#cal .date-popup h2 {
    color: 333 !important;
    font-size: 140% !important;
    font-weight: 590;
}

#cal .date-popup-wrapper .popup-box {
    background: #FFF;
    box-shadow: 3px 5px 6px -2px rgba(0,0,0,0.3);
    content: "";
    height: 15px;
    position: absolute;
    top: 90%;
    transform: rotate(45deg);
    width: 15px;
    z-index: 1;
}

#cal .calendar-display-mode {
    display: inline;
    color: #000;
}



.schedule_wrapper {
    float: left;
    padding-left: 15px;
    padding-bottom : 60px;
    padding-right: 0;
    width: 50%;
}

#cal {
    float: left;
    padding-left: 0.9375rem;
    padding-right: 4%;
    width: 50%;
}
#cal .hours-calendar table.mini th:first-child {
    border-left: 0 none;
}
#cal .hours-calendar table.mini th.mini, #cal .hours-calendar table.mini td.mini {
    border-bottom: 0 solid #ccc;
    border-left: 1px solid #ccc;
    border-top: 1px solid #ccc;
    cursor: pointer;
    padding: 5px;
    text-align: center;
    width: 14.2857%;
}
#cal .hours-calendar table.mini th.cal-label {
    background: none repeat scroll 0 0 #fff;
    border-bottom: 0 none;
    border-left: 1px solid #ccc;
    border-top: 1px solid #ccc;
    color: #555;
    display: table-cell;
    padding: 5px 0;
    text-align: center;
    text-transform: capitalize;
}
#cal .hours-calendar table.mini th:first-child {
    border-left: 0 none;
}

/* @@Comment dneary 2017-03-07
*  The below css #cal .hours-calendar table.mini td.mini:hover
*  evokes the Calendar grid popup.
*/
#cal .hours-calendar table.mini td.mini:hover {
    background: none repeat scroll 0 0 #0763A5;
    color: #fff;
}

#cal .hours-calendar table.mini td.mini.empty {
    background: none repeat scroll 0 0 #fff;
}
#cal .hours-calendar table.mini td.mini.empty:hover {
    background: none repeat scroll 0 0 #fff;
    cursor: default;
}
#cal .hours-calendar table.mini {
    margin-bottom: 0;
    position: relative;
    width: 100%;
}
#cal .mini {
    vertical-align: top;
    width: 32%;
}
#cal table {
    background: none repeat scroll 0 0 #fff;
    border: 1px solid #ddd;
    margin-bottom: 2.5rem;
    margin-top: 2.5rem;
}
#cal table {
    border-collapse: collapse;
    border-spacing: 0;
}

#page .hours-calendar .mini td.mini.exception {
    background: none repeat scroll 0 0 #c7b18a;
}
#page .hours-calendar .mini td.mini.exam-hours {
    background: none repeat scroll 0 0 #428BCA;
}
#page .hours-calendar td.mini.fall {
    background: none repeat scroll 0 0 #e5c051;
}
#page .hours-calendar td.mini.spring {
    background: none repeat scroll 0 0 #ccddaa;
}
#page .hours-calendar td.mini.summer {
    background: none repeat scroll 0 0 #e5e1d0;
}
#page .hours-calendar td.mini.exam {
    background: none repeat scroll 0 0 #428BCA;
}
#page .hours-calendar td.mini.winter {
    background: none repeat scroll 0 0 #e1e1e1;
}
#page .hours-calendar td.mini.has-events.today {
    border: 2px solid #666666;
}
#page .hours-calendar td.mini.has-events.closed {
    color: #ccc;
}

#date_block .row {
    width: 100%;
    margin: 0;
}

.sidebar-slogan {
    padding-left: 5%;
}

#date_block {
    margin-left: 5%;
}
#date_block .sem-dates {
    display: block;
    font-size: 0.6em;
    font-weight: normal;
}
#date_block .month-wrapper {
    text-align: center;
    margin-top: 5px;
    margin-bottom: 5px;
}
#date_block .month-text {
    font-weight: 700;
    font-size: 1em;
}
/* NEW ACCESSIBILTY UPDATE JJA 06072022 */
#date_block a {
    color: #2C6A96!important;
}
.hour-exceptions {
    margin-bottom:0;
    /* margin-top: 3%; @20160824 dneary - modified to 0 */
    margin-top: 0%;
    border: #e5e5e5;
    border-width: 1px;
    border-style: solid;
    /*padding-bottom: 5%;*/
    padding: 0%;
}
#date_block div .subheader {
    /* line-height: 2.525rem; */
    color: #555555;
    font-size: 1.7rem;
    font-weight: 200;
    font-family:   Lucida Sans Unicode, Lucida Grande, sans-serif;
    margin: 20px 0px 20px;
}
#date_block .block {
    margin-bottom: 4%;
}
#date_block .block {
    margin-bottom: 4%;
}
#date_block div .exception-date {
    line-height: 2.525rem;
    color: #222;
    font-size: 1.4rem;
    font-weight: 500;
    font-family:   Lucida Sans Unicode, Lucida Grande, sans-serif;
}
#date_block div .hours-wrapper {
    padding-bottom: 40px;
    clear: both;
}
#date_block div .regular-hours {
    line-height: 2.525rem;
    color: #222;
    font-size: 1.4rem;
    font-weight: 500;
    font-family:   Lucida Sans Unicode, Lucida Grande, sans-serif;
    clear: both;
}

#LH_PT_sidebar-left {
    /*float: left;
    padding-left: 0.9375rem;
    padding-right: 0;
    width: 41.6667%;*/
}
#LH_PT_sidebar-left ul#libraries {
    list-style-type: none;
    padding: 0;
    margin: 0;
    overflow: visible;
    height: 64px;
}
#LH_PT_sidebar-left ul#libraries li ul {
    list-style-type: none;
    margin: 0;
    padding: 0;
}
#LH_PT_sidebar-left ul#libraries li .last {
    border-bottom: 1px solid #ddd;
}
#LH_PT_sidebar-left ul#libraries li .location {
    border-left: 1px solid #ddd;
    border-top: 1px solid #ddd;
    float: left;
    font-size: 1.4em;
    height: 64px;
    padding: 0 0 0 2%;
    width: 67%;
}
#LH_PT_sidebar-left ul#libraries li .availability {
    border-left: 1px solid #ddd;
    border-right: 1px solid #ddd;
    border-top: 1px solid #ddd;
    float: left;
    display: table-cell;
    height: 64px;
    /* min-width: 23%; */
    min-width: 26%;
    padding: 0 0 0 0;
    text-align: center;
    vertical-align: middle;
    /* width: 23%; */
    width: 26%;
}
#LH_PT_sidebar-left ul#libraries li .reserved {
    /*
    border-right: 1px solid #ddd;
    border-top: 1px solid #ddd;
    */
    float: left;
    display: table-cell;
    height: 64px;
    min-width: 15px;
    padding: 0 0 0 0;
    vertical-align: middle;
    width: 0%;
}
/*
#LH_PT_sidebar-left ul#libraries li div.showimage {
   content:url(hours-arrow.png);
}​
*/
#LH_PT_sidebar-left ul#libraries li .location p.location-title {
    display: table-cell;
    font-size: 0.9em;
    height: 64px;
    vertical-align: middle;
    /* NEW ACCESSIBILTY UPDATE JJA 06072022 */
    color:#2E6F9E;
}
#LH_PT_sidebar-left ul#libraries li .availability .hstatus {
    font-size: 1.2em;
}
#LH_PT_sidebar-left ul#libraries li .availability .hstatus {
    font-size: 1.2em;
    font-weight: normal;
    line-height: 1;
    margin: 0;
    padding-top: 7px;
    text-transform: uppercase;
}
#LH_PT_sidebar-left ul#libraries li .availability .hstatus.OPEN {
  /* NEW ACCESSIBILITY UPDATE JJA 06082022
    color: #1d8c14; */
    color: #1D8717;
    font-weight: bold;
}
#LH_PT_sidebar-left ul#libraries li .availability .hstatus.CLOSED {
    color: #cc0000;
    font-weight: bold;
}
#LH_PT_sidebar-left ul#libraries li .availability .hstatus.sublocation {
    font-size : 90%;
}
#LH_PT_sidebar-left ul#libraries li .availability .hstatus.APPT_ONLY {
    color: #222;
    font-size: 90%;/*.9em;*/
    font-weight: bold;
}
#LH_PT_sidebar-left ul#libraries li .availability .hstatus.open {
  /* NEW ACCESSIBILITY UPDATE JJA 06082022
    color: #1d8c14; */
    color: #1D8717;
    font-weight: bold;
}
#LH_PT_sidebar-left ul#libraries li .availability .hstatus.closed {
    color: #cc0000;
    font-weight: bold;
}
#LH_PT_sidebar-left ul#libraries li .availability .hstatus.appt_only {
    color: #222;
    font-size: 90%;/*.9em;*/
    font-weight: normal;
}
#LH_PT_sidebar-left  ul#libraries li .availability .time {
    /* NEW ACCESSIBILITY UPDATE JJA 06082022
    color: #999; */
    color: #757575;
    font-size: 0.8em;
}

#LH_PT_sidebar-left ul#libraries li .highlight {
    background-color: #eeeeee;
    /* NEW ACCESSIBILITY UPDATE JJA 06082022 */
    color: #2E6F9E!important;
}

#LH_PT_sidebar-left ul#libraries li .hover {
    background-color: #eeeeee;
}

#page #LH_PT_main {
    float: left;
    padding-left: 0;
    padding-right: 0;
    width: 58.3333%;
    background_color:grey;
}

.sidebar-left {
    float: left;
    width: 41.6667%;
}

.LH_main {
   float: left;
   width: 58.3333%;
}

.location-content {

}

/* @@comment dneary 20150911 - override the widget css def in style.css  */
.widget {
  border: none;
}

.location_container {
    margin-bottom:5%;
    margin-left: 10%;
    /* @20160824 dneary - Removed: margin-top: 5%; */
    margin-top: 0%;
 }

.location_header {
    color: #555555;
    font-weight: normal;
    margin-bottom: 0.5rem;
    line-height: 1.2;
    font-size: 200%;
    font-family: 'UniversRoman',Arial,sans-serif;
}

.location_description {
    color: #555555;
    font-family: inherit;
    font-weight: normal;
    font-size: 1.575rem;
    line-height: 1.6;
    margin-bottom: 0.6875rem;
    text-rendering: optimizeLegibility;
}

.showimage {
    background: #f0f0f0 url("../img/hours-nav-arrow.png") no-repeat 100% top;
    background-size: auto 100%;
}
@media (max-width: 1200px) {
     #LH_PT_sidebar-left ul#libraries li .location {
        width: 65%;
    }
}

@media (max-width: 991px) {
     #LH_PT_sidebar-left ul#libraries li .location {
        width: 62%;
    }
    .sidebar-left {
        float: left;
        width: 41.6667%;
    }

    .LH_main {
        float: left;
        width: 58.3333%;
    }
}

@media (max-width: 969px) {
    .nopadding {
        padding: 0 !important;
        margin: 0 !important;
    }

    #page_page {
        padding: 2%;
    }

    .location_container {
        margin-bottom: 0;
        margin-left: 2%;
        margin-right: 2%;
        margin-top: 5%;
    }

    #date_block {
        margin-left: 0%;
    }

    .sidebar-left {
        float: left;
        width: 41.6667%;
    }

    .LH_main {
        float: left;
        width: 58.3333%;
    }
}

@media (max-width: 969px) {
    .nopadding {
        padding: 0 !important;
        margin: 0 !important;
    }

    #page_page {
        padding: 2%;
    }

    .location_container {
        margin-bottom: 0;
        margin-left: 2%;
        margin-right: 2%;
        margin-top: 5%;
    }

    #date_block {
        margin-left: 0%;
    }

    .sidebar-left {
        float: left;
        width: 41.6667%;
    }

    .LH_main {
        float: left;
        width: 58.3333%;
    }
}

@media (max-width: 800px) {

    #LH_PT_sidebar-left ul#libraries li .location {
        width: 62%;
    }
    .nopadding {
        padding: 0 !important;
        margin: 0 !important;
    }

    #page_page {
        padding: 2%;
    }

    .location_container {
        margin-bottom: 0;
        margin-left: 2%;
        margin-right: 2%;
        margin-top: 5%;
    }

    #date_block {
        margin-left: 0%;
    }

    .sidebar-left {
        float: left;
        width: 41.6667%;
    }

    .LH_main {
        float: left;
        width: 58.3333%;
    }
}

@media (max-width: 667px) {
    #cal .calendar-display-mode {
        display: none;
    }

    .schedule_wrapper {
        float: none;
        width: 100%;
    }

    #cal {
        float: none;
        width: 100%;
    }

    #date_block {
        margin-left: 0%;
    }

    .schedule_wrapper {
        padding-left : 5%;
    }

    .nopadding {
        padding: 0 !important;
        margin: 0 !important;
    }

    .location_container {
        margin-bottom: 0;
        margin-left: 2%;
        margin-right: 2%;
        margin-top: 5%;
    }

    #date_block .month-wrapper {
        margin-top: 1px;
        margin-bottom: 1px;
    }

    #page_page {
        padding: 2%;
    }

    .sidebar-slogan {
        padding-left: 5%;
    }

    .sidebar-left {
        float: none;
        width: 100%;
        padding-bottom: 10%;
    }
    #LH_PT_sidebar-left ul#libraries li .location {
        width: 67%;
    }
    #LH_PT_sidebar-left ul#libraries li .availability {
        min-width: 33%;
        width: 33%;
    }

    .LH_main {
        float: none;
        width: 100%;
    }

    .date-popup-wrapper {
    background: #FFF;
    border: 1px solid #DDD;
    box-shadow: 0px 1px 6px rgba(0,0,0,0.3);
    border-radius: 5px;
    min-width: 236px;
    position: absolute;
    text-align: left;
    z-index: 2;
   }
   .date-popup {
    border-radius: 5px;
    padding: 15px;
    position: relative;
    z-index: 2;
    }
}
/* ADDED FOR SUBLOCATION TITLE ALIGNMENT 02-17-2023 JJA */
p.sublocation-title {
padding-left:10px;
}

@media (max-width: 600px), (max-width: 603px)  {

}

@media (max-width: 555px) {
}
