
body{
    background: #FFF;

}
.fullheightbox .line{
    background: #CFC8B5;
}
.fullheightbox .edit-bg{
    background: #ECEBE3;
}
.fullheightbox .content-text{
    color: #2C1811;

}
.header-img{
    width: 100%;
}
.top-img{
    padding: 0;
    margin: 0;
}
.menu-full{
    width: 100%;
    border: 1px solid #CFC8B5;
}

.menu-full .dropdown-menu{
    width: 100%;
}

.select-menu{
    line-height: 30px;
    font-size: 14px;
    border: 2px solid #CFC8B5;
    margin-right: 7px;
    background-color: #FCF5EA;
    width: 92%;
}
.select-menu >li{
    line-height: 44px;
    font-size: 14px;
    border: 1px solid #CFC8B5;
    margin-right: 7px;
    background-color: #FCF5EA;
    width: 92%;
}
.fullheightbox .dropdown {
    padding: 4px 12px;
    /*height: 100%;*/
    cursor: pointer;
    margin-left: 15px;
}
.fullheightbox .dropdown-menu{
    min-width: 0;
    width: 100%;
    overflow: auto;
    max-height: 19em;
    border-radius: 0px;
    padding: 0;
}
.fullheightbox .dropdown-menu>li>a {
    display: block;
    clear: both;
    color: #333;
    white-space: nowrap;
    padding: 4px 12px;
    line-height: 44px;
}
.fullheightbox .dropdown-menu > li {
    border-bottom: 1px solid #E4E5E0;}
.open{
    /*background-color: #ffffff;*/
}
.about-title{
    padding: 15px;
    font-weight: 300;
    color: #2C1811;
}

.fullheightbox .dropdown-toggle::after {
    display: inline-block;
    width: 0;
    height: 0;
    margin-left: .3em;
    vertical-align: middle;
    content: "";
    border-top: 0em solid;
}

.btn-default.active.focus, .btn-default.active:focus, .btn-default.active:hover, .btn-default:active.focus, .btn-default:active:focus, .btn-default:active:hover, .open>.dropdown-toggle.btn-default.focus, .open>.dropdown-toggle.btn-default:focus, .open>.dropdown-toggle.btn-default:hover {
    background-color: #ECEBE3;
    border-color: #CFC8B5;
}
