﻿*
{
    margin:0;
    padding:0;
}
.fl
{
    float:left;
}
.fr
{
    float:right;
}
.clear
{
    clear:both;
}
.clearfix
{
    clear:both;
    display:block;
}
.hide
{
    display:none;
}
body
{
    background-image:url(../layout/bodybg.jpg);
    background-position:center 0;
    background-repeat:no-repeat;
    font-family:Segoe UI;
}
#geral
{
    margin-top:20px;
    border:1px solid #d6d7d8;
    box-shadow: 0 5px 20px rgba(0, 0, 0, 0.12);
    background-color:#FFFFFF;
    padding:1px;
}
#topo
{
    background-image:url(../layout/topobg.jpg);
    background-repeat:no-repeat;
    height:74px;
    padding-top:30px;
}
.main
{
    margin:0 auto;
    max-width: 960px;
}
.main:not(#css3-hack){
    max-width:1200px;
}
#topo > a
{
    display:block;
    font-size:0;
    text-indent:-9999px;
    width:255px;
    height:52px;
    background-image:url(../layout/logo.png);
    margin:0 auto;
}
#rodape > p
{
    display:inline-block;
    font-family:Calibri;
    font-size:10px;
    color:#0099cc;
    margin-top:10px;
}
#rodape > a
{
    display:block;
    font-size:0;
    text-indent:-9999px;
}
#rodape.macro > a
{
    background-image:url(../layout/logomacro.png);
    width:66px;
    height:36px;
    margin-top:2px;
}
#rodape.input > a
{
    background-image:url(../layout/logoinput.png);
    width:56px;
    height:46px;
    margin-top:2px;
}
#rodape.input > .macro, #rodape.macro > .input
{
    display:none;
}
.conteudo_content
{
    padding:0 8px;
}
.navbar .brand
{
    display:none;
}
.navbar-inner
{
    padding:0;
    border-radius:0;
    position:relative;
    background-color:transparent;
    box-shadow: 0 -5px 18px #CCCCCC;
    filter:progid:DXImageTransForm.Microsoft.gradient(startColorstr='#f9f9f9', endColorstr='#bebebe');
    background-image: -webkit-gradient(linear, CENTER TOP, CENTER BOTTOM, from(#f9f9f9), color-stop(50%, #f5f5f5), to(#bebebe));
    background-image: -moz-linear-gradient(CENTER TOP , #f9f9f9 0%, #f5f5f5 50%, #bebebe 100%);
    background-image: linear-gradient(CENTER TOP, #f9f9f9 0%, #f5f5f5 50%, #bebebe 100%);
}
.navbar
{
    margin-top:1px;
    font-size:12px;
}
.espacamento_menu
{
    height:2px;
    border-top:1px solid #fff8f4;
    border-bottom:1px solid #ff0b0b;
    background-color:#ff6200;
}
.patopo
{
    position:absolute;
    right:4px;
}
.patopo.usuario
{
    top:-46px;
}
.patopo.status
{
    top:-105px;
}
.patopo ul.dropdown-menu{
    width: 100%;
}
.navbar.navbar-fixed-top .nav-collapse{
  margin: 0 auto;
  max-width: 1194px;
  padding: 0 23px;
}
.navbar .nav .active > a, .navbar .nav .active > a:hover{
    background-color:rgba(139, 139, 139, 0.15);
    color:#333333;
    text-shadow:1px 1px #FFFFFF;
}
.navbar .nav > li > a
{
    color:#838383;
    text-shadow:1px 1px #FFFFFF;
}
.navbar .nav > li > a:hover
{
    background-color:rgba(139, 139, 139, 0.08);
    color:#666666;
    text-shadow:1px 1px #FFFFFF;
}
.navbar .nav li.dropdown .dropdown-toggle .caret, .navbar .nav li.dropdown.open .caret, .nav li.dropdown.open .caret,.nav li.dropdown.open.active .caret,.nav li.dropdown.open a:hover .caret
{
    border-top-color:#838383;
    border-bottom-color:#838383;
    opacity:1;
}
.navbar .nav > li > span
{
    border-left: 1px solid #DDDDDD;
    border-right: 1px solid #FFFFFF;
    display: inline-block;
    float: left;
    height: 39px;
}
.navbar .nav > li.last
{
    border-right:1px solid #DDDDDD;
}
.breadcrumb
{
    margin:0 10px 20px;
    padding:0 0 0 5px;
    display:inline-block;
    background-color:#ebebeb;
    border:1px solid #FFFFFF;
    box-shadow: 0 0 0 1px #DCDCDC;
}
.breadcrumb > li
{
    background-image:url(../layout/breadbg.png);
    background-repeat:no-repeat;
    background-position:right;
    padding-right:15px;
    line-height:18px;
    margin-right:5px;
}
.breadcrumb > li > a:hover
{
    color:#0088CC;
}
.breadcrumb > li > span
{
    line-height:18px;
}
.breadcrumb > li.last
{
    background-image:none;
    padding-right:5px;
}
.finalbread
{
    background-image: url("../layout/breadbg.png");
    background-repeat: no-repeat;
    display: block;
    height: 20px;
    margin-left: -13px;
    width: 13px;
}
.breadcrumb .divider
{
    display:none;
}
.usuario > a, .status > div > a
{
    width:130px;
    text-align:left;
}
.usuario > a > i, .status > div > a > i
{
    margin-top:4px;
}
.usuario > a
{
    height:20px;
}
.status button, .usuario button
{
    height:30px;
    margin-left:-5px !important;
    border-width: 1px;
    position:relative;
    z-index:10
}
i.icon-statuson
{
    display:inline-block;
    width:9px;
    height:9px;
    background-image:url(../layout/status.png);
    background-position: 0 0;
    margin:6px 5px 0 0 !important;
}
i.icon-statusoff
{
    display:inline-block;
    width:9px;
    height:9px;
    background-image:url(../layout/status.png);
    background-position: 0 -19px;
    margin:6px 5px 0 0 !important;
}
.status .caret
{
    margin:0 !important;
}
.status ul li a:hover i
{
    background-image:url(../layout/status.png) !important;
}
#geral > .row-fluid
{
    background-image:url(../layout/bottom_bg.png);
    background-repeat:no-repeat;
    background-position:center bottom;
}

.radiolist li{
  height: 26px;
  padding-left: 26px;
}
@media (min-width:1000px)
{
    #topo, #geral > .row-fluid
    {
        background-size:100% auto;
    }
}
.navbar-fixed-top
{
    margin-top:-1px;
    margin:0 auto;
}
.radiolist li .radio label{
    float: left;
}

.removeImagem {
	/*margin-top: -30px;
	margin-left: 5px;*/
}