﻿.dropdown {
    display: inline-block;
    position: relative;
}
.dropdown a {
    text-decoration: none;
    color: greenyellow;
}
.dropdown:hover .dropdown-content {
    display: block;
    text-decoration: none;
    color: greenyellow;
}
.dropdown-content {
    background: #5c5c5c;
    box-shadow: 0 .5rem .8rem 0 rgba(0,0,0,.5);
    display: none;
    min-width: 15rem;
    position: absolute;
    z-index: 100;
}
.dropdown-content a {
    cursor: pointer;
    display: block;
    padding: 2rem 1.5rem;
    text-align: left;
    width: 15rem;
    color: white;
}
.dropdown-content a:focus {
    color: #ebb706;
}
.dropdown-content a {
    width: 200px !important;
}

.dropdown-divider {
    border-bottom: 1px solid #777777;
    margin-left: 5px;
    margin-right: 5px;
}
.dropdown-item:hover {
    color: #ffe731;
}
.stop-scrolling {
    overflow: hidden;
}
.tooth-top {
    border-bottom-color: #5c5c5c;
    border-left-color: transparent;
    border-right-color: transparent;
    border-style: solid;
    border-width: 0 1rem 1rem;
    height: 0;
    left: 25%;
    margin-left: -.6rem;
    position: absolute;
    top: -1rem;
    width: 0;
}

.nav > li {
    color: #b1b1b1;    
}

.nav>li>a {
    font-weight: bold;
    font-size: 14px;
    color: #848484;

    padding-top: 5px;
    padding-bottom: 5px;
}

.nav>li>a:focus, .nav>li>a:hover {
    background-color: #5ae26e;
}

.testing-image {
    filter: invert(70%);
}

.webhook-image {
    filter: invert(70%);
}