
body {
    color: #fff;
    background: #17191e;
    min-height: 100vh;
    min-height: -webkit-fill-available;
    font-size: 0.9rem;
}

html {
    height: -webkit-fill-available;
}

main {
    flex-wrap: nowrap;
    height: 100vh;
    /*max-height: 100vh;*/
    overflow-x: auto;
    overflow-y: hidden;
    background: #282d3a;
}

input::placeholder {
    color: #b3b3b3 !important;
    font-style: italic;
}

.b-example-divider {
    flex-shrink: 0;
    width: 2rem;
    height: 100vh;
    background-color: rgba(0, 0, 0, .1);
    border: solid rgba(0, 0, 0, .15);
    border-width: 1px 0;
    /*box-shadow: inset 0 .5em 1.5em rgba(0, 0, 0, .1), inset 0 .125em .5em rgba(0, 0, 0, .15);*/
}

.bi {
    vertical-align: -.125em;
    pointer-events: none;
    fill: currentColor;
}

.dropdown-toggle { outline: 0; }

.nav-flush .nav-link {
    border-radius: 0;
}

.dropdown-menu li {
position: relative;
}
.dropdown-menu .dropdown-submenu {
display: none;
position: absolute;
left: 100%;
top: -7px;
/* background-color: lightgray; */
color: #0FBA96!important;

}
.dropdown-menu .dropdown-submenu .dropdown-item{
    color: #0FBA96!important;
}
.dropdown-menu .dropdown-submenu-left {
right: 100%;
left: auto;
}
.dropdown-menu > li:hover > .dropdown-submenu {
display: block;
}
.dropdown-submenu > li:hover {
background-color: lightgray;
}

.btn-toggle {
    display: inline-flex;
    align-items: center;
    padding: .25rem .5rem;
    font-weight: 600;
    color: rgba(0, 0, 0, .65);
    background-color: transparent;
    border: 0;
}
.btn-toggle:hover,
.btn-toggle:focus {
    color: rgba(0, 0, 0, .85);
    background-color: #d2f4ea;
}

.btn-toggle::before {
    width: 1.25em;
    line-height: 0;
    content: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' width='16' height='16' viewBox='0 0 16 16'%3e%3cpath fill='none' stroke='rgba%280,0,0,.5%29' stroke-linecap='round' stroke-linejoin='round' stroke-width='2' d='M5 14l6-6-6-6'/%3e%3c/svg%3e");
    transition: transform .35s ease;
    transform-origin: .5em 50%;
}

.btn-toggle[aria-expanded="true"] {
    color: rgba(0, 0, 0, .85);
}
.btn-toggle[aria-expanded="true"]::before {
    transform: rotate(90deg);
}

.btn-toggle-nav a {
    display: inline-flex;
    padding: .1875rem .5rem;
    margin-top: .125rem;
    margin-left: 1.25rem;
    text-decoration: none;
}
.btn-toggle-nav a:hover,
.btn-toggle-nav a:focus {
    background-color: #d2f4ea;
}

.scrollarea {
    overflow-y: auto;
}

.fw-semibold { font-weight: 600; }
.lh-tight { line-height: 1.25; }



div#sidebar {
    width: 240px;
    background: #17191E;
    border-radius: 0px 100px 0px 0px;
    padding-top: 50px!important;
}
div#sidebar ul li.nav-item a.nav-link {
    color: #999999;
}
div#sidebar ul li.nav-item a.nav-link:hover {
     color: #ffffff;
 }

div#content-container {
    flex-grow: 1;
    flex-shrink: 1;
    flex-basis: auto;
    width: 100vw;
    overflow-y: auto;
}


div#site-header {
    flex-grow: 0;
    flex-shrink: 1;
    flex-basis: 70px;
    background: #222733;
    border-bottom: solid 1px #17191e;
}


div#content-header {
    display: flex;
    align-items: center; /* align vertical */
    /* flex-grow: 0; */
    /* flex-shrink: 1; */
    /* min-height: 70px; */
    /*flex-basis: 70px;*/
    background: #17191E;
    max-width: 100%;
    border-bottom-left-radius: 25px;
}
div#content-header ul {
    list-style-type: none;
    margin: 0;
    padding: 0;
    display: flex;
    flex-wrap: wrap;
    max-width: 100%;
    overflow: hidden;
}
div#content-header li {
    /* float: left; */
}
div#content-header li a {
    display: block;
    color: white;
    text-align: center;
    text-decoration: none;
    line-height: 70px;
    padding: 0 15px;
    color: #999999;
}
div#content-header li a:hover,
div#content-header li.active a {
    box-shadow: inset 0px 4px 0px #f55e0a;
    color: #ffffff;
}


div#content {
    flex-grow: 1;
    flex-shrink: 1;
    flex-basis: auto;
    background: #222733;
    border-radius: 20px 20px 0 0;
}



/* Loader */
div#loader-overlay {
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: #13181eb3;
}
div#loader-container {
    position: absolute;
    width: 100%;
    top: 35%;
    text-align: center;
}
div#loader-text {
    font-size: 1.6em;
    color: #fff;
    text-transform: uppercase;
}
div#loader-icon {
    color: #fff;
    margin-top: 14px;
}



/* Datatable */
div.dataTables_wrapper .page-link {
    width: 38px;
    text-align: center;
    height: 38px;
    line-height: 1.85em;
    border-radius: 19px!important;
    margin-left: 10px!important;
    box-shadow: 0px 3px 6px #2c28281c;
    font-size: 0.85em;
}
div.dataTables_wrapper div.dataTables_paginate ul.pagination {
    justify-content: center;
    padding-top: 20px;
}
div.dataTables_wrapper .page-item .page-link {
    background-color: transparent;
    border-color: transparent;
    color: #ffffff!important;
}
div.dataTables_wrapper .page-item .page-link:hover,
div.dataTables_wrapper .page-item.active .page-link {
    background-color: #0FBA96;
}
div.dataTables_wrapper .page-item.disabled .page-link {
    border-color: #797979;
}
div.dataTables_wrapper .page-item.previous .page-link i,
div.dataTables_wrapper .page-item.next .page-link i {
    font-size: 26px;
    display: inline-block;
    position: absolute;
    left: 6px;
    top: 6px;
}


/* note comments */
.note-comment {
    background-color: #1F242F;
    width: 84%;
    max-width: 660px;
    border-radius: 20px;
}

.btn-outline-primary.selected{
    color: #fff;
    background-color: #0d6efd;
    border-color: #0d6efd;
}
.btn-outline-danger.selected {
    color: #fff;
    background-color: #dc3545;
    border-color: #dc3545;
}
.btn-outline-secondary.selected {
    color: #fff;
    background-color: #F55E0A;
    border-color: #F55E0A;
}
.btn-outline-success.selected {
    color: #fff;
    background-color: #198754;
    border-color: #198754;
}
.btn-check:active+.btn-outline-blue, .btn-check:checked+.btn-outline-blue, .btn-outline-blue.active, .btn-outline-blue.dropdown-toggle.show, .btn-outline-blue:active, .btn-outline-blue.selected {
    color: #fff !important;
    background-color: #5d6ece;
    border-color: #5d6ece;
}
.btn-check:active+.btn-outline-yellow, .btn-check:checked+.btn-outline-yellow, .btn-outline-yellow.active, .btn-outline-yellow.dropdown-toggle.show, .btn-outline-yellow:active,.btn-outline-yellow.selected {
    color: #fff !important;
    background-color: #d3c614;
    border-color: #d3c614;
}

.btn-check:active+.btn-outline-green, .btn-check:checked+.btn-outline-green, .btn-outline-green.active, .btn-outline-green.dropdown-toggle.show, .btn-outline-green:active,.btn-outline-green.selected {
    color: #fff !important;
    background-color: #14d31e;
    border-color: #14d31e;
}

.btn-check:active+.btn-outline-grey, .btn-check:checked+.btn-outline-grey, .btn-outline-grey.active, .btn-outline-grey.dropdown-toggle.show, .btn-outline-grey:active,.btn-outline-grey.selected {
    color: #fff !important;
    background-color: #5f5f59;
    border-color: #5f5f59;
}


/* Extra small devices (phones, 600px and down) */
@media only screen and (max-width: 600px) {
    div#content-header li a {
        line-height: 54px;
    }
    /* div#content-header {
        min-height: 54px;
        height: auto;
    } */
}

/* Small devices (portrait tablets and large phones, 600px and up) */
@media only screen and (min-width: 600px) {

}

/* Medium devices (landscape tablets, 768px and up) */
@media only screen and (min-width: 768px) {

}

/* Large devices (laptops/desktops, 992px and down) */
@media only screen and (max-width: 991px) {
    div#content-header {
        border-radius: 0 0 15px 15px;
    }
}

/* Extra large devices (large laptops and desktops, 1200px and up) */
@media only screen and (min-width: 1200px) {

}
/* .td-bold {
    text-align: center;
    font-weight: bold; 
} */
.td-bold:hover {
    cursor: pointer; 
}

.has-children {
    display: none;
}

.template-timeframes td,
.actionlist-timeframes td {
    padding: 15px 0;
    border-width: 0;
    vertical-align: middle;
}

.template-timeframes tr.border-top,
.actionlist-timeframes tr.border-top,
.template-timeframes th,
.actionlist-timeframes th,
.actionlist-template-info.border-bottom,
.actionlist-info.border-bottom {
    border-color: #61616d !important;
}

.template-timeframes tr.border-top td,
.actionlist-timeframes tr.border-top td,
.template-timeframes th,
.actionlist-timeframes th {
    padding: 20px 0 15px 0;
    text-transform: uppercase;
}

.template-timeframes .border-top,
.actionlist-timeframes .border-top {
    border-color: #61616d !important;
}

.actionlist-timeframes .btn-primary.disabled, 
.actionlist-timeframes .btn-primary:disabled {
    background-color: #6e8882 !important;
    border-color: #6e8882 !important;
}


.selected-site-item {
    border-radius: 3px;
    background-color: rgba(0,0,0,0.15);
    padding: 2px;
}

.focus-view {
    padding-bottom: 100px;
}

.actionlist-focus-title {
    background: #222733;
    padding: 5px 10px 10px 5px;
}

.actionlist-focus-title h5 {
    position: relative;
}

.actionlist-focus-title a {
    color: white;
    text-decoration: none;
    font-size: 25px;
    margin-right: 5px;
}

.actionlist-focus-title .start-date {
    font-size: 14px;
    font-weight: 400;
    position: absolute;
    top: 10px;
    right: 5px;
}

.actionlist-focus-footer {
    background: #0FBA96;
    padding: 10px 15px;
    position: fixed;
    bottom: 0;
    left: 0;
    right: 0;
    border-radius: 15px 15px 0 0;
    z-index: 30;
}

.actionlist-focus-footer h6 {
    font-size: 15px;
    font-weight: 400;
    margin: 0;
}

.actionlist-focus-footer .resource-display {
    font-size: 12px;
    font-weight: 300;
}

#focus-clock-wrapper {
    font-size: 21px;
    font-weight: 700;
}

.actionlist-focus-footer .sites-visited h5 {
    text-align: right;
    margin-bottom: 5px;
    font-size: 15px;
}
.actionlist-focus-footer .sites-visited span {
    text-align: right;
    font-size: 14px;
    font-weight: 300;
}

.focus-view .timeframe h6 {
    text-transform: uppercase;
    font-weight: 400;
    font-size: 15px;
    padding: 5px 0 10px 0;
}

.focus-view .timeframe-item {
    background: #dadada;
    border-radius: 15px;
    padding: 15px;
    margin-bottom: 10px;
    position: relative;
}

.focus-view .timeframe-item a {
    text-decoration: none;
}

.focus-view .timeframe-item .timeframe-display {
    text-transform: uppercase;
    font-weight: bold;
    z-index: 10;
}


.focus-view .timeframe-item .focus-title {
    text-align: center;
    padding: 40px 0 65px 0;
    z-index: 10;
    position: relative;
}

.focus-view .timeframe-item.visited .focus-title {
    text-align: left;
    padding: 0;
}

.focus-view .timeframe-item .focus-title span {
    font-size: 20px;
}
.focus-view .timeframe-item .focus-title h4 {
    font-size: 26px;
    z-index: 10;
}

.focus-view .timeframe-item.visited .focus-title h4 {
    font-size: 18px;
    margin: 4px 0;
}
.focus-view .timeframe-item.visited .focus-title span {
    display: none;
}
.focus-view .timeframe-item.visited .clicked-at {
    font-weight: 500;
}

.focus-view .timeframe-item.visited .clicked-at i {
    font-weight: bold;
    font-size: 15px;
    color: #0FBA96;
}

.focus-view .timeframe-item .order {
    position: absolute;
    top: 0;
    right: 10px;
    font-size: 80px;
    line-height: 0.8;
    font-weight: bold;
    text-align: right;
    color: #ccccd1;
    z-index: 1;
}

.focus-view .timeframe-item.visited .order {
    font-size: 84px;
    line-height: 1;
}


.focus-view .timeframe-item.visited .focus-actions button {
    display: none;
}

.focus-view .timeframe-item .focus-actions {
    position: relative;
    z-index: 10;
    display: flex;
    flex-direction: column;
}

.focus-view .timeframe-item .focus-actions button {
    display: block;
    text-align: center;
    font-size: 20px;
    font-weight: 500;
    padding: 10px 0;
    margin-bottom: 10px;
    -webkit-box-shadow: inset 0px -2px 0px 0px rgba(0,0,0,0.3);
    -moz-box-shadow: inset 0px -2px 0px 0px rgba(0,0,0,0.3);
    box-shadow: inset 0px -2px 0px 0px rgba(0,0,0,0.3);
}

.focus-view .timeframe-item .focus-actions button:focus {
    -webkit-box-shadow: inset 0px -2px 0px 0px rgba(0,0,0,0.3) !important;
    -moz-box-shadow: inset 0px -2px 0px 0px rgba(0,0,0,0.3) !important;
    box-shadow: inset 0px -2px 0px 0px rgba(0,0,0,0.3) !important;
    /* background-color: #0FBA96 !important; */
}
.focus-view .timeframe-item .focus-actions button:active {
    -webkit-box-shadow: inset 0px 3px 0px 1px rgba(0,0,0,0.3) !important;
    -moz-box-shadow: inset 0px 3px 0px 1px rgba(0,0,0,0.3) !important;
    box-shadow: inset 0px 3px 0px 1px rgba(0,0,0,0.3) !important;

}