﻿


/* ICONS */

.suiteicon {
    width: 17px;
    height: 15px;
    display: inline-block;
}


.suiteBackIcon {
    display: block;
    background: url('img/navigateLocalSprite.png') no-repeat left top;
    width: 10px;
    height: 14px;
    margin: 0 0 12px 20px;
}

.suiteForwardIcon {
font-size: 0.875em;
  padding: 11px 20px;
  display: block;
  background: url('img/navigateLocalSprite.png') no-repeat 0px -497px;
}

.suiteicon span {
    border: 2px red solid;
}


.suiteicon.active {
    background-position-x: -100px !important;
}

.suiteicon:hover {
    background-position-x: -50px !important;
}

.suiteicon.viewgraph {
    background: url('img/sprite_topnav.png') no-repeat;
    background-position-y: -450px;
}

.suiteicon.viewlist {
    background: url('img/sprite_topnav.png') no-repeat;
    background-position-y: -474px;
}

.suiteicon.leaveacomment {
    background: url('img/sprite_features.png') no-repeat;
    background-position-y: -100px;
}

.suiteicon.movefile {
    background: url('img/navigateLocalSprite.png') no-repeat;
    background-position-y: -219px;
    background-position-x: 19px;
}

    .suiteicon.movefile:hover {
        background-position-x: 19px !important;
    }

.suiteicon.renamefile {
    background: url('img/navigateLocalSprite.png') no-repeat;
    background-position-y: -160px;
    background-position-x: 24px;
    width: 33px;
}

    .suiteicon.renamefile:hover {
        background-position-x: 24px !important;
    }

.sharing.isUrgent {
    background: rgb(255, 204, 0);
    width: 12px;
    margin: 3px;
    height: 12px;
    position: absolute;
    border-radius: 13px;
    margin-top: 5px;
}

.sharing.isImportant {
    border: 4px #aa1b08 solid;
    width: 10px;
    height: 10px;
    position: absolute;
    border-radius: 12px;
    margin-top: 2px;
    margin-left: 0px;
}

/* file actions */

.fileActions a.suite-folder-sharing-icon {
    background: url('img/sprite_options.png') no-repeat left top;
    background-position-y: -144px !important;
    background-position-x: -44px;
    height: 25px;
    width: 0px;
    float: right;
    color: transparent;
}

/*.fileactionicon {
}

 .fileactionicon.done {
        background: #455f6c url('img/sprite_options.png') no-repeat left top;
        background-position: 17px -237px;
        width: 20px;
        height: 10px;
        display: block;
        padding: 28px 10px 0 10px;
        font-size: 0.8em;
    }*/
