﻿.icon {
    background-image: url("icons-grid.png");
    -moz-background-size: 200px 200px;
    -ie-background-size: 200px 200px;
    -o-background-size: 200px 200px;
    -webkit-background-size: 200px 200px;
    background-size: 200px 200px;
    background-repeat: no-repeat;
    background-color: transparent;
    margin-left: auto;
    margin-right: auto;
    vertical-align: middle;
}

.icon-big {
    background-image: url("icons-grid-big.png");
    -moz-background-size: 300px 300px;
    -ie-background-size: 300px 300px;
    -o-background-size: 300px 300px;
    -webkit-background-size: 300px 300px;
    background-size: 300px 300px;
    background-repeat: no-repeat;
    background-color: transparent;
    margin-left: auto;
    margin-right: auto;
    vertical-align: middle;
}

.icon-big-16 {
    background-image: url("icons-grid-big.png");
    -moz-background-size: 100px 100px;
    -ie-background-size: 100px 100px;
    -o-background-size: 100px 100px;
    -webkit-background-size: 100px 100px;
    background-size: 100px 100px;
    background-repeat: no-repeat;
    background-color: transparent;
    margin-left: auto;
    margin-right: auto;
    vertical-align: middle;
}


.icon-24 {
    background-image: url("icons-grid@2x.png");
    -moz-background-size: 300px 300px;
    -ie-background-size: 300px 300px;
    -o-background-size: 300px 300px;
    -webkit-background-size: 300px 300px;
    background-size: 300px 300px;
    background-repeat: no-repeat;
    background-color: transparent;
    margin-left: auto;
    margin-right: auto;
    vertical-align: middle;
}

.icon-32 {
    background-image: url("icons-grid@2x.png");
    -moz-background-size: 400px 400px;
    -ie-background-size: 400px 400px;
    -o-background-size: 400px 400px;
    -webkit-background-size: 400px 400px;
    background-size: 400px 400px;
    background-repeat: no-repeat;
    background-color: transparent;
    margin-left: auto;
    margin-right: auto;
    vertical-align: middle;
}


.icon2 {
    background-image: url("icons-grid-2.png");
    -moz-background-size: 200px 200px;
    -ie-background-size: 200px 200px;
    -o-background-size: 200px 200px;
    -webkit-background-size: 200px 200px;
    background-size: 200px 200px;
    background-repeat: no-repeat;
    background-color: transparent;
    margin-left: auto;
    margin-right: auto;
    vertical-align: middle;
}

@media screen and (-webkit-min-device-pixel-ratio: 2), screen and (max--moz-device-pixel-ratio: 2) {
    .icon {
        background-image: url("icons-grid@4x.png");
        -moz-background-size: 200px 200px;
        -ie-background-size: 200px 200px;
        -o-background-size: 200px 200px;
        -webkit-background-size: 200px 200px;
        background-size: 200px 200px;
        background-repeat: no-repeat;
        background-color: transparent;
        margin-left: auto;
        margin-right: auto;
        vertical-align: middle;
    }

    .icon-24 {
        background-image: url("icons-grid@4x.png");
        -moz-background-size: 300px 300px;
        -ie-background-size: 300px 300px;
        -o-background-size: 300px 300px;
        -webkit-background-size: 300px 300px;
        background-size: 300px 300px;
        background-repeat: no-repeat;
        background-color: transparent;
        margin-left: auto;
        margin-right: auto;
        vertical-align: middle;
    }

    .icon-32 {
        background-image: url("icons-grid@4x.png");
        -moz-background-size: 400px 400px;
        -ie-background-size: 400px 400px;
        -o-background-size: 400px 400px;
        -webkit-background-size: 400px 400px;
        background-size: 400px 400px;
        background-repeat: no-repeat;
        background-color: transparent;
        margin-left: auto;
        margin-right: auto;
        vertical-align: middle;
    }

    .icon-big {
        background-image: url("icons-grid-big@2x.png");
        -moz-background-size: 300px 300px;
        -ie-background-size: 300px 300px;
        -o-background-size: 300px 300px;
        -webkit-background-size: 300px 300px;
        background-size: 300px 300px;
        background-repeat: no-repeat;
        background-color: transparent;
        margin-left: auto;
        margin-right: auto;
        vertical-align: middle;
    }

    .icon-big-16 {
        background-image: url("icons-grid-big@2x.png");
        -moz-background-size: 100px 100px;
        -ie-background-size: 100px 100px;
        -o-background-size: 100px 100px;
        -webkit-background-size: 100px 100px;
        background-size: 100px 100px;
        background-repeat: no-repeat;
        background-color: transparent;
        margin-left: auto;
        margin-right: auto;
        vertical-align: middle;
    }

    .icon2 {
        background-image: url("icons-grid-2.png");
        -moz-background-size: 200px 200px;
        -ie-background-size: 200px 200px;
        -o-background-size: 200px 200px;
        -webkit-background-size: 200px 200px;
        background-size: 200px 200px;
        background-repeat: no-repeat;
        background-color: transparent;
        margin-left: auto;
        margin-right: auto;
        vertical-align: middle;
    }
}

.icon-on {
    background-position: -42px -102px;
    width: 16px;
    height: 16px;
}

.icon-on-24 {
    background-position: -63px -153px;
    width: 24px;
    height: 24px;
}

.icon-on-32 {
    background-position: -84px -204px;
    width: 32px;
    height: 32px;
}

.icon-off {
    background-position: -62px -102px;
    width: 16px;
    height: 16px;
}

.icon-off-24 {
    background-position: -93px -153px;
    width: 24px;
    height: 24px;
}

.icon-off-32 {
    background-position: -124px -204px;
    width: 32px;
    height: 32px;
}

.icon-warning {
    background-position: -82px -102px;
    width: 16px;
    height: 16px;
}

.icon-warning-24 {
    background-position: -123px -153px;
    width: 24px;
    height: 24px;
}

.icon-warning-32 {
    background-position: -164px -204px;
    width: 32px;
    height: 32px;
}

.icon-player {
    background-position: -82px -62px;
    width: 16px;
    height: 16px;
}

.icon-player-24 {
    background-position: -123px -93px;
    width: 24px;
    height: 24px;
}

.icon-player-32 {
    background-position: -164px -124px;
    width: 32px;
    height: 32px;
}

.icon-update {
    background-position: -142px -2px;
    width: 16px;
    height: 16px;
}

.icon-add {
    background-position: -2px -42px;
    width: 16px;
    height: 16px;
}

.icon-copy {
    background-position: -182px -42px;
    width: 16px;
    height: 16px;
}

.icon-delete {
    background-position: -102px -2px;
    width: 16px;
    height: 16px;
}

.icon-tag {
    background-position: -42px -2px;
    width: 16px;
    height: 16px;
}

.icon-down {
    background-position: -2px -2px !important;
    width: 16px;
    height: 16px;
}

.icon-move-up {
    background-position: -142px -62px !important;
    width: 16px;
    height: 16px;
}

.icon-move-down {
    background-position: -162px -62px !important;
    width: 16px;
    height: 16px;
}

.icon-email{
    background-position: -162px -142px !important;
    width: 16px;
    height: 16px;
}

.icon-up {
    background-position: -22px -2px !important;
    width: 16px;
    height: 16px;
}

.icon-share {
    background-position: -162px -2px;
    width: 16px;
    height: 16px;
}

.icon-edit {
    background-position: -122px -2px;
    width: 16px;
    height: 16px;
}

.icon-Export {
    background-position: -22px -102px;
    width: 16px;
    height: 16px;
}

.icon-Import {
    background-position: -2px -102px;
    width: 16px;
    height: 16px;
}


.icon-Calendar-24 {
    background-position: -182px -62px;
    width: 22px;
    height: 16px;
}

.icon-video {
    background-position: -82px -2px;
    width: 16px;
    height: 16px;
}

.icon-library {
    background-position: -182px -142px;
    width: 16px;
    height: 16px;
}

.icon-shared {
    background-position: -162px -2px;
    width: 16px!important;
    height: 16px!important;
}

.icon-encoding {
    background-position: -62px -2px;
    width: 16px;
    height: 16px;
}

.icon-unassigned {
    background-position: -182px -2px!important;
    width: 16px;
    height: 16px;
}

.icon-settings {
    background-position: -2px -62px;
    width: 16px;
    height: 16px;
}

.icon-global {
    background-position: -82px -82px!important;
    width: 16px;
    height: 16px;
}

.icon-network {
    background-position: -122px -42px;
    width: 16px;
    height: 16px;
}


.icon-network-24 {
    background-position: -183px -63px!important;
    width: 24px;
    height: 24px;
}

.icon-network-32 {
    background-position: -244px -84px!important;
    width: 32px;
    height: 32px;
}

.icon-playergroup {
    background-position: -62px -62px!important;
    width: 16px;
    height: 16px;
}

.icon-user {
    background-position: -162px -22px!important;
    width: 16px;
    height: 16px;
}

.icon-user-24 {
    background-position: -243px -33px!important;
    width: 24px;
    height: 24px;
}

.icon-user-32 {
    background-position: -324px -44px!important;
    width: 32px;
    height: 32px;
}

.icon-content {
    background-position: -162px -82px!important;
    width: 16px;
    height: 16px;
}

.icon-content-24 {
    background-position: -243px -123px!important;
    width: 24px;
    height: 24px;
}

.icon-content-32 {
    background-position: -324px -164px!important;
    width: 32px;
    height: 32px;
}

.icon-app {
    background-position: -102px -82px!important;
    width: 16px;
    height: 16px;
}

.icon-app-24 {
    background-position: -153px -123px!important;
    width: 24px;
    height: 24px;
}

.icon-app-32 {
    background-position: -204px -164px!important;
    width: 32px;
    height: 32px;
}

.icon-prev {
    background-position: -142px -82px!important;
    width: 16px;
    height: 16px;
}

.icon-next {
    background-position: -122px -82px!important;
    width: 16px;
    height: 16px;
}

.icon-search {
    background-position: -142px -22px;
    width: 16px;
    height: 16px;
}

.icon-search-24 {
    background-position: -213px -33px!important;
    width: 24px;
    height: 24px;
}

.icon-content-usage {
    background-position: -102px -102px;
    width: 16px;
    height: 16px;
}

.icon-content-usage-32 {
    background-position: -204px -204px;
    width: 32px;
    height: 32px;
}

.icon-usergroups {
    background-position: -182px -22px!important;
    width: 16px;
    height: 16px;
}

.icon-usergroups-32 {
    background-position: -364px -44px!important;
    width: 32px;
    height: 32px;
}

.icon-assign {
    background-position: -2px -82px!important;
    width: 16px;
    height: 16px;
}

.icon-assign-32 {
    background-position: -4px -164px!important;
    width: 32px;
    height: 32px;
}


.icon-package-add {
    background-position: -102px -62px!important;
    width: 16px;
    height: 16px;
}

.icon-package-delete {
    background-position: -122px -62px!important;
    width: 16px;
    height: 16px;
}

.icon-package-enable {
    background-position: -142px -42px!important;
    width: 16px;
    height: 16px;
}

.icon-package-disable {
    background-position: -162px -42px!important;
    width: 16px;
    height: 16px;
}

.icon-folder {
    background-position: -42px -22px;
    width: 16px;
    height: 16px;
}

.icon-ungroup {
    background-position: -182px -102px!important;
    width: 16px;
    height: 16px;
}

.icon-unregister {
    background-position: -162px -102px!important;
    width: 16px;
    height: 16px;
}

.icon-save {
    background-position: -2px -122px!important;
    width: 16px;
    height: 16px;
}

.icon-save-black {
    background-position: -22px -142px!important;
    width: 16px;
    height: 16px;
}

.icon-revert {
    background-position: -102px -142px!important;
    width: 16px;
    height: 16px;
}

.icon-copy-ve {
    background-position: -22px -122px!important;
    width: 16px;
    height: 16px;
}

.icon-add-ve {
    background-position: -42px -122px!important;
    width: 16px;
    height: 16px;
}

.icon-openmedia {
    background-position: -182px -42px;
    width: 16px;
    height: 16px;
}

.icon-download {
    background-position: -102px -22px;
    width: 16px;
    height: 16px;
}

.icon-download-32 {
    background-position: -204px -42px;
    width: 32px;
    height: 32px;
}

.icon-stack {
    background-position: -2px -22px;
    width: 16px;
    height: 16px;
}

.icon-list {
    background-position: -22px -22px;
    width: 16px;
    height: 16px;
}

.icon-preview {
    background-position: -62px -122px;
    width: 16px;
    height: 16px;
}

.icon-calendar {
    background-position: -182px -62px;
    width: 16px;
    height: 16px;
}

.icon-invalid {
    background-position: -82px -42px;
    width: 16px;
    height: 16px;
}

.icon-ok {
    background-position: -102px -42px;
    width: 16px;
    height: 16px;
}

.icon-stack-inverse {
    background-position: -82px -122px;
    width: 16px;
    height: 16px;
}

.icon-list-inverse {
    background-position: -102px -122px;
    width: 16px;
    height: 16px;
}

.icon-shared-folder {
    background-position: -82px -22px!important;
    width: 16px;
    height: 16px;
}

.icon-bar {
    background-position: -182px -122px;
    width: 16px;
    height: 16px;
}

.icon-ex-mark {
    background-position: -82px -102px;
    width: 16px;
    height: 16px;
}

.icon-home-red {
    background-position: -62px -142px;
    width: 16px;
    height: 16px;
}

.icon-home-orange {
    background-position: -62px -142px;
    width: 16px;
    height: 16px;
}

.icon-flag-orange {
    background-position: -22px -182px;
    width: 16px;
    height: 16px;
}

.icon-home {
    background-position: -42px -142px;
    width: 16px;
    height: 16px;
}

.icon-bar-reverse {
    background-position: -162px -122px;
    width: 16px;
    height: 16px;
}

.icon-reload {
    background-position: -2px -142px;
    width: 16px;
    height: 16px;
}

.icon-export {
    background-position: -22px -102px;
    width: 16px;
    height: 16px;
}

.icon-connect {
    background-position: -42px -82px;
    width: 16px;
    height: 16px;
}

.icon-transcoding-big {
    background-position: -251px -151px!important;
    width: 48px;
    height: 48px;
}

.icon-global-big {
    background-position: -101px -151px!important;
    width: 48px;
    height: 48px;
}

.icon-cisco-big {
    background-position: -151px -151px!important;
    width: 48px;
    height: 48px;
}

.icon-url-big {
    background-position: -1px -201px!important;
    width: 48px;
    height: 48px;
}

.icon-desktop-big {
    background-position: -1px -1px!important;
    width: 48px;
    height: 48px;
}

.icon-download-big {
    background-position: -51px -201px!important;
    width: 48px;
    height: 48px;
}

.icon-big-flash-16 {
    background-position: -34px 0px;
    width: 16px;
    height: 16px;
}

.icon-big-pdf-16 {
    background-position: -84px -17px;
    width: 16px;
    height: 16px;
}

.icon-big-ppt-16 {
    background-position: -84px 0px;
    width: 16px;
    height: 16px;
}

.icon-big-video-16 {
    background-position: -18px 0px;
    width: 16px;
    height: 16px;
}

.icon-big-external-16 {
    background-position: -85px -34px;
    width: 16px;
    height: 16px;
}

.icon-big-richtext-16 {
    background-position: -67px 0px;
    width: 16px;
    height: 16px;
}

.icon-big-audio-16 {
    background-position: -50px 0;
    width: 16px;
    height: 16px;
}

.icon-big-html-16 {
    background-position: -67px -17px;
    width: 16px;
    height: 16px;
}

.icon-big-unknown-16 {
    background-position: -34px -17px;
    width: 16px;
    height: 16px;
}

.icon-media-preview {
    background-position: -122px -142px!important;
    width: 16px;
    height: 16px;
}

.icon-back {
    background-position: -82px -142px;
    width: 16px;
    height: 16px;
}

.icon-sync {
    background-position: -62px -162px;
    width: 16px;
    height: 16px;
}

.icon-sync2 {
    background-position: -162px -103px;
    width: 16px;
    height: 16px;
}

.icon-syncmode {
    background-position: -62px -162px;
    width: 20px;
    height: 20px;
} 

.icon-check {
    background-position: -42px -182px;
    width: 16px;
    height: 16px;
}

.icon-move {
    background-position: -82px -182px;
    width: 16px;
    height: 16px;
}

.icon-lock {
    background-position: -102px -182px;
    width: 16px;
    height: 16px;
}

.icon-clock {
    background-position: -62px -82px;
    width: 16px;
    height: 16px;
}

.icon-expander-right {
    background-position: -22px -62px;
    width: 16px;
    height: 16px;
}

.icon-cross {
    background-position: -2px -182px;
    width: 16px;
    height: 16px;
} 

.icon2-uploadSuccess {
    background-position: -2px -2px;
    width: 16px;
    height: 16px;
}
.icon2-uploadRemove, .icon2uploadremove {
    background-position: -22px -2px;
    width: 16px;
    height: 16px;
}

.icon2-assignchannel {
    background-position: -42px -2px!important;
    width: 16px;
    height: 16px;
}

.icon2-close {
    background-position: -142px -2px!important;
    width: 16px;
    height: 16px;
}

.icon2-edit {
    background-position: -182px -2px!important;
    width: 16px;
    height: 16px;
} 