﻿.pull-right .fa-group {
    color: #19be6b;
}

.pull-right .fa-home {
    color: #33cabb
}

.pull-right .fa-heart {
    color: #8258d9 !important
}

.pull-right .fa-trash-o {
    color: #fa3534
}

.pull-right .fa-trash {
    color: #f84d8a !important
}

.pull-right .fa-power-off {
    color: #fa3534
}

.pull-right .fa-user {
    color: #8d6658
}

.dropdown-skin .dropdown-menu {
    border: none;
    width: 262px;
}

.open > .dropdown-menu {
    display: block;
}

.dropdown-menu {
    border-radius: 0;
    border: none;
    /* border: 1px solid rgba(235, 235, 235, 0.4); */
    -webkit-box-shadow: 0 0 4px rgba(0, 0, 0, 0.075);
    box-shadow: 0 0 4px rgba(0, 0, 0, 0.075);
}

.dropdown-menu-right {
    right: 0;
    left: auto;
}

.dropdown-menu {
    position: absolute;
    top: 100%;
    left: 0;
    z-index: 1000;
    display: none;
    float: left;
    min-width: 160px;
    padding: 5px 0;
    margin: 2px 0 0;
    font-size: 14px;
    text-align: left;
    list-style: none;
    background-color: #fff;
    -webkit-background-clip: padding-box;
    background-clip: padding-box;
    border: 1px solid #ccc;
    border: 1px solid rgba(0,0,0,.15);
    border-radius: 4px;
    -webkit-box-shadow: 0 6px 12px rgba(0,0,0,.175);
    box-shadow: 0 6px 12px rgba(0,0,0,.175);
}

.drop-title {
    color: #4d5259;
}


p {
    margin: 0 0 10px;
    padding: 5px 15px 0px 15px;
}

.drop-skin-li {
    padding: 0px 12px;
}

.dropdown-menu {
    position: absolute;
    top: 100%;
    left: 0;
    z-index: 1000;
    display: none;
    float: left;
    min-width: 160px;
    padding: 5px 0;
    margin: 2px 0 0;
    font-size: 14px;
    text-align: left;
    list-style: none;
    background-color: #fff;
    -webkit-background-clip: padding-box;
    background-clip: padding-box;
    border: 1px solid #ccc;
    border: 1px solid rgba(0,0,0,.15);
    border-radius: 4px;
    -webkit-box-shadow: 0 6px 12px rgba(0,0,0,.175);
    box-shadow: 0 6px 12px rgba(0,0,0,.175);
}

.drop-skin-li input[type=radio] {
    display: none;
}

input[type=checkbox], input[type=radio] {
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    padding: 0;
}

#header_bg_1 + label, #logo_bg_1 + label, #sidebar_bg_1 + label, #site_theme_1 + label {
    background-color: #fff;
    border: 1px solid #f0f0f0;
}

.drop-skin-li input[type=radio]:checked + label {
    position: relative;
}

.drop-skin-li input[type=radio] + label {
    display: inline-block;
    width: 20px;
    height: 20px;
    cursor: pointer;
    margin: 3px;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    border-radius: 50%;
    -webkit-transition: all .1s ease;
    transition: all .1s ease;
}

label {
    display: inline-block;
    max-width: 100%;
    margin-bottom: 5px;
    font-weight: 700;
}

.drop-skin-li .inverse input[type=radio]:checked + label::after {
    color: #4d5259;
}

.drop-skin-li input[type=radio]:checked + label::after {
    content: "\f12c";
    font-family: "Material Design Icons";
    font-size: 1rem;
    display: block;
    color: #fff;
    width: 100%;
    text-align: center;
    line-height: 20px;
    position: absolute;
    top: 0px;
    -webkit-transition: .2s;
    transition: .2s;
}

#header_bg_8 + label, #logo_bg_8 + label, #sidebar_bg_8 + label, #site_theme_2 + label {
    background-color: #465161;
    border: 1px solid #465161;
}

.drop-skin-li input[type=radio] + label {
    display: inline-block;
    width: 20px;
    height: 20px;
    cursor: pointer;
    margin: 3px;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    border-radius: 50%;
    -webkit-transition: all .1s ease;
    transition: all .1s ease;
}

#site_theme_3 + label {
    background: -webkit-linear-gradient(135deg, #65FDF0 10%, #1D6FA3 100%);
    background: -o-linear-gradient(135deg, #65FDF0 10%, #1D6FA3 100%);
    background: -moz-linear-gradient(135deg, #65FDF0 10%, #1D6FA3 100%);
    background: linear-gradient(135deg, #65FDF0 10%, #1D6FA3 100%);
}

#header_bg_2 + label, #logo_bg_2 + label, #sidebar_bg_2 + label {
    background-color: #19be6b;
    border: 1px solid #19be6b;
}

#header_bg_3 + label, #logo_bg_3 + label, #sidebar_bg_3 + label {
    background-color: #48b0f7;
    border: 1px solid #48b0f7;
}

#header_bg_4 + label, #logo_bg_4 + label, #sidebar_bg_4 + label {
    background-color: #ff9900;
    border: 1px solid #ff9900;
}

#header_bg_5 + label, #logo_bg_5 + label, #sidebar_bg_5 + label {
    background-color: #fa3534;
    border: 1px solid #fa3534;
}

#header_bg_6 + label, #logo_bg_6 + label, #sidebar_bg_6 + label {
    background-color: #926dde;
    border: 1px solid #926dde;
}

#header_bg_7 + label, #logo_bg_7 + label, #sidebar_bg_7 + label {
    background-color: #33cabb;
    border: 1px solid #33cabb;
}

#header_bg_8 + label, #logo_bg_8 + label, #sidebar_bg_8 + label, #site_theme_2 + label {
    background-color: #465161;
    border: 1px solid #465161;
}

.navbar .clearfix .nav-no-collapse .TopIco {
    font-size: 2.125em;
}
.make_main_top .icon-ziyuan1 {
    color: #ea445c;
}
