﻿.title {
    display: block;
    font-size: 20px;
    font-weight: bold;
    margin-bottom: 15px;
    margin-top: 5px;
    letter-spacing: -0.035em;
    line-height: 1.5384616;
}

.iconLogin {
    text-align: center;
    border: 1px solid transparent;
    background: rgba(0,0,0,.1);
    -webkit-transition: -webkit-transform ease-out .1s,background .2s;
    -moz-transition: -moz-transform ease-out .1s,background .2s;
    transition: transform ease-out .1s,background .2s;
    -webkit-border-radius: 20px;
    -moz-border-radius: 20px;
    -ms-border-radius: 20px;
    border-radius: 20px;
    height: 35px;
    line-height: 33px;
    margin-left: 10px;
    margin-top: 7px;
    width: 35px;
}

.left {
    text-align: left;
}

.right {
    text-align: right;
}

.center {
    text-align: center !important;
}

.line-header:after {
    content: ".";
    display: block;
    height: 0;
    clear: both;
    visibility: hidden;
}

.line-header {
    display: inline;
}

* html .line-header {
    height: 2%;
}

.line-header {
    display: block;
}

.line-header > .loggedUser{
    padding-left:40px;
}

table.filter > tbody > tr td:nth-child(odd){
    font-weight:bold; 
    letter-spacing:1px;  
}