body {
/*    font-family: 'Fresca', sans-serif;    */
}
.sticky {
    z-index: 5;
}
.container {
    padding: 10px;    
}
.fancybox-slide--iframe .fancybox-content {
	width  : 900px !important;
	height : 600px !important;
	max-width  : 80% !important;
	max-height : 80% !important;
	margin: 0;
}
.footer {
    font-size: .6em;
    text-align: center;
    color: #333;
}
.ui-widget {
    font-size: .8em !important;
}
.bj-line-height-none {
    line-height: inherit !important;
}
.bj-form {
    font-size: .8em;
}
.bj-form input, .bj-form select, .bj-form textarea {
    font-size: .9em;
}
.bj-top-container, .bj-gray-table-body {
    background-color: #EFEFEF;    
}
.bj-table, .bj-no-bottom-margin {
    margin-bottom: 0px;    
}
.bj-menu {
    font-size: .7em;
    text-transform: uppercase;
    padding-bottom: 10px;
}
.bj-menu a:hover {
    background-color: #dedede;
    color: #333;
}
.bj-noclear-after::after {
    clear: none;
}
.bj-float-left {
    float: left;
}
.bj-float-right {
    float: right;
}
.bj-inline-img, .bj-inline-img-rt {
    display: inline;
    padding-right: 5px;
}
.bj-inline-img-rt {
    padding-right: 0px;
    padding-left: 5px;
}
.bj-errormesg-container {
    background-color: #565656;
}
.bj-popupbox-container {
    background-color: #565656;  
}
.bj-data-table {
    font-size: .9em;    
}
.bj-changelog-readmore {
    overflow: hidden; 
    max-height: 50px;    
}
.trumbowyg-box, .trumbowyg-editor {
    margin-top: 0px;
    margin-bottom: 0px;
}
.dropdown .is-dropdown-submenu a {
    padding: 0.7rem 2rem .7rem 1rem !important;
}
select[multiple].large-select {
    height: 350px;
}