
.container {
    margin-top: 20px;
    justify-content: center;
}

.input {
    margin-top: 20px;
    display: inline-flex;
}

.button {
  background-color: red;
  border: none;
  color: white;
}

.home-button {
    display: inline-block;
    padding: 0.7em 1.7em;
    margin: 0 0.3em 0.3em 0;
    border-radius: 0.2em;
    box-sizing: border-box;
    text-decoration: none;
    font-family: 'Roboto',sans-serif;
    font-weight: 400;
    color: #FFFFFF;
    background-color: #3369ff;
    box-shadow: inset 0 -0.6em 1em -0.35em rgba(0,0,0,0.17),inset 0 0.6em 2em -0.3em rgba(255,255,255,0.15),inset 0 0 0em 0.05em rgba(255,255,255,0.12);
    text-align: center;
    position: relative;
}

.home-button:active {
    box-shadow:inset 0 0.6em 2em -0.3em rgba(0,0,0,0.15),inset 0 0 0em 0.05em rgba(255,255,255,0.12);
}

.outer-container {
    height: 100vh;
}

.inner-flex-container {
    min-height: 100%;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    box-sizing: border-box;
}

.main-panel {
    height: 346px;
    width: 470px;
}

.tube-list ul {
    list-style: none;
    width: auto;
}

.tube-list li {
    display: flex;
    justify-content: flex-start;
    min-height: 50px;
    margin: 20px 10px;
    padding: 20px;
    background: #fafafa;
    font-size: 18px;
}

.tube-list li > * {
    margin-right: 40px;
}

.tube-list a {

}

.indicator-on {
    border: 1px solid #999;
    border-left: 15px solid #00AA00;
}

.tube-item-delete {
    display: none;
}

.tube-item-delete {
    display: block;
}

.tube-list-page {
    padding-top: 50px;
}

.tube-list-page form {
    padding: 20px;
}

.tube-item-list {
    list-style: none;
    text-overflow: clip;
}

.tube-item-data {
    display: inline;
    white-space: pre-wrap;
    word-wrap: break-word;
}

.tube-item-date {
    font-size: 14px;
    font-style: italic;
    margin-left: 20px;
}

.tube-item {
    background: #fafafa;
    padding: 10px;
    margin: 10px;
    border: 1px solid #ccc;
    border-left: 4px solid #aaa;
}

.tube-item.ignored {
    background: #fefefe;
    border:1px solid #eee;
}

.tube-items-delete-form .btn {
    margin-bottom: 1rem;
    margin-top: 1rem;
}

.submit-seen {
    margin-top: 1rem;
}

nav a {
    color: black;
    padding: 7px;
    font-size: 25px;
    float: right !important;
}

.nav-link {
    cursor: pointer;
}

#account-dropdown-container {
    position: relative;
}

.indicators, .indicator-on-only, .condensed {
    margin-top: 3%;
    margin-left: auto;
    margin-right: auto;
    max-width: 75%;
    flex-direction: row;
    flex-wrap: wrap;
}

/* .indicators #tubes > * > *, .indicator-on-only #tubes > * > *, .condensed #tubes > * > * {
    display: none;
} */

.indicators #tubes > * > *, .indicator-on-only #tubes > * > *, .condensed #tubes > * > * {
    width: 50px;
    height: 50px;
    border: none;
    border-radius: 25px;
    margin: 1px;
    cursor: pointer;
}

.standard #tubes > * {
    display: block;
}

.indicators #tubes > *, .indicator-on-only #tubes > *, .condensed #tubes > * {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
}

.indicator-on-only #tubes .indicator-on, .indicators #tubes .indicator-on, .condensed #tubes .indicator-on {
    background-color: red;
}

.indicators #tubes .indicator-off {
    background-color: yellow;
    width: 50px;
    height: 50px;
    border: none;
    border-radius: 25px;
    margin: 1px;
    cursor: pointer;
}

.indicator-on-only #tubes .indicator-off {
    display: none;
}

.condensed #tubes .indicator-off {
    background-color: white;
    margin: 1px;
}

.indicator-with-comment{
    position:relative;
}
  
.indicator-comment{
    display:none;
    position:absolute; 
    z-index:100;
    min-width: 150px;
    background-color: black;
    color: #fff;
    text-align: center;
    border-radius: 6px;
    padding: 5px 0;
    top:50px; 
    left:-80px;
}

.indicator-comment a {
    color: #fff;
}

.indicator-comment a:hover {
    color: #fff;
}

.indicator-with-comment:hover span.indicator-comment{
    display:block;
}

.condensed.indicator-is-off.indicator-with-comment:hover span.indicator-comment{
    display:none;
}

.dashboard-layout-nav {
    border-top: solid 0.25px #EEEEEE;
}

.dashboard-layout-nav li {
    pointer: cursor;
    
}

.hide-tube-element {
    display: none;
}

.standard .indicator-with-comment:hover span.indicator-comment{
    display: none;
}

.indicators #tubes .tube-link, .indicator-on-only #tubes .tube-link, .condensed #tubes .tube-link { 
    display: none;
}

.indicators #tubes .item-count, .indicator-on-only #tubes .item-count, .condensed #tubes .item-count { 
    display: none;
}

/* Category tube styling */

.standard #tubes .category-tube {
    border: 2px solid grey; 

}

.indicators #tubes .category-tube, .indicator-on-only #tubes .category-tube, .condensed #tubes .category-tube {
    width: 70px;
    height: 70px;
    border: none;
    border-radius: 45px;
    margin: 1px;
    cursor: pointer;
}

.indicators .category-name, .indicators .category-count, .indicator-on-only .category-name, .indicator-on-only .category-count,  .condensed .category-name, .condensed .category-count {
    display: none;
}

.indicators #tubes .category-tube .indicator-on, .indicator-on-only #tubes .category-tube .indicator-on, .condensed #tubes .category-tube .indicator-on {
    background-color: red;
}

.indicators #tubes .category-tube .indicator-off {
    background-color: yellow;
}

.condensed #tubes .category-tube .indicator-off {
    background-color: white;
}

.indicator-on #tubes .category-tube .indicator-off {
    display: none;
}


