/*================================================================================
	Item Name: Materialize - Material Design Admin Template
	Version: 3.1
	Author: GeeksLabs
	Author URL: http://www.themeforest.net/user/geekslabs
================================================================================

NOTE:
------
PLACE HERE YOUR OWN CSS CODES AND IF NEEDED, OVERRIDE THE STYLES FROM THE OTHER STYLESHEETS.
WE WILL RELEASE FUTURE UPDATES SO IN ORDER TO NOT OVERWRITE YOUR STYLES IT'S BETTER LIKE THIS.  */
.autocomplete-content {
    position: absolute;
    /*background: #383838;*/
    margin-top: -.9rem;
    /*margin-left:72px;*/
    background-color: #fff;
    box-shadow: 0 2px 5px 0 rgba(0,0,0,0.16),0 2px 10px 0 rgba(0,0,0,0.12);
}
    
.autocomplete-content li {
    clear: both;
    /*color: rgba(0, 0, 0, 0.87);*/
    color: #26a69a;
    cursor: pointer;
    line-height: 0;
    width: 100%;
    text-align: left;
    text-transform: none;
    padding: 10px;
}
    
.autocomplete-content li > span {
    /*color: #ffa726;*/
    color: #26a69a;
    font-size: .9rem;
    padding: 1.2rem;
    display: block;
}
    
.autocomplete-content li > span .highlight {
    /*color: #000000;*/
    color: red;
}
    
.autocomplete-content li img {
    height: 52px;
    width: 52px;
    padding: 5px;
    margin: 0 15px;
}
    
.autocomplete-content li:hover {
    /*background: #eee;*/
    cursor: pointer;
}
    
.autocomplete-content > li:hover {
    /*background: #292929;*/
}

.hidden {
    display:none !important;
}
.breadcrumbs-new-title {
    font-size:18px;
}


.questionnaire-custom-menu {
    display: none;
    z-index: 1000;
    position: absolute;
    overflow: hidden;
    border: 1px solid #CCC;
    white-space: nowrap;
    font-family: sans-serif;
    background: #FFF;
    color: #333;
    border-radius: 5px;
    width:150px;
    text-align:left;
}

.questionnaire-custom-menu li {
    padding: 8px 12px;
    cursor: pointer;
}

.questionnaire-custom-menu li:not(.cus-menu-divider):hover {
    background-color: #00bcd4;
    color: #fff;
}

.dashbord-profile-image {
    width: 30px;
    margin-top: 16px;
}