/*
	- CSS стили списка трофеев
		- Список трофеев
*/
/* Общая информация */
.tltstpl_content_box {
	padding-left: 0px;
	padding-right: 0px;
	width: 968px;
	padding-top: 10px;
	padding-bottom: 10px;
}
.tltstpl_content_box .tltstpl_content_box_border {
	padding-left: 59px;
	padding-right: 29px;
	padding-bottom: 100px;
	padding-top: 20px;
	width: 880px;
}
.tltstpl_content_box .tltstpl_delete_online_ts {
	width: 910px;
	padding: 20px;
	padding-left: 29px;
	padding-right: 29px;
}
.tltstpl_content_box .tltstpl_trophies {
	position: relative;
	width: 968px;
	padding-left: 0px;
	padding-right: 0px;
}
.tltstpl_trophy_pack_title {
    background-color: #585858;
    /*margin-top: 10px;*/
    padding: 15px 5px 5px 15px;
    height: 30px;
    font-weight: bold;
    font-size: 18px;
    color: white;
}
.tltstpl_content_box .tltstpl_prev_trophies {
	padding-top: 10px;
}
.tltstpl_content_box .tltstpl_end_trophies {
	padding-bottom: 10px;
}
.tltstpl_content_box .tltstpl_cbx_top {
	padding-top: 10px;
}
.tltstpl_content_box .tltstpl_my_trophies {
	background-color: #e1f2d4;
}
.tltstpl_content_box .tltstpl_partners_trophies {
	background-color: #f6f59e;
}
.tltstpl_content_box .tltstpl_no_active {
	background-color: #ffdae2;
}
.tltstpl_content_box .tltstpl_my_progress {
	background-color: #e1f2FF;
}
.tltstpl_content_box .tltstpl_mini_box {
	width: 930px;
	padding: 0px;
	padding-left: 9px;
	padding-right: 29px;
}
.tltstpl_content_box .tltstpl_mini_box_table {
	width: 930px;
	padding: 0px;
	margin: 0px;
}
.tltstpl_content_box .tltstpl_border_trophies {
	width: 905px;
	border: 0px;
}
.tltstpl_content_box .tltstpl_border_box_trophies {
	border-left: 5px solid #d4eeb3;
}
.tltstpl_content_box .tltstpl_border_none_trophies {
	border-left: 5px solid #000000;
}
.tltstpl_content_box .tltstpl_border_platinum_trophies {
	border-left: 5px solid #5fade0;
}
.tltstpl_content_box .tltstpl_border_gold_trophies {
	border-left: 5px solid #dc9f1c;
}
.tltstpl_content_box .tltstpl_border_silver_trophies {
	border-left: 5px solid #c7c7c7;
}
.tltstpl_content_box .tltstpl_border_bronze_trophies {
	border-left: 5px solid #b05f37;
}

/* Трофей */
.tltstpl_content_box .tltstpl_tt_box {
	position: relative;
	padding: 0px;
	padding-left: 15px;
	width: 890px;
}
.tltstpl_content_box .tltstpl_tt_box_top {
	padding-top: 10px;
}
.tltstpl_content_box .tltstpl_tt_box_bottom {
	padding-bottom: 10px;
}
.tltstpl_tt_box .tltstpl_tt_box_dlobal_table {
	width: 890px;
	padding: 0px;
	margin: 0px;
}
.tltstpl_tt_box .tltstpl_tt_logo_box {
	position: relative;
	padding: 5px;
	background-color: #585858;
}
.tltstpl_tt_box .tltstpl_tt_logo_box_min, .tltstpl_tt_box .tltstpl_tt_logo_img_min {
	width: 64px;
	height: 64px;
}
.tltstpl_tt_box .tltstpl_tt_logo_box_min {
	padding: 9px;
}
.tltstpl_tt_box .tltstpl_tt_logo_box_bone, .tltstpl_tt_box .tltstpl_tt_logo_img_bone {
	width: 100px;
	height: 64px;
}
.tltstpl_tt_box .tltstpl_tt_logo_box_bone {
	padding: 9px;
}
.tltstpl_tt_box .tltstpl_tt_logo_box_max, .tltstpl_tt_box .tltstpl_tt_logo_img_max {
	width: 100px;
	height: 100px;
}
.tltstpl_tt_box .tltstpl_tt_logo_img {
	border: 0px;
}
.tltstpl_tt_logo_img_partners {
	cursor: pointer;
}
.tltstpl_tt_box .tltstpl_tt_trops_info {
	float: left;
}
.tltstpl_tt_box .tltstpl_tt_trops_title_box {
	position: relative;
}
.tltstpl_tt_box .tltstpl_tt_trops_editor {
	cursor: pointer;
}
.tltstpl_tt_box .tltstpl_tt_trops_title {
	font-weight: bold;
	font-size: 18px;
}
.tltstpl_tt_box .tltstpl_tt_trops_description_box {
	padding-top: 2px;
}
.tltstpl_tt_box .tltstpl_tt_trops_icons_box {
	position: relative;
}
.tltstpl_tt_box .tltstpl_tt_trops_icon {
	float: left;
	height: 22px;
	padding-right: 3px;
	padding-top: 9px;
}
.tltstpl_tt_box .tltstpl_tt_trops_g_value {
	float: left;
	font-weight: bold;
	font-size: 14px;
	padding-right: 5px;
	margin-top: 12px;
}

.tltstpl_tt_trops_g_value:after {
    content: "" !important;
    font-family: "xboxfont" !important;
    font-size: 18px;
    padding-left: 2px;
    top: 3px;
    position: relative;
}
/*
.tltstpl_tt_box .tltstpl_tt_trops_g_icon {
	float: left;
	width: 16px;
	height: 15px;
	background-image: url(/sites/all/images/trophies_icon/g-icon.png);
	margin-right: 6px;
	margin-top: 14px;
}
*/
.tltstpl_tt_box .tltstpl_tt_trops_icon_add_helps {
	cursor: pointer;
	float: left;
	width: 16px;
	height: 16px;
	margin-right: 6px;
	margin-top: 12px;
	background-image: url(/sites/all/images/helps/tips-icons.png);
	background-position: -48px -16px;
}
.tltstpl_tt_box .tltstpl_tt_trops_icon_admin_trophies {
	cursor: pointer;
	float: left;
	width: 16px;
	height: 16px;
	margin-right: 6px;
	margin-top: 12px;
	background-image: url(/sites/all/images/helps/tips-icons.png);
	background-position: -80px -16px;
}
.tltstpl_tt_box .tltstpl_tt_trops_global_tooltip {
	display: none;
	position: absolute;
	border: 1px solid #dbdbdb;
	background-color: #f0f0f0;
	padding: 5px 12px;
	border-radius: 5px;
    -moz-border-radius: 5px;
    -webkit-border-radius: 5px;
    -khtml-border-radius: 5px;
	z-index: 100;
	max-width: 700px;
	left: 60px;
}
.tltstpl_tt_box .tltstpl_tt_trops_add_info {
	float: left;
	font-size: 12px;
	color: #aaaaaa;
	font-weight: normal;
}
.tltstpl_tt_box .tltstpl_tt_trops_is_icon_padding {
	padding-left: 8px;
}
.tltstpl_tt_box .tltstpl_tt_trops_is_icon_padding_small {
	padding-left: 5px;
}
.tltstpl_tt_box .tltstpl_tt_trops_rarity {

}
.tltstpl_tt_box .tltstpl_tt_trops_my_trops {
	padding: 0px;
	width: 400px;
}

.tltstpl_tt_trops_my_progress strong {
    padding-left: 2%;
}

.tltstpl_tt_trops_my_progress .myProgressBarTable {
	float: left;
}

.tltstpl_tt_box .tltstpl_tt_trops_partners_count {
	position: absolute;
	font-weight: bold;
	left: 20px;
	top: 7px;
	font-size: 12px;
}
.tltstpl_tt_box .tltstpl_tt_helps_onload {
	position: relative;
}

/* Меню администрирования трофея */
.tltstpl_tt_trops_admin_window {
	display: none;
	position: absolute;
	top: -23px;
	left: 0px;
	z-index: 600;
	width: 73px;
	height: 26px;
	border: 1px solid #b5b5b5;
	background-color: #f1f1f1;
}
.tltstpl_tt_trops_admin_window .tltstpl_tt_trops_aw_content {
	position: relative;
	width: 53px;
	height: 16px;
	padding-left: 10px;
	padding-right: 10px;
	padding-top: 5px;
	padding-bottom: 5px;
}


.gb_bx_apb_icon_add_dlc {
	float: left;
	display: block;
	cursor: pointer;
	width: 16px;
	height: 16px;
    background-image: url(/sites/all/images/icon/admin-icons.png);
    background-repeat: no-repeat;
	border: 0px;
}

.gb_bx_apb_icon_add_dlc {
    background-position: 0px -16px;
}

.gb_bx_apb_icon_add_dlc:hover {
    background-position: 0px 0px;
}

.tltstpl_tt_trops_admin_window .tltstpl_tt_trops_aw_tt_delete, .tltstpl_tt_trops_admin_window .tltstpl_tt_trops_aw_tt_redactor, .gb_bx_apb_icon_edit_dlc {
	float: left;
	display: block;
	cursor: pointer;
	width: 16px;
	height: 16px;
	background-image: url(/sites/all/images/helps/tips-icons.png);
	border: 0px;
}
.gb_bx_apb_icon_edit_dlc {
	margin-right: 1%;
}
.tltstpl_tt_trops_admin_window a.tltstpl_tt_trops_aw_tt_delete {
	background-position: -96px -16px;
}
.tltstpl_tt_trops_admin_window a.tltstpl_tt_trops_aw_tt_redactor,.gb_bx_apb_icon_edit_dlc {
	background-position: -80px -16px;
}
.tltstpl_tt_trops_admin_window a.tltstpl_tt_trops_aw_tt_delete:hover {
	background-position: -96px 0px;
}
.tltstpl_tt_trops_admin_window a.tltstpl_tt_trops_aw_tt_redactor:hover,.gb_bx_apb_icon_edit_dlc:hover {
	background-position: -80px 0px;
}
.tltstpl_tt_trops_admin_window .tltstpl_tt_trops_aw_tt_line {
	width: 1px;
	height: 16px;
	float: left;
	margin-right: 10px;
	margin-left: 10px;
	background-color: #b5b5b5;
}

/* Меню администрирования трофея - Связка списков трофеев */
.info-trophy-row {
    width: 90%;
	border-top: solid;
}
.info-trophy-row .trophies {
	display: flex;
}
.info-trophy-from {
    width: 50%;
    float: left;
}
.info-trophy-to {
    width: 50%;
    float: right;
}
.info-trophy-from .title, .info-trophy-to .title {
    font-weight: bold;
    font-size: 15px;
}

.info-trophy-result.fail {
    color: crimson;
}
.info-trophy-result.ready {
    color: yellowgreen;
}
.info-trophy-result.linked {
    color: goldenrod;
}
/* Сравнение трофеев */
.tltstpl_tt_cmpr_box {
	font-size: 12px;
}
.tltstpl_tt_cmpr_box .tltstpl_tt_cmpr_is_trops_yes {
	width: 35px;
	height: 35px;
	background-image: url(/sites/all/modules/trophies/images/compare/fon-lock.png);
	margin-left: 43px;
}
.tltstpl_tt_cmpr_box .tltstpl_tt_cmpr_is_trops_no {
	width: 35px;
	height: 35px;
	background-image: url(/sites/all/modules/trophies/images/compare/trophy-lock.png);
	margin-left: 43px;
}
.tltstpl_tt_cmpr_box .tltstpl_tt_cmpr_is_trops_yes_pic {
	width: 35px;
	height: 35px;
	border: 0px;
}
.tltstpl_tt_cmpr_is_trops_info {
	text-align: center;
}
.tltstpl_tt_cmpr_box .tltstpl_tt_cmpr_is_trops_user {
	padding-top: 7px;
	line-height: 1.2;
}
.tltstpl_tt_cmpr_box .tltstpl_tt_cmpr_is_trops_date {
	line-height: 1.2;
}
.tltstpl_tt_cmpr_box .tltstpl_tt_cmpr_is_trops_date div {
	line-height: 1.2;
}

/* Редкость */
.tltstpl_tt_box .tltstpl_tt_rarity_standart {
	color: #777777;
}
.tltstpl_tt_box .tltstpl_tt_rarity_unusual {
	color: #278724;
}
.tltstpl_tt_box .tltstpl_tt_rarity_rare {
	color: #448cbd;
}
.tltstpl_tt_box .tltstpl_tt_rarity_epical {
	color: #6154a8;
}
.tltstpl_tt_box .tltstpl_tt_rarity_legendary {
	color: #d29756;
}

.tltstpl_tt_box .tltstpl_tt_rarity_epical.xbox:before, .local_rarity.glyph-diamond:before {
    content: "" !important;
    font-family: "xboxfont" !important;
    font-size: 12px;
    position: relative;
    top: 2px;
    padding-right: 2px;
}

.local_rarity.glyph-diamond:before {
	color: #6154a8;
}