/*GENERAL-------------------------------------------------------------------------------------------------------*/
#elCmsPageWrap .ipsButton_positive, #elCmsPageWrap .ipsButton_negative {
    margin-right: 10px;
}

.pending_upload {
  	color: #ff6c00;
  	font-weight: bold;
  	margin: 0;
}

.cadre_note {
	margin: 0 0 10px 10px;
	float: right;
	font-weight: bold;
	text-align: center;
	width: 70px;
  	color: #fff;
  	line-height: 18px;
  	border-radius: var(--box--radius);
}

.note_top {
	padding: 5px;
	background: rgb( var(--theme-comment_count) );
	text-transform: uppercase;
  	margin: 0;
  	border-top-left-radius: var(--box--radius);
	border-top-right-radius: var(--box--radius);
}

.note_bottom {
	padding: 8px;
	border: 1px solid rgba(0,0,0,0.3);
  	margin: 0;
  	border-bottom-left-radius: var(--box--radius);
	border-bottom-right-radius: var(--box--radius);
}

.average_rating {
	font-size: 30px;
}

.max_rating {
	font-size: 20px;
}

.red {
	background: #911e1e;
}

.orange {
	background: #e1631f;
}

.blue {
	background: #0069ba;
}

.green {
	background: #347b33;
}

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

/*EDIT-------------------------------------------------------------------------------------------------------*/
.game_edit_33 label:not(.ipsField_unlimited) {
  	line-height: 2.6;
}

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

.game_edit .game_edit_25, #genres_list div, #series_list div {
  	float: left;
  	width: -moz-calc(25% - 10px);
	width: -webkit-calc(25% - 10px);
	width: calc(25% - 10px);
  	margin: 0 10px 0 0;
}
.game_edit .game_edit_33 {
  	float: left;
  	width: -moz-calc(33.33% - 10px);
	width: -webkit-calc(33.33% - 10px);
	width: calc(33.33% - 10px);
  	height: 70px;
  	margin: 0 10px 0 0;
}

.game_edit p {
    font-weight: bold;
  	margin: 0 0 5px 0;
  	font-size: 14px;
}

.game_edit input#cover, .game_edit input#banner {
    width: 0.1px;
	height: 0.1px;
	opacity: 0;
	overflow: hidden;
	position: absolute;
	z-index: -1;
}

.game_edit .game_edit_checkbox {
  	float: left;
  	width: 100%;
  	background: rgba(0,0,0,0.3);
  	border-radius: 3px;
  	margin: 0 0 10px 0;
}
.game_edit .game_edit_checkbox input {
  	margin: 10px 0 10px 21px;
}

.game_edit .file_block {
  	float: left;
  	width: 100%;
  	background: rgba(0,0,0,0.2);
  	border-radius: 3px;
  	margin: 0 0 15px 0;
  	padding: 10px;
}

.game_edit input[type="text"], .game_edit select, .game_edit label {
  	float: left;
  	margin: 0 10px 10px 0;
  	width: 100%;
	max-width: 100%;
}

.game_edit .fa-plus-circle {
  	font-size: 20px;
  	cursor: pointer;
  	margin: 5px 0 5px 0;
}

.game_edit .game_edit_textarea .fa-clock-o, .game_edit .game_edit_textarea .fa-file-archive-o {
  	margin: 0 0 0 30px;
}

.game_edit .game_edit_textarea {
  	float: left;
  	width: 100%;
}
.game_edit .game_edit_textarea2 {
  	float: left;
  	width: 100%;
}
.game_edit .game_edit_textarea3 {
  	float: left;
  	width: 100%;
}

.game_edit textarea {
  	min-height: 150px !important;
  	width: 100% !important;
  	margin: 0 0 10px 0;
}
.game_edit .game_edit_textarea2 textarea {
  	height: 95px;
}
.game_edit .game_edit_textarea3 textarea {
  	height: 35px;
}

.game_edit .pending_upload {
  	font-size: 16px;
  	float: right;
}

/*DISPLAY-------------------------------------------------------------------------------------------------------*/
.ipsType_pageTitle {
  	text-shadow: 1px 1px 5px rgba(0,0,0,0.9);
  	font-size: 1.5em;
}

.game_page_icons a {
  	background: rgba(255,255,255,0.1);
  	padding: 2px 5px;
  	border-radius: 50px;
  	display: inline-block;
  	margin: 0 10px 10px 0;
  	float: left;
}
    .game_page_icons a:hover {
        background: rgba(255,255,255,0.2);
    }

.game_comments_top {
  	font-weight: bold;
}

#game_page_jaquette img {
	float: right;
	max-width: 40%;
	max-height: 230px;
	margin: 0 0 10px 10px;
	border: 4px solid #fff;
	box-shadow: 1px 1px 10px rgba(0, 0, 0, 0.8);
}

#game_page_jaquette img:hover, #bt_download_game .ipsButton_light:hover {
	box-shadow: 1px 1px 10px rgba(255, 255, 255, 0.4);
}

#option_game_all {
	margin-bottom: 20px;
  	text-shadow: 1px 1px 5px rgba(0,0,0,0.9);
}

#option_game_all img {
	margin-right: 5px;
}

.option_game_1 {
	padding: 5px 10px;
	background-image: linear-gradient(to right, rgba(0,0,0,0.3), 30%, transparent);
  	margin: 0;
  	border-radius: var(--radius-1);
}

.option_game_2 {
	padding: 5px 10px;
  	margin: 0;
}

.game_page_description {
	text-align: justify;
  	margin: 10px 0 10px 0;
  	word-break: break-word;
}

.ipsComment_controls.ipsClearfix.ipsItemControls_left li {
    margin-right: 10px;
}

.game_gallery_title {
	font-size: 18px;
	font-weight: bold;
  	width: 50%;
  	white-space: nowrap;
  	overflow: hidden;
  	text-overflow: ellipsis;
}

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

.gameVideoBlock p {
  	margin: 0 0 5px 0;
  	font-weight: bold;
  	font-size: 18px;
}

.gameVideoBlock .photo {
  	margin: 0 10px 5px 0;
}

.game_files_head {
  	background: rgba(0,0,0,0.5);
  	padding: 5px 10px;
  	margin: 10px 0 0 0;
  	border-radius: var(--box--radius) var(--box--radius) 0 0;
}

.game_files_head b {
  	font-size: 15px;
}

.game_files_list {
  	background: rgba(0,0,0,0.3);
  	padding: 0 10px;
  	margin: 0 0 10px 0;
  	border-radius: 0 0 var(--box--radius) var(--box--radius);
}
    .game_files_list .file_row {
        padding: 10px 0;
        margin: 0;
        border-bottom: 1px solid rgba(255,255,255,0.1);
        line-height: 25px;
        display: flex;
        flex-flow: row wrap;
    }
        .file_row_left {
            flex: 1 1 50%;
        }
        .file_row_right {
            flex: 1 1 50%;
        }

.game_files_list .file_row:last-child {
  	border: 0;
}

.game_files_list img {
  	margin: 0 0 0 15px;
}

.file_row_left span {
  	margin-right: 20px;
}

.game_files_warn {
  	color: rgb( var(--theme-text_light) );
}

.ipsButton.bt_download_game, .installed_game {
	font-weight: bold;
	text-transform: uppercase;
  	float: right;
  	padding: 3px 6px;
  	margin-left: 10px;
}

.installed_game i {
	color: #598f5b;
}

/* Gallery game block-------------------------------------------------------------------------------------------------------*/
.cGalleryTrimmedImage {
    background-color: #333;
    background-size: cover;
    background-position: 50%;
    background-repeat: no-repeat;
    overflow: hidden;
    border: .5px solid #333;
}

.cGalleryAlbums_recent > ul {
   height:204px;
   position:relative;
   overflow:hidden;
}

html[dir="ltr"] .cGalleryAlbums_recent > ul {
 	padding-left:208px;
}

html[dir="rtl"] .cGalleryAlbums_recent > ul {
 	padding-right:208px;
}

.cGalleryAlbums_recent > ul > li {
   width:110px;
   height:100px;
   float:left;
   position:relative;
   margin:0 0 4px 4px;
}

html[dir="rtl"] .cGalleryAlbums_recent > ul > li {
   float:right;
   margin:0 4px 4px 0;
}

.cGalleryAlbums_recent > ul > li a {
   display:block;
   width:100px;
   height:100px;
}

.cGalleryAlbums_recent > ul > li span {
   padding-right:7px;
   text-align:right;
   font-size:11px;
   font-weight:bold;
   color:#fff;
   position:absolute;
   left:0;
   right:0;
   bottom:0;
   line-height:26px;
   text-shadow:1px 1px 0px rgba(0,0,0,0.8);
   background-image:-moz-linear-gradient(top, rgba(0,0,0,0) 0%, rgba(0,0,0,0.6) 100%);
   background-image:-webkit-gradient(linear, left top, left bottom, color-stop(0%,rgba(0,0,0,0)), color-stop(100%,rgba(0,0,0,0.6)));
   background-image:-webkit-linear-gradient(top, rgba(0,0,0,0) 0%,rgba(0,0,0,0.6) 100%);
   background-image:-o-linear-gradient(top, rgba(0,0,0,0) 0%,rgba(0,0,0,0.6) 100%);
   background-image:-ms-linear-gradient(top, rgba(0,0,0,0) 0%,rgba(0,0,0,0.6) 100%);
   background-image:linear-gradient(to bottom, rgba(0,0,0,0) 0%,rgba(0,0,0,0.6) 100%);
}

html[dir="rtl"] .cGalleryAlbums_recent > ul > li span {
 	text-align:left;
}

.cGalleryAlbums_recent > ul > li img {
 	display:none;
}

.cGalleryAlbums_recent > ul > li:first-child {
   width:204px;
   height:204px;
   overflow:hidden;
   position:absolute;
}

html[dir="ltr"] .cGalleryAlbums_recent > ul > li:first-child {
 	left:0;
}

html[dir="rtl"] .cGalleryAlbums_recent > ul > li:first-child {
 	right:0;
}

.cGalleryAlbums_recent > ul > li:first-child a {
   width:204px;
   height:204px;
}

/*LISTING-------------------------------------------------------------------------------------------------------*/
.ipsPageHeader .active_tab {
        margin: 0 30px 0 0;
        color: #fff;
        font-size: 24px;
        font-weight: 400;
        float: left;
        padding: 0 10px;
        background: rgba(0,0,0,0.5);
        border-radius: 3px;
        line-height: 40px;
}
.ipsPageHeader .inactive_tab {
        margin: 0 30px 0 0;
        font-size: 20px;
        font-weight: 400;
        float: left;
        text-shadow: 1px 1px 5px rgba(0,0,0,0.9);
        line-height: 40px;
}

.flex-container {
	display: flex;
	flex-flow: row wrap;
	margin-right: -10px;
}

.flex-container .game_row {
    background-repeat: no-repeat;
    background-size: cover;
    background-position: 50%;
  	margin: 0 10px 10px 0;
	min-width: 300px;
	flex: 1 1 48%;
  	border-radius: var(--radius-1);
}

.game_inner_row {
  	padding: 10px;
	background-image: linear-gradient(to bottom, rgba(0,0,0,0.9), 60%, rgba(0,0,0,0.5));
  	height: 100%;
  	text-shadow: 1px 1px 5px rgba(0,0,0,0.9);
  	border-radius: var(--radius-1);
}

.game_inner_row:hover {
	background-image: linear-gradient(to bottom, rgba(0,0,0,0.9), 60%, rgba(0,0,0,0.3));
}

.game_row_jaquette {
	float: left;
	margin: 0 10px 10px 0;
	box-shadow: 1px 1px 5px 5px rgba(0,0,0,0.5);
}

.game_inner_row .ipsCommentCount {
	box-shadow: 1px 1px 5px 5px rgba(0,0,0,0.5);
}

.game_inner_row .ipsCommentCount {
  	font-weight: normal;
  	float: right;
  	text-shadow: none;
}

.game_row_console {
	margin: 3px 5px 0 0;
  	float: left;
}

.game_row_title {
	color: #fff;
  	font-size: 15px;
  	font-weight: bold;
  	line-height: 20px;
  	height: 40px;
  	margin: 0 0 10px 0;
  	overflow: hidden;
  	display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
}

.game_inner_row .cadre_note {
	box-shadow: 1px 1px 5px 5px rgba(0,0,0,0.5);
  	text-shadow: none;
}

.game_row_info {
  	color: #c0c0c0;
}

.game_row_info img {
	margin: 0 5px 3px 0;
}

/*SEARCH-------------------------------------------------------------------------------------------------------*/
.ipsApp .bt_awaiting_uploads {
  	color: #fff;
  	background: #ff6c00;
  	font-weight: bold;
}

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

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

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

.ipsPagination {
    padding: 10px 0;
  	clear: both;
}

#result {
	font-size: 14px;
}

.no_result {
	text-align: justify;
	border-radius: 5px;
	background: rgba(0, 0, 0, 0.3);
	padding: 10px;
	font-size: 14px;
	margin-top: 5px;
}

.no_result img {
	vertical-align: top;
	margin-right: 5px;
}

.ipsButton.ipsButton_primary.right {
    font-weight: bold;
    margin: 23px 0 0 10px;
    padding: 5px 10px;
  	height: 33px;
}

#alphanum_filters {
	margin: 10px 0 10px 0;
  	font-size: 16px;
}

.active {
	font-weight: bold;
}

.empty {
	color: #c0c0c0;
}

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

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

#ipsLayout_sidebar .ipsWidget_inner.ipsPad a.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;
}

/*CLOUDPLAY-------------------------------------------------------------------------------------------------------*/
#cloudMessage {
  	display: none;
}
    .ipsMessage.ipsMessage_general .beta {
        padding: 3px 5px;
        margin: -5px -5px 0 5px;
        background: #911e1e;
        border-radius: 3px;
        text-transform: uppercase;
        font-size: 12px;
        float: right;
    }
    .ipsMessage.ipsMessage_general .cloudPlay {
        animation: aura 1s ease-out 1s alternate 2;
    }
        @keyframes aura {
            0% {filter: none;}
            100% {filter: drop-shadow(1px 1px 10px rgba(255,255,255,0.7));}
        }

.offline_block {
  	border: 5px dashed;
  	border-radius: 10px;
  	padding: 80px 0;
  	text-align: center;
  	color: #999;
  	margin: 0 0 30px 0;
}
    .offline_block h2 {
        font-size: 20px;
        text-transform: uppercase;
        margin: 0;
    }

h1.random_cloud {
	margin: 0 0 8px 0;
    text-shadow: 1px 1px 5px rgba(0,0,0,0.9);
  	font-size: 20px;
}

.random_cloud.ipsClear.ipsCarousel.ipsClearfix {
	margin: 0 0 25px 0;
  	background-color: #222;
  	border-radius: var(--radius-1);
}

/*TOP SEARCH-------------------------------------------------------------------------------------------------------*/
.top_search.flex-container {
	margin-top: 50px;
}

.top_search a {
	margin: 0 10px 10px 0;
  	min-width: 160px;
    flex: 1 1 23%;
    background-color: rgba(0,0,0,0.2);
  	text-align: center;
  	border-radius: var(--radius-1);
}
    .top_search a:hover {
        background-color: rgba(255,255,255,0.1);
    }

.top_search div {
  	background-repeat: no-repeat;
    background-position: 50%;
	font-size: 4.5em;
  	min-height: 95px;
  	line-height: 1.5;
}

.top_search p {
  	margin: 0;
	padding: 5px 10px;
  	font-size: 1.5em;
    font-weight: bold;
}

/*RESPONSIVE-------------------------------------------------------------------------------------------------------*/
@media screen and (max-width: 750px) {
  	.game_edit .game_edit_25, #genres_list div, #series_list div, .game_edit .game_edit_33 {
        width: 100%;
        margin: 0;
    }
}

@media screen and (max-width: 800px) {
  	.ipsPageHeader .inactive_tab span {
        display: none;
    }
  	.ipsPageHeader .active_tab, .ipsPageHeader .inactive_tab {
        font-size: 1.5em;
      	margin: 0 20px 0 0;
    }
}

@media screen and (max-width: 979px) {
  #game_search_filters div {
  	width: 50%;
  }
}