@charset "UTF-8";

@font-face {
    font-family: "omare-icons2";
    src:url("fonts/omare-icons2.eot");
    src:url("fonts/omare-icons2.eot?#iefix") format("embedded-opentype"),
        url("fonts/omare-icons2.woff") format("woff"),
        url("fonts/omare-icons2.ttf") format("truetype"),
        url("fonts/omare-icons2.svg#omare-icons2") format("svg");
    font-weight: normal;
    font-style: normal;

}

[data-icon]:before {
    font-family: "omare-icons2" !important;
    content: attr(data-icon);
    font-style: normal !important;
    font-weight: normal !important;
    font-variant: normal !important;
    text-transform: none !important;
    speak: none;
    line-height: 1;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}

[class^="omare-"]:before,
[class*=" omare-"]:before {
    font-family: "omare-icons2" !important;
    font-style: normal !important;
    font-weight: normal !important;
    font-variant: normal !important;
    text-transform: none !important;
    speak: none;
    line-height: 1;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}

.omare-coordenadas:before {
    content: "\66";
}
.omare-data:before {
    content: "\67";
}
.omare-especie:before {
    content: "\68";
}
.omare-localizacao:before {
    content: "\69";
}
.omare-email:before {
    content: "\61";
}
.omare-telefone:before {
    content: "\62";
}
.omare-website:before {
    content: "\63";
}
.omare-entidades:before {
    content: "\64";
}
.omare-revisores:before {
    content: "\65";
}
.omare-utilizadores:before {
    content: "\6a";
}
.omare-validado:before {
    content: "\6d";
}
.omare-utilizadores-1:before {
    content: "\6e";
}
.omare-acessos:before {
    content: "\6f";
}
.omare-views:before {
    content: "\70";
}




.i-users-list{

}

.i-users-list::before {
    font-size: 50px;
    position: relative;
    top: 7px;
}

.i-user-logged::before {
    font-size: 50px;
    position: relative;
    left: -12px;
    top: 1px;
}

.i-user-logged.omare-revisores::before {
    font-size: 45px;
    left: -8px;
    top: 2px;
}

.i-user-logged.omare-entidades::before {
    left: -12px;
    top: 2px;
}


.i-users-listed::before{
    font-size: 57px;
    position: absolute;
    left: -16px;
    top: -6px;
    color: #cacccf;
}

.i-users-listed.omare-revisores::before {
    font-size: 52px;
    left: -14px;
    top: -5px;
}

.i-users-listed.omare-entidades::before {
    font-size: 46px;
    left: -9px;
    top: -1px;
}

.selected .i-users-listed::before,
.me .i-users-listed::before{
    color: #54c7e7;
}

.content.useres .omare-utilizadores-1{
    font-size: 76px;
    color: #fff;
    width: 120px;
    height: 120px;
    text-align: center;
    border-radius: 50%;
    border: 2px solid #54c7e7;
    display: inline-block;
    margin-bottom: 5px;
}

.content.useres .omare-utilizadores-1::before {
    position: relative;
    top: 16px;
}

.content.useres .omare-acessos{
    height: 30px;
    width: 30px;
    display: inline-block;
    position: relative;
}


.content.useres .omare-acessos::before {
    font-size: 56px;
    position: absolute;
    top: -7px;
    left: -14px;
    color:#cacccf;
}


.content .omare-coordenada-1{
    font-size: 76px;
    color: #fff;
    width: 120px;
    height: 120px;
    text-align: center;
    border-radius: 50%;
    border: 2px solid #54c7e7;
    display: inline-block;
    margin-bottom: 5px;
}

.content .omare-coordenada-1::before {
    content: "\66";
    position: relative;
    top: 11px;
}