﻿@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;
}

body
{
    font-family: Verdana, Arial, Helvetica, sans-serif !important;
    background-color: #eaeaea;
    color: #5e5e5e;
}

h1, h2, h3, h4, h5, h6
{
    color: #dd2200;
    font-weight: bold;
}

a
{
    color: #5e5e5e;
}

a:hover
{
    color: #3e3e3e;
    text-decoration: none;
}

.no-padding
{
    padding: 0 !important;
}

.align-center
{
    margin: 0 auto;
    text-align: center !important;
}

/*
textarea:focus, input[type="text"]:focus, input[type="password"]:focus, input[type="datetime"]:focus, input[type="datetime-local"]:focus, input[type="date"]:focus, input[type="month"]:focus, input[type="time"]:focus, input[type="week"]:focus, input[type="number"]:focus, input[type="email"]:focus, input[type="url"]:focus, input[type="search"]:focus, input[type="tel"]:focus, input[type="color"]:focus, .uneditable-input:focus
{
    border-color: rgba(221, 34, 0, 0.7);
    outline: 0;
    outline: thin dotted 9;
    -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 8px rgba(221, 34, 0, 0.5);
    -moz-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 8px rgba(221, 34, 0, 0.5);
    box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 8px rgba(221, 34, 0, 0.5);
}
*/
.btn
{
    display: inline-block;
    color: #FFF !important;
    cursor: pointer;
    vertical-align: middle;
    margin: 0;
    position: relative;
}

.btn > [class*="icon-"]
{
    margin-right: 4px;
    font-size: 110%;
    display: inline;
    min-width: 12px;
}

.btn-mini > [class*="icon-"]
{
    margin-right: 2px;
    font-size: 120%;
}

.navbar
{
    margin-bottom: 6px;
}

.navbar .brand
{
    margin-left: 0;
    float: none;
}

.navbar-inner
{
    background-color: #e2e2e2;
    border: none;
    border-bottom: 1px solid #ccc;
    width: 100%;
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
    border-radius: 0;
    -webkit-box-shadow: 0 3px 6px rgba(0, 0, 0, 0.065);
    -moz-box-shadow: 0 3px 6px rgba(0, 0, 0, 0.065);
    box-shadow: 0 3px 6px rgba(0, 0, 0, 0.065);
    background-image: none;
    min-height: 64px;
}

.navbar-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;
}

.login-container
{
    width: 300px;
    margin: 0 auto;
}

.login-container legend
{
    font-size: 10px;
}

.captcha
{
    display: block;
    width: 60px;
    margin: 10px auto;
}

.sucesso, .erro, .info
{
    padding: 10px 30px 10px;
    margin-bottom: 10px;
}

.sucesso
{
    color: #468847;
    background-color: #dff0d8;
    border-color: #d6e9c6;
}

.erro
{
    color: #b94a48;
    background-color: #f2dede;
    border-color: #eed3d7;
}

.info
{
    color: #3a87ad;
    background-color: #d9edf7;
    border-color: #bce8f1;
}

.nav-box
{
    font-size: 11px;
}

.user-info, .user-nav
{
    font-weight: bold;
}

.user-info span
{
    padding-right: 30px;
}

.user-nav
{
    text-align: right;
}

.menu-container
{
    margin-top: 30px;
    text-align: center;
}

.menu-container ul > li
{
    width: 220px;
    margin-bottom: 10px;
    padding-left: 30px;
    list-style: none;
    font-weight: bold;
    text-align: center;
}

.menu-container span
{
    display: block;
}

.nav
{
    margin-bottom: 0;
}

.nav > li > a:hover, .nav > li > a:focus
{
    text-decoration: none;
    background-color: #dddddd;
}

.nav-tabs
{
    border-bottom: none;
}

.nav-tabs > li > a
{
    background-color: #b94a48;
    color: #fff;
}

.nav-tabs > li > a:hover, .nav-tabs > li > a:focus
{
    border-color: #dddddd #dddddd #b94a48;
    color: #5e5e5e;
}

.tab-content
{
    padding: 20px 20px 0 20px;
    background-color: #fff;
    border: 1px solid #ddd;
    border-top: 0;
}

.label-form
{
    padding-top: 5px;
    font-weight: bold;
}

.widget-box.no-border
{
    border-bottom: none;
}

.widget-header
{
    min-height: 38px;
    padding: 0 5px 0;
}

.widget-toolbar
{
    display: inline-block;
    line-height: 37px;
    padding-left: 10px;
    position: relative;
    height: 100%;
}

.widget-toolbar > .btn
{
    line-height: 27px;
}

.widget-toolbar > .btn-mini
{
    line-height: 22px;
}

.widget-body
{
    background-color: #FFF;
}

.btn-printer
{
    width: 25px;
    height: 20px;
    padding: 10px 10px 5px 11px;
}

.tooltip.top
{
    padding: 5px 0;
    margin-top: -3px;
}

.tooltip.right
{
    padding: 0 5px;
    margin-left: 3px;
}

.tooltip.bottom
{
    padding: 5px 0;
    margin-top: 3px;
}

.tooltip.left
{
    padding: 0 5px;
    margin-left: -10px;
}

.tooltip-inner
{
    max-width: 200px;
    padding: 8px;
    color: #ffffff;
    text-align: center;
    text-decoration: none;
    background-color: #bd362f;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    border-radius: 4px;
}

.tooltip.top .tooltip-arrow
{
    bottom: 0;
    left: 50%;
    margin-left: -5px;
    border-top-color: #bd362f;
    border-width: 5px 5px 0;
}

.tooltip.right .tooltip-arrow
{
    top: 50%;
    left: 0;
    margin-top: -5px;
    border-right-color: #bd362f;
    border-width: 5px 5px 5px 0;
}

.tooltip.left .tooltip-arrow
{
    top: 50%;
    right: 0;
    margin-top: -5px;
    border-left-color: #bd362f;
    border-width: 5px 0 5px 5px;
}

.tooltip.bottom .tooltip-arrow
{
    top: 0;
    left: 50%;
    margin-left: -5px;
    border-bottom-color: #bd362f;
    border-width: 0 5px 5px;
}

.form-horizontal .control-group
{
    margin-bottom: 10px;
}

#historico span
{
    font-weight: bold;
}

.table
{
    margin: 10px 0 10px;
}

#obsSimulador
{
    margin-top: 10px;
}

#simulador table
{
    margin-top: 10px;
}

#simulador table input, #simulador table select
{
    margin: 0 5px 0 0;
}

.radiobutton
{
    display: block;
}

.radiobutton label
{
    display: inline;
    margin-right: 10px;
}

/*****
Menu Principal
*****/

[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;
    text-shadow: none;
}

.btn-panel {
    display: block; /* Centralização dos icones por conta do bootstrap */
}

.btn-panel > label 
{
    font-family: Verdana;
    font-weight: bold;
    color: #5e5e5e;
    font-size: 13px;
}

.sgconsig-logo {
    font-size: 64px;
    color: #d32222;
    text-shadow: none;
}

.label_version {
    font-family: Verdana, Arial, Helvetica, sans-serif;
    font-size: 11px;
    color: #5e5e5e;
    float: right;
    position: absolute;
    top: 0;
    right: 0;
}

.label_version > span {
    margin-right: 5px;
}