
#tudo {
    width: 1200px;
}
#conteudo{
	width: 100%;
	z-index: 99;
}
#subconteudo{
	width: 960px;
	padding-bottom: 150px;
}
#titulo_pagina{
	padding-top: 0px;
}
#cabecalho{
	width: 100%;
	z-index: 100;
    background: url("../img/bg.png") repeat-x;
}

#submenu ul li.ativo{
    font-weight: 600;
    font-style: italic;
    text-decoration: underline;
}

.body-loading{
    width: 100%;
    height: 100%;
    position: fixed;
    top: 0px;
    left: 0px;

	/*
    background: url(../img/loading-100px.gif) no-repeat center;
    background-size: 100px;
	*/
    background: url(../img/loading-2.gif) no-repeat center;

    background-color: rgba(0, 0, 0, 0.56);
    z-index: 99999;
    display: none;
}

.destaca-texto{
	font-weight: 600;
    background: #FFEB3B;
    padding: 2px 3px 1px 3px;
	color: #000;
}

/********************************************************************************************************/

.mensagem-top{
	color: #fff;
    padding-left: 5px;
    padding-right: 5px;
    font-size: 16px;
    text-align: center;
    line-height: 33px;
    position: fixed;
    width: 1200px;
    top: 1px;
    border-radius: 0px 0px 5px 5px;
    /*background: #4daf34;*/
	z-index: 100;
}
.mensagem-top.msg-A{
	background: #FF9800;
}
.mensagem-top.msg-S{
	background: #4daf34;
}
.mensagem-top.msg-E{
	background: #F44336;
}

.mensagem-central{
    font-size: 16px;
    line-height: 33px;

	border: 2px solid #1f1f5c;
    border-radius: 5px;
    width: 800px;
    margin: 0 auto;
    margin-top: 50px;
    padding: 20px;
}
.mensagem-central.msg-A{
	border-color: #FF9800;
}
.mensagem-central.msg-S{
	border-color: #4daf34;
}
.mensagem-central.msg-E{
	border-color: #F44336;
}

/********************************************************************************************************/


.senha-content{
	position: relative;
}
.senha-toggle {
	position: absolute;
	right: 10px;
	top: 50%;
	transform: translateY(-50%);
	cursor: pointer;
	color: #6c757d; /* Cinza padrão do Bootstrap */
}
.senha-toggle:hover {
	color: #000; /* Fica preto ao passar o mouse */
}

.linha{
	line-height: 20px;
	font-size: 14px;
	clear: both;
	margin-bottom: 15px;
}
.linha .label{
	min-width: 100px;
}
.linha input, .linha select{
	line-height: 25px;
	height: 25px;
	clear: both;
	width: 99%;
	color: #000;
}
.linha input[readonly]{
	background: #f1f1f1;
}
.linha button[type=submit], .linha button[type=reset], .linha button[type=button]{
	border: none;
	color: #fff;
	padding: 10px 10px;
	text-align: center;
	text-decoration: none;
	display: inline-block;
	font-size: 14px;
	font-weight: 600;
	cursor: pointer;
	border-radius: 7px;

	background: #152835;
}
.linha button[type=reset]{
	background: #b53936;
}
.linha button[type=button].btn-imprimir{
	background: #4dae34;
}
.linha button[type=button].btn-excluir{
	background: #b53936;
}
.linha button[type=button].hide{
	background: #c1c1c1;
}

.visualizada-N, .visualizada-0{
    background: #fff;
    color: #000;
}

.visualizada-S, .visualizada-1{
	background: #f0f0f0;
    color: #a4a4a4;
}
.visualizada-S img, .visualizada-1 img{
	opacity: 0.5;
}

/********************************************************************************************************/
#frameAbreIntimacao{
	display: none;
}

.box-intimacao{
    position: fixed !important;
    height: 95% !important;
    width: 80% !important;
    top: 15px !important;
}
.box-intimacao #frameAbreIntimacao{
	width: 100%;
	height: 100%;
	padding: 0px;
	margin: 0px;
	border: 0px;
	display: block;
}
.box-intimacao .ui-dialog-content{
	padding: 0px !important;
}

/********************************************************************************************************/

.ui-widget-overlay {
    background: #000;
    opacity: 0.6;
    filter: Alpha(Opacity=60);
}

/********************************************************************************************************/

.linha .filtro{
	position: relative;
}
.linha .filtro .select{

}

.linha [mask='data']{
	width: 150px;
}

input[type='text'], input[type='password'], select{
	padding-left: 3px;
	-ms-box-sizing:content-box;
	-moz-box-sizing:content-box;
	-webkit-box-sizing:content-box; 
	box-sizing:content-box;
}

input[mask="data"]{
	/*
     * background: url("../img/calendar-c.png") no-repeat 98%;
     *  o 98%; no final � para o IE que não tem o "background-position"
	 */
	width: 125px !important;
    background: url("../img/calendar.png") no-repeat 98%;
    background-position: right 4px center;
    background-size: 19px;
	padding-right: 34px !important;
    cursor: pointer;
}

input[type="checkbox"] {
    width: 16px;
    height: 16px;
	cursor: pointer;
}

/********************************************************************************************************/
.bannerLateral{
    float: left;
    width: 180px;
    display: inline;
    height: 400px;
}
/********************************************************************************************************/

.container-custom {
	width: 100%;
	margin: 0 auto;
}

.alert-box {
	position: relative;
	padding: 15px;
	margin-bottom: 20px;
	border: 1px solid transparent;
	border-radius: 4px;
	background-color: #fcf8e3;
	border-color: #faebcc;
	color: #8a6d3b;
}

.alert-close {
	position: absolute;
	top: 10px;
	right: 10px;
	font-size: 20px;
	cursor: pointer;
	color: #000;
}

.alert-close:hover {
	color: #000;
}

.alert-content {
	text-align: center;
}

.alert-content strong {
	font-weight: bold;
}

.alert-tutorial {
	margin-top: 10px;
	text-align: center;
	font-weight: bold;
}

.alert-tutorial a {
	display: inline-block;
	padding: 5px 10px;
	margin-right: 5px;
	text-decoration: none;
	background-color: #f0ad4e;
	color: #fff;
	border-radius: 4px;
	transition: background-color 0.3s;
}

.alert-tutorial a:hover {
	background-color: #ec971f;
}


.container-custom .input-group {
	position: relative;
	display: flex;
	align-items: center;
	width: 100%;
	margin: 10px 0;
}

.container-custom .form-control {
	display: block;
	width: 100%;
	padding: 10px;
	font-size: 14px;
	line-height: 1.42857143;
	color: #555;
	background-color: #fff;
	background-image: none;
	border: 1px solid #ccc;
	border-radius: 4px;
}

.container-custom .btn {
	display: inline-block;
	padding: 10px 20px;
	font-size: 14px;
	font-weight: 400;
	line-height: 1.42857143;
	text-align: center;
	white-space: nowrap;
	vertical-align: middle;
	cursor: pointer;
	background-image: none;
	border: 1px solid transparent;
	border-radius: 4px;
	transition: background-color 0.3s;
}

.container-custom .btn-danger {
	background-color: #d9534f;
	color: #fff;
	border-color: #d43f3a;
}

.container-custom .btn-danger:hover {
	background-color: #c9302c;
	border-color: #ac2925;
}

.container-custom .btn-info {
	background-color: #5bc0de;
	color: #fff;
	border-color: #46b8da;
}

.container-custom .btn-info:hover {
	background-color: #31b0d5;
	border-color: #269abc;
}

.container-custom .btn-default {
	background-color: #fff;
	color: #333;
	border-color: #ccc;
}

.container-custom .btn-default:hover {
	background-color: #e6e6e6;
	border-color: #adadad;
}

.text-bold {
	font-weight: bold;
}

.text-align-center {
	text-align: center;
}

.margin-right-5 {
	margin-right: 5px;
}

.div-arquivo {
	margin-top: 20px;
}

.input-group.image-preview .form-control {
	margin-right: 10px;
}

.qrcode-info-tribunal{
	width: 100%; flex: 0;
	display: flex;
	flex-direction: row;
	padding-top: 10px;
}