.static-menu ol, ul {
     margin-top: 0;
     margin-bottom: 0 !important;
 }

.static-menu > li a, .static-menu > li a:focus {
    color: #666 !important;
    display: block;
    padding: 0 15px;
    font-weight: normal;
    border-right: 1px solid #efefef;
    border-bottom: 2px solid transparent;
}

.static-menu > li a:hover {
    background-color: #fff !important;
    color: #666 !important;
    border-bottom: 2px solid #666;
}

ul.static-menu li.active {
    background-color: #fff;
    color: #666 !important;
    /*border-bottom: 2px solid #666;*/
}

ul.static-menu li.active a {
    border-bottom: 2px solid #666;
}

.sub-head {
    background: #0FA8E3;
    padding: 30px 0;
}

.listing-logo-head {
    max-width: 120px;
}




/*
==============================================
    Angular Overwrite
==============================================
*/

.twitter-typeahead, .tt-hint, .tt-input, .tt-menu {
    background-color: #FFF;
    /*z-index:999999 !important;*/
    color:gray;
    width: 100%;
}

.twitter-typeahead {}

.twitter-typeahead .form-control {
    float: none;
}


.tt-menu {
    background-color: #FFF;
    -webkit-box-shadow: 0px 3px 6px rgba(0, 0, 0, 0.1);
    -moz-box-shadow: 0px 3px 6px rgba(0, 0, 0, 0.1);
    box-shadow: 0px 3px 6px rgba(0, 0, 0, 0.1);
    width: 100%;
    padding: 0;
}

.tt-menu h3 {
    border-bottom: 1px solid #e5e5e5;
    font-size: 16px;
    font-weight: 600;
    margin: 0 0 10px;
    padding: 9px 20px 10px;
}

.tt-menu .tt-dataset {
    margin-top: 30px;
}

.tt-menu .tt-dataset:first-child {
    margin-top: 10px;
}

.tt-menu .tt-selectable {
    font-size: 15px;
    border-radius: 0px;
    color: gray;
    padding: 3px 20px;
}

.tt-menu .tt-selectable:hover {
    background-color: #666;
    color: #FFF;
    font-size: 15px;
}



/*
==============================================
TT Inner Menu Items
==============================================
*/

.tt-selectable
{
    padding-left: 10px;
    font-size: 15px;
    border-radius: 10px;
    color:gray;
}

.tt-selectable:hover
{
    background-color: gray;
    color: white;
    font-size: 17px;


}


.tt-selectable:hover{
    animation-name: stretchRight;
    -webkit-animation-name: stretchRight;

    animation-duration: 1.5s;
    -webkit-animation-duration: 1.5s;

    animation-timing-function: ease-out;
    -webkit-animation-timing-function: ease-out;

    transform-origin: 0% 0%;
    -ms-transform-origin: 0% 0%;
    -webkit-transform-origin: 0% 0%;
}
