.view,
.view-cotents {
    overflow: hidden;
    height: 100%;
}

.view-cotents-content {
    display: block;
}

#titleBar-center {
    display: block;
    margin: 0 -180px 0 -536px !important;
    padding: 8px 180px 0 536px !important;
}

#titleBar-right {
    width: 180px !important;
}

#mainContent {
    position: relative;
    z-index: 0;
    float: left;
    width: 564px;
    height: 100%;
    overflow-y: auto;
    padding-bottom: 129px;
}

.mainContent-content {
    width: 500px;
    margin: 0 auto;
}

#dataContent {
    background-color: #fff;
    float: left;
    width: 100%;
    height: 100%;
    overflow-y: auto;
    padding-bottom: 32px;
    position: relative;
    z-index: 10;
    border-left-width: 1px;
    border-left-style: solid;
    border-left-color: #e0e0e0;
    margin-right: -564px;
    padding-right: 596px;
}

#previewContent {
    background-color: rgba(0, 0, 0, 0.8);
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    z-index: 100;
}

#previewContent video {
    border-radius: 12px;
}

#previewContent .content-tweetMedia img {
    border-radius: 12px;
}

.previewContent-wrapper {
    border-radius: 8px;
    background-color: #fff;
    position: fixed;
    top: 32px;
    left: 32px;
    right: 32px;
    bottom: 32px;
    z-index: 101;
    margin: auto;
    overflow-y: auto;
    width: 600px;
    padding: 16px;
}

.content-tweetIcon {
    float: left;
    width: 48px;
    height: 48px;
    margin-top: 8px;
    border-radius: 50%;
}

.content-tweetIcon img {
    width: 100%;
}

.content-tweetMain {
    float: left;
    position: absolute;
    left: 72px;
    right: 16px;
    padding-bottom: 16px;
}

.content-tweetName a {
    font-weight: bold;
    color: #212121;
}

.content-tweetAccount {
    color: #999;
}

.content-tweetDatetime {
    color: #f44336;
}

.content-tweetText {
    margin-top: 8px;
    line-height: 1.5em;
}

.content-tweetMedia img,
.content-tweetMedia video {
    background-origin: #fff;
    border-radius: 8px;
    border: 1px #e0e0e0 solid;
    margin-top: 8px;
    width: 100%;
}

.previewContent-close {
    position: absolute;
    top: 8px;
    right: 8px;
    background-color: #ef5350;
    z-index: 2;
    font-weight: bold;
    width: 32px;
    height: 32px;
    border-radius: 50%;
}

label {
    margin: 0 4px 0 2px !important;
}

label:hover {
    cursor: pointer;
}

.accountId {
    color: #757575;
    font-size: 12px;
}

.mainContent-footer {
    align-items: center;
    background-color: #fff;
    bottom: 0;
    display: flex;
    justify-content: center;
    left: 0;
    position: fixed;
    text-align: center;
    width: 564px;
    z-index: 2;
    padding: 32px 0 32px 0;
}

[data-click-action="saveTweetList"] {
    margin-right: 100px;
    width: 200px;
}

[data-click-action="postTweet"] {
    background-color: #BA68C8;
    width: 200px;
}


[data-click-action="tweetPreview"] {
    margin-right: 32px;
    width: 200px;
}

.dataContent-content-wrapper {
    display: none;
}

/*
#dataContent {
    display: none;
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    z-index: 100;
}
*/

/*
.dataContent-content-wrapper {
    position: fixed;
    top: 49px;
    left: 0;
    right: 0;
    bottom: 0;
    background-color: #fff;
    z-index: 101;
    overflow-y: auto;
}
*/

/*
.dataContent-content-close {
    position: fixed;
    top: 8px;
    right: 8px;
    background-color: #ef5350;
    z-index: 2;
    font-weight: bold;
    width: 164px;
}
*/

.dataContentItemImage,
.dataContentItemVideo {
}

.dataContent-header {
    position: fixed;
    top: 48px;
    right: 32px;
    left: 597px;
    background-color: #fff;
    z-index: 2;
    padding-top: 32px;
}

.searchButton {
    width: 60px;
}

.tabMenu {
    display: flex;
    border-style: solid;
    border-width: 0 0 1px;
    border-color: #3f51b5;
}

.tabMenu-item {
    padding: 12px;
    width: 100%;
    border-radius: 8px 8px 0 0;
    background-color: #9fa8da;
    color: #fff;
    text-align: center;
    border-style: solid;
    border-width: 0 0 0 1px;
    border-color: rgba(255, 255, 255, 0.2);
}

.tabMenu-item:first-child {
}

.tabMenu-item:last-child {
    margin-right: 0;
}

.tabMenu-item:hover {
    cursor: pointer;
}

.currentTab {
    background-color: #3f51b5;
}

.itemsGroupHeader {
    position: fixed;
    top: 121px;
    right: 32px;
    left: 597px;
    z-index: 2;
    background-color: #2196f3;
    color: #fff;
    font-weight: bold;
    border-color: #2196f3;
}

.dataContent-content-list {
    margin-top: 80px;
}


.itemsGroup:not(.itemsGroupHeader):not(.currentSelectItem):hover {
    background-color: #f0f4c3 !important;
    cursor: pointer;
}

.itemsGroupHeader .itemCell {
    padding: 12px;
}

.categoryTitle {
    margin: 32px 0 16px;
}

.categoryTitle:first-child {
    margin-top: 0;
}

.tweetLimitCount {
    margin: 16px 0 0;
}

.selectLine {
    margin: 0 4px;
    display: inline-block;
    line-height: 32px;
    text-align: center;
    width: 16px;
}

textarea {
    width: 500px;
}

[type="file"],
.imageButtons,
.videoButtons {
    display: none;
}

.mediaOptins {
    min-height: 240px;
    width: 500px;
}

.imageButtons,
.videoButtons {
    margin-top: 16px;
    text-align: center;
}

.imageButtons button,
.videoButtons button {
    width: 120px;
}

label {
    margin-right: 16px;
}

#uploadImage1Thumbnail,
#uploadImage2Thumbnail,
#uploadImage3Thumbnail,
#uploadImage4Thumbnail {
    display: inline-block;
    background: #ececec center center no-repeat;
    background-size: contain;
    margin: 8px 0 4px;
    width: 120px;
    height: 120px;
}

[data-click-action="deleteUploadVideo"],
[data-click-action="deleteUploadImage1"],
[data-click-action="deleteUploadImage2"],
[data-click-action="deleteUploadImage3"],
[data-click-action="deleteUploadImage4"] {
    background-color: #999;
}

[data-click-action="deleteUploadVideo"] {
    margin-left: 32px;
}

.itemCell {
    z-index: 1;
    position: relative;
    font-size: 13px;
    align-items: start;
    padding: 12px;
}

.itemCell-tweetState {
    width: 80px;
}

.itemCell-tweetDate {
    width: 148px;
}

.itemCell-tweetAccount {
    width: 112px;
}

.itemCell-tweet {
    border-right: 0;
    z-index: 0;
    position: relative;
    width: 100%;
    margin: 0 -340px 0 -228px !important;
    padding: 12px 352px 12px 240px !important;
    word-wrap: break-word;
    white-space: normal;
    display: block;
}

.itemsGroup:not(.itemsGroupHeader) .itemCell-tweet {
    justify-content: start;
    align-items: start;
    text-align: left;
    line-height: 1.5em;
}

.itemCell-tweetMedia {
    border-left-width: 1px;
    width: 240px;
    overflow-y: auto;
}

.itemCell-tweetMedia img {
    margin-bottom: 8px;
    width: 100%;
}

.itemCell-tweetMedia img:last-child {
    margin: 0;
}

.itemsGroup:not(.itemsGroupHeader) .itemCell-tweetMedia {
    justify-content: start;
    align-items: start;
    flex-direction: column;
}

.itemCell-menu {
    width: 100px;
}

.itemCell-editMenu {
    width: 70px;
}

.itemCell-deleteMenu {
    width: 70px;
}

.itemsGroup:not(.itemsGroupHeader) .itemCell-menu {
    justify-content: start;
    flex-direction: column;
}

.currentSelectItem {
    background-color: #ffebee !important;
    border: 1px solid #212121;
}

.currentSelectItem:hover {
    cursor: pointer;
}

.currentetEditItem {
    color: #f44336;
    font-weight: bold;
}

[data-click-action="saveTweetDelete"] {
    background-color: #999;
}

#uploadVideoPlayer {
    padding: 32px;
    text-align: center;
}

video {
    width: 100%;
}

.successTweet {
    background-color: #f5f5f5;
    color: #999;
}

.twitterAccountButton {
    background-color: rgba(255, 255, 255, 0.3);
    margin: 0 4px 0 0;
    width: 112px !important;
}

.twitterAccountButton:last-child {
    margin: 0;
}

.imageTagArea,
.videoTagArea {
 margin-top: 32px;
}

.imageTagArea-name,
.videoTagArea-name {
    float: left;
    position: relative;
    width: 200px;
    z-index: 1;
}

.imageTagArea-account,
.videoTagArea-account {
    float: left;
    width: 100%;
    margin-left: -200px;
    padding-left: 208px;
}

[data-click-action="saveTweetEdit"],
[data-click-action="saveTweetDelete"] {
    width: 100%;
}

[data-click-action="saveTweetDelete"] {
    margin-top: 12px;
}

[data-click-action="saveTweetDelete"]:active {
    border-bottom-width: 0;
    height: 31px;
    margin-top: 13px;
}
