.nav-link-icon-publish {
	color: #CCC;
	transition-duration: 200ms;
}
.nav-link-icon-publish:hover {
	color: #28b76b;
}
.nav-link-icon-unpublish:hover {
	color: #b7a228;
}
.cursor {
    cursor: pointer;
}


.app-card {
    position: relative;
    background: #fff;
    border-radius: .25rem
}

.app-card.border-left-decoration {
    border-left: 3px solid #15a362
}

.app-card .app-card-link-mask {
    position: absolute;
    width: 100%;
    height: 100%;
    display: block;
    left: 0;
    top: 0
}

.app-card .app-card-header {
    border-bottom: 1px solid #e7e9ed
}

.app-card .app-card-title {
    font-size: 1.125rem;
    margin-bottom: 0
}

.app-card .card-header-action {
    font-size: .875rem
}

.app-card .card-header-action a:hover {
    text-decoration: underline
}

.app-card .form-select-holder {
    display: inline-block
}

.app-card .btn-close {
    padding: 1rem
}

.app-card .btn-close:focus {
    box-shadow: none
}
.app-card .app-icon-holder {
    display: inline-block;
    background: #edfdf6;
    color: #15a362;
    width: 50px;
    height: 50px;
    padding-top: 10px;
    font-size: 1rem;
    text-align: center;
    border-radius: 50%
}

.app-card .app-icon-holder.icon-holder-mono {
    background: #f5f6fe;
    color: #828d9f
}

.app-card .app-icon-holder svg {
    width: 24px;
    height: 24px
}

.app-card .app-card-body.has-card-actions {
    position: relative;
    padding-right: 1rem !important
}

.app-card .app-card-body .app-card-actions {
    display: inline-block;
    width: 30px;
    height: 30px;
    text-align: center;
    border-radius: 50%;
    position: absolute;
    z-index: 10;
    right: .75rem;
    top: .75rem
}

.app-card .app-card-body .app-card-actions:hover {
    background: #f5f6fe
}

.app-card .app-card-body .app-card-actions .dropdown-menu {
    font-size: .8125rem
}

.app-card-doc:hover {
    box-shadow: 0 .5rem 1rem rgba(0, 0, 0, .15) !important
}

.app-card-doc .app-card-thumb-holder {
    background: #e9eaf1;
    text-align: center;
    position: relative;
    height: 112px
}

.app-card-doc .app-card-thumb-holder .app-card-thumb {
    overflow: hidden;
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background: #000
}

.app-card-doc .app-card-thumb-holder .thumb-image {
    -webkit-opacity: .7;
    -moz-opacity: .7;
    opacity: .7;
    width: 100%;
    height: auto
}

.app-card-doc .app-card-thumb-holder:hover {
    background: #fafbff
}

.app-card-doc .app-card-thumb-holder:hover .thumb-image {
    -webkit-opacity: 1;
    -moz-opacity: 1;
    opacity: 1
}

.app-card-doc .app-card-thumb-holder .badge {
    position: absolute;
    right: .5rem;
    top: .5rem
}

.app-card-doc .app-card-thumb-holder .icon-holder {
    font-size: 40px;
    display: inline-block;
    margin: 0 auto;
    width: 80px;
    height: 80px;
    border-radius: 50%;
    background: #fff;
    padding-top: 10px
}

.app-card-doc .app-card-thumb-holder .icon-holder .pdf-file {
    color: #da2d27
}

.app-card-doc .app-card-thumb-holder .icon-holder .text-file {
    color: #66a0fd
}

.app-card-doc .app-card-thumb-holder .icon-holder .excel-file {
    color: #0da95f
}

.app-card-doc .app-card-thumb-holder .icon-holder .ppt-file {
    color: #f4b400
}

.app-card-doc .app-card-thumb-holder .icon-holder .video-file {
    color: #935dc1
}

.app-card-doc .app-card-thumb-holder .icon-holder .zip-file {
    color: #252930
}

.app-card-doc .app-doc-title {
    font-size: .875rem
}

.app-card-doc .app-doc-title a {
    color: #252930
}

.app-card-doc .app-doc-title.truncate {
    max-width: calc(100% - 30px);
    display: inline-block;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap
}

.app-card-doc .app-doc-meta {
    font-size: .75rem
}

.SearchBox_Result {
    z-index: 999;
    position: relative;
    background: #fff;
    margin-top: 10px;
    border-radius: 5px 5px 0px 0px;
    border: #CCC 1px solid;
    padding: 10px;
    text-align: left;
    display: none;
}

.SearchBox_Header {
    padding: 10px 0px;
    border-bottom: 1px solid #CCC;
    margin-bottom: 10px;
    font-size: 17px;
}

.SearchBox_Body {
    
}
.SearchBox_Body small {
    font-style: italic;
    font-size:13px;
}
.SearchBox_Body_link {
    text-decoration: none;
    color: #333842;
    transition-duration: 200ms;
    width: 100%;
    display: block;
    margin-bottom: 20px;
    padding-bottom: 10px;
    border-bottom: #CCC 1px solid;
}
.SearchBox_Body_link:hover{
    color: #677083;
    margin-left:10px;
}

.SearchBox_Body_badge {
    transition-duration: 200ms;
}
.SearchBox_Body_badge.hovered {
    margin-right: 20px;
}

.tox-promotion-link {
    display: none !important;
  }
  