/*
 *  Document   : themes.css
 *  Author     : pixelcave
 *  Description: The themes stylesheet of the template. The classes can
 *  be used to alter the text or the background of an element individually
 *
 */

/*
=================================================================
THEME DEFAULT
=================================================================
*/

.themed-color-default {
    color: #5ccdde !important;
}

.themed-background-default {
    background-color: #5ccdde !important;
}

.themed-color-dark-default {
    color: #454e59 !important;
}

.themed-background-dark-default {
    background-color: #454e59 !important;
}

/*
=================================================================
THEME SOCIAL
=================================================================
*/

.themed-color-social {
    color: #627aad !important;
}

.themed-background-social {
    background-color: #627aad !important;
}

.themed-color-dark-social {
    color: #333333 !important;
}

.themed-background-dark-social {
    background-color: #333333 !important;
}

/*
=================================================================
THEME FLAT
=================================================================
*/

.themed-color-flat {
    color: #45a7b9 !important;
}

.themed-background-flat {
    background-color: #45a7b9 !important;
}

.themed-color-dark-flat {
    color: #374249 !important;
}

.themed-background-dark-flat {
    background-color: #374249 !important;
}

/*
=================================================================
THEME AMETHYST
=================================================================
*/

.themed-color-amethyst {
    color: #7c62ad !important;
}

.themed-background-amethyst {
    background-color: #7c62ad !important;
}

.themed-color-dark-amethyst {
    color: #353a4d !important;
}

.themed-background-dark-amethyst {
    background-color: #353a4d !important;
}

/*
=================================================================
THEME CREME
=================================================================
*/

.themed-color-creme {
    color: #b09573 !important;
}

.themed-background-creme {
    background-color: #b09573 !important;
}

.themed-color-dark-creme {
    color: #49443d !important;
}

.themed-background-dark-creme {
    background-color: #49443d !important;
}

/*
=================================================================
THEME PASSION
=================================================================
*/

.themed-color-passion {
    color: #de4b39 !important;
}

.themed-background-passion {
    background-color: #de4b39 !important;
}

.themed-color-dark-passion {
    color: #252d2f !important;
}

.themed-background-dark-passion {
    background-color: #252d2f !important;
}

/*
=================================================================
THEME CLASSY
=================================================================
*/

.themed-color-classy {
    color: #777777 !important;
}

.themed-background-classy {
    background-color: #777777 !important;
}

.themed-color-dark-classy {
    color: #353535 !important;
}

.themed-background-dark-classy {
    background-color: #353535 !important;
}

#global-search-result {
    background-color: #fff;
    position: absolute;
    border: 1px solid #627aad;
    width: 100%;
    height: 200px;
    top: 49px;
    list-style: none;
    margin: 0;
    padding: 0;
    display: none;
    border-radius: 2px;
}

#global-search-result li a {
    display: block;
    width: 100%;
    padding: 5px 10px;
    font-size: 13px;
}

#global-search-result li a:hover {
    text-decoration: none;
}

#global-search-result li:hover {
    cursor: pointer;
    background-color: #edeef0;
}

#global-search-result li.search-header:hover {
    cursor: default;
    background-color: #fff;
}

#global-search-result .search-header {
    background-color: rgba(218,224,232,.15);
    border-bottom: 1px solid #dae0e8;
    padding: 5px 10px;
}

#global-search-loader {
    position: absolute;
    right: 20px;
    top: 18px;
    display: none;
}

.search-count {
    float: right;
    font-size: 12px;
    line-height: 18px;
    opacity: 0.6;
}

.search-notfound {
    text-align: left;
    padding: 5px 10px;
}

ul.sidebar-nav li ul li .sidebar-nav-mini-hide {
    display: inline !important;
}