/*
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
*/

/* used by ucl-gadgets */

#ucg_PT_sidebar-left {
    /*float: left;
    padding-left: 0.9375rem;
    padding-right: 0;
    width: 41.6667%;*/
}
#ucg_PT_sidebar-left ul#libraries {
    list-style-type: none;
    padding: 0;
    margin: 0;
    overflow: visible;
    height: 64px;
}
#ucg_PT_sidebar-left ul#libraries li ul {
    list-style-type: none;
    margin: 0;
    padding: 0;
}
#ucg_PT_sidebar-left ul#libraries li .last {
    border-bottom: 1px solid #f0f0f0;
}
#ucg_PT_sidebar-left ul#libraries li .location {
    border-left: 1px solid #f0f0f0;
    border-top: 1px solid #f0f0f0;
    float: left;
    font-size: 1.4em;
    height: 64px;
    padding: 0 0 0 2%;
    width: 90%;
}
#ucg_PT_sidebar-left ul#libraries li .location_last {
    border-bottom: 1px solid #f0f0f0;
}
#ucg_PT_sidebar-left ul#libraries li .availability {
    border-left: 1px solid #f0f0f0;
    border-right: 1px solid #f0f0f0;
    border-top: 1px solid #f0f0f0;
    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%;
}
#ucg_PT_sidebar-left ul#libraries li .reserved {
    float: left;
    display: table-cell;
    height: 64px;
    min-width: 15px;
    padding: 0 0 0 0;
    vertical-align: middle;
    width: 0%;
}
#ucg_PT_sidebar-left ul#libraries li .location p.location-title {
    display: table-cell;
    font-size: 0.9em;
    height: 64px;
    vertical-align: middle;
}
#ucg_PT_sidebar-left ul#libraries li .availability .hstatus {
    font-size: 1.2em;
}
#ucg_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;
}
#ucg_PT_sidebar-left ul#libraries li .availability .hstatus.OPEN {
    color: #1d8c14;
    font-weight: bold;
}
#ucg_PT_sidebar-left ul#libraries li .availability .hstatus.CLOSED {
    color: #cc0000;
    font-weight: bold;
}
#ucg_PT_sidebar-left ul#libraries li .availability .hstatus.closed {
    color: #cc0000;
    font-weight: bold;
}
#ucg_PT_sidebar-left  ul#libraries li .availability .time {
    color: #999;
    font-size: 0.8em;
}

#ucg_PT_sidebar-left ul#libraries li .highlight {
    background-color: #eeeeee;
}

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

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

.ucg-sidebar-left {
    float: left;
    width: 25%;
}



