#floatingCirclesG{
	position:relative;
	width:45px;
	height:45px;
	margin:auto;
	transform:scale(0.6);
		-o-transform:scale(0.6);
		-ms-transform:scale(0.6);
		-webkit-transform:scale(0.6);
		-moz-transform:scale(0.6);
}

.f_circleG{
	position:absolute;
	background-color:rgb(255,255,255);
	height:8px;
	width:8px;
	border-radius:4px;
		-o-border-radius:4px;
		-ms-border-radius:4px;
		-webkit-border-radius:4px;
		-moz-border-radius:4px;
	animation-name:f_fadeG;
		-o-animation-name:f_fadeG;
		-ms-animation-name:f_fadeG;
		-webkit-animation-name:f_fadeG;
		-moz-animation-name:f_fadeG;
	animation-duration:1.2s;
		-o-animation-duration:1.2s;
		-ms-animation-duration:1.2s;
		-webkit-animation-duration:1.2s;
		-moz-animation-duration:1.2s;
	animation-iteration-count:infinite;
		-o-animation-iteration-count:infinite;
		-ms-animation-iteration-count:infinite;
		-webkit-animation-iteration-count:infinite;
		-moz-animation-iteration-count:infinite;
	animation-direction:normal;
		-o-animation-direction:normal;
		-ms-animation-direction:normal;
		-webkit-animation-direction:normal;
		-moz-animation-direction:normal;
}

#frotateG_01{
	left:0;
	top:18px;
	animation-delay:0.45s;
		-o-animation-delay:0.45s;
		-ms-animation-delay:0.45s;
		-webkit-animation-delay:0.45s;
		-moz-animation-delay:0.45s;
}

#frotateG_02{
	left:5px;
	top:5px;
	animation-delay:0.6s;
		-o-animation-delay:0.6s;
		-ms-animation-delay:0.6s;
		-webkit-animation-delay:0.6s;
		-moz-animation-delay:0.6s;
}

#frotateG_03{
	left:18px;
	top:0;
	animation-delay:0.75s;
		-o-animation-delay:0.75s;
		-ms-animation-delay:0.75s;
		-webkit-animation-delay:0.75s;
		-moz-animation-delay:0.75s;
}

#frotateG_04{
	right:5px;
	top:5px;
	animation-delay:0.9s;
		-o-animation-delay:0.9s;
		-ms-animation-delay:0.9s;
		-webkit-animation-delay:0.9s;
		-moz-animation-delay:0.9s;
}

#frotateG_05{
	right:0;
	top:18px;
	animation-delay:1.05s;
		-o-animation-delay:1.05s;
		-ms-animation-delay:1.05s;
		-webkit-animation-delay:1.05s;
		-moz-animation-delay:1.05s;
}

#frotateG_06{
	right:5px;
	bottom:5px;
	animation-delay:1.2s;
		-o-animation-delay:1.2s;
		-ms-animation-delay:1.2s;
		-webkit-animation-delay:1.2s;
		-moz-animation-delay:1.2s;
}

#frotateG_07{
	left:18px;
	bottom:0;
	animation-delay:1.35s;
		-o-animation-delay:1.35s;
		-ms-animation-delay:1.35s;
		-webkit-animation-delay:1.35s;
		-moz-animation-delay:1.35s;
}

#frotateG_08{
	left:5px;
	bottom:5px;
	animation-delay:1.5s;
		-o-animation-delay:1.5s;
		-ms-animation-delay:1.5s;
		-webkit-animation-delay:1.5s;
		-moz-animation-delay:1.5s;
}



@keyframes f_fadeG{
	0%{
		background-color:rgb(0,0,0);
	}

	100%{
		background-color:rgb(255,255,255);
	}
}

@-o-keyframes f_fadeG{
	0%{
		background-color:rgb(0,0,0);
	}

	100%{
		background-color:rgb(255,255,255);
	}
}

@-ms-keyframes f_fadeG{
	0%{
		background-color:rgb(0,0,0);
	}

	100%{
		background-color:rgb(255,255,255);
	}
}

@-webkit-keyframes f_fadeG{
	0%{
		background-color:rgb(0,0,0);
	}

	100%{
		background-color:rgb(255,255,255);
	}
}

@-moz-keyframes f_fadeG{
	0%{
		background-color:rgb(0,0,0);
	}

	100%{
		background-color:rgb(255,255,255);
	}
}

/* CSS para dar um destaque maior nas grid */

table.WorkWith thead tr .WorkWithTitle, table.Grid thead tr .GridTitle{
	background-color: #357ebd;
	color: white;
	padding-left: 5px;
	padding-right: 5px;
}

table.WorkWith tbody tr:nth-child(odd), table.Grid tbody tr:nth-child(odd){
	background-color: #eee;
}

table.WorkWith tbody tr:nth-child(even), table.Grid tbody tr:nth-child(even){
	background-color: #ADD8E6;
}

table.WorkWith tbody tr:hover, table.Grid tbody tr:hover{
	background-color: #3498db;
}

table.WorkWith tfoot tr .WorkWithFooter, table.Grid tfoot tr .GridFooter{
	background-color: #357ebd;
}

table.WorkWith tbody tr td img, table.WorkWith tbody tr td input[type="image"], table.Grid tbody tr td img, table.Grid tbody tr td input[type="image"]{
	background-color: rgb(200, 200, 200);
}

table.WorkWith span, table.WorkWith a, table.Grid span, table.Grid a{
	color: black;
}

table.WorkWith span.btn, table.WorkWith span.btn a, table.Grid span.btn, table.Grid span.btn a{
	color: white;
	text-decoration: none;
}

table.WorkWith tfoot tr .WorkWithFooter.PagingButtons, table.WorkWith tfoot tr .WorkWithFooter.PagingButtonsFirst, table.WorkWith tfoot tr .WorkWithFooter.PagingButtonsLast,
table.WorkWith tfoot tr .WorkWithFooter.PagingButtonsNext, table.WorkWith tfoot tr .WorkWithFooter.PagingButtonsPrevious{
	border-bottom-color: #fff;
	border-left-color: #fff;
	border-right-color: #fff;
	border-top-color: #fff;
}

table.Grid tfoot tr .GridFooter.PagingButtons, table.Grid tfoot tr .GridFooter.PagingButtonsFirst, table.Grid tfoot tr .GridFooter.PagingButtonsLast,
table.Grid tfoot tr .GridFooter.PagingButtonsNext, table.Grid tfoot tr .GridFooter.PagingButtonsPrevious{
	border-bottom-color: #fff;
	border-left-color: #fff;
	border-right-color: #fff;
	border-top-color: #fff;
}

.WorkWith tbody tr td, .Grid tbody tr td{
	vertical-align: top;
}
.WorkWith thead tr .WorkWithTitle, .WorkWith thead tr .WorkWithTitle span, .Grid thead tr .GridTitle, .Grid thead tr .GridTitle span {
    background-color: #357ebd;
    color: white;
}

table.WorkWith tfoot tr .WorkWithFooter.PagingButtons, table.WorkWith tfoot tr .WorkWithFooter.PagingButtonsFirst, table.WorkWith tfoot tr .WorkWithFooter.PagingButtonsLast,
table.WorkWith tfoot tr .WorkWithFooter.PagingButtonsNext, table.WorkWith tfoot tr .WorkWithFooter.PagingButtonsPrevious{
	border-bottom-color: #fff;
	border-left-color: #fff;
	border-right-color: #fff;
	border-top-color: #fff;
}

.CompactaGrid table tr td span{
	font-size: 12px;
}

.CompactaGrid table tr td{
	line-height: 1.05;
}

.CompactaGrid table tr td p.form-control-static{
	padding-top: 0px;
	min-height: 0px;
}

/* Tela de Carregamento */
.ModalLoading {
	display:    none;
	position:   fixed;
	z-index:    2000;
	top:        0;
	left:       0;
	height:     100%;
	width:      100%;
	background: rgba( 255, 255, 255, .8 ) url('../Resources/logo_loading.gif') 50% 50% no-repeat;
}

Form.Loading {
	overflow: hidden;
}

Form.Loading .ModalLoading {
	display: block;
}

/*
html body.FormSistema{
	background: #1A5774 url("../Resources/fundo.jpg") center top no-repeat;
}
*/

/* Classes adicionadas ao Flat */

.tamanho-maximo
{
	max-height: 105px;
}

.Text-right
{
	text-align: right;
}

.Text-center
{
	text-align: center;
}

.titulo-menu, .titulo-menu > a, .titulo-menu > a > b
{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 13pt;
	color: #000000;
	 text-decoration: none !important;
}
.titulo-menu-ativo, .titulo-menu-ativo > a, .titulo-menu-ativo > a > b, .titulo-menu > a:hover,.titulo-menu > a:hover > b
{
	border-bottom: 3px;
	border-bottom-color: #3498db;
	font-family: Arial, Helvetica, sans-serif;
	color: #3498db !important;
}
.FormPortal .container, .FormSistema .container
{
	background-color: white;
}
.titulo
{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 20pt;
	color: black;
	text-align: center;
}
.FormPortal .row
{
	margin-top: 10px;
}
.text-azul
{
	color: #3498db !important;
}
.text-vermelho
{
	color: #c0392b;
}
.borda-arredondada
{
	border-top-left-radius: 10px;
	border-top-right-radius: 10px;
	box-shadow: 0px 0px 14px 2px rgba(37, 39, 27, 0.56);
}
.border-right
{
	border-right-color: darkgray;
	border-right: 3px solid;
	 padding-right: 5px;
}
.padding-top
{
	padding-top: 15px;
}
.Cadastro .row
{
	margin-top: 0px;
}
.Cadastro .Table
{
	margin-bottom: 5px;
}
.linha-cinza
{
	background-color: #dadfe1;
	padding-bottom: 15px;
	padding-top: 15px;
	margin-top: 0px !important;
}
.Table-Simples div, .Table-Simples tr, .Table-Simples td, .Table-Simples p
{
	min-height: 0px;
	margin-top: 0px !important;
	margin-bottom: 0px !important;
	padding-top: 0px !important;
	padding-bottom: 0px !important;
}
.FormPortal hr, .FormSistema hr
{
	margin-bottom: 0px;
	margin-top: 0px;
}
.TableUsuarioLog
{
	border: 1px solid;
	margin-left: auto;
	 margin-right: auto;
}
.TableUsuarioLog>tbody>tr>td
{
	padding-bottom: 0px;
	 padding-top: 0px;
	 vertical-align: middle;
}
.Visualizar .form-group
{
	margin-bottom: 0px;
}
.ReadonlyAttributeExcluido span
{
	text-decoration:line-through;
}
.CadastroEspaco .row
{
	margin-top: 10px;
}
.display-inline
{
	display: inline;
}
.tab-azul, .TabRequerimento ul:first-child li:nth-child(1)
{
	width: 20%;
	border-bottom: 4px solid #3498db;
}
.tab-laranja, .TabRequerimento ul:first-child li:nth-child(2)
{
	width: 20%;
	border-bottom: 4px solid #e67e22;
}
.tab-verde, .TabRequerimento ul:first-child li:nth-child(3)
{
	width: 20%;
	border-bottom: 4px solid #27ae60;
}
.tab-vermelho, .TabRequerimento ul:first-child li:nth-child(4)
{
	width: 20%;
	border-bottom: 4px solid #c0392b;
}
.tab-azul a, .tab-laranja a, .tab-verde a, .tab-vermelho a, .tab-azul-escuro a, .TabRequerimento ul:first-child li a
{
	text-align: center;
	color: black !important;
}
.active a
{
	background-color: transparent !important;
	 color: white !important;
	 border-color: transparent !important;
}
.tab-azul.active, .TabRequerimento ul:first-child li:nth-child(1).active
{
	background-color: #3498db;
	border: 4px solid #3498db;
}
.tab-laranja.active, .TabRequerimento ul:first-child li:nth-child(2).active
{
	background-color: #e67e22;
	border: 4px solid #e67e22;
}
.tab-verde.active, .TabRequerimento ul:first-child li:nth-child(3).active
{
	background-color: #27ae60;
	border: 4px solid #27ae60;
}
.tab-vermelho.active, .TabRequerimento ul:first-child li:nth-child(4).active
{
	background-color: #c0392b;
	border: 4px solid #c0392b;
}

.FormSistema iframe html
{
	min-width: 0px !important;
}

.Form,.FormEmbedded,.FormBranco,.FormConteudo,.FormRefis,.FormPortal,.FormSistema,.FormPrompt
{
	font-family: 'Open Sans Regular', Arial;
	font-size: 14px;
}

.FormSistema
{
	margin-top: 30px;
	color: black;
	background-color: #b3d1ff !important;
	background: -webkit-linear-gradient(90deg, #FFFFFF 2px, rgba(0,0,0,0) 2px), -webkit-linear-gradient(0deg, #FFFFFF 2px, rgba(0,0,0,0) 2px), -webkit-linear-gradient(90deg, rgba(255,255,255,0.298039) 1px, rgba(0,0,0,0) 1px), -webkit-linear-gradient(0deg, rgba(255,255,255,0.298039) 1px, rgba(0,0,0,0) 1px), rgb(34, 102, 153);
	background: -moz-linear-gradient(0deg, #FFFFFF 2px, rgba(0,0,0,0) 2px), -moz-linear-gradient(90deg, #FFFFFF 2px, rgba(0,0,0,0) 2px), -moz-linear-gradient(0deg, rgba(255,255,255,0.298039) 1px, rgba(0,0,0,0) 1px), -moz-linear-gradient(90deg, rgba(255,255,255,0.298039) 1px, rgba(0,0,0,0) 1px), rgb(34, 102, 153);
	background: linear-gradient(0deg, #FFFFFF 2px, rgba(0,0,0,0) 2px), linear-gradient(90deg, #FFFFFF 2px, rgba(0,0,0,0) 2px), linear-gradient(0deg, rgba(255,255,255,0.298039) 1px, rgba(0,0,0,0) 1px), linear-gradient(90deg, rgba(255,255,255,0.298039) 1px, rgba(0,0,0,0) 1px), rgb(34, 102, 153);
	-webkit-background-origin: padding-box;
	background-origin: padding-box;
	-webkit-background-clip: border-box;
	background-clip: border-box;
	-webkit-background-size: 100px 100px, 100px 100px, 20px 20px, 20px 20px;
	background-size: 100px 100px, 100px 100px, 20px 20px, 20px 20px;
}

.FormSistema-fx.entering
{
	position: absolute;
	z_index: 2;
}

.FormSistema-fx.leaving
{
	position: absolute;
	z_index: 1;
}

.FormPrompt
{
	background-color: #fff;
	background-color: #FFFFFF !important;
	overflow-x: hidden;
	height: 500px;
}

.rodape-portal
{
	background-color: #22313f;
}

.versao-sistema
{
	color: #30ce3c;
}

.Table,.TableDragging,.TableAcceptDrag,.TableNoAcceptDrag,.TableHorizontalLine,.TableHorizontalLineBlue,.TableHorizontalLineGray,.header_pink_line,.TableGrid,.TableTop,.TableContent,.ViewTable,.HorizontalSpace,.TableBottom,.Table960,.TableGreyFooter,.TableBlackFooter,.TableBlackHeader,.TableLogin,.TableLeftMenu,.TableTopMenu,.Table80,.Borda,.BordaComMargem,.Table100Width,.Table100W5Padding,.Table100Wx580H,.Table2,.Table2Padding,.TableBalloon,.TableConteudo,.TableCorAmarela,.TableMargin,.TableRegua,.TableSubTitle,.TableTransparente,.TableVerticalLine,.TableVerticalLineBlue,.VerticalTab,.Table100x100,.TableBorder,.RecentLinksTable,.Table95,.Container,.ContainerFluid,.RecentLinksMainTable,.RecentLinksMainTableExpanded,.LevelTable,.BodyContainer,.HeaderContainer,.RecentLinksContainer,.FormContainer,.AdvancedContainerItem,.AdvancedContainerItemExpanded,.AdvancedContainer,.AdvancedContainerVisible,.OrdersTable,.WWAdvancedContainer,.PromptContainer,.PromptMainTable,.MainContainer,.GridTabMainTable
{
	margin-bottom: 20px;
	background-color: transparent;
	width: 100%;
	max-width: 100%;
	border-collapse:collapse !important;
	border-collapse:collapse;
	border-spacing:0;
}
.navbar a
{
	text-decoration: none;
}
.navbar ul.nav li.dropdown:hover > ul.dropdown-menu
{
	display: block;
}
.dropdown-submenu
{
	position: relative;
}
.dropdown-submenu>.dropdown-menu
{
	top: 0;
	left: 100%;
	 margin-top: -6px;
	 margin-left: -1px;
	 -webkit-border-radius: 0 6px 6px 6px;
	 -moz-border-radius: 0 6px 6px;
	 border-radius: 0 6px 6px 6px;
}
.dropdown-submenu:hover>.dropdown-menu
{
	display: block;
}
.dropdown-submenu>a:after
{
	display: block;
	 content: " ";
	 float: right;
	 width: 0;
	 height: 0;
	 border-color: transparent;
	 border-style: solid;
	 border-width: 5px 0 5px 5px;
	 border-left-color: #ccc;
	margin-top: 5px;
	 margin-right: -10px;
}
.dropdown-submenu.pull-left
{
	float: none;
}
.dropdown-submenu.pull-left>.dropdown-menu
{
	left: -100%;
	 margin-left: 10px;
	 -webkit-border-radius: 6px 0 6px 6px;
	 -moz-border-radius: 6px 0 6px 6px;
	 border-radius: 6px 0 6px 6px;
}
.GroupButton td, .TableNumAno td, .GroupCheck td, .GroupButtonPag td
{
	padding: 0px;
}
.GroupButton tr, .GroupButton tr input, .GroupButtonPag tr, .GroupButtonPag input[type=image], .GroupButtonPag img
{
	height: 36px;
}
.GroupButton input[type=image]:last-child, .GroupButton img:last-child , .GroupButtonPag td:last-child input[type=image], .GroupButtonPag td:last-child img
{
	-webkit-border-radius: 0px;
	-webkit-border-top-right-radius: 4px;
	-webkit-border-bottom-right-radius: 4px;
	-moz-border-radius: 0px;
	-moz-border-radius-topright: 4px;
	-moz-border-radius-bottomright: 4px;
	border-radius: 0px;
	border-top-right-radius: 4px;
	border-bottom-right-radius: 4px;
	margin-left: -1px;
}
.GroupButtonPag td:first-child input[type=image], .GroupButtonPag td:first-child img
{
	-webkit-border-radius: 0px;
	-webkit-border-top-left-radius: 4px;
	-webkit-border-bottom-left-radius: 4px;
	-moz-border-radius: 0px;
	-moz-border-radius-topleft: 4px;
	-moz-border-radius-bottomleft: 4px;
	border-radius: 0px;
	border-top-left-radius: 4px;
	border-bottom-left-radius: 4px;
}
.TitleCabecalho
{
	padding-bottom: 5px;
	padding-left: 10px;
	padding-top: 5px;
	width: 100%;
	font-family: "Open Sans Semibold";
	font-size: 20px;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;
	display:block;
	border-color: #e7e7e7;
	 background-color: #f8f8f8;
	 border-style: solid;
	 border-width: 1px;
	text-align: left;
}
.ComboGroup
{
	-webkit-border-top-right-radius: 5px;
	-webkit-border-bottom-right-radius: 5px;
	-moz-border-radius-topright: 5px;
	-moz-border-radius-bottomright: 5px;
	border-top-right-radius: 5px;
	border-bottom-right-radius: 5px;
	margin-left: -1px;
}
.TableNumAno .padding-top
{
	padding-top: 10px !important;
}
.TableBorda
{
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;
	border-color: #e7e7e7;
	 border-style: solid;
	 border-width: 1px;
}
.TableBorda .row:first-child
{
	margin-top: -1px;
}
.GroupButton .ReadonlyAttribute, .GroupButtonPag .ReadonlyAttribute
{
	margin-right:5px;
}
.GroupCheck input
{
	visibility: hidden;
}
.GroupCheck tr:first-child td:first-child span
{
	-webkit-border-top-left-radius: 10px;
	 -moz-border-radius-topleft: 10px;
	 border-top-left-radius: 10px;
}
.GroupCheck tr:first-child td:last-child span
{
	-webkit-border-top-right-radius: 10px;
	 -moz-border-radius-topright: 10px;
	 border-top-right-radius: 10px;
}
.GroupCheck tr:last-child td:first-child span
{
	-webkit-border-bottom-left-radius: 10px;
	 -moz-border-radius-bottomleft: 10px;
	 border-bottom-left-radius: 10px;
}
.GroupCheck tr:last-child td:last-child span
{
	-webkit-border-bottom-right-radius: 10px;
	 -moz-border-radius-bottomright: 10px;
	 border-bottom-right-radius: 10px;
}
.GroupCheck .checkbox
{
	float: left;
	position: relative;
	padding: 0px;
	 margin: 0px;
}
.GroupCheck span
{
	width: 95px;
}
.GroupCheck tr:last-child span
{
	margin-top: -1px;
}
.GroupCheck td:nth-child(n+2) span
{
	border-left: 0px;
}
.TabRequerimento ul:first-child li.active a
{
	color: white !important;
}
.GroupButton.gx-tab-spacing-fix-2, .GroupButtonPag.gx-tab-spacing-fix-2
{
	border-spacing: 0px;
}
.WWColumn30
{
	width: 30%;
}
.link-simples, .link-simples:hover, .link-simples:link, .link-simples:visited, .link-simples:active
{
	text-decoration: none;
	color: #333;
}
.caixa-entrada
{
	border-radius: 5px;
	 border-color: #e7e7e7;
	 border-style: solid;
	 border-width: 1px;
	 background-color: rgb(234, 234, 234);
}
.caixa-entrada-titulo
{
	padding-bottom: 5px;
	padding-left: 10px;
	padding-top: 5px;
	width: 100%;
	font-family: "Open Sans Semibold";
	font-size: 20px;
	-webkit-border-top-left-radius: 5px;
	 -webkit-border-top-right-radius: 5px;
	 -moz-border-radius-topleft: 5px;
	 -moz-border-radius-topright: 5px;
	 border-top-left-radius: 5px;
	 border-top-right-radius: 5px;
	 display:block;
	 background-color: #67809F;
	 color: white;
}
.caixa-entrada-menu
{
	overflow: scroll;
	max-height: 460px;
	-webkit-border-radius: 0px;
	 -moz-border-radius: 0px;
	 border-radius: 0px;
	 overflow:hidden;
	 overflow-y:auto;
}
.mensagem-nao-lida
{
	font-weight: bold;
}
.caixa-entrada-menu a, .caixa-entrada-menu a:hover, .caixa-entrada-menu a:link, .caixa-entrada-menu a:visited, .caixa-entrada-menu a:active
{
	text-decoration: none;
	color: black;
}
.list-group-item.active
{
	color:white !important;
}
.caixa-entrada-menu .list-group-item:first-child, .caixa-entrada-menu .list-group-item:last-child
{
	-webkit-border-radius: 0px;
	 -moz-border-radius: 0px;
	 border-radius: 0px;
}
.caixa-entrada-mensagem
{
	background-color: white;
	 border-color: #e7e7e7;
	 border-left-style: solid;
	 border-width: 1px;
}
.caixa-entrada-mensagem-titulo
{
	min-height: 42px;
	font-size: 16px;
	font-weight: bold;
	border-color: #e7e7e7;
	 border-bottom-style: solid;
	 border-width: 1px;
	 background-color: white;
	 padding-top: 10px;
	 padding-left: 10px;
}
.FormPortal .row .caixa-entrada .row
{
	margin-top: 0px;
}
.list-group.caixa-entrada-menu
{
	padding-left: 0px;
	 padding-right: 0px;
}
.caixa-entrada-mensagem-rodape
{
	border-color: #e7e7e7;
	 border-top-style: solid;
	 border-width: 1px;
	 background-color: white;
}
.caixa-entrada-mensagem-envio
{
	text-align: right;
	 padding-top: 15px;
	 font-size: 12px;
	 font-weight: bold;
}
.caixa-entrada-mensagem-corpo
{
	min-height: 300px;
	padding-top: 10px;
}
.Input-File input[type="file"]
{
	width: 100% !important;
}
.Input-File table tbody tr:first-child
{
	display: none;
}
.caixa-entrada-mensagem-titulo a
{
	font-size: 14px;
}
.GroupButton input[type=image].borda-quadrada, .GroupButton img.borda-quadrada
{
	height: 36px;
	-webkit-border-radius: 0px;
	 -moz-border-radius: 0px;
	 border-radius: 0px;
}
.caixa-entrada-ferramenta
{
	background-color: rgb(157, 156, 178);
}
.caixa-entrada-ferramenta a
{
	text-decoration: none;
	 -webkit-border-radius: 0px;
	 -moz-border-radius: 0px;
	 border-radius: 0px;
}
.input-group span a img
{
	width: 23px;
}
.FormSistema iframe html
{
	min-width: 0px !important;
}
.WorkWithTitle.SelecionarAll.Desmarcado
{
	-webkit-border-radius: 5px;
	 -moz-border-radius: 5px;
	 border-radius: 5px;
	 background-color: #bdc3c7;
}
.WorkWithTitle.SelecionarAll.Marcado
{
	-webkit-border-radius: 5px;
	 -moz-border-radius: 5px;
	 border-radius: 5px;
	 background-color: #7f8c8d;
}
.BtnQuadrado a, .BtnVoltar a, .BtnGrupo a, .BtnRetangulo a, .BtnVoltarRetangulo a
{
	height: 115px;
	width: 150px;
	display: table-cell;
	font-size: 16px;
	text-decoration: none;
	vertical-align: middle;
	color: white;
}
.BtnQuadrado a:hover, .BtnVoltar a:hover, .BtnGrupo a:hover, .BtnRetangulo a:hover, .BtnVoltarRetangulo a:hover
{
	text-decoration: none;
	color: white;
	 -webkit-box-shadow: 7px 7px 10px 0px rgba(50, 50, 50, 0.64);
	 -moz-box-shadow:    7px 7px 10px 0px rgba(50, 50, 50, 0.64);
	 box-shadow:         7px 7px 10px 0px rgba(50, 50, 50, 0.64);
}
.BtnQuadrado, .BtnVoltar, .BtnGrupo, .BtnRetangulo, .BtnVoltarRetangulo 
{
	width: 150px;
	display: table;
	text-align: center;
}
.BtnRetangulo, .BtnVoltarRetangulo 
{
	height: 100px;
	width: 300px;
}
.BtnQuadrado a, .BtnRetangulo a
{
	/*    background-color: #E53935;    */
	background-color: #1E88E5;
}
.BtnQuadrado a:hover, .BtnRetangulo a:hover
{
	/*background-color: #E57373;*/
	background-color: #42A5F5;
}
.BtnVoltar a, .BtnVoltarRetangulo a
{
	background-color: #546E7A;
}
.BtnVoltar a:hover, .BtnVoltarRetangulo a:hover
{
	background-color: #78909C;
}
.BtnGrupo a
{
	background-color: #1E88E5;
}
.BtnGrupo a:hover
{
	background-color: #42A5F5;
}
.WWActionColumn img, .WWActionColumn input[type=image]
{
	height: 30px;
	width: 30px;
}
.navbar-table
{
	position: absolute;
}
.navbar-table.open .dropdown-toggle img, .navbar-table.dropdown:hover > .dropdown-toggle img
{
	background-color: #fff;
	border-top-left-radius: 0px;
	border-top-right-radius: 25px;
	border-bottom-left-radius: 0px;
	border-bottom-right-radius: 25px;
	border: 1px solid #ccc;
	border: 1px solid rgba(0, 0, 0, .30);
}
.navbar-table .dropdown-submenu > a
{
	text-decoration: none;
	 color: black !important;
}
.navbar-table.dropdown:hover>.dropdown-menu
{
	display: block;
}
.navbar-table .dropdown-submenu>a:after
{
	content: none;
}
.navbar-table .dropdown-menu
{
	left: -8px;
}
.ActionGroup input
{
	margin-right: 5px;
}
.Table-arquivo p
{
	padding-top: 5px !important;
}
.btn-fluxo.btn-fluxo-remove
{
	width: 125px;
	white-space: normal;
}
.GroupButton tr td img.borda-quadrada
{
	height: 36px;
	width: 48px;
	-webkit-border-radius: 0px;
	 -moz-border-radius: 0px;
	 border-radius: 0px;
}
.tab-azul-escuro, .TabRequerimento ul:first-child li:nth-child(5)
{
	width: 20%;
	border-bottom: 4px solid #34495e;
}
.tab-azul-escuro.active, .TabRequerimento ul:first-child li:nth-child(5).active
{
	background-color: #34495e;
	border: 4px solid #34495e;
}
.tamanho-maximo
{
	max-height: 105px;
}
.QrCodeAutenticacao
{
	display: inline-block;
	 text-align: center;
}
.QrCodeAutenticacao:img
{
	display: block;
}
.ZoomIn
{
	Cursor: zoom-in;
}
.tamanho-maximo-doc
{
	max-height: 400px;
	max-width: 600px;
}
.tamanho-min-300
{
	height: 300px;
	max-height: 350px;
	min-height: 300px;
	width: 300px;
	max-width: 350px;
	min-width: 300px;
}
.CampoObrigatorio:after
{
	content: '*';
	 color: red;
}
.Avancar
{
	z-index: 1;
}
.versao-sistema
{
	color: #30ce3c;
}
.btn-file-upload
{
	cursor: pointer;
}
.panel-active
{
	border-bottom-color: #2544d0;
	border-left-color: #2544d0;
	border-right-color: #2544d0;
	border-top-color: #2544d0;
	position: relative;
}
.panel-active .panel-heading
{
	background-color: #1b82d4;
	color: white;
}
.panel-active .panel-destaque
{
	background-color: white;
	left: 110px;
	padding-bottom: 1px;
	padding-left: 1px;
	padding-right: 1px;
	padding-top: 1px;
	position: absolute;
	top: -14px;
	color: #000;
	border-radius: 5px 5px 5px 5px;
	 -moz-border-radius: 5px 5px 5px 5px;
	 -webkit-border-radius: 5px 5px 5px 5px;
	 border: 1px solid #2544D0;
}
.ReadonlyAttribute,.ReadOnlyCentralizado,.BlobContentReadOnlyCentralizado,.ReadonlyBlobContentReadOnlyCentralizado,.BlobInputReadOnlyCentralizado,.ReadonlyReadOnlyCentralizado,.ReadonlyLeft,.BlobContentReadonlyLeft,.ReadonlyBlobContentReadonlyLeft,.BlobInputReadonlyLeft,.ReadonlyReadonlyLeft,.ReadonlyAttributeExcluido
{
	color: black;
	box-shadow: none;
}
.WorkWith tbody tr td{
	vertical-align: top;
}

.TableSemEspaco .row{
	margin-top: 0px;
}

.Label{
	white-space: pre-wrap;
}

.Scroll{
	height: 400px; 
	overflow-x: hidden;
	overflow-y: auto;
	border: 1px solid lightgray;
}

.ImagemComBorda{
	border-style: solid;
	border-width: 1px;
	border-color: lightgray;
}

/* Correcao do layout do User Control ChosenGX */
.chosen-container-multi .chosen-choices{
	box-shadow: none;
	min-height: 36px;
	border-top-left-radius: 1px;
    border-top-right-radius: 1px;
    border-bottom-right-radius: 1px;
    border-bottom-left-radius: 1px;
	border: 1px solid #ccc;
}

.chosen-container-multi .chosen-choices li.search-choice{
	height: 28px;
	padding-top: 6px;
}

.chosen-container-multi .chosen-choices li.search-choice .search-choice-close{
	margin-top: 4px;
}

@media (min-width: 1200px) {
  .container {
    width: 1150px;
  }
}

@media (min-width: 1400px) {
  .container {
    width: 1325px;
  }
}

@media (min-width: 1600px) {
  .container {
    width: 1500px;
  }
}

@media (min-width: 1900px) {
  .container {
    width: 1700px;
  }
}
