#bf4emblems-equipped-box {
    margin-bottom: 8px;
}

    #bf4emblems-equipped-box .box-content {
        padding: 16px 16px;
        position: relative;
    }

        #bf4emblems-equipped-box .box-content .bf4emblems-chain {
            /*height: 130px;*/
            margin-bottom: 0px;
        }

    #bf4emblems-equipped-box .claim.box-content {
        padding-top: 32px;
        padding-bottom: 36px;
    }

        #bf4emblems-equipped-box .claim.box-content .btn {
            width: 100%;
            margin-bottom: 16px;
        }

        #bf4emblems-equipped-box .claim.box-content .progress-bar {
            margin-top: 16px;
            margin-bottom: 8px;
        }

        #bf4emblems-equipped-box .claim.box-content .progress-info {
            font-size: 14px;
            margin-top: 10px;
        }
		
#bf4emblems-body {
    margin-top: -15px;
}

    #bf4emblems-body .bf4emblems-list .box {
        margin-bottom: 8px;
    }

    #bf4emblems-body .bf4emblems-list .grid.box .box-content {
        background: inherit;
        padding: 0px;
    }

    #bf4emblems-body .dogtag-aside button {
        width: 100%;
        margin-top: 8px;
    }

    #bf4emblems-body .dogtag-aside .advanced-active.selected-dog-tags.box-content .bf4emblems-chain .advanced {
        position: relative;
        z-index: 3;
    }
	
    #bf4emblems-body .dogtag-aside .advanced-active.selected-dog-tags.box-content .bf4emblems-chain .basic {
        position: relative;
        z-index: 3;
    }
	
    #bf4emblems-body .dogtag-aside .description.box-content p {
        line-height: 1.4;
        font-size: 12px;
    }

    #bf4emblems-body .dogtag-aside .seen.box-content {
        padding: 8px 16px;
        text-transform: uppercase;
        font-family: Purista, sans-serif;
        font-style: normal;
        font-weight: 600;
    }

    #bf4emblems-body .dogtag-aside .box-content .name {
        text-transform: uppercase;
        font-family: Purista, sans-serif;
        font-size: 18px;
        font-style: normal;
        font-weight: 600;
    }
	
.profile-stats-bf4emblems li {
    margin: 0px 1px 1px 0px;
    padding: 4px 1px 1px;
    width: 130px;
    height: 130px;
    float: left;
    position: relative;
    cursor: pointer;
    box-sizing: border-box;
    background-color: rgba(7, 7, 7, 0.5);
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
}

    .profile-stats-bf4emblems li:nth-child(5n) {
        width: 132px;
        margin-right: 0px;
    }

    .profile-stats-bf4emblems li.disabled .bf4emblems {
        opacity: 1;
        filter: brightness(20%);
        -webkit-filter: brightness(40%);
    }
	
	.profile-stats-bf4emblems li.basic {
		opacity: 1;
	}
	
	.profile-stats-bf4emblems li.disabled {
		opacity: 0.5;
	}
	
.cssfilters .profile-stats-bf4emblems li.disabled .bf4emblems {
    opacity: 1;
    -webkit-filter: brightness(40%);
    -moz-filter: brightness(40%);
    -o-filter: brightness(40%);
}

.profile-stats-bf4emblems li:hover {
    background-color: rgba(7, 7, 7, 0.6);
}

.profile-stats-bf4emblems li.equipped {
    box-shadow: inset 0px 0px 0px 1px #fff;
}

.profile-stats-bf4emblems li.active {
    background-color: rgb(255, 255, 255);
	color: black;
}

    .profile-stats-bf4emblems li.active:hover {
        background-color: rgb(255, 255, 255);
    }

/* .profile-stats-bf4emblems .dogtag-image {

} */

.bf4emblems-chain {
    margin: -20px 20px;
	width: 300px;
	height: 300px;
}

    .bf4emblems-chain .basic {
        position: relative;
        z-index: 2;
    }

.bf4emblem-chain {
    margin: -20px 20px;
	width: 300px;
	height: 300px;
}

    .bf4emblem-chain .basic {
        position: relative;
        z-index: -2;
    }
	
.vertical .bf4emblems-chain .basic {
    display: block;
}

.horizontal .bf4emblems-chain .basic {
    /*transform: rotate(10deg);
    -webkit-transform: rotate(10deg);
    -moz-transform: rotate(10deg);
    -o-transform: rotate(10deg);*/
    margin-left: 25px;
}

#bf4emblems-equipped-box .box-content .name-bf4emblem {
	line-height: 10px;
	padding: 10px;
	margin-left: -16px;
	font-size: 120%;
	width: 314px;	
	text-transform: uppercase;
}

#bf4emblems-equipped-box .box-content .desc-bf4emblem {
	line-height: 0px;
	font-size: 80%;
	margin-left: -16px;
	padding: 12px;
	width: 314px;
}

.box-content .desc-bf4emblem .img-rank-bf4emblem {
	margin-top: -4px; 
	margin-left: -5px; 
	position: absolute;
	background-image: url("../bf4/img/assignments/icon-rank.png");
}

.emblemBoxAccess {
    display: inline-block;
    width: 55px;
    height: 40px;
	margin: 0px 1px 1px 0px;
    padding: 7px 1px 1px;
    float: left;
    position: relative;
    /*cursor: pointer;*/
    box-sizing: border-box;
    background-color: rgba(7, 7, 7, 0.0);
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
	opacity: 0.1;	
}

.emblemBoxAccessunhide{
    display: inline-block;
    width: 55px;
    height: 40px;
	margin: 0px 1px 1px 0px;
    padding: 7px 1px 1px;
    float: left;
    position: relative;
    /*cursor: pointer;*/
    box-sizing: border-box;
    background-color: rgba(7, 7, 7, 0.2);
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
}

.stats4-box {
    margin-top: 100px;
	margin-left: -16px;
	line-height: 25px;	
    width: 335px;
    height: 24px;
	/*background-color: rgba(7, 7, 7, 0.9);*/
}

.emblemstats4 {
	margin-left: 0px;
	margin-top: -90px;
	width: 356px;
	position: absolute;	
}

 .span19 {
    width: 335px;
}

#bfhemblems-equipped-box {
    margin-bottom: 8px;
}

    #bfhemblems-equipped-box .box-content {
        padding: 16px 16px;
        position: relative;
    }

        #bfhemblems-equipped-box .box-content .bfhemblems-chain {
            /*height: 130px;*/
            margin-bottom: 0px;
        }

    #bfhemblems-equipped-box .claim.box-content {
        padding-top: 32px;
        padding-bottom: 36px;
    }

        #bfhemblems-equipped-box .claim.box-content .btn {
            width: 100%;
            margin-bottom: 16px;
        }

        #bfhemblems-equipped-box .claim.box-content .progress-bar {
            margin-top: 16px;
            margin-bottom: 8px;
        }

        #bfhemblems-equipped-box .claim.box-content .progress-info {
            font-size: 14px;
            margin-top: 10px;
        }
		
#bfhemblems-body {
    margin-top: -15px;
}

    #bfhemblems-body .bfhemblems-list .box {
        margin-bottom: 8px;
    }

    #bfhemblems-body .bfhemblems-list .grid.box .box-content {
        background: inherit;
        padding: 0px;
    }

    #bfhemblems-body .dogtag-aside button {
        width: 100%;
        margin-top: 8px;
    }

    #bfhemblems-body .dogtag-aside .advanced-active.selected-dog-tags.box-content .bfhemblems-chain .advanced {
        position: relative;
        z-index: 3;
    }
	
    #bfhemblems-body .dogtag-aside .advanced-active.selected-dog-tags.box-content .bfhemblems-chain .basic {
        position: relative;
        z-index: 3;
    }
	
    #bfhemblems-body .dogtag-aside .description.box-content p {
        line-height: 1.4;
        font-size: 12px;
    }

    #bfhemblems-body .dogtag-aside .seen.box-content {
        padding: 8px 16px;
        text-transform: uppercase;
        font-family: Purista, sans-serif;
        font-style: normal;
        font-weight: 600;
    }

    #bfhemblems-body .dogtag-aside .box-content .name {
        text-transform: uppercase;
        font-family: Purista, sans-serif;
        font-size: 18px;
        font-style: normal;
        font-weight: 600;
    }
	
.profile-stats-bfhemblems li {
    margin: 0px 1px 1px 0px;
    padding: 4px 1px 1px;
    width: 130px;
    height: 130px;
    float: left;
    position: relative;
    cursor: pointer;
    box-sizing: border-box;
    background-color: rgba(7, 7, 7, 0.5);
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
}

    .profile-stats-bfhemblems li:nth-child(5n) {
        width: 132px;
        margin-right: 0px;
    }

    .profile-stats-bfhemblems li.disabled .bfhemblems {
        opacity: 1;
        filter: brightness(20%);
        -webkit-filter: brightness(40%);
    }
	
	.profile-stats-bfhemblems li.basic {
		opacity: 1;
	}
	
	.profile-stats-bfhemblems li.disabled {
		opacity: 0.5;
	}
	
.cssfilters .profile-stats-bfhemblems li.disabled .bfhemblems {
    opacity: 1;
    -webkit-filter: brightness(40%);
    -moz-filter: brightness(40%);
    -o-filter: brightness(40%);
}

.profile-stats-bfhemblems li:hover {
    background-color: rgba(7, 7, 7, 0.6);
}

.profile-stats-bfhemblems li.equipped {
    box-shadow: inset 0px 0px 0px 1px #fff;
}

.profile-stats-bfhemblems li.active {
    background-color: rgb(255, 255, 255);
	color: black;
}

    .profile-stats-bfhemblems li.active:hover {
        background-color: rgb(255, 255, 255);
    }

/* .profile-stats-bfhemblems .dogtag-image {

} */

.bfhemblems-chain {
    margin: -20px 20px;
	width: 300px;
	height: 300px;
}

    .bfhemblems-chain .basic {
        position: relative;
        z-index: 2;
    }

.bfhemblem-chain {
    margin: -20px 20px;
	width: 300px;
	height: 300px;
}

    .bfhemblem-chain .basic {
        position: relative;
        z-index: -2;
    }
	
.vertical .bfhemblems-chain .basic {
    display: block;
}

.horizontal .bfhemblems-chain .basic {
    /*transform: rotate(10deg);
    -webkit-transform: rotate(10deg);
    -moz-transform: rotate(10deg);
    -o-transform: rotate(10deg);*/
    margin-left: 25px;
}

#bfhemblems-equipped-box .box-content .name-bfhemblem {
	line-height: 10px;
	padding: 10px;
	margin-left: -16px;
	font-size: 120%;
	width: 314px;	
	text-transform: uppercase;
}

.titleh-box {
	/*line-height: 0px;*/
} 

#bfhemblems-equipped-box .box-content .desc-bfhemblem {
	line-height: 0px;
	font-size: 80%;
	margin-left: -16px;
	padding: 12px;
	width: 314px;
}

.box-content .desc-bfhemblem .img-rank-bfhemblem {
	margin-top: -4px; 
	margin-left: -5px; 
	position: absolute;
	background-image: url("../bfh/img/assignments/icon-rank.png");
}

.statsh-box {
    margin-top: 100px;
	margin-left: -16px;
	line-height: 25px;	
    width: 335px;
    height: 24px;
	/*background-color: rgba(7, 7, 7, 0.9);*/
}

.emblemstatsh {
	margin-left: 0px;
	margin-top: -90px;
	width: 356px;
	position: absolute;	
}

 .span22 {
    width: 335px;
}

#mohwemblems-equipped-box {
    margin-bottom: 8px;
}

    #mohwemblems-equipped-box .box-content {
        padding: 16px 16px;
        position: relative;
    }

        #mohwemblems-equipped-box .box-content .mohwemblems-chain {
            /*height: 130px;*/
            margin-bottom: 0px;
        }

    #mohwemblems-equipped-box .claim.box-content {
        padding-top: 32px;
        padding-bottom: 36px;
    }

        #mohwemblems-equipped-box .claim.box-content .btn {
            width: 100%;
            margin-bottom: 16px;
        }

        #mohwemblems-equipped-box .claim.box-content .progress-bar {
            margin-top: 16px;
            margin-bottom: 8px;
        }

        #mohwemblems-equipped-box .claim.box-content .progress-info {
            font-size: 14px;
            margin-top: 10px;
        }
		
#mohwemblems-body {
    margin-top: -15px;
}

    #mohwemblems-body .mohwemblems-list .box {
        margin-bottom: 8px;
    }

    #mohwemblems-body .mohwemblems-list .grid.box .box-content {
        background: inherit;
        padding: 0px;
    }

    #mohwemblems-body .dogtag-aside button {
        width: 100%;
        margin-top: 8px;
    }

    #mohwemblems-body .dogtag-aside .advanced-active.selected-dog-tags.box-content .mohwemblems-chain .advanced {
        position: relative;
        z-index: 3;
    }
	
    #mohwemblems-body .dogtag-aside .advanced-active.selected-dog-tags.box-content .mohwemblems-chain .basic {
        position: relative;
        z-index: 3;
    }
	
    #mohwemblems-body .dogtag-aside .description.box-content p {
        line-height: 1.4;
        font-size: 12px;
    }

    #mohwemblems-body .dogtag-aside .seen.box-content {
        padding: 8px 16px;
        text-transform: uppercase;
        font-family: Purista, sans-serif;
        font-style: normal;
        font-weight: 600;
    }

    #mohwemblems-body .dogtag-aside .box-content .name {
        text-transform: uppercase;
        font-family: Purista, sans-serif;
        font-size: 18px;
        font-style: normal;
        font-weight: 600;
    }
	
.profile-stats-mohwemblems li {
    margin: 0px 1px 1px 0px;
    padding: 4px 1px 1px;
    width: 130px;
    height: 130px;
    float: left;
    position: relative;
    cursor: pointer;
    box-sizing: border-box;
    background-color: rgba(7, 7, 7, 0.5);
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
}

    .profile-stats-mohwemblems li:nth-child(5n) {
        width: 132px;
        margin-right: 0px;
    }

    .profile-stats-mohwemblems li.disabled .mohwemblems {
        opacity: 1;
        filter: brightness(20%);
        -webkit-filter: brightness(40%);
    }
	
	.profile-stats-mohwemblems li.basic {
		opacity: 1;
	}
	
	.profile-stats-mohwemblems li.disabled {
		opacity: 0.5;
	}
	
.cssfilters .profile-stats-mohwemblems li.disabled .mohwemblems {
    opacity: 1;
    -webkit-filter: brightness(40%);
    -moz-filter: brightness(40%);
    -o-filter: brightness(40%);
}

.profile-stats-mohwemblems li:hover {
    background-color: rgba(7, 7, 7, 0.6);
}

.profile-stats-mohwemblems li.equipped {
    box-shadow: inset 0px 0px 0px 1px #fff;
}

.profile-stats-mohwemblems li.active {
    background-color: rgb(255, 255, 255);
	color: black;
}

    .profile-stats-mohwemblems li.active:hover {
        background-color: rgb(255, 255, 255);
    }

/* .profile-stats-mohwemblems .dogtag-image {

} */

.mohwemblems-chain {
    margin: -20px 20px;
	width: 300px;
	height: 300px;
}

    .mohwemblems-chain .basic {
        position: relative;
        z-index: 2;
    }

.mohwemblem-chain {
    margin: -20px 20px;
	width: 300px;
	height: 300px;
}

    .mohwemblem-chain .basic {
        position: relative;
        z-index: -2;
    }
	
.vertical .mohwemblems-chain .basic {
    display: block;
}

.horizontal .mohwemblems-chain .basic {
    /*transform: rotate(10deg);
    -webkit-transform: rotate(10deg);
    -moz-transform: rotate(10deg);
    -o-transform: rotate(10deg);*/
    margin-left: 25px;
}

#mohwemblems-equipped-box .box-content .name-mohwemblem {
	line-height: 10px;
	padding: 10px;
	margin-left: -16px;
	font-size: 120%;
	width: 314px;	
	text-transform: uppercase;
}

.titlemohw-box {
	/*line-height: 0px;*/
} 

#mohwemblems-equipped-box .box-content .desc-mohwemblem {
	line-height: 0px;
	font-size: 80%;
	margin-left: -16px;
	padding: 12px;
	width: 314px;
}

.box-content .desc-mohwemblem .img-rank-mohwemblem {
	margin-top: -4px; 
	margin-left: -5px; 
	position: absolute;
	background-image: url("../bfh/img/assignments/icon-rank.png");
}

.statsmohw-box {
    margin-top: 100px;
	margin-left: -16px;
	line-height: 25px;	
    width: 335px;
    height: 24px;
	/*background-color: rgba(7, 7, 7, 0.9);*/
}

.emblemstatsmohw {
	margin-left: 0px;
	margin-top: -90px;
	width: 356px;
	position: absolute;	
}

 .span23 {
    width: 335px;
}

#bf1emblems-equipped-box {
    margin-bottom: 8px;
}

    #bf1emblems-equipped-box .box-content {
        padding: 16px 16px;
        position: relative;
    }

        #bf1emblems-equipped-box .box-content .bf1emblems-chain {
            /*height: 130px;*/
            margin-bottom: 0px;
        }

    #bf1emblems-equipped-box .claim.box-content {
        padding-top: 32px;
        padding-bottom: 36px;
    }

        #bf1emblems-equipped-box .claim.box-content .btn {
            width: 100%;
            margin-bottom: 16px;
        }

        #bf1emblems-equipped-box .claim.box-content .progress-bar {
            margin-top: 16px;
            margin-bottom: 8px;
        }

        #bf1emblems-equipped-box .claim.box-content .progress-info {
            font-size: 14px;
            margin-top: 10px;
        }
		
#bf1emblems-body {
    margin-top: -15px;
}

    #bf1emblems-body .bf1emblems-list .box {
        margin-bottom: 8px;
    }

    #bf1emblems-body .bf1emblems-list .grid.box .box-content {
        background: inherit;
        padding: 0px;
    }

    #bf1emblems-body .dogtag-aside button {
        width: 100%;
        margin-top: 8px;
    }

    #bf1emblems-body .dogtag-aside .advanced-active.selected-dog-tags.box-content .bf1emblems-chain .advanced {
        position: relative;
        z-index: 3;
    }
	
    #bf1emblems-body .dogtag-aside .advanced-active.selected-dog-tags.box-content .bf1emblems-chain .basic {
        position: relative;
        z-index: 3;
    }
	
    #bf1emblems-body .dogtag-aside .description.box-content p {
        line-height: 1.4;
        font-size: 12px;
    }

    #bf1emblems-body .dogtag-aside .seen.box-content {
        padding: 8px 16px;
        text-transform: uppercase;
        font-family: Purista, sans-serif;
        font-style: normal;
        font-weight: 600;
    }

    #bf1emblems-body .dogtag-aside .box-content .name {
        text-transform: uppercase;
        font-family: Purista, sans-serif;
        font-size: 18px;
        font-style: normal;
        font-weight: 600;
    }
	
.profile-stats-bf1emblems li {
    margin: 0px 1px 1px 0px;
    padding: 4px 1px 1px;
    width: 130px;
    height: 130px;
    float: left;
    position: relative;
    cursor: pointer;
    box-sizing: border-box;
    background-color: rgba(7, 7, 7, 0.5);
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
}

    .profile-stats-bf1emblems li:nth-child(5n) {
        width: 132px;
        margin-right: 0px;
    }

    .profile-stats-bf1emblems li.disabled .bf1emblems {
        opacity: 1;
        filter: brightness(20%);
        -webkit-filter: brightness(40%);
    }
	
	.profile-stats-bf1emblems li.basic {
		opacity: 1;
	}
	
	.profile-stats-bf1emblems li.disabled {
		opacity: 0.5;
	}
	
.cssfilters .profile-stats-bf1emblems li.disabled .bf1emblems {
    opacity: 1;
    -webkit-filter: brightness(40%);
    -moz-filter: brightness(40%);
    -o-filter: brightness(40%);
}

.profile-stats-bf1emblems li:hover {
    background-color: rgba(7, 7, 7, 0.6);
}

.profile-stats-bf1emblems li.equipped {
    box-shadow: inset 0px 0px 0px 1px #fff;
}

.profile-stats-bf1emblems li.active {
    background-color: rgb(255, 255, 255);
	color: black;
}

    .profile-stats-bf1emblems li.active:hover {
        background-color: rgb(255, 255, 255);
    }

/* .profile-stats-bf1emblems .dogtag-image {

} */

.bf1emblems-chain {
    margin: -20px 20px;
	width: 300px;
	height: 300px;
}

    .bf1emblems-chain .basic {
        position: relative;
        z-index: 2;
    }

.bf1emblem-chain {
    margin: -20px 20px;
	width: 300px;
	height: 300px;
}

    .bf1emblem-chain .basic {
        position: relative;
        z-index: -2;
    }
	
.vertical .bf1emblems-chain .basic {
    display: block;
}

.horizontal .bf1emblems-chain .basic {
    /*transform: rotate(10deg);
    -webkit-transform: rotate(10deg);
    -moz-transform: rotate(10deg);
    -o-transform: rotate(10deg);*/
    margin-left: 25px;
}

#bf1emblems-equipped-box .box-content .name-bf1emblem {
	line-height: 10px;
	padding: 10px;
	margin-left: -16px;
	font-size: 120%;
	width: 314px;	
	text-transform: uppercase;
}

#bf1emblems-equipped-box .box-content .desc-bf1emblem {
	line-height: 0px;
	font-size: 80%;
	margin-left: -16px;
	padding: 12px;
	width: 314px;
}

.box-content .desc-bf1emblem .img-rank-bf1emblem {
	margin-top: -4px; 
	margin-left: -5px; 
	position: absolute;
	background-image: url("../bf4/img/assignments/icon-rank.png");
}

.stats1-box {
    margin-top: 100px;
	margin-left: -16px;
	line-height: 25px;	
    width: 335px;
    height: 24px;
	/*background-color: rgba(7, 7, 7, 0.9);*/
}

.emblemstats1 {
	margin-left: 0px;
	margin-top: -90px;
	width: 356px;
	position: absolute;	
}


