#usernameInNav {
    display: block;
    white-space: nowrap;
    max-width: 6em;
    overflow: hidden;
    text-overflow: ellipsis;
    margin-right: 5px;
}

.post-submits {
    position: relative;
    border: 1px solid #ced4da;
    padding: 15px;
}

.post-submits-titles {
    position: absolute;
    top: -12px;
    background-color: #FFF;
    padding: 1px 30px 5px 10px;
    font-weight: bolder;
}

.post-submits-breaker {
    padding: 15px;
    position: relative;
}

.post-submits-breaker span {
    position: absolute;
    top: 10px;
    padding: 10px;
    background-color: #FFF;
    left: calc(50% - 25px);
}

.show {
    display: inline-block;
}

.hide {
    display: none;
}

/* fill in page start */
.fill_in_result{
    z-index: 999;
    top: 100%;
    background-color: #FFF;
}
.fill_in_result p{
    margin: 0;
    padding: 7px 10px;
    border: 1px solid #CCCCCC;
    border-top: none;
    cursor: pointer;
}
.fill_in_result p:hover{
    background: #f2f2f2;
}
/* fill in page end */

/* search full page start */
#search-result{
    width: 100%;
    box-sizing: border-box;
    background-color: #fff;
}
#search-result p{
    margin: 0;
    padding: 7px 10px;
    border: 1px solid #CCCCCC;
    border-top: none;
    cursor: pointer;
}
#search-result p:hover{
    background: #f2f2f2;
}
/* search full page end */


/* post modal start */
#video-demo-container {
    /*width: 400px;*/
	
}

#video-demo-container-Post {
    /*width: 400px;*/
	
}

#main-video {
	/*display: none;*/
	
}

#main-video-Post {
    
}

.postSubmitProgress {
    position:fixed;top: 0;left: 0;right: 0;bottom: 0;background-color: #FFf;z-index: 999999;align-items: center;justify-content: center;flex-direction:column;display:flex;
    overflow-y: hidden;
  overflow-x: hidden;
}
/*
#thumbnail-container {
	display: none;
}

#get-thumbnail {
	display: none;
}

#video-canvas {
	display: none;
}
*/

#upload-button {
	width: 150px;
	display: block;
	margin: 20px auto;
}
/* post modal end */


.fileUploadButton {
    width: 100%;
    border: 0px !important;
    border-style: dashed !important;
    border-width: 1px !important;
    font-weight: 400;
    border-color: #ced4da !important;
    background-color: #fff;
}

.fileUploadButton:hover {
    background-color: #ddd;
}

.searchPageBanner {
    width: 100%;
    background-color:#2196f3;
}

.searchPageBanner:hover {
    background-color: #51adf6 !important;
}

.searchPageResult div {
    padding: 0px;
}

.searchPageResult div a {
    color: #000 !important;
    text-decoration: none !important;
    display: inline-block;
    padding: 15px;
    width: 100%;
    overflow: hidden;
}

.searchPageResult div a:hover {
    background-color: #e6e6e6;
}

.searchPageResult div a span img {
    width:115px;
    margin-right: 15px;
    float: left;
}

.searchPageResult div a span p {
    overflow: hidden;
    text-overflow: ellipsis;
    -webkit-line-clamp: 7;
    -webkit-box-orient: vertical;
    display: -webkit-box;
}

.searchPageResult div a span span {
    font-size: 1.35rem;
    margin-bottom: 0.75rem;
    font-weight:700;
}