.device-bar
{
    color: #ffffff;
    padding: 0px 0px;
    font-size: 10px;
    margin-top: 18px;
}
.device-icon
{
    padding-bottom: 10px;
    text-align: center;
    padding-left: 10px;
}
.device-icon .icon, .device-icon .version
{
	float:left;
}

.device-icon .icon
{
	font-size:30px;
    padding-right: 6px;
    margin-top: -4px;
}

.device-icon .version
{
	margin-top: 10px;
    margin-left: 2px;
    padding-right: 6px;
}
.devices
{
	/*margin-top: -8px;*/
    width: 120px;
    margin-left: 20px;
}

.behind
{
    background-color: #FB3A79;
    border-radius: 4px;
    font-weight: bold;
}
.latest
{
    position: absolute;
    background-color: #ffffff;
    border-radius: 10px;
    width: 20px;
    height: 20px;
    text-align: center;
    padding-top: 0px;
    margin-left: 66px;
    margin-top: -20px;
}
.fa-apple
{
    font-size: 34px !important;
    color: #9E9E9D !important;
}

.fa-android
{
    color: #007236 !important;
}
.latest-text, .behind-text
{
    font-weight: bold;
    padding-left: 0px;
    color: #ffffff;
    padding-top: 2px;
}
.latest-device
{
    width: 88px;
    background: #1EC9B2;
    height: 24px;
    border-radius: 14px;
    padding-right: 10px;
    font-size: 12px;
    padding-top: 2px;
    margin-top: 0px;
    margin-left: 28px;
}
.latest-count, .behind-count
{
    text-align: center;
    padding-top: 3px;
    width: 20px;
    color:#000000;
}

.behind-device
{
    width: 88px;
    background: #FB3A79;
    height: 24px;
    border-radius: 14px;
    padding-right: 10px;
    font-size: 12px;
    padding-top: 2px;
    margin-top: 0px;
    margin-left: 28px;
}
.icon-android
{
    position: absolute;
    font-size: 28px;
    margin-top: -8px;
}

.kt-badge-radius-circle
{

    margin-left: 30px !important; 
}
.kt-badge--pkg-count
{
    color: #fff;
    background: rgba(0,0,0,0.4);
    position: relative !important;
    left: 11px;
    font-size: 15px !important;
    padding: 3px 11px;
    font-weight: 700;
}
.kt-badge.kt-badge--md
{
    height: 24px !important;
    width: auto !important;
    border-radius: 20px !important;
}

.latest-device-color
{
    background: #1EC9B2 !important;
}

.behind-device-color
{
    background: #FB3A79 !important;
}
/*.kt-badge-pkg-count-main
{
    left: 8px !important;
}*/
