

.common-header {}
.common-left {}

.btn-publish-article {
    background-color: red;
    color: white;
    float: right;
}

.btn-visibility {
    width: 100px;
}



.ui-widget-content.ui-panelgrid-odd {
    background-color: #eeeeee;
}

.bootstrap-tagsinput {
    width: 100%;
}

.banner-list-image-wrapper {
    float: left;
    width: 150px;
    height: 200px;
    overflow: hidden;
}
.image-banner-list {
    width: 150px;
}



.article-editor-table {
    width: 100%;
}

.article-image-list {
    float: left;
    width: 100%;
}

.article-image-list ul {
    float: left;
    list-style: none;
}

.article-image-list ul li {
    float: left;
    width: 202px;
    height: 255px;
    display: inline-block;
    margin: 5px;
    border: 1px solid #ffffff;
}

.article-image-list input {
    width: 100%;
}

.article-image-list .article-image-item {
    width: 200px;
    height: 150px;
    float: left;

}
.article-image-list .article-image-item .image-wrapper {
    position: relative;
    width: 100%;
    height: 150px;
    overflow: hidden;
}
.article-image-list .article-image-item .image-wrapper img {
    width: 100%;
}

.article-image-list .article-image-item .hover-data {
    position: absolute;
    padding: 0;
    /*background-color: rgba(255,255,255, 0.5);*/
}

.article-image-list .article-image-item .hover-data.make-image-cover {
    top: 0;
    left: 0;
}

.article-image-list .article-image-item .hover-data.delete-image {
    top: 0;
    right: 0;
}

.article-image-list .article-image-item .hover-data.image-data {
    bottom: 0;
    left: 0;
    margin-left: 5px;
}
.article-image-list .article-image-item .hover-data.image-id {
    top: 0;
    left: 0;
    font-weight: bold;
    background-color: #000000;
    color: #ffffff;
    cursor: pointer;

}
.article-image-list .article-image-item .image-title {}
.article-image-list .article-image-item .image-copyright {}


.ui-inputfield {
    width: 100%;
}

.field-point, .field-point .ui-inputfield {
    width: 200px;
}

.hint-text {
    font-size: 8px;
    color: #aaaaaa;
}

.image-popup-container {
    height: 600px !important;
    width: 435px !important;
    overflow-y: scroll !important;
}

.image-popup-item {
    margin: 10px 0;
    cursor: pointer;
}

.status-dialog {
    position: absolute;
    top: 0 !important;
}

div.ui-growl {
    position:fixed;
    top: 20px;
    right: 20px;
    left: auto;
}

.adminUser-list-image-wrapper {
    width: 150px;
    height: 150px;
}

.adminUser-list-image-wrapper img{
    width: 150px;
}

.ticket-date {

}

.ticket-content {
    margin-top: 20px;
    font-weight: normal;
}

.ticket-content a {
    text-decoration: underline;
}

.btn-ticket-close {
    margin-top: 20px;
}

.preformatted {
    white-space: pre-wrap;
}

.login-panel .ui-panel-titlebar {
    text-align: center;
}

.ticket-avatar-wrapper {
    text-align: center;
}

.failed-login {
    color: red;
    margin: 0 auto;
    width: 200px;
    text-align: center;
}


/*!* editor preview *!*/
/*.article-content img,*/
/*.article-content img {*/
/*    width: 100%;*/
/*}*/

.article-schedule {
    width: 80%
}

.schedule-tooltip-content {
    display: block;
    width: 300px;
    text-align: center;
}

.schedule-tooltip-content img {
    width: 100%;
}
