﻿@font-face
{
    font-family: "logo-font";
    src: url('fonts/mob.eot');
    src: url('fonts/mob.eot?#iefix') format('embedded-opentype'), url('fonts/mob.woff') format('woff'), url('fonts/mob.ttf') format('truetype'), url('fonts/mob.otf') format("opentype"), url('fonts/mob.svg#sgconsig-logo') format('svg');
    font-weight: normal;
    font-style: normal;
}

[class^="sgconsig-icon-"], [class*=" sgconsig-icon-"] {
    text-align: center;
}

.btn
{
    display: inline-block;
    font-weight: normal;
    text-align: center;
    border: 0px;
    border-image-source: initial;
    border-image-slice: initial;
    border-image-width: initial;
    border-image-outset: initial;
    border-image-repeat: initial;
    margin: 2px;
    line-height: 1.7;
    position: relative;
    cursor: pointer;
    vertical-align: middle;
    box-shadow: none;
}

.btn-menu
{
    display: block;
    font-size: 32 !important;
    color: #fff !important;
    width: 72px;
    background: linear-gradient(#d32222 0px, #da3b3b 100%) repeat-x #da4b4b;
    padding: 12px 0px 8px;
    border-radius: 5px;
    margin: 0 auto;
}

.btn-menu:hover
{
    color: #fff;
    background: linear-gradient(#da3b3b 0px, #d32222 100%) repeat-x #da4b4b;
    text-decoration: none;
}

.btn > [class*="sgconsig-icon"]
{
    display: block;
    font-size: 50px;
    margin: 0px 0px 4px;
    line-height: 50px;
    min-width: 0px;
    padding: 0px;
}

.btn-panel {
    display: table;
}

.btn-panel > label 
{
    font-family: Verdana;
    font-weight: bold;
    color: #5e5e5e;
    font-size: 13px;
}

.sgconsig-logo
{
    font-size: 64px;
    color: #d32222;
}

.link-logo:hover
{
    text-decoration: none;
}

.topo {
    min-height: 64px;
}
.topo-title
{
    margin: 0 auto;
    margin-top: -46px;
    text-align: center;
    color: #d32222;
    font-size: 24px;
    font-family: Verdana, Arial, Helvetica, sans-serif;
    text-shadow: none;
}

.topo-subtitle {
    text-align: center;
    color: #d32222;
    font-size: 10px;
    font-family: Verdana, Arial, Helvetica, sans-serif;
    text-shadow: none;
    position: relative;
    left: 0;
    bottom: 0;
}

.label_version {
    font-family: Verdana, Arial, Helvetica, sans-serif;
    font-size: 11px;
    color: #5e5e5e;
    float: right;
    position: absolute;
    right: 0;
    top: 0;
}

.label_version > span {
    margin-right: 5px;
}

.user-label, .user-menu {
    margin-top: 5px;
    font-family: Verdana, Arial, Helvetica, sans-serif;
    font-size: 11px;
    color: #5e5e5e;
    font-weight: bold;
}

.expired-day {
    color: #d32222;
}

.user-label {
    float: left;
}

.user-menu {
    float: right;
}

.user-menu > a {
    margin-left: 5px;
    color: #5e5e5e;
}

.user-menu > a:hover {
    text-decoration: none;
}

.user-menu .lz_cbl {
    margin: 0;
}

.lz_cbl > img {
    vertical-align: bottom;
}