.ipsType_pageTitle {
  	margin: 0 10px 0 0;
}

/*Filters*/
.ipsField_fieldList input[type="radio"], .ipsField_fieldList input[type="checkbox"], .ipsField_fieldList .ipsCustomInput {
  	margin-top: 4px;
}

#ipsLayout_sidebar .ipsFieldRow.ipsClearfix .ipsFieldRow_content.emu_sort {
  	display: none;
}

#ipsLayout_sidebar .ipsWidget_inner.ipsPad .ipsFieldRow_label {
	background-color: rgba(0,0,0,0.2);
  	padding: 5px 10px;
  	margin: 0;
  	color: #fff;
  	border: 1px solid rgba(0,0,0,0.2);
  	cursor: pointer;
}
    #ipsLayout_sidebar .ipsWidget_inner.ipsPad a.ipsFieldRow_label:hover {
        background-color: rgba(255,255,255,0.05);
    }

#ipsLayout_sidebar .ipsField_fieldList {
  	padding: 5px;
  	background: rgba(255,255,255,0.1);
	border: 1px solid #222;
  	border-top: 0;
  	max-height: 400px;
  	overflow: auto;
}

#ipsLayout_sidebar .ipsField_fieldList .ipsField_fieldList_content {
  	margin: 0 0 10px 24px;
}

#ipsLayout_sidebar .ipsWidget_inner.ipsPad .ipsButton.ipsButton_primary {
	font-weight: bold;
  	text-transform: uppercase;
}

/*LISTING*/
.ipsMessage_general.filters_clear {
    background: rgba(0,0,0,0.2);
}

.emu_active_filters {
    background: rgba(0,0,0,0.3);
  	padding: 5px;
  	border-radius: 3px;
  	margin: 0 0 5px 5px;
  	display: inline-block;
}

.emu_active_filters a {
  	margin: 0 0 0 5px;
}

.flex-container {
    display: flex;
    flex-flow: row wrap;
}

a.emu_top_row {
	background: rgba(0,0,0,0.2);
  	margin: 10px 0;
  	text-align: justify;
  	border-radius: var(--radius-1);
  	flex: 1 1 100%;
  	color: rgb( var(--theme-text_color) );
  	padding: 10px;
}
    .emu_top_row:hover {
        background: rgba(255,255,255,0.1);
    }

.emu_top_row .compatibility_icon {
  	float: right;
  	margin: 0 0 0 10px;
}

.cCmsRecord_image_category {
	border: 2px solid #e2e2e2;
    float: left;
    margin: 0 10px 5px 0;
  	max-height: 150px;
    max-width: 200px;
	overflow: hidden;
}

/*DISPLAY*/
.compatibility_icon {
	font-size: 24px;
  	margin: 0 10px 0 0;
}

html[dir="ltr"] .ipsList_inline > li.console_icon {
  	margin: 0 10px 10px 0;
  	font-weight: bold;
}

#emu_rating {
  	min-height: 25px;
}

#emu_rating .ipsType_light.ipsType_medium {
  	float: right;
}

.emu_page_description {
	text-align: justify;
  	margin: 0;
}

.emu_page_description p {
  	margin: 0;
}

.emu_page_description.ipsMessage.ipsMessage_general h3 {
    margin: 0 0 10px 0;
}

.emu_screenshots {
  	margin: 0 0 10px 0;
  	background: rgba(0,0,0,0.2);
  	border-radius: var(--radius-1);
}

.emu_files_head {
  	background: rgba(0,0,0,0.3);
  	padding: 5px 10px;
  	margin: 10px 0 0 0;
  	font-weight: bold;
  	font-size: 14px;
  	border-radius: var(--radius-1) var(--radius-1) 0 0;
}

.emu_files_list {
  	background: rgba(0,0,0,0.1);
  	padding: 0 10px;
  	margin: 0 0 15px 0;
  	border-radius: 0 0 var(--radius-1) var(--radius-1);
}

.emu_files_list div {
  	padding: 10px 0;
  	margin: 0;
  	border-bottom: 1px solid rgba(255,255,255,0.1);
  	line-height: 25px;
}

.emu_files_list div:last-child {
  	border: 0;
}

.emu_files_list i, .emu_files_list img {
  	margin: 0 0 0 15px;
}

.emu_files_list span i {
  	margin: 0;
}

.emu_files_list p {
  	margin: 0;
  	clear: both;
}

.ipsButton.bt_download_emu, .installed_emu {
	font-weight: bold;
	text-transform: uppercase;
  	float: right;
  	padding: 3px 6px;
  	margin: 5px 0 0 10px;
}

.installed_emu i {
	color: #598f5b;
}

/*EDIT FORM*/
.ipsApp input[name="emu_file_realease_date"] {
	max-width: 130px;
}
.ipsApp input[name="emu_file_group_id"] {
	max-width: 60px;
}

#edit_emu_form .ipsFieldRow_label {
	font-weight: bold;
}

#edit_emu_form label {
	margin: 10px 15px 10px 5px;
  	display: inline-block;
    text-align: left;
}

#edit_emu_form label.active {
	background: #598f5b;
  	color: #fff;
}

#edit_emu_form textarea {
	margin: 0 0 15px 0;
}

.add_consoles_form {
  	background: rgba(0,0,0,0.2);
  	padding: 10px;
  	margin: 0 0 10px 0;
}

.add_consoles_form .ipsFieldRow_label {
  	font-size: 14px;
  	margin: 0 0 5px 0;
}

.add_consoles_form label {
  	width: 100px;
}

/* Responsive */
@media screen and (max-width: 400px) {
    .cCmsRecord_image_category, .cCmsRecord_image_category .ipsImage {
    	max-height: 100%;
      	max-width: 100%;
      	width: 100%;
	}
}