/* Add here all your CSS customizations */
.td-center {
    text-align: center !important;
    vertical-align: middle;
}
.td-left {
    text-align: left !important;
    vertical-align: middle;
}
#bottom-nav-bar {
    background-color: #383f48;
    bottom: 0;
    position: fixed;
    width: 100%;
    height: 36px;
    left: 0;
    z-index: 9999;
}
.flotTip {
    padding: 3px 5px;
    background-color: #000;
    z-index: 100;
    color: #fff;
    box-shadow: 0 0 10px #555;
    opacity: 0.7;
    filter: alpha(opacity=70);
    border: 2px solid #fff;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    border-radius: 4px;
}
.ui-pnotify.stack-modal {
    z-index: 9999999999 !important;
    left: 50% !important;
    top: 50% !important;
    transform: translate(-50%, -50%) !important;
}
/* Radial Menu Start */
/* .radialMenu {
    width: 260px;
    height: 220px;
    display: none;
    justify-content: center;
    align-items: center;
    position: fixed;
    bottom: -24px;
    z-index: 9999;
    padding-left: 24px;
}
@media (min-width: 1500px) {
    .radialMenu {
        display: flex;
    }
}
.radialMenu ul {
    list-style: none;
    display: block;
}
.radialMenu li {
    position: absolute;
    left: 58px;
    bottom: 90px;
    list-style: none;
    transform-origin: 88px;
    transform: rotate(calc(360deg / 8 * var(--i)));
    opacity: 0;
    visibility: hidden;
    transition: 0.5s;
    transition-delay: 0s;
}
.radialMenu.active li {
    transition-delay: 0.5s;
    opacity: 1;
    visibility: visible;
}
.radialMenu li a {
    display: flex;
    justify-content: center;
    align-items: center;
    width: 50px;
    height: 50px;
    font-size: 1.5em;
    color: #222327;
    border-radius: 50%;
    transform: rotate(calc(360deg / -8 * var(--i)));
    transition: background 1s;
}
.radialMenu li a:hover {
    background: #29fd53;
    border: 1px solid #222327;
    transition: background 0s;
}
.toggle {
    position: absolute;
    width: 48px;
    height: 48px;
    background: #fff;
    border-radius: 50%;
    display: flex;
    justify-content: center;
    align-items: center;
    font-size: 2em;
    cursor: pointer;
    transition: 0.5s;
    transition-delay: 0.25s;
}
.toggle.active {
    transform: rotate(315deg);
    box-shadow: 0 0 0 12px #222327, 0 0 0 64px #fff;
    transition-delay: 0s;
} */
/* Radial Menu End */

.ui-front {
    z-index: 9999999999 !important;
}

.twitter-typeahead .tt-query,
.twitter-typeahead .tt-hint {
    margin-bottom: 0;
}

.twitter-typeahead .tt-hint {
    display: none;
}

.tt-menu {
    position: absolute;
    top: 100%;
    left: 0;
    z-index: 1000;
    display: none;
    float: left;
    min-width: 160px;
    padding: 5px 0;
    margin: 2px 0 0;
    list-style: none;
    font-size: 14px;
    background-color: #ffffff;
    border: 1px solid #cccccc;
    border: 1px solid rgba(0, 0, 0, 0.15);
    border-radius: 4px;
    -webkit-box-shadow: 0 6px 12px rgba(0, 0, 0, 0.175);
    box-shadow: 0 6px 12px rgba(0, 0, 0, 0.175);
    background-clip: padding-box;
    cursor: pointer;
}

.tt-suggestion {
    display: block;
    padding: 3px 20px;
    clear: both;
    font-weight: normal;
    line-height: 1.428571429;
    color: #333333;
    white-space: nowrap;
}

.tt-suggestion:hover,
.tt-suggestion:focus {
    color: #ffffff;
    text-decoration: none;
    outline: 0;
    background-color: #428bca;
}

.logo-border {
    border: 1px solid black;
}
