@font-face { font-family:"Ubuntu"; src:url('Fonts/Ubuntu-R.ttf'); font-weight:normal; font-style:normal; }
@font-face { font-family:"Ubuntu"; src:url('Fonts/Ubuntu-RI.ttf'); font-weight:normal; font-style:italic; }
@font-face { font-family:"Ubuntu"; src:url('Fonts/Ubuntu-B.ttf'); font-weight:bold; font-style:normal; }
@font-face { font-family:"Ubuntu"; src:url('Fonts/Ubuntu-BI.ttf'); font-weight:bold; font-style:italic; }
@font-face { font-family:"Ubuntu-L"; src:url('Fonts/Ubuntu-L.ttf'); font-weight:normal; font-style:normal; }
@font-face { font-family:"Ubuntu-L"; src:url('Fonts/Ubuntu-LI.ttf'); font-weight:normal; font-style:italic; }
@font-face { font-family:"Ubuntu-L"; src:url('Fonts/Ubuntu-M.ttf'); font-weight:bold; font-style:normal; }

html, body {
    width:100%;
    height:100%; 
    min-height:100%;
	margin:0px;
	padding:0px;
	background-color:#FFFFFF;
	font-family:"Ubuntu-L";
	font-size:12px;
	font-style:normal;
	font-weight:normal;
	color:#222222;
}

#header {
    position:fixed;
    z-index:99;
    top:0;
    width:100%;
    background-image:url('../img/bg_header.jpg');
    background-position:left top;
    background-repeat:repeat-x;
}
#header_tabela {
    display:table;
    width:100%;
}
#header_coluna {
    display:table-cell;
    width:100%;
    vertical-align:top;
    padding-left:20px;
    padding-right:20px;
    text-align:left;
}
#header_linha01 {
    float:left;
    width:100%;
    min-height:18px;
    font-size:11px;
    color:#FFFFFF;
}	
#header_linha02 {
    float:left;
    width:100%;
    height:74px;
}
#header_linha03 {
    float:left;
    width:100%;
    min-height:2px;
    font-size:11px;
}

#header_menu {
    float:left;width:100%;height:74px;white-space:nowrap;
}
#header_menu > div {
    float:left;width:104px;height:72px;margin-right:4px;margin-top:2px;
}
#header_menu > div:first-child {
    width:104px;
}
#header_menu > div:last-child {
    margin-right:0;
}

.header_menu_bt {
    position:relative;width:104px;height:52px;display:block;background-color:rgba(255, 255, 255, 0.2);cursor:pointer;
}
.header_menu_bt.selected {
    background-color:rgba(255, 255, 255, 1);border-bottom:2px solid #1ba6e1;
}
.header_menu_bt:hover:not(.selected) {
    background-color:rgba(255, 255, 255, 0.6)!important;
}
.header_menu_bt_txt {
    position:absolute;
    left:2px;
    bottom:2px;
    width:100px;
    font-size:15.5px;
    /*color:#004b7f;*/
    color:#1ba6e1;
}

.header_submenu_bt {
    float:left;width:104px;height:18px;line-height:18px;text-indent:4px;color:#059edf;font-weight:bold;display:block;
}
.header_submenu_bt:first-child {
    width:104px;
}
.header_submenu_bt:last-child {
    margin-right:0;
}
.header_submenu_bt.selected {
    cursor:pointer;background-color:#FFFFFF;
}
.header_submenu_bt:hover:not(.selected) {
    cursor:auto;background-color:transparent;
}

.header_menu_scroll {
    float:left;width:20px;height:20px;line-height:20px;text-align:center;background-color:rgba(255, 255, 255, 0.4);color:#059edf;
    font-size:16px;font-weight:bold;
}
.header_menu_scroll, .ativo {
    cursor:pointer;
}
.header_menu_scroll:not(.ativo) {
    cursor:default;
    color:#AAAAAA;
}
.header_menu_scroll:hover {
    background-color:rgba(255, 255, 255, 1)!important;
}
.header_menu_scroll:hover:not(.ativo) {
    background-color:rgba(255, 255, 255, 0.4)!important;
}
		
#content {
	display:table;
	width:100%;
	height:auto;
}
.contentbox {
    display:table-cell;
    width:auto;
	height:auto;
    vertical-align:top;
    padding-top:130px;
    padding-bottom:50px;
    padding-left:20px;
    padding-right:20px;
}
.contentbox_externapp {
    display:table-cell;
    width:auto;
	height:auto;
    vertical-align:top;
}
.contentbox_div {
    float:left;
    width:100%;
}

#footer {
    position:fixed;
    z-index:99;
    width:100%;
    height:30px;
    line-height:30px;
    bottom:0;
    background-color:#b5b5b5;
	color:#FFFFFF;
    font-size:14px;
}
#footer_tabela {
    display:table;
    width:100%;
    height:30px;
}
#footer_coluna01 {
    display:table-cell;
    height:30px;
    vertical-align:top;
    padding-left:20px;
    text-align:left;
}
#footer_coluna02 {
    display:table-cell;
    height:30px;
    vertical-align:top;
    padding-right:20px;
    text-align:right;
}

a img { 
	border: 0px;
}
a {
    cursor:pointer;
    color:#333333;
    font-weight: normal;
	text-decoration: none;
}
a:hover  {
    color:#000000;
    font-weight: normal;
	text-decoration: underline;
}

.LinkCor {
	color:#005c9c;
	font-weight:normal;
	text-decoration:none;
}
.LinkCor a {
	color:#005c9c;
	font-weight:normal;
	text-decoration:none;
}
.LinkCor a:hover {
	color:#005c9c;
	font-weight:normal;
	text-decoration:underline;
}

.LinkBranco {
	color:#FFFFFF;
	font-weight:normal;
	text-decoration:none;
}
.LinkBranco a {
	color:#FFFFFF;
	font-weight:normal;
	text-decoration:none;
}
.LinkBranco a:hover {
	color:#EEEEEE;
	font-weight:normal;
	text-decoration:underline;
}

.Panel_Formulario {
    width:900px;
    margin:0px auto;
}

.tooltipsy {
    padding:6px;
    max-width:200px;
    color:#303030;
    background-color:#3399e3;
    color:#FFFFFF;
    font-weight:bold;
    border-radius:5px;
    -moz-box-shadow:0 0 10px rgba(0, 0, 0, .5);
    -webkit-box-shadow:0 0 10px rgba(0, 0, 0, .5);
    box-shadow:0 0 10px rgba(0, 0, 0, .5);
    text-shadow:none;
}

.SubMenu:hover span
{
    color:#3399e3!important;
}
.SMT_Janela:hover img
{
    content:url("../img/smt_icon_janela_azul_l.png");
}
.SMT_Voltar:hover img
{
    content:url("../img/smt_icon_voltar_azul_l.png");
}
.SMT_Inserir:hover img
{
    content:url("../img/smt_icon_inserir_azul_l.png");
}
.SMT_Go:hover img
{
    content:url("../img/smt_icon_go_azul_l.png");
}
.SMT_Arrumacao:hover img
{
    content:url("../img/smt_icon_arrumacao_azul_l.png");
}
.SMT_Equipamentos:hover img
{
    content:url("../img/smt_icon_equipamentos_azul_l.png");
}
.SMT_Imprimir:hover img
{
    content:url("../img/smt_icon_imprimir_azul_l.png");
}
.SMT_Configurar:hover img
{
    content:url("../img/smt_icon_configurar_azul_l.png");
}

.iNewsGest {
    border:0px;
    margin:0px;
    padding:0px;
    overflow-x:hidden;
    overflow-y:auto;
}