body, select, input, textarea, td, a{font-family:Tahoma; font-size:11px;}

html {
    touch-action: none;
}

body {
    touch-action: none;
}


.msg {
	text-align: center;
	width: 100%;
}

.msg.msgErro,
.msg.msgOk,
.msg.msgGuia,
.msg.msgAlert {
	padding: 12px;
	width: 100%;
}

#msg {
	text-align: center;
	width: 100%;
}

#msg .msgErro,
#msg .msgOk,
#msg .msgGuia,
#msg .msgAlert {
	padding: 12px;
	width: 100%;
}

.msgErro,
.msgOk,
.msgGuia,
.msgAlert {
	padding: 2px;
	font-weight: bold;
	font-style: italic;
	z-index: 2;
	color: #fff;
}

.msgErro, tbody tr:hover td.msgErro {
	background: #900;
}

.msgOk, tbody tr:hover td.msgOk {
	background: #8fbf46;
}

.cabecalho, .footer {
    background: linear-gradient(to right, #000444 0, #1d357f 40%, #1d357f 60%, #000444 100%);
    background: #000444;
    background: -moz-linear-gradient(left, #000444 0, #1d357f 40%, #1d357f 60%, #000444 100%);
    background: -webkit-gradient(linear, left top, right top, color-stop(0, #000444), color-stop(40%, #1d357f), color-stop(60%, #1d357f), color-stop(100%, #000444));
    background: -webkit-linear-gradient(left, #000444 0, #1d357f 40%, #1d357f 60%, #000444 100%);
    background: -o-linear-gradient(left, #000444 0, #1d357f 40%, #1d357f 60%, #000444 100%);
    background: -ms-linear-gradient(left, #000444 0, #1d357f 40%, #1d357f 60%, #000444 100%);
    background: linear-gradient(to right, #000444 0, #1d357f 40%, #1d357f 60%, #000444 100%);
    width: 100%;
    font-size: 10px;
}

.footer {
    padding: 20px 0;
    color: #FFF;
    left: 0;
    bottom: 0;
    width: 100%;
}

.container {
    margin-right: auto;
    margin-left: auto;
}

.container-fluid-menu {
    background-color: #d0d7df;
    border-bottom: 10px solid #0071bb;
}

.cab-titulo-pagina_bg {
    background-color: #324688;
}

.cab-titulo-pagina {
    margin: 0 auto !important;
    color: #fff;
    text-transform: uppercase !important;
    font-size: 25px !important;
    font-family: 'axeN', Arial, Helvetica, sans-serif !important;
    font-weight: bold !important;
}

.servicos-digitais {
    margin: 1em 0;
}

.servicos-digitais .servico-botao {
    background: #152e75;
    width: 90%;
    margin: auto;
    line-height: 90px;
    border-radius: 15px;
    margin-top: 20px;
    text-align: center;
}

.servicos-digitais .servico-botao:hover {
    background: #d0d7df;
}

.servicos-digitais .servico-botao a {
    color: #FFF;
    display: block;
    font-size: 30px;
	text-decoration: none; 
}

.servicos-digitais .servico-botao:hover a {
    color: #152e75;
}


.servicos-digitais .servico-botaosmall {
    background: #152e75;
    width: 90%;
    margin: auto;
    line-height: 45px;
    border-radius: 15px;
    margin-top: 20px;
    text-align: center;
}

.servicos-digitais .servico-botaosmall:hover {
    background: #d0d7df;
}

.servicos-digitais .servico-botaosmall a {
    color: #FFF;
    display: block;
    font-size: 30px;
	text-decoration: none; 
}

.servicos-digitais .servico-botaosmall:hover a {
    color: #152e75;
}

.footer .divisao-footer {
    border-bottom: 1px solid #FFF;
}

.footer ul.icons-social {
    margin-top: 1em;
    padding-left: 0;
}

.footer ul.icons-social li {
    list-style: none;
    float: left;
    margin-right: 10px;
}

.footer ul.icons-social li a {
    color: #FFFFFF;
    font-size: 1.5em;
}

.footer .rodape-mti {
    font-size: 12px;
    line-height: 20px;
}

@media (max-width: 767px) {
    .container {
        width: auto;
    }
	
}

/* Extrato */
.gridExtratoN td { padding:5px; color:#fff; background-color:#990000; text-align: center}

.gridExtrato { border-collapse:collapse; margin:5px; background-color:#FFFFFF; border:1px solid #000000; }
.gridExtrato td { border:1px solid #808080; padding:3px; font-size: 15px; }

.HeaderGrid td {font-size:12px; background-color:#0071bb; padding-left:5px; padding-right:5px; height:20px; color:#fff; text-align:center; font-weight:normal;}
.TitleGrid td {font-size:12px; background-color:#0071bb; padding-left:5px; padding-right:5px; height:20px; color:#fff; text-align:left; font-weight:normal;}
/* Fim Extrato */


/* thickbox specific link and font settings */
#TB_window {
	font: 12px;
	color: #333333;
}

#TB_secondLine {
	font: 10px;
	color: #666666;
}

#TB_window a:link {
	color: #666666;
}

#TB_window a:visited {
	color: #666666;
}

#TB_window a:hover {
	color: #000;
}

#TB_window a:active {
	color: #666666;
}

#TB_window a:focus {
	color: #666666;
}

#TB_window a{
	text-align: -webkit-center;
}

/* Tickbox Settings */
#TB_overlay {
	position: fixed;
	z-index: 100;
	top: 0px;
	left: 0px;
	height: 100%;
	width: 100%;
}

.TB_overlayBG {
	background-color: #999999;
	filter: alpha(opacity=40);
	-moz-opacity: 0.4;
	opacity: 0.4;
}

* html #TB_overlay {
	position: absolute;
	height: expression(document.body.scrollHeight > document.body.offsetHeight ? document.body.scrollHeight :document.body.offsetHeight + 'px');
	width: 103%;
}

#TB_window {
	position: fixed;
	background: #ffffff;
	z-index: 102;
	color: #000000;
	display: none;
	border: solid 3px #aaa;
	text-align: left;
	left: 50%;
	top: 50%;
	transform: translate(-50%, -50%);
	width: 90%;
	height: 90%;
}

* html #TB_window {
	position: absolute;
	margin-top: expression(0 - parseInt(this.offsetHeight / 2) + (TBWindowMargin = document.documentElement && document.documentElement.scrollTop || document.body.scrollTop) + 'px');
}

#TB_window img#TB_Image {
	display: block;
	margin: 15px 0 0 15px;
	border-right: 1px solid #ccc;
	border-bottom: 1px solid #ccc;
	border-top: 1px solid #666;
	border-left: 1px solid #666;
}

#TB_caption {
	height: 25px;
	padding: 7px 30px 10px 25px;
	float: left;
}

#TB_closeWindow {
	height: 25px;
	padding: 11px 25px 10px 0;
	float: right;
}

#TB_closeAjaxWindow {
	text-align: right;
	float: right;
	background: url("/assets/img/SetaConsulta.png") no-repeat;
	width: 15px;
	height: 15px;
	cursor: pointer;
}

#TB_closeAjaxWindow:hover {
	background-position: -15px 0;
}

#TB_ajaxWindowTitle {
	float: left;
	margin-bottom: 1px;
}

#TB_title {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	background-color: #ddd;
	color: #333;
	text-align: left;
	padding: 8px;
}

#TB_ajaxContent {
	border: none;
	margin-top: 0;
	width: 100%;
	height: 100%;
	padding-top: 31px;
	z-index: 0;
	display: block;
	overflow-y: scroll;
}

#TB_ajaxContent.TB_modal {
	padding: 15px;
}

#TB_ajaxContent p {
	padding: 5px 0px 5px 0px;
}

#TB_load {
	position: fixed;
	display: none;
	height: 13px;
	width: 208px;
	z-index: 103;
	top: 50%;
	left: 50%;
	margin: -6px 0 0 -104px;
}

* html #TB_load {
	position: absolute;
	margin-top: expression(0 - parseInt(this.offsetHeight / 2) + (TBWindowMargin = document.documentElement && document.documentElement.scrollTop || document.body.scrollTop) + 'px');
}

#TB_HideSelect {
	z-index: 99;
	position: fixed;
	top: 0;
	left: 0;
	background-color: #fff;
	border: none;
	filter: alpha(opacity=0);
	-moz-opacity: 0;
	opacity: 0;
	height: 100%;
	width: 100%;
}

* html #TB_HideSelect {
	position: absolute;
	height: expression(document.body.scrollHeight > document.body.offsetHeight ? document.body.scrollHeight :document.body.offsetHeight + 'px');
}

#TB_iframeContent {
	border: none;
	margin-top: 0;
	width: 100%;
	height: 100%;
	padding-top: 31px;
	z-index: 0;
	display: block;
}
/* FIM Tickbox Settings */