/* 1) site font */
html {
    height: 100%;
}

body {
    /*font: 12px/1.5 Arial, Helvetica, sans-serif;*/
    font: 12px/1.5 "Roboto", Arial, Helvetica, sans-serif;
    color: #333333;
    min-height: 100%;
}

a {
    text-decoration: none;
    color: #0091B6;
}

h2,
h4 {
    color: #2E6B85;
}


/* 2) background image */

body.pluto {
    background: #BAC2CD;
}




/* SIDEBAR */


/* 5) background of the sidebar */

nav#sideBarNav {
    background: #545B65;
    font: 14px/1.5 "Roboto", Arial, Helvetica, sans-serif;
    color: #F2F3F5;
    border-right: 1px solid #363b41;
    border-left: 1px solid #363b41;
}

/* 2019 new look update */
nav#sideBarNav {
    background-color: #545B65;
    font: 14px/1.5 "Roboto", Arial, Helvetica, sans-serif;
    color: #818e94;
    border-right: none;
}


/* 6) Logo container */

nav#sideBarNav #logoContainer {
    height: 50px;
    background: #545B65;
    border-bottom: 1px solid #616161;
    text-align: center;
    line-height: 50px;
    padding: 0px 8px;
}

nav#sideBarNav #logoContainer a {
    font-size: 26px;
    color: #95999f;
}

nav#sideBarNav #newEventsContainer .count {
    font-size: 36px;
    font-weight: bold;
    color: #f2f3f5;
    line-height: 34px;
}

nav#sideBarNav #newEventsContainer .lastLogin {
    font-size: 9px;
}


/* 7) Menu */

.sideBarTab {
    background-color: #545B65;
    border-bottom: 1px solid #343B45;
    min-height: 44px;
    margin-bottom: 1px;
    position: relative;
}

/* 2019 new look update */
.sideBarTab {
    background-color: #545B65;
    border-bottom: none;
    min-height: 44px;
    margin-bottom: 0px;
    position: relative;
    box-sizing: border-box;
    transition: all ease-in-out 0.23s;
}


/* CONTENT */


/* 8) the large blue title on viewer pages */

h2 {
    font-family: "Times New Roman", Georgia;
    font-size: 26px;
    line-height: 20px;
    text-shadow: 0 0 1px #aaa;
}


/* 9) the small blue sub-title on viewer pages */

h4 {
    font-size: 12px;
    font-style: italic;
    text-shadow: 0 0 2px #fff;
    margin-top: 5px;
}


#contentTitle {
    border-bottom: 1px solid #689bb1;
    height: 60px;
}


/* display for ipad */

@media (max-width: 1024px) {
    .pluto #mainContent {
        padding-left: 2px;
    }
}
