study/static/study/css/navtimer.css/*
################
Global
################
*/
html {
    font-size: 0.85rem;
    height: 100%;
}

.bottombar,
.push {
  height: 120px;
}

/* .main-content {
    margin-bottom: 40px;
} */

.container {
    /* margin-top: 40px;  */
    min-width: 1024px !important;
}

.table td, .table th {
    padding: 0;
}

.list-group {
    max-height: 300px;
    margin-bottom: 10px;
    overflow:scroll;
    -webkit-overflow-scrolling: touch;
    
}

.current_group_display_card {
    font-size: 0.8em;
}

.group-A {
    fill: red;
}
.group-B {
    fill: green;
}
.group-C {
    fill: blue;
}


/*
################
Start Screen
################
*/

.screener-return, .screener-welcome, .screener-platform-return {
    display: none;
}

.container {
    padding: 1em;
}

.selected {
    background-color: aqua;
}

.outline {
    fill-opacity: 0.3;
    /* fill: black; */
    stroke: yellow;
    stroke-width: 2px;
    stroke-opacity: 1.0;
}

.drawnLine {
    fill: none;
    /* fill-opacity: 0.2; */
    stroke: yellow;
    stroke-width: 2px;
}
