/*
To change this license header, choose License Headers in Project Properties.
To change this template file, choose Tools | Templates
and open the template in the editor.
*/
/* 
    Created on : 3/Nov/2014, 16:59:12
    Author     : joes
*/
span.icon {
    display: inline-block;
    width: 20px;
    height: 20px;
    background-repeat: no-repeat;
}
span.icon.backward-icon {
    background: url(../img/ICON_RETROCEDER.png) no-repeat center center;
}
span.icon.forward-icon {
    background: url(../img/ICON_AVANCAR.png)no-repeat center center;
}
span.icon.ball-icon-red {
    border-radius: 50%;
    display: inline-block;
    height: 7px;
    width: 7px;
    border: 1px solid red;
    background-color: rgb(211, 92, 92);
    display: inline-block;
    margin-right: 7px;
}
span.icon.ball-icon-blue {
    border-radius: 50%;
    display: inline-block;
    height: 7px;
    width: 7px;
    border: 1px solid rgb(66, 112, 184);
    background-color: rgb(123, 175, 239);
    display: inline-block;
    margin-right: 7px;
}
span.icon.document-less {
    background: url(../img/ICON_DESMARCAR_DOCS.png) no-repeat center 3px;
}
span.icon.document-more {
    background: url(../img/ICON_DOCS_MARCADOS.png) no-repeat center 3px;
}
span.icon.print-document {
    background: url(../img/ICON_IMPRIMIR.png) no-repeat center 3px;
}
span.icon.home {
    background: url(../img/home22.png) no-repeat;
}
span.icon.search-green {
    background: url(../img/ICON_PESQUISA.png) no-repeat center 4px;
}
span.icon.search-blue {
    background: url(../img/ICON_PESQUISA2.png) no-repeat center 4px;
}
span.icon.personal-notes {
    background: url(../img/ICON_NOTA.png) no-repeat center 4px;
    height: 25px;
}
span.icon.personal-notes.green {
    background: url(../img/ICON_NOTA_ok.png) no-repeat center 4px;
    height: 25px;
}
span.icon.bookmarks {
    /*display: none !important;*/
    background: url(../img/favoritoLivroMarca.png);
    height: 16px;
    width: 16px;
}
span.icon.bookmarks.remove {
    /*display: none !important;*/
    background: url(../img/favoritoLivroMarcaMenos.png);
}
span.icon.preloader-in-document {
	background: url(../img/preloader_extra_documents.GIF);
	height: 10px;
	width: 30px;
}
span.icon.annotations {
	background: url(../img/Anota_F.png) no-repeat;
	width: 147px;
	cursor: pointer;
}
span.icon.annotations.open {
	background: url(../img/Anota_A.png) no-repeat;
	width: 147px;
	cursor: pointer;
}
span.icon.remissions {
	background: url(../img/Remiss_F.png) no-repeat;
	width: 147px;
	cursor: pointer;
}
span.icon.remissions.open {
	background: url(../img/Remiss_A.png) no-repeat;
	width: 147px;
	cursor: pointer;
}
span.icon.previousredaction {
	background: url(../img/RedAnter_F.png) no-repeat;
	width: 147px;
	cursor: pointer;
}
span.icon.close-tab-icon:hover {
        color: red !important;
}
span.icon.close-tab-icon {
        /*background: url(../img/close_tab_icon.png) no-repeat;*/
        width: 16px !important;
        height: 16px !important;
        cursor: pointer !important;
}
span.icon.close-tab-icon:after {
        content: "X" !important;
}
span.icon.previousredaction.open {
	background: url(../img/RedAnter_A.png) no-repeat;
	width: 147px;
	cursor: pointer;
}
span.icon.history-board {
        background: url(../img/icon-history-msmall.png) no-repeat;
        width: 18px;
        height: 18px;
}
span.icon.bookmarks-board {
        background: url(../img/icon-bookmarks-msmall.png) no-repeat;
        width: 18px;
        height: 18px;
}
span.icon.glossary {
        background: url(../img/ICON_BLUE_DOCUMENT.png) no-repeat 4px 2px;
        width: 18px;
        height: 18px;
}
span.icon.close-float-window {
        display: block;
        width: 18px;
        height: 18px;
        background: white;
        cursor: pointer;
        position: absolute;
        top: 7px;
        right: 7px;
        border-radius: 4px;
        -moz-border-radius: 4px;
        -webkit-border-radius: 4px;
        color: rgb(0, 131, 142);
        font-size: 11px;
        text-align: center;
        cursor: pointer;
        line-height: 20px;
}
span.icon.close-float-window:hover {
        background: #333;
        color: white;
}