/* Child Theme Custom Styles */
.widget.widget_recent_files h3{
	font-weight: bold !important;
}
.widget.widget_recent_files ul.list-icon-megaphone li::before {
    content: "\f0a1";
}
.widget.widget_recent_files ul.list-icon-box li::before {
    content: "\f187";
}
html .widget.widget_recent_entries ul li::before {
    content: "\f4ad";
}
#page-wrapper #navigation{
    top: 0 !important;
}
.admin-bar #page-wrapper #navigation{
    padding-top: 32px;
}

/* Scrolling Fix */
/*#main-header{
    position: relative;
    z-index: 60;
}
.admin-bar #navbar{
    top: 0 !important;
}*/

/* Logo */
#nav-left{
    position: relative;
}
.secondary-logo{
    display: none;
    /*
    position: absolute;
    left: 20px;
    width: 100px;
    height: auto;
    background-color: #fff;
    border-radius: 20px;
    font: 0/0 caption;
    top: 22px;*/
}
.secondary-logo-image{
    width: 100%;
    height: auto;
}

/* Scrolling only Main area */
/*html #right-sidebar{
    position: fixed;
    right: 0;
    top: 120px !important;
}
html .admin-bar #right-sidebar{
    top: 152px !important;
}
#main-header{
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
}
.admin-bar #main-header{
    top: 32px;
}
@media screen and (max-width: 782px){
    #main-header{
        position: relative;
    }
    .admin-bar #main-header {
        top: 0;
    }
}*/

/* Calendar widget */
.event-modal-footer .px-2,
.event-modal-footer .px-2 + a{
    display: none !important;
}

/* Search files */
html body #content-container .search-files-found .heading h2{
    color: #0058a3;
    font-weight: 700;
}

/* Upload Layout */
.chozed-container{
    width: 100% !important;
}
*[id^="ssfa-fileup-action-pathpart"],
.fileaway-filters label{
    word-break: break-all;
}
.fileaway-filters h4{
    font-size: 16px;
}
html #content-container .ssfa_fileup_files_container .ssfa-meta-container{
    padding: 0;
}
#content-container .ssfa_fileup_files_container tr,
#content-container .ssfa_fileup_files_container #ssfa-upfile_type,
#content-container .ssfa_fileup_files_container #ssfa-upfile_name{
    display: block !important;
    width: auto;
    border-left: 0;
    border-right: 0;
}
#content-container .ssfa_fileup_files_container tr{
    border: 1px solid #F0F0F0;
}
#content-container .ssfa_fileup_files_container table[id^="ssfa-table"].ssfa-minimalist > tbody > tr:hover > td{
    background-color: #fff;
}

/* Menu */
.menu-style-yellow{background-color:#e5e5e5;}
.menu-style-yellow:hover a,
.menu-style-yellow.current-menu-item a,
.menu-style-yellow:focus a{color:#dfdf3e !important;}
.menu-style-yellow a{color:#0058a3 !important;}


.menu-style-lightblue{background-color:#bac6e5 !important;}
.menu-style-lightblue:hover a,
.menu-style-lightblue.current-menu-item a,
.menu-style-lightblue:focus a{color:#ffffff !important;}
.menu-style-lightblue a{color:#0058a3 !important;}


.box.post .intern-thumbnail picture{
    display: block;
    height: 100%;
}
.box.post .intern-thumbnail img{
    height: 100%;
    object-fit: cover;
}
#main-content{
    min-height: calc( 100vh - 120px - 67px ) !important;
}