.page-container .main-content .page-title .breadcrumb-env {
    float: left;
    padding-left: 30px;
}
.list-inline {
    display: inline-block;
}
.page-container .main-content .page-title .breadcrumb-env .breadcrumb {
    display: inline-block;
}
.login-page {
    background: #fff;
    color: #fff;
    padding-top: 150px;
}
.required{
    color: red;
}
.form-description{
    height: 150px !important;
}
.droppable-area{
    position: relative;
}
.upload-image {
    opacity: 0;
    position: absolute;
    top: 0;
    bottom: 0;
    height: 100%;
    right: 0;
    left: 0;
    cursor: pointer;
}
.img-small{
    height: 28px;
}
.center-cont{
    text-align: center;
}
i.be-icon {
    background-color: #756969;
    color: #ffffff;
    font-size: 26px;
    border-radius: 4px;
    margin-left: 5px;
    width: 40px;
    height: 40px;
    text-align: center;
    line-height: 40px;
    display: inline-block;
}
.ico {
    display: inline-block;
    overflow: hidden;
    background-image: url(../images/icons.png);
    background-repeat: no-repeat;
}
.i-easy {
    background-position: 0 0;
    width: 14px;
    height: 13px;
}
.i-medium {
    background-position: -15px 0;
    width: 14px;
    height: 13px;
}
.i-hard {
    background-position: -30px 0;
    width: 14px;
    height: 13px;
}
.nav-tabs li a i {
    display: block;
    color: #999;
    margin-bottom: 5px;
}
.gallery{
    cursor: pointer;
}
.gallery_sortable tr{
    height: 100px;
    width: 100%;
    text-align: left;
    position: relative;
    display: block;
}
.gallery_sortable .no-images{
    height: 50px;
}
.gallery_sortable tr img{
    height: 60px;
    line-height: 80px;
    float: left;
    margin-top: 10px;
    margin-left: 10px;

}
.gallery_sortable tr button,
.gallery_sortable tr button:focus:active, 
.gallery_sortable tr button:hover:active,
.gallery_sortable tr button:active{
    position: absolute;
    line-height: 1.44;
    right: 10px;
    top: 20px;
    z-index: 99;
}
.droppable-area{
    position: relative;
}
.droppable-area input {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    opacity: 0;
    width: 100%;
    cursor: pointer;
}
.gallery_sortable tr button {
    height: 30px;
    width: 30px;
    line-height: 19px !important;
    text-align: center;
    padding: 0;
    border-radius: 3px;
    margin-top: 15px;
    margin-right: 15px;
}
.gallery_sortable tr td {
    width: 100%;
    display: block;
    border: 0 !important;
    float: left;
}
.margin-bottom-10{
    margin-bottom: 10px;
}