/*
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 : 15-mar-2018, 15.35.45
    Author     : Stefano
*/

@font-face {
    font-family: 'font_icone';
    src: url('icons/icons.woff') format('woff'), url('icons/icons.ttf') format('truetype');
    font-weight: normal;
    font-style: normal;
}

.icon-shadow{
    text-shadow: 0px 0px 14px white;
}

.big{
    font-size: 16px;
}

.icon{
    font-family: 'font_icone';
    display: inline-block;
    width: 30px;
    height: 30px;
    font-size: 30px;
    text-transform: none;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    font-weight: normal;
    font-style: normal;
}

.icon.icon-users{
    top: 1px;
    font-size: 14px;
    width: 14px;
    height: initial;
    padding-left: 3px;
}

.icon.icon-users:before{
    content: "w";    
}

.icon.icon-network:before{
    content: "B";    
}

.border-none{
    border: none !important;
}

.icon.icon-network{
    padding-left: 7px;
}

.glyphicon.icon-device-group, .glyphicon.icon-card-group{
    font-family: 'font_icone';
}

.icon.icon-device-group:before, .glyphicon.icon-device-group:before{
    content: "x";    
}

.icon.icon-card-group:before{
    content: "z";    
}

.icon.icon-card-group, .icon.icon-device-group, .icon-bigger{
    font-size: 50px !important;
    vertical-align: middle;
    width: 50px !important;
    height: 50px !important;
}