body {
    padding: 0px;

    margin-bottom: 120px;

    background: white no-repeat center center fixed;
    /* -webkit-background-size: cover; */
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
}

html {
    /* padding: 0px; */

    position: relative;
    min-height: 100%;

}

ul.menu {
    list-style-type: none; 
    margin-left: 0;
    padding-left: 0;
}

ul.menu>li {
    display: inline;
   
}

ul.menu>li>a {
    font-size: 2rem;
    color: rgb(221, 218, 218);
    padding-right: .5rem;

}

ul.menu>li>a:hover {
    color: rgb(187, 20, 20);
}

h4 {
    font-family: "Roboto", "Arial", "sans";
    color: rgb(221, 218, 218);
    font-size: 1.1rem;
}

.ssfooter {
    position: absolute;
    bottom: 0;
    width: 100%;
    /* Set the fixed height of the footer here */
    height: 120px;
    line-height: 40px; /* Vertically center the text there */
    background-color: black;
    padding: .5rem 1em;
    
  }

 .socialmenuitems {
     margin: 0 auto;
 }
 #socialmedia-container {
     margin: 0 auto;
     width: 420px;
 } 

.top-warning {
    border-top: 4px solid yellow;
    /* border-left: 1px solid yellow;
  border-right: 1px solid yellow; */
}

#Temple_logo {
    /* position: absolute; */
    background-image: url('temple.png');
    background-repeat: no-repeat;
    background-size: contain;
    /* height: 100px; */
    /* width: 100px; */
    /* top: 0px; */
    /* left: 0px; */
}

/* .background1 {
  background: url('/National_Library/oe_/https://systemstatus.temple.edu/public/img/back.jpg') no-repeat center center fixed;
}
.background2 {
  background: url('/National_Library/oe_/https://systemstatus.temple.edu/public/img/back1.tif') no-repeat center center fixed;
}
.background3 {
  background: url('/National_Library/oe_/https://systemstatus.temple.edu/public/img/back2.jpg') no-repeat center center fixed;
}
.background4 {
  background: url('/National_Library/oe_/https://systemstatus.temple.edu/public/img/back3.jpg') no-repeat center center fixed;
}
.background5 {
  background: url('/National_Library/oe_/https://systemstatus.temple.edu/public/img/back4.jpg') no-repeat center center fixed;
}
.background6 {
  background: url('/National_Library/oe_/https://systemstatus.temple.edu/public/img/back5.jpg') no-repeat center center fixed;
}
.background7 {
  background: url('/National_Library/oe_/https://systemstatus.temple.edu/public/img/back6.jpg') no-repeat center center fixed;
}
.background8 {
  background: url('/National_Library/oe_/https://systemstatus.temple.edu/public/img/back7.jpg') no-repeat center center fixed;
} */




/* The following is used for browser compatibility testing and should be removed in final version. */
.spinme {
    animation-name: spin;
    animation-duration: 55000ms;
    animation-iteration-count: infinite;
    animation-timing-function: linear;
}

@keyframes spin {
    from {
        transform: rotate(0deg);
    }

    to {
        transform: rotate(360deg);
    }
}

/*Delete above*/

.hr-dark {
    border-color: #333
}

.bgt-dark {
    background-color: #222;
}

.legacy-Temple {
    font-family: 'crimson_textregular', serif;
    font-weight: 400;
    font-size: 3em;
}

.nav-tabs {
    border-bottom: 1px solid #333 !important;
}

.SystemStatus-bg {
    background-color: rgba(34, 34, 34, 0.8);
}

.SystemStatus-bg:hover {
    background-color: rgba(34, 34, 34, 1);
}

.box {
    background-color: rgba(105, 105, 105, 0.8);
    height: 250px;
    padding: 16px;
    margin: 10px;
}

.box:nth-child(even) {
    background-color: rgba(164, 30, 53, 0.8);
}

.box:hover {
    background-color: rgba(105, 105, 105, 1);
}

.box:nth-child(even):hover {
    background-color: rgba(164, 30, 53, 1);
}

.fixed-top {
    position: fixed;
}

.no-margin {
    margin-left: -15px;
    margin-right: -15px;
}

.outage {
    color: white !important;
    text-decoration: none;
    border-bottom: black;
    padding-bottom: 8px;
    padding-top: 8px;
    overflow: hidden;
    white-space: nowrap;
}

a {
    color: white;
}

a:hover {
    text-decoration: none;
    color: #d3d3d3;
}

.CherryHref>a:hover {
    color: #a41e35;
    text-decoration: none;
}

a:active {
    color: #a41e35;
}

.hoverStatusFeed {
    border-bottom: 0px solid grey;
    margin-bottom: 0px;
}

.hoverStatusFeed:hover {
    border-right: 6px solid #fff;
    border-left: 1px solid #fff;

    /* background: transparent; */
}

#lp_desktop {
    position: absolute;
    height: 100%;
}

.SearchBar {
    width: 100%;
    height: 80%;
    background: transparent;
    border: 1px solid #363636;
    font-size: 28px;
    /* padding: 12px 50px 12px 12px; */
    color: white;
}

.SearchField {
    background: transparent;
    border: none;
    width: 90%;
    font-size: 18px;
    padding: 12px 5px 12px 5px;
    color: white;
}

.SearchField:active {
    border: none;
}

.SearchBar:hover {
    background-color: rgba(0, 0, 0, 0.2);
}

/* Search bar styling - essentials */
.tu-global-search {
    position: relative;
    float: right;
    width: 100%;
}

.tu-global-search label {
    opacity: 0;
    visibility: hidden;
    margin: 0;
    padding: 0;
    width: 0;
    height: 0;
    font-size: 1px;
    line-height: 1px;
}

.tu-global-search .form-actions {
    margin: 0;
    padding: 0;
    width: 0;
    height: 0;
    overflow: visible;
}

.tu-global-search input[type="text"] {
    background: transparent;
    border: 1px solid #363636;
    /* width: 100%; */
    font-size: 14px;
    padding: 12px 50px 12px 12px;
}

.tu-global-search form,
.tu-global-search input[type="text"],
.tu-global-search input[type="submit"] {
    max-height: 0;
    transition: all .25s;
    -webkit-transition: all .25s;
    -moz-transition: all .25s;
    -o-transition: all .25s;
}

.tu-global-search input[type="text"],
.tu-global-search input[type="submit"] {
    opacity: 0;
    visibility: hidden;
}

.tu-global-search input[type="text"]:hover,
.tu-global-search input[type="text"]:focus {
    background: #2f2f2f;
    border-color: #464646;
}

.tu-global-search input[type="text"]:focus {
    border-color: #999;
}

.tu-global-search form.active,
.tu-global-search form.active input[type="text"],
.tu-global-search form.active input[type="submit"] {
    max-height: 100px;
}

.tu-global-search form.active input[type="text"],
.tu-global-search form.active input[type="submit"] {
    opacity: 1;
    visibility: visible;
}

.tu-global-search form.active {
    margin-top: 20px;
}

.tu-global-search .form-actions input[type="submit"] {
    display: none;
}

.tu-global-search .form-actions input[type="submit"],
.tu-global-search .form-actions a,
.tu-global-search .form-actions a::after {
    position: absolute;
    top: 13px;
    right: 60px;
    /* top:24%;
  right:12%; */
}

.tu-global-search .form-actions input[type="submit"],
.tu-global-search .form-actions a::after {
    width: 22px;
    height: 23px;
    background: url(https://web-archive.nli.org.il/National_Library/oe_/https://www.temple.edu/sites/all/modules/tu_global/images/png/legacy-icon-search.png) no-repeat 0 center transparent;
    background-size: 22px 23px;
    text-indent: -10000em;
    overflow: hidden;
    border: none;
}

.tu-global-search .form-actions a {
    top: 24%;
    right: 12%;
    width: 40px;
    height: 40px;
    text-indent: -10000em;
}

.tu-global-search .form-actions a::after {
    content: "";
    top: 0;
    right: 0;
}

.blockFourOhFour {
    background-color: white;
    border-radius: 3px;
    border: 1px solid black;
    padding: 1em 1em;
}


#stats {
    min-width: 80%;
    background-color: #999;
}


.stats_container {
    /* border: solid 2px #ddd; */
    /* display: flex;
            justify-content: flex-start; */
}

.stat_item {
    width: 80%;
    border: solid 1px #222;
    border-radius: 5px;
    margin: 3em auto;

}

.stat_type {
    font-family: 'crimson_textregular', serif;
    font-size: 1.4em;
    background-color: #222;
    color: #ddd;
    padding: .5em .5em;
    border-top-left-radius: 5px;
    border-top-right-radius: 5px;

}


.stat_title {
    font-size: 2.1em;
    padding: .5em .2em;
    background-color: #C5D9E0;
    /*background-color: #94C2D1; Blue*/
    /*background-color: #FCAF32; Yellowish*/
}

.stat_title a {
    text-decoration: underline;
    color: #222
}

.stat_title a:hover {
    cursor: pointer;
}

.stat_body {
    padding: 1em 1em;
    background-color: rgb(250, 250, 250);
    overflow-x:no-display;
}

.stat_dates {
    /* #BCDBE5; Blue */
    /*background-color: #FFCC7A; Yellowish*/
    background-color: #E6F1F4;
    padding: 1em;
    border-bottom-left-radius: 5px;
    border-bottom-right-radius: 5px;
}

.stat_dates p {
    margin: .2em 0;
    padding: 0 0 ;
    font-size: .8em;
}

.pubDate {
    margin: 0 0;

}

.danger {
    color:#a41e35;
}

.warning {
    color:#EAA914;
}

.success {
    color: #090;
}

.rss_container {
/*    width:80%; */
    margin: 1em auto;
}
#rss {
    font-size: 3em;
    color: #EAA914;
}

#subscribe_atom label {
    padding: 0 1em;
}

#tabs, #tabs ul {
    background-color: transparent;
    border: none;
}

#tabs li.ui-state-active {
    background: #a41e35;
    border: none;
}

#status_calendar {
    background-color: white;
    border-radius: 5px;
}


/* Custom screen size styling */

@media only screen and (max-width : 420px) {
    .stat_item {
        width: 95%;
    }
    .stat_type {
        font-size: 1.2em;
    }
    .stat_title {
        font-size: 1.4em;
    }
    .btn {
        display: block;
    }
    div.smicon>a>img {
        width: 42px;
       
    }
    div.smicon>a {
        font-size: .7rem;
    }
    .pr-5 {
       padding-right: 2rem !important;
    }

}

/* @media only screen and (max-width : 490px) {
    div.smicon>a>img {
        width: 48px;
       
    }
    div.smicon>a {
        font-size: .8rem;
    }

} */

/* iPhone Retina */
@media only screen and (min-width : 320px) {
    a:active {
        color: #a41e35;
    }

    #SystemStatusFeed,
    #SystemStatusHeader,
    #SystemStatusHeaderLine,
    .tu-global-search {
        display: none;
    }

    .CherryHoverBox {
        padding-bottom: 0px;
    }

    .CherryHoverBox:hover {
        border-bottom: 1px solid #a41e35;
    }


}

/* Extra Small Devices, Phones */
@media only screen and (min-width : 480px) {

    #SystemStatusFeed,
    #SystemStatusHeader,
    #SystemStatusHeaderLine,
    .tu-global-search {
        display: none;
    }

    .CherryHoverBox {
        padding-bottom: 0px;
    }

    .CherryHoverBox:hover {
        border-bottom: 1px solid #a41e35;
    }


}



/* Small Devices, Tablets */
@media only screen and (min-width : 768px) {

    .tu-global-menu-utility-second,
    .tu-global-search .form-actions input[type="submit"] {
        display: block;
    }

    .tu-global-search {
        margin-top: 16px;
    }

    /* .tu-global-search {
     max-width: 260px;
     width: 260px;
     padding-left: 20px;
 } */

    .tu-global-search form,
    .tu-global-search form input[type="text"],
    .tu-global-search form input[type="submit"] {
        opacity: 1;
        visibility: visible;
        max-height: 100px;
    }

    .tu-global-search .form-actions a {
        display: none;
    }

    #SystemStatusFeed,
    #SystemStatusHeader,
    #SystemStatusHeaderLine,
    .tu-global-search {
        display: inherit;
    }

    .CherryHoverBox {
        padding-bottom: 17px;
    }

    .CherryHoverBox:hover {
        border-bottom: 3px solid #a41e35;
    }


}

/* Medium Devices, Desktops */
@media only screen and (min-width : 992px) {

    #SystemStatusFeed,
    #SystemStatusHeader,
    #SystemStatusHeaderLine,
    .tu-global-search {
        display: inherit;
    }

    .CherryHoverBox {
        padding-bottom: 17px;
    }

    .CherryHoverBox:hover {
        border-bottom: 3px solid #a41e35;
    }
}

/* Large Devices, Wide Screens */
@media only screen and (min-width : 1200px) {

    #SystemStatusFeed,
    #SystemStatusHeader,
    #SystemStatusHeaderLine,
    .tu-global-search {
        display: inherit;
    }

    .fix-bottom {
        /* position: absolute; */
        position: fixed;
        bottom: 20px;
    }

    .CherryHoverBox {
        padding-bottom: 17px;
    }

    .CherryHoverBox:hover {
        border-bottom: 3px solid #a41e35;
    }
}