.activate_pageedit{
    cursor: pointer;
}

.create_new_content{
    display:block;
    padding: 15px;
    border:1px solid #ccc;
    cursor:pointer;
}

.content_action_bar{
    /* border-bottom:5px solid #000; */
    text-align: right;
    margin-bottom: 10px;
    background-color: #000;
    color: #fff;
    display: none;
}

.content{
    min-height: 40px;
}

.content_action_bar:after{
    display:block;
    clear: both;
    height: 0;
    visibility: hidden;
    content: ".";
}

.content_action_button{
    display: inline-block;
    /* border: solid #fff; */
    /* border-width: 1px 1px 0 0; */
    padding: 5px;
    line-height: 1em;
    cursor:pointer;
}

.content_action_button:hover{
    color: #243bcb;
}

.content_action_bar > .left{
    float: left;
    line-height: 28px;
    font-size: 16px;
    padding-left: 10px;
}

.content_action_bar > .right{
    float: right;
}

.content_action_bar .content_action_button:first-child{
    border-width: 1px 1px 0 1px;

}

.content_action_bar .content_type_info{
    display:block;
    float: left;
}

#save_html_text_content_data{
    display: block;
    position: fixed;
    bottom: 20px;
    left: 50%;
    width: 95%;
    max-width: 1200px;
    height: 50px;
    line-height: 50px;
    background-color: #a80000;
    color: #fff;
    text-align:center;
    cursor: pointer;
    transform: translateX(-50%);
}

.content_typ_listing{
    margin-left: -20px;
}

.content_typ_item{
    display: inline-block;
    width: 250px;
    vertical-align: top;
}

.content_typ_item > .inner{
    display: block;
    margin-left: 20px;
    margin-bottom: 20px;
    cursor: pointer;
}

.content_typ_img{
    height: 150px;
    border: 1px solid #ccc;
    background-color: #f8f8f8;
}

.content_typ_item > .inner:hover .content_typ_img{
    border: 2px solid #243bcb;
}

.content_typ_title{
    background-color: #243bcb;
    color: #fff;
    font-size: 16px;
    font-family: Arial;
    text-align: center;
    padding: 5px;
}