/* OVERRIDE CLASES FROM DEFAULT CSS*/
.fileinput{
    width: 100%;
}
/* ----- */

.logo_login img{
    width: 30%;
}

.content-editor{
    padding-bottom: 20px;
    border-bottom: 1px solid #eaeaea;
}

.contents{
    height: 130px;
    max-height: 130px;
    overflow-y: scroll;
}

.btn{
    min-width: 102px;
}

.bootstrap-select>.btn{
    text-transform: none;
}

.bootstrap-select>.btn-default{
    border-bottom: 0 !important;
}

.lcb-form .btn {
    min-width: 35px;
}