.dropdown-header{
    display: block;
    padding: 3px 20px;
    font-size: 14px;
    line-height: 1.42857143;
    color: #777;
    white-space: nowrap;
}

.dropdown-menu .divider{
    height: 1px;
    margin: 9px 0;
    overflow: hidden;
    background-color: #e5e5e5;
}

.dropdown-contents{
    display: block;
    padding: 3px 20px;
    font-size: 12px;
    line-height: 1.42857143;
    color: #777;
    white-space: nowrap;
}

.dropdown-contents .dropdown-submit{
    color: red;
    text-decoration: underline;
}

.hide{
    display:none !important;
}

input.error{
    border: 1px solid red;
}

label.error{
    color:red;
    font-size:8px;
}

.file-block{
	border-radius: 10px;
	margin: 5px;
	color: initial;
	display: block;
}


.file-delete{
	width: 24px;
	color: initial;
	background-color: #6eb4ff00;
	font-size: large;
	justify-content: center;
	margin-right: 3px;
	cursor: pointer;
}

.file-delete:hover{
    background-color: rgba(144, 163, 203, 0.2);
	border-radius: 10px;
}

.file-delete span{
    background-color: rgba(144, 163, 203, 0.2);
	border-radius: 10px;
}

.ck-editor__editable{
    min-height: 500px;
    max-height: 500px;
}

.navbar-focus .active{
    box-shadow: inset 0 -7px 0;
    line-height:11px;
}

#table_tbody_notice tr td:not(:last-child){
    cursor:pointer;
}

#table_tbody_archive tr td:not(:last-child){
    cursor:pointer;
}

.title-ellipsis{
    overflow:hidden;
    display: -webkit-box;
    white-space:initial  !important;
    text-overflow:ellipsis;
    word-wrap:break-word;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    line-height: 1.2em;
    height: 3.6em;
}

.ck storng {
    font-weight: bold !important;
}

.table-responsive {
    min-height: 255px !important;
}