#text-editor
 {
    display: none;

}
#image {
    display: none;
}
/*#mceu_34 {*/
    /*height:350px;*/
/*}*/
/*.mce-edit-area .mce-container .mce-panel .mce-stack-layout-item {*/
    /*height:350px;*/
/*}*/
#mce_1_ifr {
    height:100% !important;
}
.has-error .help-block {
    color:#ff0000 !important;
}
.list-search ul  {
    list-style-type: none;
    width:100%;
    /*height: 300px;*/
    /*overflow-x: hidden;*/
    /*overflow-y: scroll;*/
}
.list-search ul li {
    width:100%;
}
.list-search ul li a {
    color:#000000;
    width:100%;
    opacity: 0.6;
    transition: 0.3s;
}
.list-search ul li:hover a{
    background: #2ca02c;
    color:#ffff00;
    opacity: 0.6;
    transition: 0.3s;
    width:100%;
}
