.logo
{
    display: block;
    float: left;
    padding: 2px 20px 0;
    margin-left: -20px;
    font-size: 20px;
    font-weight: 200;
    color: #777;
    text-shadow: 0 1px 0 white;
}

.container {
    margin-right: auto;
    margin-left: auto;
}

.top-buffer { margin-top:20px; }

p {
    margin: 0 0 9px;
    font-family: "Helvetica Neue",Helvetica,Arial,sans-serif;
    font-size: 13px;
    line-height: 18px;
}

.center {
    text-align: center;
}

div#footer {
    color: #999;
}

.table thead .sorting,
.table thead .sorting_asc,
.table thead .sorting_desc
{
    cursor: pointer;
    *cursor: hand;
}

.table thead .sorting {
    background: url('images/table-sort-both.png') no-repeat center right;
}

.table thead .sorting_asc {
    background: url('images/table-sort-asc.png') no-repeat center right;
}
.table thead .sorting_desc {
    background: url('images/table-sort-desc.png') no-repeat center right;
}

.table-striped>tbody>tr.selectedItem>td {
    /*background-color: #006699 !important;*/
    background-color: #66FF66 !important;
}

[ng\:cloak], [ng-cloak], .ng-cloak {
    display: none !important;
}

.image-thumb, .image-thumb img {
    position:relative;
    /*width:60px;*/
    /*height:50px;*/
}
.image-fav {
    display:none;
    position:absolute;
    top:0;
    left:0;
    /*padding-top: -5px;*/
    margin-top: -18px;
    margin-left: -18px;
    width:15px;
    height:15px;
    color:#000000;
    font-size: 2.0em;
    /*background-image:url(/static/images/excel_ico.png);*/
}
.image-thumb:hover .image-fav {
    display:block;
}
.image-fav:hover {
    /*background-image:url(/static/images/excel_ico.png);*/
    /*color:red;*/
    /*icon-3x;*/
}

.modal-body img {
    /*position:relative;*/
    float:left;
    margin: 4px;
    width:120px;
    height:100px;
}

.modal-body p {
    font-size: 16px;
    margin: 4px;
}

.top-buffer { margin-top:20px; }