.bgDark {
    background-color: #262262 !important;
    color: #F7941D !important;
}

.nav-link, .org {
    color:#F7941D;
}

a {
    color: #F7941D;
    text-decoration: none;
}

a:hover, .nav-link:hover {
    color: #bbbbbb;
}

h1, h2, h3, h4, h5, h6, .purp {
    color: #262262;
}
#miniCalendar h2 {
    font-size: 1.2em;
}

#miniCalendar table, tbody {
    border-style: hidden;
}

.recordSatus1 {  /* General Show Note */

}

.recordSatus2 {  /* Critial Show Note */

}

.recordSatus3 {  /* Repair Note */

}


.em3 {
    font-size: 2.5em;
}

.prettyGraph {
    white-space: pre-wrap;
}

.todo-1 {
    color: red;
}

.heatmap-cell {
    width: 20px;
    height: 20px;
    margin: 2px;
    display: inline-block;
    border-radius: 4px;
}

/* Different color shades for contributions */
.contribution-level-0 { background-color: #ebedf0; }
.contribution-level-1 { background-color: #c6e48b; }
.contribution-level-2 { background-color: #7bc96f; }
.contribution-level-3 { background-color: #239a3b; }
.contribution-level-4 { background-color: #196127; }


.c1     {   background-color: #f80c12 !important; }
.c2     {   background-color: #ee1100 !important; }
.c3     {   background-color: #ff3311 !important; }
.c4     {   background-color: #ff4422 !important; }
.c5     {   background-color: #ff6644 !important; }
.c6     {   background-color: #ff9933 !important; }
.c7     {   background-color: #feae2d !important; }
.c8     {   background-color: #ccbb33 !important; }
.c9     {   background-color: #d0c310 !important; }
.c10     {   background-color: #089c03 !important; }
.c11     {   background-color: #69d025 !important; }
.c12     {   background-color: #22ccaa !important; }
.c13     {   background-color: #12bdb9 !important; }
.c14     {   background-color: #11aabb !important; }
.c15     {   background-color: #4444dd !important; }
.c16     {   background-color: #3311bb !important; }
.c17     {   background-color: #3b0cbd !important; }
.c18     {   background-color: #442299 !important; }
.c19     {   background-color: #582401 !important; }
.c20     {   background-color: #663a1c !important; }

.listNoDot {
    list-style-type: none;
}