/*
############
Estrutura
############
*/
body, html
{
	font-family: Arial;
	color: #000000;
	-webkit-font-smoothing: antialiased;
	
	background: #F7F7FA;
}
.height-full
{
	height: 100%;
}
*
{
	outline:none;
}
a 
{
	font-family: Arial;
	-webkit-font-smoothing: antialiased;
	color: #000000;
	outline:none;
}
div.content 
{
	overflow: hidden ;
}
.img-responsive
{
	display: inline-block;
}
.PopAjuda
{
    cursor: pointer;
}

h1,
h2,
h3,
h4,
h5,
h6,
.h1,
.h2,
.h3,
.h4,
.h5,
.h6 
{
	color: #262626;
	text-decoration:none;
}

ul
{
	list-style:none;
	margin:0px;
	padding:0px;
}
ul li
{
	list-style:none;
	margin:0px;
	padding:0px;
}

a, img, ul, li
{
	outline:none;
}

.col:after, .clr:after, .group:after, dl:after, .vc-empty-shortcode-element:after 
{
	content: "";
	display: block;
	visibility: hidden;
	clear: both;
	zoom: 1;
	height: 0;
}

.ui-selectable-helper
{
    z-index: 20000 !important;
    
    position: absolute; 
    border: 1px dotted black; 
}

.FaAjuda
{
    font-size: 22px !important;
    color: #ca1f1f !important;
}

/* ------------- */

.select2-container
{
    min-height: 39px !important;
    height: auto !important;
}

/* ------------- */

.IcoEsp_Cadeirante
{
    background: url('/imagens/IcoCadeirante.png') no-repeat left center;
    background-size: 20px auto;

    display: inline-block;
    float: left;
    
    width: 20px;
    height: 20px;
    
    margin-right: 5px;
    margin-top: -3px;
}

/* ------------- */

.row.display-flex 
{

    display: flex;
    flex-wrap: wrap;
}
.row.display-flex > [class*='col-'] 
{
    display: flex;
    flex-direction: column;
}

/* ------------- */

@media screen and (max-width: 640px) 
{
	
	/* ------------- */
	
	h1
	{
		font-size:26px;
	}
	h2
	{
		font-size:24px;
	}
	h3
	{
		font-size:22px;
	}
	h4
	{
		font-size:20px;
	}
	
	/* ------------- */
  
}

/* ------------- */










/*
############
H2
############
*/
h2.style1
{
	margin: 0px;
	padding: 0px;
	margin-bottom: 20px;
	
	font-size: 20px;
	font-weight: bold;
	color: #6f8288;
}
h2.style1 .ExtBtn1
{
	float: right;
}
h2.style1 .ExtBtn1 .btn
{
	padding: 5px 20px;
	font-size: 13px;
}

/* ------------- */

h2.style2
{
	margin: 0px;
	padding: 0px;
	
	font-size: 20px;
	font-weight: bold;
	color: #2a2a2a;
}

/* ------------- */

h2.style3
{
	margin: 0px;
	padding: 5px 0px 5px 10px;
	
	font-size: 20px;
	font-weight: bold;
	color: #2a2a2a;
	
	border-left: 5px solid #2a2a2a;
}

/* ------------- */






















/*
################
## TextoLivre
################
*/

.TextoLivre1, .TextoLivre1 p
{
	font-size:15px;
	color:#333;
	line-height:175%;
}
.TextoLivre1 a
{
	font-size:15px;
	color:#333;
}
.TextoLivre1 img
{
	display: block;
    height: auto !important;
    max-width: 100% !important;
    text-align: center;
}

.TextoLivre2, .TextoLivre2 p
{
	font-size:13px;
	color:#333;
	line-height:125%;
}
.TextoLivre2 a
{
	font-size:13px;
	color:#333;
}

.TextoLivre3, .TextoLivre3 p
{
	font-size:17px;
	color:#333;
	line-height:175%;
}
.TextoLivre3 a
{
	font-size:15px;
	color:#333;
}
.TextoLivre3 img
{
	display: block;
    height: auto;
    max-width: 100%;
    text-align: center;
}

























/*
############
Controle de Botões
############
*/
.btn 
{
	-webkit-box-shadow: none;
	-moz-box-shadow: none;
	box-shadow: none;
	font-weight:bold;
}
.btn:hover 
{
	
}

/* ------------- */

.btn-custom0,
.btn-custom1,
.btn-custom1B,
.btn-custom2,
.btn-custom2B,
.btn-custom3,
.btn-custom3B,
.btn-custom4,
.btn-custom5,
.btn-custom6,
.btn-custom7,
.btn-custom8,
.btn-custom8B
{
	border: 1px solid #ccc;
	border-bottom-color: #bbb;
	-webkit-border-radius: 4px;
	-moz-border-radius: 4px;
	border-radius: 4px;
	
	-webkit-box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.2), 0 1px 2px rgba(0, 0, 0, 0.05);
	-moz-box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.2), 0 1px 2px rgba(0, 0, 0, 0.05);
	box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.2), 0 1px 2px rgba(0, 0, 0, 0.05);
	
	
}

/* ------------- */

.btn-custom0
{
	background: #333F50;
	border: none;
	
	-webkit-box-shadow: none;
	-moz-box-shadow: none;
	box-shadow: none;
	
	color: #fff !important;
    font-size: 20px;
	font-weight: bold;
	
	padding: 5px 20px;
	
	-webkit-border-radius: 10px;
	-moz-border-radius: 10px;
	border-radius: 10px;
}
.btn-custom0:hover
{
	background: #2A3340;
	
	color: #FFF;
}

/* ------------- */

.btn-custom1
{
	background: #333F50;
	border: none;
	
	-webkit-box-shadow: none;
	-moz-box-shadow: none;
	box-shadow: none;
	
	color: #fff !important;
	font-size: 15px;
	font-weight: bold;
	
	padding: 10px 20px;
	
	-webkit-border-radius: 10px;
	-moz-border-radius: 10px;
	border-radius: 10px;
}
.btn-custom1:hover
{
	background: #2A3340;
	
	color: #FFF;
}

/* ------------- */

.btn-custom1B
{
	background: #333F50;
	border: none;
	
	-webkit-box-shadow: none;
	-moz-box-shadow: none;
	box-shadow: none;
	
	color: #fff !important;
	font-size: 13px;
	font-weight: bold;
	
	padding: 5px 10px;
	
	-webkit-border-radius: 10px;
	-moz-border-radius: 10px;
	border-radius: 10px;
}
.btn-custom1B:hover
{
	background: #2A3340;
	
	color: #FFF;
}

/* ------------- */

.btn-custom1C
{
	background: #333F50;
	border: none;
	
	-webkit-box-shadow: none;
	-moz-box-shadow: none;
	box-shadow: none;
	
	color: #fff !important;
	font-size: 20px;
	font-weight: bold;
	
    padding: 12px 31px;
	
	-webkit-border-radius: 10px;
	-moz-border-radius: 10px;
	border-radius: 10px;
}
.btn-custom1C:hover
{
	background: #2A3340;
	
	color: #FFF;
}

/* ------------- */

.btn-custom2
{
	background: #8C9FA5;
	border: none;
	
	-webkit-box-shadow: none;
	-moz-box-shadow: none;
	box-shadow: none;
	
	color: #fff !important;
	font-size: 15px;
	font-weight: bold;
	
	padding: 10px 20px;
	
	-webkit-border-radius: 10px;
	-moz-border-radius: 10px;
	border-radius: 10px;
}
.btn-custom2:hover
{
	background: #77878C;
	
	color: #FFF;
}

/* ------------- */

.btn-custom2B
{
	background: #8C9FA5;
	border: none;
	
	-webkit-box-shadow: none;
	-moz-box-shadow: none;
	box-shadow: none;
	
	color: #fff !important;
	font-size: 13px;
	font-weight: bold;
	
	padding: 5px 10px;
	
	-webkit-border-radius: 10px;
	-moz-border-radius: 10px;
	border-radius: 10px;
}
.btn-custom2B:hover
{
	background: #77878C;
	
	color: #FFF;
}

/* ------------- */

.btn-custom3
{
	background: #D16B73;
	border: none;
	
	-webkit-box-shadow: none;
	-moz-box-shadow: none;
	box-shadow: none;
	
	color: #fff !important;
	font-size: 15px;
	font-weight: bold;
	
	padding: 10px 20px;
	
	-webkit-border-radius: 10px;
	-moz-border-radius: 10px;
	border-radius: 10px;
}
.btn-custom3:hover
{
	background: #A8575E;
	
	color: #FFF;
}

/* ------------- */

.btn-custom3B
{
	background: #D16B73;
	border: none;
	
	-webkit-box-shadow: none;
	-moz-box-shadow: none;
	box-shadow: none;
	
	color: #fff !important;
	font-size: 13px;
	font-weight: bold;
	
	padding: 5px 10px;
	
	-webkit-border-radius: 10px;
	-moz-border-radius: 10px;
	border-radius: 10px;
}
.btn-custom3B:hover
{
	background: #A8575E;
	
	color: #FFF;
}

/* ------------- */

.btn-custom4
{
	background: #91DBAF;
	border: none;
	
	-webkit-box-shadow: none;
	-moz-box-shadow: none;
	box-shadow: none;
	
	color: #fff !important;
	font-size: 15px;
	font-weight: bold;
	
	padding: 10px 20px;
	
	-webkit-border-radius: 10px;
	-moz-border-radius: 10px;
	border-radius: 10px;
}
.btn-custom4:hover
{
	background: #7CBA95;
	
	color: #FFF;
}

/* ------------- */

.btn-custom5
{
	background: #FFF;
	border: 1px solid #d1d2d7;
	
	-webkit-box-shadow: none;
	-moz-box-shadow: none;
	box-shadow: none;
	
	color: #74757a !important;
	font-size: 13px;
	font-weight: bold;
	
	padding: 5px 10px;
	
	-webkit-border-radius: 10px;
	-moz-border-radius: 10px;
	border-radius: 10px;
	
	text-decoration: none !important;
}
.btn-custom5:hover
{
	border: 1px solid #74757a;
	background: #f1f1f1;
}

/* ------------- */

.btn-custom6
{
	background: #8BAE53;
	border: none;
	
	-webkit-box-shadow: none;
	-moz-box-shadow: none;
	box-shadow: none;
	
	color: #fff !important;
	font-size: 15px;
	font-weight: bold;
	
	padding: 10px 20px;
	
	-webkit-border-radius: 10px;
	-moz-border-radius: 10px;
	border-radius: 10px;
}
.btn-custom6:hover
{
	background: #849E5A;
	
	color: #FFF;
}

/* ------------- */

.btn-custom7
{
	background: #3FA9F5;
	border: none;
	
	-webkit-box-shadow: none;
	-moz-box-shadow: none;
	box-shadow: none;
	
	color: #fff !important;
	font-size: 15px;
	font-weight: bold;
	
	padding: 10px 20px;
	
	-webkit-border-radius: 10px;
	-moz-border-radius: 10px;
	border-radius: 10px;
}
.btn-custom7:hover
{
	background: #3398C6;
	
	color: #FFF;
}

/* ------------- */

.btn-custom8
{
	background: rgba(0, 0, 0, 0.05);
	border: rgba(0, 0, 0, 0.1);
	
	-webkit-box-shadow: none;
	-moz-box-shadow: none;
	box-shadow: none;
	
	color: #393838 !important;
	font-size: 15px;
	font-weight: bold;
	
	padding: 10px 20px;
	
	-webkit-border-radius: 10px;
	-moz-border-radius: 10px;
	border-radius: 10px;
}
.btn-custom8:hover
{
	background: rgba(0, 0, 0, 0.1);
}

/* ------------- */

.btn-custom8B
{
	background: rgba(0, 0, 0, 0.05);
	border: rgba(0, 0, 0, 0.1);
	
	-webkit-box-shadow: none;
	-moz-box-shadow: none;
	box-shadow: none;
	
	color: #393838 !important;
	font-size: 15px;
	font-weight: bold;
	
	padding: 5px 10px;
	
	-webkit-border-radius: 10px;
	-moz-border-radius: 10px;
	border-radius: 10px;
}
.btn-custom8B:hover
{
	background: rgba(0, 0, 0, 0.1);
}

/* ------------- */























/*
############
modal
############
*/
.blocker
{
	z-index: 3000;
}
.modal
{
	overflow: visible;
	z-index: 3001;
}
.BlcModal
{
	width: 1170px;
}
.BlcModal-1000
{
	max-width: 100px;
}
.BlcModal-900
{
	max-width: 900px;
}
.BlcModal-800
{
	max-width: 800px;
}
.BlcModal-700
{
	max-width: 700px;
}
.BlcModal-600
{
	max-width: 600px;
}

/* ------------- */













/*
############
ExposeGeral1
############
*/
.ExposeGeral1
{
	position: fixed;
	
	left: 0px;
	top: 0px;
	
	width: 100%;
	height: 100%;
	
	z-index: 10001;
	
	background: rgba(0, 0, 0, 0.4);
	
	display: none;
}

body.ExposeGeral1_Ativo
{
	overflow: hidden;
}
body.ExposeGeral1_Ativo .ExposeGeral1
{
	display: block;
}

/* ------------- */























/*
##############
# GERAL - forms
##############
*/
.form-group
{
	margin-bottom: 15px;
}
.form-group label
{
	font-size: 13px;
	color: #74757A;
	font-weight: bold;
	
	display: block;
	margin-bottom: 5px;
}
.form-group label.style1
{
	color: #505050;
    font-size: 17px;
    font-weight: bold;
}
.form-group label small
{
	font-weight: normal;
	font-size: 11px;
}
.form-group .form-control
{
	-moz-border-radius: 10px;
	-webkit-border-radius: 10px;
	border-radius: 10px;
	
	background: #FFF;
	border: 1px solid #DADADA;
	
	height: auto;
    line-height: normal;
	
    padding: 10px;
}
.form-group select.form-control
{
	padding: 9px 10px;
}

.form-group .form-control-2 label
{
	display: inline-block;
	
    margin: 0;
    padding: 0;
	
	font-weight: normal;
	font-size: 12px;
}

.form-inline .form-group label
{
	display: inline-block;
	
    margin-bottom: 0;
    margin-right: 5px;
}
.form-inline .form-group .form-control
{
}

.form-group .form-control-size-100
{
	width: 100px;
}
.form-group .form-control-size-200
{
	width: 200px;
}
.form-group .form-control-size-300
{
	width: 300px;
}
.form-group .form-control-size-400
{
	width: 400px;
}
.form-group .form-control-size-500
{
	width: 500px;
}

.form-group .form-control-h-size-115
{
	height: 117px;
}

.form-group .form-control-style1
{
	font-size: 10px;
	padding: 5px 10px;
}

.form-group.form-group-inline
{
	display: inline-block;
}
.form-group.form-group-size-100
{
	width: 100px;
}
.form-group.form-group-size-200
{
	width: 200px;
}
.form-group.form-group-size-300
{
	width: 300px;
}
.form-group.form-group-size-400
{
	width: 400px;
}
.form-group.form-group-size-500
{
	width: 500px;
}

/* ------------- */

.select2-container
{
	width: 100%;
	height: 39px;
}

/* ------------- */

.jFiler-theme-default .jFiler-input
{
	-moz-border-radius: 10px;
	-webkit-border-radius: 10px;
	border-radius: 10px;
	
	width: 100%;
	height: 39px;
	
	margin: 0px;	
}

/* ------------- */

@media screen and (max-width: 767px) 
{
	
	/* ------------- */
	
	.form-group label small
	{
		display: block;
		margin-top: 5px;
	}
	
	/* ------------- */
  
}

/* ------------- */


















/*
############
# header
############
*/
#header
{
	margin:0px;
	padding:0px;
	margin-bottom: 40px;
	
	z-index:2006;
	
	-webkit-box-shadow: 0 0 30px rgba(0,0,0,0.3);
    -moz-box-shadow: 0 0 30px rgba(0,0,0,0.3);
    box-shadow: 0 0 30px rgba(0,0,0,0.3);
}
body.HeaderColado #header
{
	margin-bottom: 0px;
}

/* ------------- */
/* -- Linha 1 -- */
/* ------------- */

#header .Linha1 
{
	margin: 0px;
	padding: 0px;
	
	background: #333F50;
}

/* -------- */

#header .Linha1 .ExtMenu1
{
	list-style: none;
	display: table;
	
	margin: 0px;
	padding: 0px;
	
	width: 100%;
}
#header .Linha1 .ExtMenu1 > li
{
	list-style: none;
	display: table-cell;
	
	margin: 0px;
	padding: 20px 10px;
	
	position: relative;
}
#header .Linha1 .ExtMenu1 > li > .SubMenu
{
	position: absolute;
	
	right: 0px;
	top: 100%;
	
	margin: 0px;
	padding: 0px;
	
	background: #FFF;
	
	min-width: 250px;
	
	box-shadow: 0 0 8px rgba(0, 0, 0, 0.15);
	-moz-box-shadow: 0 0 8px rgba(0, 0, 0, 0.15);
	-webkit-box-shadow: 0 0 8px rgba(0, 0, 0, 0.15);
	
	border: 1px solid rgba(95,102,124, 0.3);
	
	display: none;
	
	z-index: 20002;
	
	-moz-border-radius: 10px;
	-webkit-border-radius: 10px;
	border-radius: 10px;
}
#header .Linha1 .ExtMenu1 > li > .SubMenu:before
{
	position: absolute;
	
	font-family: FontAwesome;
	font-size: 45px;
	color: #FFF;
	
	content: "\f0d8";
	
	display: block;
	
	text-align: center;
	vertical-align: middle;
	
	right: 20px;
	top: -40px;
}

#header .Linha1 .ExtMenu1 > li.Ativo > .SubMenu
{
	display: block;
}

/* -------- */

#header .Linha1 .ExtMenu1 > li.LiMenu1
{
}

#header .Linha1 .ExtMenu1 > li.LiMenu1 > a.ANivel1
{	
	text-decoration: none !important;
}

#header .Linha1 .ExtMenu1 > li.LiMenu1 > a.ANivel1 .BlcExt1
{
	height: 40px;
    line-height: 40px;
	
	vertical-align: middle;
	
	position: relative;
}
#header .Linha1 .ExtMenu1 > li.LiMenu1 > a.ANivel1 .BlcExt1 .BlcIco
{
	float: right;
	
	position: relative;
	
	width: 45px;
	height: 36px;
}
#header .Linha1 .ExtMenu1 > li.LiMenu1 > a.ANivel1 .BlcExt1 .BlcIco .fa
{
	color: #B4CFDB;
	font-size: 34px;
	
	float: left;
}
#header .Linha1 .ExtMenu1 > li.LiMenu1 > a.ANivel1 .BlcExt1 .BlcIco:before
{
	position: absolute;
	
	font-family: FontAwesome;
	font-size: 14px;
	color: #B4CFDB;
	
	content: "\f0d7";
	
	display: block;
	
	right: 0px;
	top: 0px;
}

#header .Linha1 .ExtMenu1 > li.LiMenu1 > a.ANivel1 .BlcExt1 .BlcTextA
{
	float: right;
	
	margin-right: 15px;
	
	width: calc(100% - 60px);
}
#header .Linha1 .ExtMenu1 > li.LiMenu1 > a.ANivel1 .BlcExt1 .BlcTextA .BlcText1
{
	color: #B4CFDB;
    font-size: 13px;
	font-weight: bold;
	
	line-height: 15px;
	height: 15px;
	
	display: block;
	overflow: hidden;
	
	margin-top: 4px;
}
#header .Linha1 .ExtMenu1 > li.LiMenu1 > a.ANivel1 .BlcExt1 .BlcTextA .BlcText2
{
	color: #B4CFDB;
    font-size: 11px;
	font-weight: bold;
	
	line-height: 15px;
	height: 15px;
	
	display: block;
	overflow: hidden;
}
#header .Linha1 .ExtMenu1 > li.LiMenu1 > a.ANivel1 .BlcExt1 .BlcTextA .BlcText1 span,
#header .Linha1 .ExtMenu1 > li.LiMenu1 > a.ANivel1 .BlcExt1 .BlcTextA .BlcText2 span
{
	color: #FFF;
}

#header .Linha1 .ExtMenu1 > li.LiMenu1 > a.ANivel1 .BlcExt1 .BlcTextB
{
	float: left;
	
	width: 100%;	
}
#header .Linha1 .ExtMenu1 > li.LiMenu1 > a.ANivel1 .BlcExt1 .BlcTextB .BlcText1
{
	color: #B4CFDB;
    font-size: 11px;
	font-weight: bold;
	
	line-height: 15px;
	height: 15px;
	
	display: block;
	overflow: hidden;
	
	margin-top: 4px;
}
#header .Linha1 .ExtMenu1 > li.LiMenu1 > a.ANivel1 .BlcExt1 .BlcTextB .BlcText2
{
	color: #FFF;
    font-size: 13px;
	font-weight: bold;
	
	line-height: 15px;
	height: 15px;
	
	display: block;
	overflow: hidden;
}

#header .Linha1 .ExtMenu1 > li.LiMenu1.Ativo
{
	background: rgba(0, 0, 0, 0.2);
}

/* -------- */

#header .Linha1 .ExtMenu1 > li.LiLogo
{
}
#header .Linha1 .ExtMenu1 > li.LiLogo .BlcLogo
{
	float: left;
}
#header .Linha1 .ExtMenu1 > li.LiLogo .BlcLogo img
{
	max-height: 40px;
}

/* -------- */

#header .Linha1 .ExtMenu1 > li.LiLogin
{
	width: 200px;
}
#header .Linha1 .ExtMenu1 > li.LiInfo1
{
	width: 150px;
}
#header .Linha1 .ExtMenu1 > li.LiConfiguracoes
{
	width: 70px;
}
#header .Linha1 .ExtMenu1 > li.LiMenuMobile
{
	width: 60px;
	display: none;
}

/* ------------- */
/* -- Linha 2 -- */
/* ------------- */

#header .Linha2 
{
	margin: 0px;
	padding: 0px;
	
	background: #2A3340;
}

/* -------- */

#header .Linha2 .ExtMenu1
{
	list-style: none;
	display: table;
	
	margin: 0px;
	padding: 0px;
	
	width: 100%;
}
#header .Linha2 .ExtMenu1 > li
{
	list-style: none;
	display: table-cell;
	
	margin: 0px;
	padding: 0px;
	
	position: relative;
	
	width: 20%;
}
#header .Linha2 .ExtMenu1 > li > .SubMenu
{
	position: absolute;
	
	left: 0px;
	top: 100%;
	
	margin: 0px;
	padding: 0px;
	
	background: #FFF;
	
	min-width: 250px;
	
	box-shadow: 0 0 8px rgba(0, 0, 0, 0.15);
	-moz-box-shadow: 0 0 8px rgba(0, 0, 0, 0.15);
	-webkit-box-shadow: 0 0 8px rgba(0, 0, 0, 0.15);
	
	border: 1px solid rgba(95,102,124, 0.3);
	
	display: none;
	
	z-index: 20002;
	
	-moz-border-radius: 10px;
	-webkit-border-radius: 10px;
	border-radius: 10px;
}
#header .Linha2 .ExtMenu1 > li > .SubMenu:before
{
	position: absolute;
	
	font-family: FontAwesome;
	font-size: 45px;
	color: #FFF;
	
	content: "\f0d8";
	
	display: block;
	
	text-align: center;
	vertical-align: middle;
	
	left: 20px;
	top: -40px;;
}
#header .Linha2 .ExtMenu1 > li.Ativo > .SubMenu
{
	display: block;
}

/* -------- */

#header .Linha2 .ExtMenu1 > li.LiMenu1
{
	padding: 20px 10px;
}

#header .Linha2 .ExtMenu1 > li.LiMenu1 > a.ANivel1
{	
	color: #FFF;
	font-size: 13px;
	
	display: block;
	
	text-align: center;
	
	text-decoration: none !important;
}

#header .Linha2 .ExtMenu1 > li.LiMenu1.Ativo
{
	background: rgba(0, 0, 0, 0.2);
}

/* -------- */

#header .Linha2 .ExtMenu1 > li.LiAberto > a.ANivel1
{
	font-weight: bold;
}
#header .Linha2 .ExtMenu1 > li.LiAberto:before
{
	position: absolute;
	
	font-family: FontAwesome;
	font-size: 45px;
	color: #2A3340;
	
	content: "\f0d7";
	
	display: block;
	
	width: 100%;
	
	text-align: center;
	vertical-align: middle;
	
	left: 0px;
	bottom: -36px;
}

/* -------- */

#header .Linha2 .ExtMenu1 > li:nth-last-child(1) > .SubMenu
{
	left: calc(50% - 125px);
}
#header .Linha2 .ExtMenu1 > li:nth-last-child(1) > .SubMenu:before
{
	left: calc(50% - 20px);
}

/* -------- */

#header .Linha2 .navbar-collapse
{
	margin: 0px;
	padding: 0px;
	
	box-shadow: none;
	border: 0px;
	
	overflow: visible;;
}

/* ----------------- */
/* -- ExtIntMenu1 -- */
/* ---------------- */

#header .ExtIntMenu1
{
	list-style: none;
	display: block;
	overflow: hidden;
	
	margin: 0px;
	padding: 0px;
	
	-moz-border-radius: 10px;
	-webkit-border-radius: 10px;
	border-radius: 10px;
}
#header .ExtIntMenu1 > li
{	
	list-style: none;
	display: block;
	position: relative;
	
	margin: 0px;
	padding: 0px;
}
#header .ExtIntMenu1 > li > a
{
	font-size: 13px;
	font-weight: 600;
	color: #74757A;
	
	display: block;
	
	margin: 0px;
	padding: 10px;
	
	border-bottom: 1px solid #f2f2f2;
}
#header .ExtIntMenu1 > li:hover > a
{
	background: #DADADA;
	
	text-decoration: none;
}

#header .ExtIntMenu1 > li ul
{
	list-style: none;
	display: block;
	position: absolute;
	
	left: 100%;
	top: 0px;
	
	margin: 0px;
	padding: 0px;
	
	background: #FFF;
	
	min-width: 250px;
	
	box-shadow: 0 0 8px rgba(0, 0, 0, 0.15);
	-moz-box-shadow: 0 0 8px rgba(0, 0, 0, 0.15);
	-webkit-box-shadow: 0 0 8px rgba(0, 0, 0, 0.15);
	
	border: 2px solid #EAEAEA;
	
	display: none;
	
	-moz-border-radius: 5px 0px 0px 5px;
	-webkit-border-radius: 5px 0px 0px 5px;
	border-radius: 5px 0px 0px 5px;
}
#header .ExtIntMenu1 > li ul li
{
	list-style: none;
	display: block;
	
	margin: 0px;
	padding: 0px;
}
#header .ExtIntMenu1 > li ul li a
{
	font-size: 13px;
	font-weight: normal;
	color: #f5f5f5;
	
	display: block;
	
	margin: 0px;
	padding: 15px;
	
	border-bottom: 1px solid rgba(0, 0, 0, 0.05);
}
#header .ExtIntMenu1 > li ul li:hover > a
{
	background: #DADADA;
	
	text-decoration: none;
}

#header .ExtIntMenu1 li.hr
{

}
#header .ExtIntMenu1 li.hr hr
{
	border-color: #e7e7e7;
	border-width: 2px;
	
	margin: 0;
}

/* ------------- */

@media screen and (max-width: 767px) 
{
	
	/* ------------- */
	
	#header .Linha1 .ExtMenu1 > li.LiMenuMobile
	{
		display: table-cell;
	}
	#header .Linha1 .ExtMenu1 > li.LiLogin 
	{
		width: 70px;
	}
	#header .Linha1 .ExtMenu1 > li.LiMenu1 > a.ANivel1 .BlcExt1 .BlcTextA
	{
		display: none;
	}
	
	/* ------------- */
	
	#header .Linha2 .ExtMenu1
	{
		display: block;
	}
	#header .Linha2 .ExtMenu1 > li
	{
		display: block;
		
		width: 100%;
		
		border-bottom: 1px solid rgba(255, 255, 255, 0.1);
	}
	#header .Linha2 .ExtMenu1 > li.LiMenu1
	{
		padding: 10px;
	}
	
	#header .Linha2 .ExtMenu1 > li > .SubMenu
	{
		min-width: auto;
		width: 100%;
		
		top: calc(100% + 15px);
	}
	#header .Linha2 .ExtMenu1 > li > .SubMenu:before
	{
		left: calc(50% - 15px);
	}
	
	#header .Linha2 .ExtMenu1 > li > .SubMenu .ExtIntMenu1 > li
	{
		text-align: center;
	}
	
	#header .Linha1 .ExtMenu1 > li.LiInfo1
	{
		display: none;
	}
	
	/* ------------- */
  
}

/* ------------- */

@media screen and (max-width: 550px) 
{
	
	/* ------------- */
	
	#header .Linha1 .ExtMenu1 > li.LiLogo .BlcLogo img 
	{
		max-height: 30px;
	}

	#header .Linha1 .ExtMenu1 > li 
	{
		padding: 10px 5px;
	}
	#header .Linha1 .ExtMenu1 > li.LiMenu1 > a.ANivel1 .BlcExt1 
	{
		height: 30px;
		line-height: 30px;
	}
	#header .Linha1 .ExtMenu1 > li.LiMenu1 > a.ANivel1 .BlcExt1 .BlcIco .fa 
	{
		font-size: 26px;
	}

	#header .Linha1 .ExtMenu1 > li.LiLogin 
	{
		width: 60px;
	}
	#header .Linha1 .ExtMenu1 > li.LiConfiguracoes 
	{
		width: 60px;
	}

	/* ------------- */
  
}

/* ------------- */

@media screen and (max-width: 480px) 
{
	
	/* ------------- */
	
	#header .Linha1 .ExtMenu1 > li.LiLogo .BlcLogo img 
	{
		max-height: 30px;
	}

	#header .Linha1 .ExtMenu1 > li 
	{
		padding: 10px 5px;
	}
	#header .Linha1 .ExtMenu1 > li.LiMenu1 > a.ANivel1 .BlcExt1 
	{
		height: 30px;
		line-height: 30px;
	}
	#header .Linha1 .ExtMenu1 > li.LiMenu1 > a.ANivel1 .BlcExt1 .BlcIco:before
	{
		display: none;
	}
	#header .Linha1 .ExtMenu1 > li.LiMenu1 > a.ANivel1 .BlcExt1 .BlcIco 
	{
		height: 30px;
		width: 30px;
	}
	#header .Linha1 .ExtMenu1 > li.LiMenu1 > a.ANivel1 .BlcExt1 .BlcIco .fa 
	{
		font-size: 26px;
	}

	#header .Linha1 .ExtMenu1 > li.LiLogin,
	#header .Linha1 .ExtMenu1 > li.LiConfiguracoes,
	#header .Linha1 .ExtMenu1 > li.LiMenuMobile
	{
		width: 40px;
	}
	
	#header .Linha1 .ExtMenu1 > li > .SubMenu:before
	{
		right: 8px;
	}
	
	#header .Linha1 .ExtMenu1 > li.LiLogin > .SubMenu
	{
		width: 150px;
		min-width: auto;
	}
	
	/* ------------- */
	
	#header .ExtIntMenu1 > li > a 
	{
		font-size: 11px;
	}

	/* ------------- */
  
}

/* ------------- */












/*
############
# header_portaria
############
*/
#header_portaria
{
	margin:0px;
	padding:0px;
	
	z-index:2006;
}

/* ------------- */
/* -- Linha 1 -- */
/* ------------- */

#header_portaria .Linha1 
{
	margin: 0px;
	padding: 10px 0px;
	
	background: #2A3340;

    text-align: center;
}

/* -------- */

#header_portaria .Linha1  .ExtText1
{
	color: rgba(255, 255, 255, 0.8);
	font-size: 12px;
}
#header_portaria .Linha1  .ExtText2
{
	color: rgba(255, 255, 255, 0.8);
	font-size: 18px;
}

/* ------------- */







/*
############
# footer_portaria
############
*/
#footer_portaria
{
	margin:0px;
	padding:0px;
	margin-top: 10px;

	z-index:2006;

    display: block;
    width: 100%;
}

/* -------- */

#footer_portaria.Fixed
{
    position: fixed;

    width: 100%;
    left: 0px;
    bottom: 0px;
}

/* ------------- */
/* -- Linha 1 -- */
/* ------------- */

#footer_portaria .Linha1 
{
	margin: 0px;
	padding: 10px 0px;
}


/* ------------- */















/*
############
# EstHeader1
############
*/
.EstHeader1
{
	margin: 0px;
	padding: 0px 0px 20px;
	
	position: relative;
}

.EstHeader1 h1
{
	margin: 0px;
	padding: 0px;
	
	font-size: 30px;
	font-weight: bold;
	color: #2a2a2a;
}
.EstHeader1 h1 a
{
	font-size: 30px;
	font-weight: bold;
	color: #2a2a2a;
	
	text-decoration: none;
}
.EstHeader1 h1 .fa
{
	margin-right: 10px;
}

/* ------------- */

.EstHeader1 .EstBreadcrumb
{
	position: absolute;
	
	left: 10px;
	top: -30px;
}
.EstHeader1 .EstBreadcrumb .breadcrumb 
{
	-moz-border-radius: 0px;
	-webkit-border-radius: 0px;
	border-radius: 0px;
	
	background: none;
	border: 0px;

	margin: 0px;
	padding: 0px;
}
.EstHeader1 .EstBreadcrumb .breadcrumb li
{

}
.EstHeader1 .EstBreadcrumb .breadcrumb li a
{
	font-size: 11px;
	font-weight: normal;
	color: #393838;
}

/* ------------- */

@media screen and (max-width: 1200px) 
{
	
	/* ------------- */
	
	.EstHeader1 .container
	{
		width:100% !important;
		max-width:100% !important;
	}
	
	/* ------------- */
  
}

/* ------------- */

@media screen and (max-width: 767px) 
{
	
	/* ------------- */
	
	.EstHeader1 .EstBreadcrumb
	{
		display: none;
	}
	
	/* ------------- */
  
}

/* ------------- */









/*
############
# BlcBusca
############
*/
.BlcBusca
{
	margin:0px;
	padding:0px;
	
	background: #FFF;
	border: 1px solid #D0D1DA;
	
	display:block;
	position:relative;
	overflow: hidden;
	
	width:100%;
	
	-moz-border-radius: 10px;
	-webkit-border-radius: 10px;
	border-radius: 10px;
}
.BlcBusca .input-group
{
}
.BlcBusca .input-group .form-control
{
	border:none;
	background:#FFF;
	
	color: #74757A;
    font-size: 12px;
	font-weight: normal;
	
	height:auto;
	line-height:normal;
	
	height:40px;
} 
.BlcBusca .input-group .input-group-btn
{
} 
.BlcBusca .input-group .input-group-btn button
{
	border:none;
	background:#8C9FA5;
	
	font-size:18px;
	color:#FFF;
	
	height:auto;
	line-height:normal;
	
	height:40px;
	
	
	
	-moz-border-radius: 10px;
	-webkit-border-radius: 10px;
	border-radius: 10px;
} 
.BlcBusca .input-group .input-group-btn button:hover,
.BlcBusca .input-group .input-group-btn button:focus,
.BlcBusca .input-group .input-group-btn button:active
{
	background: #5D696D;
}

/* ------------- */














/*
############
accordion2
############
*/
ul.accordion2 {
    margin: 0 0 22px 0;
    border-bottom: 1px solid #e9e9e9
}

ul.accordion2>li {
    list-style: none;
    margin: 0;
    padding: 0;
    border-top: 1px solid #e9e9e9
}

ul.accordion2>li>div.title {
    cursor: pointer;
    padding: 15px;
    margin: 0;
    position: relative;
    border-left: 1px solid #e9e9e9;
    border-right: 1px solid #e9e9e9;
    -webkit-transition: .15s background linear;
    -moz-transition: .15s background linear;
    -o-transition: .15s background linear;
    transition: .15s background linear
}

ul.accordion2>li>div.title h1,
ul.accordion2>li>div.title h2,
ul.accordion2>li>div.title h3,
ul.accordion2>li>div.title h4,
ul.accordion2>li>div.title h5 {
    margin: 0
}

ul.accordion2>li .content 
{
	display: none;
	padding: 0 20px 20px 50px;
	
	font-size:15px;
	color:#333;
	line-height:175%;
}
ul.accordion2>li .content p
{
    margin: 0;
    padding: 0;
	
	font-size:15px;
	color:#333;
	line-height:175%;
}

ul.accordion2 {
    border-style: none
}

ul.accordion2>li {
    border-style: none;
	border-bottom: 1px solid #E9E9E9;
}

ul.accordion2>li h5 
{
	color: #71797C;
	font-size: 18px;
	font-weight: bold;
	
	
}

ul.accordion2>li h5:hover,
ul.accordion2>li.active h5
{
	text-decoration: none;
	
	color: #58B7E9;
}

ul.accordion2>li>div.title {
    border-style: none;
    padding: 20px 10px;
}

ul.accordion2>li>div.title h5
{
	margin-left: 40px;
}

ul.accordion2>li>div.title:before 
{

    display: block;
    width: 0;
    height: 0;

    position: absolute;
    left: 10px;
    top: 10px;
	
	font-family: FontAwesome;
	content: "\f107";
	font-size: 28px;
	color: #C1C1C1;
}
ul.accordion2>li.active >div.title:before 
{
    content: "\f106";
}
ul.accordion2>li.active
{
	background: #F7F7F7;
}














/*
############
accordion3
############
*/
ul.accordion3 {
    margin: 0 0 22px 0;
    border-bottom: 1px solid #e9e9e9
}

ul.accordion3>li {
    list-style: none;
    margin: 0;
    padding: 0;
    border-top: 1px solid #e9e9e9
}

ul.accordion3>li .content 
{
	display: none;
	padding: 20px;
}

ul.accordion3 {
    border-style: none
}

ul.accordion3>li 
{
    border-style: none;
	border-bottom: 1px solid #EDEDED;
}
ul.accordion3>li .title
{
	position: relative;
}

ul.accordion3>li h5 
{
	background: #F7F7F7;
	border: 0px;
	
	color: #757D7F;
	font-size: 18px;
	font-weight: bold;
	
	
	
	display: block;
	cursor: pointer;
	
	margin: 0px;
	padding: 15px;
}
ul.accordion3>li h5:hover
{
	background: #ECEDED;
}
ul.accordion3>li.active h5
{
	background: #40494C;
	
	color: #FFF;
}

ul.accordion3>li>div.title:before 
{

    display: block;
    width: 0;
    height: 0;

    position: absolute;
    right: 35px;
    top: 5px;
	
	font-family: FontAwesome;
	content: "\f107";
	font-size: 28px;
	color: #7C8486;
}
ul.accordion3>li.active >div.title:before 
{
    content: "\f106";
	color: #FFF;
}














/*
############
# EstSubInterno1
############
*/

.EstSubInterno1
{
	padding: 20px;
	
	box-shadow: 0 0 8px rgba(0, 0, 0, 0.10);
	-moz-box-shadow: 0 0 8px rgba(0, 0, 0, 0.10);
	-webkit-box-shadow: 0 0 8px rgba(0, 0, 0, 0.10);
	
	border: 2px solid #f7f7f7;
	
	-moz-border-radius: 4px;
	-webkit-border-radius: 4px;
	border-radius: 4px;
}

/* ------------- */

@media screen and (max-width: 767px) 
{
	
	/* ------------- */
	
	.EstSubInterno1
	{
		padding: 5px;
	}
	
	/* ------------- */
  
}

/* ------------- */











/*
############
# EstSubInterno2
############
*/

.EstSubInterno2
{
	padding: 20px;
	
	border: 2px solid #f7f7f7;
	
	-moz-border-radius: 10px;
	-webkit-border-radius: 10px;
	border-radius: 10px;
}

/* ------------- */

.EstSubInterno2Redo1
{
    padding: 10px;

    display: block;
    overflow: auto;

    max-height: 500px;
}

/* ------------- */












/*
############
# EstSubInterno3
############
*/

.EstSubInterno3
{
	padding: 0px;
	
	box-shadow: 0 0 8px rgba(0, 0, 0, 0.10);
	-moz-box-shadow: 0 0 8px rgba(0, 0, 0, 0.10);
	-webkit-box-shadow: 0 0 8px rgba(0, 0, 0, 0.10);
	
	border: 2px solid #f7f7f7;
	
	-moz-border-radius: 4px;
	-webkit-border-radius: 4px;
	border-radius: 4px;
}
.EstSubInterno3 .IntHeader1
{
	padding: 20px;
	margin: 0px;
	
	border-bottom: 1px solid rgba(0, 0, 0, 0.1);
}
.EstSubInterno3 .IntHeader1 .Col
{
	margin: 0px;
	padding: 0px;
}
.EstSubInterno3 .IntBody1
{
	padding: 20px;
}
.EstSubInterno3 .IntBody2
{
	padding: 20px;
	padding-top: 0px;
}

/* ------------- */















/*
############
# EstInterno1
############
*/
.EstInterno1
{
	margin: 0px;
	padding: 20px 0px;
	
	background: #FFF;
}

/* ------------- */

.EstInterno1 .ColStyle1
{
	border-right: 1px solid #d1d2d7;
}

/* ------------- */

.EstInterno1 .GetText1
{
	font-size: 12px;
	color: #b3b3b3;
}
.EstInterno1 .GetText2
{
	font-size: 16px;
	color: #7D8281;
}
.EstInterno1 .GetText3
{
	font-size: 28px;
	color: #7D8281;
	font-weight: bold;
}

/* ------------- */

.EstInterno1 .GetLinha1
{
	border-bottom: 1px solid #7D8281;
}

/* ------------- */

@media screen and (max-width: 1200px) 
{
	
	/* ------------- */
	
	.EstInterno1 .container
	{
		width:100% !important;
		max-width:100% !important;
	}
	
	/* ------------- */
  
}

/* ------------- */










/*
############
# EstInterno2
############
*/
.EstInterno2
{
	background: #FFF;
	
	box-shadow: 0 0 8px rgba(0, 0, 0, 0.10);
	-moz-box-shadow: 0 0 8px rgba(0, 0, 0, 0.10);
	-webkit-box-shadow: 0 0 8px rgba(0, 0, 0, 0.10);
	
	border: 2px solid #f7f7f7;
	
	padding: 20px;
}

/* ------------- */

@media screen and (max-width: 1200px) 
{
	
	/* ------------- */
	
	.EstInterno2
	{
		width:100% !important;
		max-width:100% !important;
	}
	
	/* ------------- */
  
}

/* ------------- */












/*
############
# EstInterno6
############
*/
.EstInterno6
{
	padding: 20px;
	
	background: #FFF;
	
	box-shadow: 0 0 8px rgba(0, 0, 0, 0.10);
	-moz-box-shadow: 0 0 8px rgba(0, 0, 0, 0.10);
	-webkit-box-shadow: 0 0 8px rgba(0, 0, 0, 0.10);
	
	border: 2px solid #f7f7f7;
}

/* ------------- */

@media screen and (max-width: 1200px) 
{
	
	/* ------------- */
	
	.EstInterno6
	{
		width:100% !important;
		max-width:100% !important;
	}
	
	/* ------------- */
  
}

/* ------------- */














/*
############
# EstInterno6B
############
*/
.EstInterno6B
{
	padding: 0px;
}

/* ------------- */

@media screen and (max-width: 1200px) 
{
	
	/* ------------- */
	
	.EstInterno6B
	{
		width:100% !important;
		max-width:100% !important;
	}
	
	/* ------------- */
  
}

/* ------------- */










/*
############
# EstInterno6Tabs
############
*/
.EstInterno6Tabs
{
	padding: 0px;
	margin-bottom: -2px;
}

/* ------------- */

.EstInterno6Tabs ul
{
	list-style: none;
	display: inline-block;
	
	margin: 0px;
	padding: 0px;
}
.EstInterno6Tabs ul li
{
	background: #f3f3f3;
	border-top: 4px solid #E7E7E7;
	
	list-style: none;
	display: inline-block;
	
	margin: 0px;
	padding: 10px 50px;
	
	color: #565656;
	font-size: 16px;
	font-weight: bold;
	
	cursor: pointer;
	
	
}
.EstInterno6Tabs ul li.Ativo,
.EstInterno6Tabs ul li:hover
{
	background: #FFF;
	border-top: 4px solid #2A3340;
}

/* ------------- */

@media screen and (max-width: 1200px) 
{
	
	/* ------------- */
	
	.EstInterno6Tabs
	{
		width:100% !important;
		max-width:100% !important;
	}
	
	/* ------------- */
  
}

/* ------------- */

@media screen and (max-width: 920px) 
{
	
	/* ------------- */
	
	.EstInterno6Tabs ul li
	{
		padding: 10px 40px;
		font-size: 14px;
	}
	
	/* ------------- */
  
}


/* ------------- */

@media screen and (max-width: 600px) 
{
	
	/* ------------- */
	
	.EstInterno6Tabs ul li
	{
		padding: 10px 20px;
		font-size: 12px;
	}
	
	/* ------------- */
  
}


/* ------------- */

@media screen and (max-width: 400px) 
{
	
	/* ------------- */
	
	.EstInterno6Tabs ul
	{
		display: block;
	}
	.EstInterno6Tabs ul li
	{
		display: block;
		padding: 10px;
		text-align: center;
	}
	.EstInterno6Tabs ul li.Ativo, 
	.EstInterno6Tabs ul li:hover
	{
		background: #2A3340;
		color: #fff;
	}
	
	/* ------------- */
  
}

/* ------------- */
















/*
############
# EstInterno2B
############
*/
.EstInterno2B
{
	padding: 0px;
}

/* ------------- */

@media screen and (max-width: 1200px) 
{
	
	/* ------------- */
	
	.EstInterno2B
	{
		width:100% !important;
		max-width:100% !important;
	}
	
	/* ------------- */
  
}

/* ------------- */














/*
############
# EstTabela1
############
*/
.EstTabela1
{
}
.EstTabela1 .table
{
	margin: 0px;
}
.EstTabela1 .table > thead
{

}
.EstTabela1 .table > thead > tr
{

}
.EstTabela1 .table > thead > tr > th
{
	color: #38393e;
    font-size: 14px;
    font-weight: bold;
	
	padding: 10px;
}
.EstTabela1 .table > thead > tr > th a
.EstTabela1 .table > thead > tr > th a .LinkOrdem
{
	margin-left: 5px;
}
.EstTabela1 .table > tbody
{

}
.EstTabela1 .table > tbody > tr
{

} 
.EstTabela1 .table > tbody > tr > th
{
	font-size: 13px;
	color: #74757A;
	
	padding: 10px;
}
.EstTabela1 .table > tbody > tr > th > a
{
	font-size: 13px;
	color: #74757A;
}

.EstTabela1 .table > tbody > tr > th.ThText1
{
	font-size: 12px;
	color: #8f9095;
}
.EstTabela1 .table > tbody > tr > th.ThText1 > a
{
	font-size: 12px;
	color: #8f9095;
}

.EstTabela1 .table > tbody > tr > th.ThText2
{
	font-size: 10px;
	color: #8f9095;
}
.EstTabela1 .table > tbody > tr > th.ThText2 > a
{
	font-size: 10px;
	color: #8f9095;
}

/* ------------- */

.EstTabela1 .table > tbody > tr > th .IntThText1
{
	font-size: 13px;
	color: #74757A;
    
    display: block;
    text-overflow: ellipsis;
    overflow: hidden; 
    white-space: nowrap;

    width: 100%;
    height: 15px;

    max-width: 250px;
}

/* ------------- */

.EstTabela1 .table > tbody > tr.MsgLidoS > th
{
	background: #EAEAEA;
	
	font-size: 12px;
	font-weight: normal;
}
.EstTabela1 .table > tbody > tr.MsgLidoS > th > a
{
	font-size: 12px;
	font-weight: normal;
}

.EstTabela1 .table > tbody > tr.MsgLidoN > th
{
	background: #FFF;
	
	font-size: 13px;
	font-weight: bold;
}
.EstTabela1 .table > tbody > tr.MsgLidoN > th > a
{
	font-size: 13px;
	font-weight: bold;
}

/* ------------- */

.EstTabela1.Over1
{
    max-height: 500px;
    width: 100%;

    overflow: auto;
}

/* ------------- */

@media screen and (max-width: 767px) 
{
	
	/* ------------- */
	
	.EstTabela1_Resp1 .table > tbody > tr
	{
		display: block;
    	width: 100%;
	}
	.EstTabela1_Resp1 .table > tbody > tr > th
	{
		display: block;
		width: 100%;
		
		text-align: center;
		
		border-top: 1px solid #f4f4f4;
	}
	.EstTabela1_Resp1 .table > tbody > tr:first-child > th:first-child
	{
		border-top: 2px solid #bdbdbd;	
	}
	.EstTabela1_Resp1 .table > tbody > tr > th:last-child
	{
		border-bottom: 2px solid #bdbdbd;	
	}
	
	/* ------------- */
  
}

/* ------------- */










/*
############
# EstTabela2
############
*/
.EstTabela2
{
}
.EstTabela2 .table
{
	margin: 0px;
}
.EstTabela2 .table > thead
{
	background: #3F4547;
}
.EstTabela2 .table > thead > tr
{

}
.EstTabela2 .table > thead > tr > th
{
	color: #F9F9F9;
    font-size: 12px;
    font-weight: bold;
	
	line-height: 16px;
	text-transform: uppercase;
	
	padding: 10px;
}
.EstTabela2 .table > thead > tr > th a
{
    color: #F9F9F9;
    font-size: 12px;
    font-weight: bold;
}
.EstTabela2 .table > tbody
{

}
.EstTabela2 .table > tbody > tr
{

} 
.EstTabela2 .table > tbody > tr > th
{
	font-size: 13px;
	color: #74757A;
	
	padding: 10px;
}
.EstTabela2 .table > tbody > tr > th > a
{
	font-size: 13px;
	color: #74757A;
}

.EstTabela2 .table > tbody > tr > th.ExtEstilo1,
.EstTabela2 .table > tbody > tr > th.ExtEstilo1 a
{
	font-size: 13px;
	color: #393838;
}

.EstTabela2 .table > tbody > tr > th.ExtEstilo2,
.EstTabela2 .table > tbody > tr > th.ExtEstilo2 a
{
	font-size: 10px;
	color: #788080;
}

.EstTabela2 .table > tbody > tr > th.ExtEstilo3,
.EstTabela2 .table > tbody > tr > th.ExtEstilo3 a
{
	font-size: 11px;
	color: #ABB3B5;
}

.EstTabela2 .table > tbody > tr > th .form-control
{
	font-size: 12px;
    height: auto;
    line-height: normal;
    padding: 6px 2px;
}

/* ------------- */

@media screen and (max-width: 767px) 
{
	
	/* ------------- */
	
	.EstTabela2_Resp1 .table > tbody > tr
	{
		display: block;
    	width: 100%;
	}
	.EstTabela2_Resp1 .table > tbody > tr > th
	{
		display: block;
		width: 100%;
		
		text-align: center;
		
		border-top: 1px solid #f4f4f4;
	}
	.EstTabela2_Resp1 .table > tbody > tr:first-child > th:first-child
	{
		border-top: 2px solid #bdbdbd;	
	}
	.EstTabela2_Resp1 .table > tbody > tr > th:last-child
	{
		border-bottom: 2px solid #bdbdbd;	
	}
	
	/* ------------- */
  
}

/* ------------- */











/*
############
# EstTabela3
############
*/
.EstTabela3
{
}
.EstTabela3 .table
{
	margin: 0px;
}
.EstTabela3 .table > thead
{
	background: #517289;
}
.EstTabela3 .table > thead > tr
{

}
.EstTabela3 .table > thead > tr > th
{
	color: #F9F9F9;
    font-size: 14px;
    font-weight: bold;
	
	line-height: 16px;
	text-transform: uppercase;
	
	padding: 20px 10px;
	
	border-top: 1px solid #ececec;
}

/* ------------- */

.EstTabela3 .table > tbody
{

}
.EstTabela3 .table > tbody > tr
{

} 
.EstTabela3 .table > tbody > tr > th
{
	font-size: 13px;
	color: #74757A;
	
	padding: 10px;
	
	border-top: 1px solid #ececec;
}
.EstTabela3 .table > tbody > tr > th > a
{
	font-size: 13px;
	color: #74757A;
}

.EstTabela3 .table > tbody > tr > th.ExtEstilo1,
.EstTabela3 .table > tbody > tr > th.ExtEstilo1 a
{
	font-size: 15px;
	color: #6b7375;
}

.EstTabela3 .table > tbody > tr > th.ExtEstilo2,
.EstTabela3 .table > tbody > tr > th.ExtEstilo2 a
{
	font-size: 10px;
	color: #6b7375;
}

.EstTabela3 .table > tbody > tr > th.ExtEstilo3,
.EstTabela3 .table > tbody > tr > th.ExtEstilo3 a
{
	font-size: 14px;
	color: #6b7375;
	font-weight: bold;
}

.EstTabela3 .table > tbody > tr > th.ExtEstilo4,
.EstTabela3 .table > tbody > tr > th.ExtEstilo4 a
{
	font-size: 15px;
	color: #A0282A;
}

.EstTabela3 .table > tbody > tr > th .form-control
{
	font-size: 12px;
    height: auto;
    line-height: normal;
    padding: 6px 2px;
}

/* ------------- */

.EstTabela3 .table > tfoot
{

}
.EstTabela3 .table > tfoot > tr
{

} 
.EstTabela3 .table > tfoot > tr > th
{
	padding: 10px;
	
	border-top: 1px solid #ececec;
}
.EstTabela3 .table > tfoot > tr > th.ExtEstilo1
{
	text-align: right;
	
	border-right: 1px solid #ececec;
}
.EstTabela3 .table > tfoot > tr > th.ExtEstilo1 .SubText1
{
	color: #9B9B9B;
	font-size: 16px;
}
.EstTabela3 .table > tfoot > tr > th.ExtEstilo1 .SubText2
{
	color: #777F7F;
	font-size: 20px;
}
.EstTabela3 .table > tfoot > tr > th.ExtEstilo2
{
	text-align: center;
}
.EstTabela3 .table > tfoot > tr > th.ExtEstilo2 .SubText1
{
	color: #9B9B9B;
	font-size: 16px;
}
.EstTabela3 .table > tfoot > tr > th.ExtEstilo2 .SubText2
{
	color: #83AA44;
	font-size: 22px;
	font-weight: bold;
}

/* ------------- */

@media screen and (max-width: 767px) 
{
	
	/* ------------- */
	
	.EstTabela3_Resp1 .table > tbody > tr
	{
		display: block;
    	width: 100%;
	}
	.EstTabela3_Resp1 .table > tbody > tr > th
	{
		display: block;
		width: 100%;
		
		text-align: center;
		
		border-top: 1px solid #f4f4f4;
	}
	.EstTabela3_Resp1 .table > tbody > tr:first-child > th:first-child
	{
		border-top: 2px solid #bdbdbd;	
	}
	.EstTabela3_Resp1 .table > tbody > tr > th:last-child
	{
		border-bottom: 2px solid #bdbdbd;	
	}
	
	/* ------------- */
  
}

/* ------------- */















/*
############
# pagination
############
*/
.pagination
{
	margin: 0px;
}
.pagination > li
{
	display: inline-block;
}
.pagination > li > a, 
.pagination > li > span
{
	background: none;
	border: none;
	
	color: #74757A;
	
	float: none;
	
	-moz-border-radius: 50% !important;
	-webkit-border-radius: 50% !important;
	border-radius: 50% !important;
	
	height: 34px;
	width: 34px;
	
	display: block;
	
	text-align: center;
	vertical-align: middle;
}
.pagination > li .fa
{
	color: #74757A;
}
.pagination > li.disabled .fa
{
	color: #74757A !important;
}

.pagination > .active > a, 
.pagination > .active > a:hover, 
.pagination > .active > a:focus, 
.pagination > .active > span, 
.pagination > .active > span:hover, 
.pagination > .active > span:focus,
.pagination > li > a:hover, 
.pagination > li > a:focus
{
	background: #8c9fa5;
	border: none;
	
	color: #FFF;
}
.pagination > .active > a .fa, 
.pagination > .active > a:hover .fa, 
.pagination > .active > a:focus .fa, 
.pagination > .active > span .fa, 
.pagination > .active > span:hover .fa, 
.pagination > .active > span:focus .fa,
.pagination > li > a:hover .fa, 
.pagination > li > a:focus .fa
{
	color: #FFF;
}

/* ------------- */








/*
############
# btn-group-1
############
*/
.btn-group-1
{

}
.btn-group-1 .btn
{
	background: #FFF;
	border: 1px solid #D0D1DA;
	
	-moz-border-radius: 10px;
	-webkit-border-radius: 10px;
	border-radius: 10px;
	
	color: #74757A;
    font-size: 12px;
	font-weight: normal;
	
	height: 35px;
	line-height: 35px;
	
	text-align: left;
	vertical-align: middle;
	
	padding: 0 35px 0px 10px;
	margin-right: 10px;
	
	position: relative;
}
.btn-group-1 .btn .fa
{
	border:none;
	background:#8C9FA5;
	
	font-size:20px;
	color:#FFF;
	
	height:35px;
	line-height:35px;
	width: 35px;
	
	
	
	-moz-border-radius: 50%;
	-webkit-border-radius: 50%;
	border-radius: 50%;
	
	position: absolute;
	right: -10px;
	top: -1px;
	
	text-align: center;
}
.btn-group-1 .btn:hover .fa
{
	background: #5D696D;
}

.btn-group-1 .dropdown-menu
{
	top: auto;
	bottom: 100%;
}
.btn-group-1.bottom .dropdown-menu
{
	top: 100%;
	bottom: auto;
}
.btn-group-1 .dropdown-menu
{

}
.btn-group-1 .dropdown-menu li
{

}
.btn-group-1 .dropdown-menu li a
{

}
.btn-group-1 .dropdown-menu li a .fa
{
	margin-right: 10px;
}

/* ------------- */











/*
############
# btn-group-2
############
*/
.btn-group-2
{
	display: block
}
.btn-group-2 .btn
{
	background: #F2F2F2;
	border: 1px solid #D7D7D7;
	
	-moz-border-radius: 10px;
	-webkit-border-radius: 10px;
	border-radius: 10px;
	
	color: #666666;
    font-size: 12px;
	font-weight: normal;
	
	width: 100%;
	height: 35px;
	line-height: 35px;
	
	text-align: left;
	vertical-align: middle;
	
	padding: 0 35px 0px 10px;
	margin: 0px;
	
	position: relative;
	
	float: none;
}
.btn-group-2 .btn .seta
{
	position: absolute;

	right: 10px;
	top: 10px;
}
.btn-group-2 .btn:hover .fa
{
}

.btn-group-2 .dropdown-menu
{
	top: 100%;
	bottom: auto;
	
	width: 100%;
}
.btn-group-2 .dropdown-menu
{

}
.btn-group-2 .dropdown-menu li
{

}
.btn-group-2 .dropdown-menu li a
{
	font-size: 12px;
	padding: 6px 10px;
}
.btn-group-2 .dropdown-menu li a .fa
{
	margin-right: 10px;
}

/* ------------- */









/*
############
# btn-group-3
############
*/
.btn-group-3
{
}
.btn-group-3 .btn
{
	background: #F2F2F2;
	border: 1px solid #D7D7D7;
	
	-moz-border-radius: 10px;
	-webkit-border-radius: 10px;
	border-radius: 10px;
	
	color: #666666;
    font-size: 12px;
	font-weight: normal;
	
	height: 35px;
	line-height: 35px;
	
	text-align: left;
	vertical-align: middle;
	
	padding: 0 35px 0px 10px;
	margin: 0px;
	
	position: relative;
	
	float: none;
}
.btn-group-3 .btn .seta
{
	position: absolute;

	right: 10px;
	top: 10px;
}
.btn-group-3 .btn:hover .fa
{
}

.btn-group-3 .dropdown-menu
{
	top: 100%;
	bottom: auto;
	
	width: 100%;
}
.btn-group-3 .dropdown-menu
{

}
.btn-group-3 .dropdown-menu li
{

}
.btn-group-3 .dropdown-menu li a
{
	font-size: 12px;
	padding: 6px 10px;
}
.btn-group-3 .dropdown-menu li a .fa
{
	margin-right: 10px;
}

/* ------------- */











/*
############
# btn-group-4
############
*/
.btn-group-4
{
	width: 100%;
	
	text-align: center;
	
	display: block;
}
.btn-group-4 .btn
{
	background: none;
	border: none;
	
	-moz-border-radius: 0px;
	-webkit-border-radius: 0px;
	border-radius: 0px;
	
	height:25px;
	line-height:25px;
	width: 25px;
	
	text-align: center;
	vertical-align: middle;
	
	padding: 0;
	margin: 0px;
	
	position: relative;
	display: block;
}
.btn-group-4 .btn .fa
{
	border:none;
	background:#8C9FA5;
	
	font-size:12px;
	color:#FFF;
	
	height:25px;
	line-height:25px;
	width: 25px;
	
	
	
	-moz-border-radius: 50%;
	-webkit-border-radius: 50%;
	border-radius: 50%;
	
	text-align: center;
}
.btn-group-4 .btn:hover .fa
{
	background: #5D696D;
}

.btn-group-4 .dropdown-menu
{
	top: 25px;
	bottom: auto;
}
.btn-group-4 .dropdown-menu li
{

}
.btn-group-4 .dropdown-menu li a
{
	padding: 5px 10px;
	font-size: 13px;
}
.btn-group-4 .dropdown-menu li a .fa
{
	margin-right: 10px;
}

/* ------------- */













/*
##############
# FFormInt1
##############
*/
.FFormInt1 .form-btn1
{
	text-align: right;
	margin-top: 20px;
}

/* ------------- */












/*
##############
# popup-basic
##############
*/
.mfp-bg 
{
    background: #333F50;
}
.popup-basic
{
	max-width: 1150px;
}
.popup-basic.ExtTamanho1
{
	max-width: 600px;
}
.admin-form .panel-heading
{
    padding: 10px;
}
.admin-form .panel-body
{
	padding: 10px;
}
.admin-form .panel-footer 
{
    padding: 10px;
	text-align: right;
}

/* ------------- */













/*
############
Popover1A
############
*/
.popover1A
{
	max-width: 370px;
	
	background: none;
	border: 0px;
	
	margin: 0 !important;
	padding: 0 !important;
}
.popover1A .popover-title
{
	background: #d84344;
	border: 0px;
	
	margin: 0px;
	padding: 10px;
	
	font-size: 14px;
	color: #FFF;
	font-weight: normal;
	
	text-align: center;
}
.popover1A .popover-content
{
	display: none;
}

/* ------------ */













/*
############
Popover1B
############
*/
.popover1B
{
	max-width: 370px;
	
	background: none;
	border: 0px;
	
	margin: 0 !important;
	padding: 0 !important;
}
.popover1B .popover-title
{
	background: #018702;
	border: 0px;
	
	margin: 0px;
	padding: 10px;
	
	font-size: 14px;
	color: #FFF;
	font-weight: normal;
	
	text-align: center;
}
.popover1B .popover-content
{
	display: none;
}

/* ------------ */










/*
############
popover1C
############
*/
.popover1C
{
	max-width: 370px;
	
	background: none;
	border: 0px;
	
	margin: 0 !important;
	padding: 0 !important;
}
.popover1C .popover-title
{
	background: #FFF;
	border: 2px solid #393939;
	
	margin: 0px;
	padding: 10px;
	
	font-size: 14px;
	color: #393939;
	font-weight: normal;
	
	text-align: center;
}
.popover1C .popover-content
{
	display: none;
}

/* ------------ */








/*
############
popover1D
############
*/
.popover1D
{
	max-width: none;
	width: 60px;
	
	background: none;
	border: 0px;
	
	margin: 0 !important;
	padding: 0 !important;
}
.popover1D .popover-title
{
	background: rgba(59, 116, 163, 0.75);
	border: 2px solid #2A3340;
	
	margin: 0px;
	padding: 10px;
	
	font-size: 14px;
	color: #FFF;
	font-weight: bold;
	
	text-align: center;
	
	-moz-border-radius: 4px;
	-webkit-border-radius: 4px;
	border-radius: 4px;
}
.popover1D .popover-content
{
	display: none;
}

/* ------------ */













/*
##############
# PgLogin
##############
*/
.PgLogin
{
    background: #333f50; /* Old browsers */
    background: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/Pgo8c3ZnIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgdmlld0JveD0iMCAwIDEgMSIgcHJlc2VydmVBc3BlY3RSYXRpbz0ibm9uZSI+CiAgPGxpbmVhckdyYWRpZW50IGlkPSJncmFkLXVjZ2ctZ2VuZXJhdGVkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgeDE9IjAlIiB5MT0iMCUiIHgyPSIwJSIgeTI9IjEwMCUiPgogICAgPHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iIzMzM2Y1MCIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgICA8c3RvcCBvZmZzZXQ9IjEwMCUiIHN0b3AtY29sb3I9IiMyMzJiMzgiIHN0b3Atb3BhY2l0eT0iMSIvPgogIDwvbGluZWFyR3JhZGllbnQ+CiAgPHJlY3QgeD0iMCIgeT0iMCIgd2lkdGg9IjEiIGhlaWdodD0iMSIgZmlsbD0idXJsKCNncmFkLXVjZ2ctZ2VuZXJhdGVkKSIgLz4KPC9zdmc+);
    background: -moz-linear-gradient(top, #333f50 0%, #232b38 100%); /* FF3.6-15 */
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#333f50), color-stop(100%,#232b38)); /* Chrome4-9,Safari4-5 */
    background: -webkit-linear-gradient(top, #333f50 0%,#232b38 100%); /* Chrome10-25,Safari5.1-6 */
    background: -o-linear-gradient(top, #333f50 0%,#232b38 100%); /* Opera 11.10-11.50 */
    background: -ms-linear-gradient(top, #333f50 0%,#232b38 100%); /* IE10 preview */
    background: linear-gradient(to bottom, #333f50 0%,#232b38 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#333f50', endColorstr='#232b38',GradientType=0 ); /* IE6-8 */
	
	position: relative;
}

/* ------------- */

.PgLogin .BoxInfo1
{
	display: block;
	
	width: 600px;
	
	margin: auto;
	padding: 50px;
	
	position: relative;
	
	top: calc(50% - 130px);
	
	border: 0px;
	background: #F1F1F1;
	
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	border-radius: 5px;
	
	-webkit-box-shadow: 0px 0px 8px 2px rgba(116, 117, 122, 0.2);
	-moz-box-shadow: 0px 0px 8px 2px rgba(116, 117, 122, 0.2);
	box-shadow: 0px 0px 8px 2px rgba(116, 117, 122, 0.2);
}

.PgLogin .BoxInfo1 .ImgLogo
{
	position: absolute;
	
	left: 0px;
	top: -115px;
	
	width: 100%;
	
	text-align: center;
}
.PgLogin .BoxInfo1 .ImgLogo img
{
	width: 205px;
}

.PgLogin .BoxInfo1 .form-btn1
{
	text-align: center;
	
	margin-top: 40px;
	margin-bottom: 15px;
}
.PgLogin .BoxInfo1 .form-btn1 .btn-custom0
{
	padding: 5px 80px;
}

.PgLogin .BoxInfo1 .form-btn2
{
	text-align: center;
}
.PgLogin .BoxInfo1 .form-btn2 a
{
	color: #74757a;
    font-size: 15px;
    font-weight: bold;
    text-decoration: underline;
}

/* ------------- */

@media screen and (max-width: 767px) 
{
	
	/* ------------- */
	
	.PgLogin .BoxInfo1
	{
		top: calc(50% - 115px);
	}
	.PgLogin .BoxInfo1 .ImgLogo 
	{
		top: -75px;
	}
	.PgLogin .BoxInfo1 .ImgLogo img 
	{
		width: 250px;
	}
	.PgLogin .BoxInfo1
	{	
		padding: 20px;
		width: 400px;
	}
	
	/* ------------- */
  
}

/* ------------- */

@media screen and (max-width: 460px) 
{
	
	/* ------------- */
	
	.PgLogin .BoxInfo1
	{
		top: calc(50% - 115px);
	}
	.PgLogin .BoxInfo1 .ImgLogo 
	{
		top: -60px;
	}
	.PgLogin .BoxInfo1 .ImgLogo img 
	{
		width: 200px;
	}
	.PgLogin .BoxInfo1
	{	
		width: 90%;
	}
	
	/* ------------- */
  
}

/* ------------- */

































/*
############
BoxGerInfo1
############
*/
.BoxGerInfo1
{
}
.BoxGerInfo1 .BoxImgPrincipal
{
	margin-bottom: 10px;
}
.BoxGerInfo1 .BoxImgPrincipal .ImgPrincipal
{
}
.BoxGerInfo1 .ExtTitulo
{
	padding: 0px;
	margin: 0px 0px 10px;
}
.BoxGerInfo1 .ExtTitulo a,
.BoxGerInfo1 .ExtTitulo div
{
	color: #2a2a2a;
    font-size: 15px;
    font-weight: bold;
	
	display: block;
	overflow: hidden;
	
	text-overflow: ellipsis;
	white-space: nowrap;
	
	line-height: 20px;
	height: 20px;
}
.BoxGerInfo1 .BoxDatas
{
	margin-bottom: 10px;
}
.BoxGerInfo1 .BoxData
{
	color: #2a2a2a;
    font-size: 12px;
	
	display: block;
	overflow: hidden;
	
	line-height: 20px;
	height: 20px;
}	
.BoxGerInfo1 .ExtLocol
{
	color: #2a2a2a;
    font-size: 12px;
	
	display: block;
	overflow: hidden;
	
	line-height: 20px;
	height: 20px;
}	
.BoxGerInfo1 .BoxData .fa,
.BoxGerInfo1 .ExtLocol .fa
{
	width: 20px;
}


/* -------- */

.BoxGerInfo1 .ExtStatus
{
	color: #2a2a2a;
    font-size: 14px;
	font-weight: bold;
	
	display: block;
	overflow: hidden;
	
	line-height: 15px;
	height: 15px;
}	
.BoxGerInfo1 .ExtStatus .fa
{
	width: 20px;
}
.BoxGerInfo1 .ExtStatus.Status_AguardandoRevisao
{
	color: #C68232;
}
.BoxGerInfo1 .ExtStatus.Status_EmRevisao
{
	color: #C6BB32;
}
.BoxGerInfo1 .ExtStatus.Status_Liberado
{
	color: #5EAF1E;
}
.BoxGerInfo1 .ExtStatus.Status_EmVenda
{
	color: #1FAD69;
}

/* -------- */











/*
############
PgEventos
############
*/

.PgEventos
{
}
.PgEventos.PgEventosEsp1
{
	background: #EFE4AB;
}


/* -------- */









/*
############
PgEventosDet
############
*/

.PgEventosDet
{
    margin-bottom: 100px;
}

/* --------------- */
/* -- EstHeader -- */
/* --------------- */

.PgEventosDet .EstHeader
{
	padding: 0px;
	margin-bottom: 20px;
	
	box-shadow: 0 0 8px rgba(0, 0, 0, 0.10);
	-moz-box-shadow: 0 0 8px rgba(0, 0, 0, 0.10);
	-webkit-box-shadow: 0 0 8px rgba(0, 0, 0, 0.10);
	
	border-bottom:  2px solid #f7f7f7;
}
.PgEventosDet .EstHeader .container
{
	position: relative;
	padding: 0px;
}

/* -------- */

.PgEventosDet .EstHeader .row1
{
	margin: 0px;
	padding: 0px;
	
	position: relative;
}
.PgEventosDet .EstHeader .row1:before
{
	display: block;
	content: "";
	
	border: 0px;
	background: #81AA3F;
	
	margin: 0px;
	padding: 0px;
	
	position: absolute;
	left: -1000px;
	
	width: 1000px;
	height: 100%;
}
.PgEventosDet.PgEventosDetEsp1 .EstHeader .row1:before
{
	background: #545D60;
}
.PgEventosDet.PgEventosDetEsp2 .EstHeader .row1:before
{
	background: #EFE4AB;
}
.PgEventosDet.PgEventosDetEsp3 .EstHeader .row1:before
{
}
.PgEventosDet.PgEventosDetEsp4 .EstHeader .row1:before
{
	background: #CCCCCC;
}
.PgEventosDet.PgEventosDetEsp5 .EstHeader .row1:before
{
	background: #4F5D60;
}
.PgEventosDet .EstHeader .row1 .Col1
{
	margin: 0px;
	padding: 0px;
}
.PgEventosDet .EstHeader .row1 .Col2
{
	margin: 0px;
	padding: 15px 0 0 20px;
}

/* -------- */

.PgEventosDet .EstHeader .container .BoxAvisoGer1
{
	position: absolute;
	
	left: -150px;
	top: 55px;
	
	text-align: center;
	
	width: 150px;
}
.PgEventosDet .EstHeader .container .BoxAvisoGer1 .BoxIco
{
	margin-bottom: 10px;
	
	color: #FFF;
	font-size: 90px;
	
	line-height: 90px;
}
.PgEventosDet .EstHeader .container .BoxAvisoGer1 .BoxText
{
	color: #FFF;
    font-size: 26px; 
}

/* -------- */

.PgEventosDet .EstHeader .ImgPrincipal
{
}

/* -------- */

.PgEventosDet .EstHeader .ExtClassificao
{
	display: inline-block;
	
	padding: 0px;
	margin-left: 5px;
	
	color: #FFF;
	font-size: 10px;
	font-weight: normal;
	
	border: 0px;
	background: #81AA3F;
	
	width: 20px;
	height: 20px;
	line-height: 20px;
	
	-moz-border-radius: 2px;
	-webkit-border-radius: 2px;
	border-radius: 2px;
	
	vertical-align: middle;
	text-align: center;
}

/* -------- */

.PgEventosDet .EstHeader .SubInfo1
{
	padding-bottom: 5px;
	margin-bottom: 20px;
	
	border-bottom: 1px solid #ECECEC;	
}
.PgEventosDet .EstHeader .SubInfo1 .ExtTitulo
{
	display: inline-block;
	float: left;
	
	color: #4C6466;
    font-size: 28px;
	font-weight: normal;
}
.PgEventosDet .EstHeader .SubInfo1 .ExtSite
{
	display: inline-block;
	float: left;
	
	color: #1D3E78;
	font-size: 11px;
	
	margin-left: 20px;
	margin-top: 12px;
}
.PgEventosDet .EstHeader .SubInfo1 .ExtSite a
{
	color: #1D3E78;
	font-size: 11px;
}

/* -------- */

.PgEventosDet .EstHeader .SubInfo2
{
	margin-bottom: 20px;
}
.PgEventosDet .EstHeader .SubInfo2 .ExtDatas
{
	margin-bottom: 20px;
}
.PgEventosDet .EstHeader .SubInfo2 .ExtDatas .IntDatasSelect
{
	float: left;
}
.PgEventosDet .EstHeader .SubInfo2 .ExtDatas .IntDatasSelect .fa-calendar
{
	color: #5f5f5f;
    font-size: 18px;
	
	margin-right: 10px;
}
.PgEventosDet .EstHeader .SubInfo2 .ExtDatas .IntDatasSelect .SemSelect
{
	color: #000000;
    font-size: 16px;
    font-weight: bold;
}
.PgEventosDet .EstHeader .SubInfo2 .ExtDatas .IntDatasSelect .SemSelect .fa
{
	width: 20px;
}
.PgEventosDet .EstHeader .SubInfo2 .ExtDatas .IntDatasSelect .btn-group-3 .btn
{
	min-width: 275px;
}
.PgEventosDet .EstHeader .SubInfo2 .ExtDatas .ExtDatasAviso1
{
	height: 30px;
	width: 135px;
	
	background: url('/imagens/678116-calendar-512.png') no-repeat left center;
	background-size: 30px 30px;
	
	color: #2a2a2a;
    font-size: 10px;
	
	padding-left: 35px;
	margin-left: 20px;
	
	display: inline-block;
	float: left;
}
.PgEventosDet .EstHeader .SubInfo2 .ExtGerText1
{
	color: #2a2a2a;
    font-size: 14px;
}
.PgEventosDet .EstHeader .SubInfo2 .ExtGerText1 .fa
{
	color: #5f5f5f;
	margin-right: 10px;
	
	width: 20px;
}
.PgEventosDet .EstHeader .SubInfo2 .ExtGerText1 span
{
	margin-left: 10px;
	margin-right: 10px;
}

/* -------- */

.PgEventosDet .EstHeader .SubInfo3
{
	border: 1px solid #CCCCCC;
	
	padding: 10px;
	
	align-items: center;
    display: flex;
}
.PgEventosDet .EstHeader .SubInfo3 .BoxIco
{
	float:left;
	
	color: #AF2731;
	font-size: 24px;
}
.PgEventosDet .EstHeader .SubInfo3 .BoxText
{
	margin-left: 10px;
	
	color: #2a2a2a;
    font-size: 12px;
}

/* ------------- */
/* -- EstMapa -- */
/* ------------- */

.PgEventosDet .EstMapa
{
}
.PgEventosDet .EstMapa .RedorMapa
{
	text-align: center;
}
.PgEventosDet .EstMapa .RedorMapa .BoxMapa
{
	display: inline-block;
	
	position: relative;
}

/* -------- */

.PgEventosDet .EstMapa .RedorMapa .BoxMapa .BoxDetalhes
{
	position: absolute;
	
	left: calc(50% - 150px);
	top: calc(50% - 150px);
	
	background: rgba(255, 255, 255, 0.9);
	
	box-shadow: 0 0 8px rgba(0, 0, 0, 0.10);
	-moz-box-shadow: 0 0 8px rgba(0, 0, 0, 0.10);
	-webkit-box-shadow: 0 0 8px rgba(0, 0, 0, 0.10);
	
	border: 2px solid #f7f7f7;
	
	-moz-border-radius: 4px;
	-webkit-border-radius: 4px;
	border-radius: 4px;
	
	margin: 0px;
	padding: 20px;
	
	text-align: left;
	
	width: 300px;
	
	display: none;
}
.PgEventosDet .EstMapa .RedorMapa .BoxMapa .BoxDetalhes .ExtText1
{	
	color: #546165;
    font-size: 20px;
	font-weight: bold;
	
	margin-bottom: 15px;
}
.PgEventosDet .EstMapa .RedorMapa .BoxMapa .BoxDetalhes .ExtText2
{
	color: #bdbdbd;
    font-size: 16px;
	font-weight: bold;
	
	margin-bottom: 10px;
}
.PgEventosDet .EstMapa .RedorMapa .BoxMapa .BoxDetalhes .ExtText3
{
	color: #747474;
    font-size: 14px;
	font-weight: normal;
	
	margin-bottom: 5px;
}
.PgEventosDet .EstMapa .RedorMapa .BoxMapa .BoxDetalhes .ExtText3 span
{
	font-size: 18px;
	font-weight: bold;
}
.PgEventosDet .EstMapa .RedorMapa .BoxMapa .BoxDetalhes .BoxBtn
{
	margin-top: 20px;
}

/* ---------------------- */
/* -- EstModalFixRodape-- */
/* ---------------------- */

.PgEventosDet .EstModalFixRodape
{
	border-top: 2px solid #545D6B;
	background: #F7F7F7;
	
	padding: 20px;
	margin: 0px;
	
	position: fixed;
	
	left: 0px;
	bottom: 0px;
	
	width: 100%;
	
	z-index: 2002;
	
	display: none;
}
.PgEventosDet.PgEventosDetEsp1 .EstModalFixRodape
{
	border-top: none;
	background: #545D60;
}
.PgEventosDet.PgEventosDetEsp2 .EstModalFixRodape
{
	border-top: none;
	background: #6F624D;
}
.PgEventosDet.PgEventosDetEsp5 .EstModalFixRodape
{
	border-top: none;
	background: #4F5D60;
}

/* -------- */

.PgEventosDet .EstModalFixRodape .row1
{
	padding: 0px;
	margin: 0px;
}
.PgEventosDet .EstModalFixRodape .row1_col1
{
	padding: 0px;
	margin: 0px;
	
	width: 200px;
}
.PgEventosDet .EstModalFixRodape .row1_col1 .btn
{
	width: 100%;
	height: 60px;
}
.PgEventosDet .EstModalFixRodape .row1_col2
{
	padding: 0px 10px;
	margin: 0px;
	
	width: calc(100% - 400px);
}
.PgEventosDet .EstModalFixRodape .row1_col2B
{
	padding: 0px 10px;
	margin: 0px;
	padding-top: 10px;
	
	width: calc(100% - 400px);
	
	color: #FFF;
	font-size: 32px;
	
	text-align: center;
}
.PgEventosDet .EstModalFixRodape .row1_col3
{
	padding: 0px;
	margin: 0px;
	
	width: 200px;
}
.PgEventosDet .EstModalFixRodape .row1_col3 .btn
{
	width: 100%;
	height: 60px;
}

/* -------- */

.PgEventosDet .EstModalFixRodape .row2
{
	padding: 14px;
	margin: 0px;
	
	border: 1px solid #B1B1B1;
	
	color: #9A9A9A;
	font-size: 18px;
}
.PgEventosDet .EstModalFixRodape .row2 .row2_col1
{
	padding: 0px;
	margin: 0px;
	
	width: 50%;
}
.PgEventosDet .EstModalFixRodape .row2 .row2_col1 .fa 
{
	color: #9A9A9A;
	font-size: 18px;
	
	margin-right: 10px;
}
.PgEventosDet .EstModalFixRodape .row2 .row2_col1 span
{
	color: #545D60;
	font-size: 22px;
	font-weight: bold;
}
.PgEventosDet .EstModalFixRodape .row2 .row2_col2
{
	padding: 0px;
	margin: 0px;
	
	color: #9A9A9A;
	font-size: 18px;
	
	width: 50%;
	
	text-align: right;
}
.PgEventosDet .EstModalFixRodape .row2 .row2_col2 span
{
	color: #8CC63F;
	font-size: 22px;
	font-weight: bold;
}

/* ------------- */

.PgEventosDet.PgEventosDetEsp2 .EstModalFixRodape .row2
{
	border: 1px solid #877F71;
	
	color: #FFF;
}
.PgEventosDet.PgEventosDetEsp2 .EstModalFixRodape .row2 .row2_col1 .fa 
{
	color: #FFF;
}
.PgEventosDet.PgEventosDetEsp2 .EstModalFixRodape .row2 .row2_col1 span
{
	color: #FFF;
}
.PgEventosDet.PgEventosDetEsp2 .EstModalFixRodape .row2 .row2_col2
{
	color: #FFF;
}
.PgEventosDet.PgEventosDetEsp2 .EstModalFixRodape .row2 .row2_col2 span
{
	color: #FFF;
}

/* ------------- */

.PgEventosDet.PgEventosDetEsp5 .EstModalFixRodape .row2
{
	border: 1px solid #4F5D60;
	
	color: #FFF;
}
.PgEventosDet.PgEventosDetEsp5 .EstModalFixRodape .row2 .row2_col1 .fa 
{
	color: #FFF;
}
.PgEventosDet.PgEventosDetEsp5 .EstModalFixRodape .row2 .row2_col1 span
{
	color: #FFF;
}
.PgEventosDet.PgEventosDetEsp5 .EstModalFixRodape .row2 .row2_col2
{
	color: #FFF;
}
.PgEventosDet.PgEventosDetEsp5 .EstModalFixRodape .row2 .row2_col2 span
{
	color: #FFF;
}

/* -------- */

@media screen and (max-width: 1450px) 
{
	
	/* ------------- */
	
	.PgEventosDet .EstHeader .container .BoxAvisoGer1 
	{
		left: -75px;
		width: 70px;
	}
	.PgEventosDet .EstHeader .container .BoxAvisoGer1 .BoxIco 
	{
		font-size: 50px;
		line-height: 50px;
	}
	.PgEventosDet .EstHeader .container .BoxAvisoGer1 .BoxText 
	{
		font-size: 16px;
	}

	/* ------------- */
  
}

/* ------------- */

@media screen and (max-width: 1310px) 
{
	
	/* ------------- */
	
	.PgEventosDet .EstHeader .container .BoxAvisoGer1 
	{
		display: none;
	}

	/* ------------- */
  
}

/* ------------- */

@media screen and (max-width: 1200px) 
{
	
	/* ------------- */
	
	.PgEventosDet .EstHeader .container
	{
		width:100% !important;
		max-width:100% !important;
		
		padding: 0px;
	}
	
	/* ------------- */
  
}

/* ------------- */

@media screen and (max-width: 1000px) 
{
	
	/* ------------- */
	
	.PgEventosDet .EstModalFixRodape .row1_col1
	{
		width: 150px;
	}
	.PgEventosDet .EstModalFixRodape .row1_col3
	{
		width: 150px;
	}
	.PgEventosDet .EstModalFixRodape .row1_col2 
	{
		width: calc(100% - 300px);
	}
	
	.PgEventosDet .EstModalFixRodape .row2 
	{
		font-size: 14px;
	}
	.PgEventosDet .EstModalFixRodape .row2 .row2_col1 span
	{
		font-size: 18px;
	}
	.PgEventosDet .EstModalFixRodape .row2 .row2_col2
	{
		font-size: 14px;
	}
	.PgEventosDet .EstModalFixRodape .row2 .row2_col2 span
	{
		font-size: 18px;
	}

	/* ------------- */
  
}

/* ------------- */

@media screen and (max-width: 800px) 
{
	
	/* ------------- */
	
	.PgEventosDet .EstModalFixRodape .row1_col1
	{
		width: 125px;
	}
	.PgEventosDet .EstModalFixRodape .row1_col3
	{
		width: 125px;
	}
	.PgEventosDet .EstModalFixRodape .row1_col2 
	{
		width: calc(100% - 250px);
	}
	
	.PgEventosDet .EstModalFixRodape .row2 
	{
		font-size: 12px;
	}
	.PgEventosDet .EstModalFixRodape .row2 .row2_col1 span
	{
		font-size: 14px;
	}
	.PgEventosDet .EstModalFixRodape .row2 .row2_col2
	{
		font-size: 12px;
	}
	.PgEventosDet .EstModalFixRodape .row2 .row2_col2 span
	{
		font-size: 14px;
	}

	/* ------------- */
  
}

/* ------------- */

@media screen and (max-width: 767px) 
{
	
	/* ------------- */
	
	.PgEventosDet .EstHeader .row1 .Col2
	{
		margin: 0;
		padding: 10px;
	}
	
	.PgEventosDet .EstHeader .SubInfo2 .ExtDatas .IntDatasSelect .fa-calendar
	{
		font-size: 14px;
	}
	.PgEventosDet .EstHeader .SubInfo2 .ExtDatas .IntDatasSelect .SemSelect
	{
		font-size: 14px;
	}
	.PgEventosDet .EstHeader .SubInfo2 .ExtGerText1
	{
		font-size: 12px;
	}
	.PgEventosDet .EstHeader .SubInfo3 
	{
		padding: 5px;
	}
	
	/* ------------- */
  
}

/* ------------- */

@media screen and (max-width: 700px) 
{
	
	/* ------------- */
	
	.PgEventosDet .EstModalFixRodape .row2
	{
		display: none;
	}
	
	/* ------------- */
  
}

/* ------------- */











/*
############
PgEventosSetoresDet
############
*/

.PgEventosSetoresDet
{
}

/* ------------- */
/* -- BoxMapa -- */
/* ------------- */

.PgEventosSetoresDet .BoxCompraEtapas
{
	text-align: center;
	
	padding: 20px;
	
	border-bottom: 1px solid #fdfdfd;
}
.PgEventosSetoresDet .BoxCompraEtapas img
{
	max-height: 80px;
}

/* -------- */

.PgEventosSetoresDet .BoxMapa
{
	border: 1px solid #E6E6E6;
	background: #FFF;
	
	padding: 10px;
	padding-top: 60px;
	
	display: block;
	position: relative;
}

/* -------- */

.PgEventosSetoresDet .BoxMapa .EstMapa
{
}

/* -------- */

.PgEventosSetoresDet .BoxMapa .EstZoom
{
	border: 1px solid #E6E6E6;
	background: #FFF;
	
	position: absolute;
	
	left: calc(50% - 60px);
	top: -25px;
	
	margin: 0px;
	padding: 5px;
	
	-moz-border-radius: 4px;
	-webkit-border-radius: 4px;
	border-radius: 4px;
	
	text-align: center;
	
	width: 120px;
	
	z-index: 1002;
}
.PgEventosSetoresDet .BoxMapa .EstZoom ul
{
	list-style: none;
	display: inline-block;
	
	margin: 0px;
	padding: 0px;
}
.PgEventosSetoresDet .BoxMapa .EstZoom ul li
{
	list-style: none;
	display: inline-block;
	
	margin: 0px;
	padding: 0px;
}
.PgEventosSetoresDet .BoxMapa .EstZoom ul li a
{
	color: #393838;
	font-size: 20px;
	
	text-decoration: underline;
	
	display: block;
	padding: 5px 15px;
}

/* -------- */

.PgEventosSetoresDet .BoxMapa .EstLegenda
{
	position: absolute;
	
	right: 10px;
	top: -65px;
	
	border: 1px solid #E6E6E6;
	background: #FFF;
	
	margin: 0px;
	padding: 10px;
	
	-moz-border-radius: 4px;
	-webkit-border-radius: 4px;
	border-radius: 4px;
	
	width: 180px;
	
	z-index: 1002;
	
}
.PgEventosSetoresDet .BoxMapa .EstLegenda ul
{
	list-style: none;
	display: block;
	
	margin: 0px;
	padding: 0px;
}
.PgEventosSetoresDet .BoxMapa .EstLegenda ul li
{
	list-style: none;
	display: block;
	
	margin: 0px;
	padding: 0px;
	padding-left: 25px;
	
	background: url('') no-repeat left center;
	
	color: #545D60;
	font-size: 12px;
	
	height: 25px;
	line-height: 25px;
	
	text-align: left;
	vertical-align: middle;
}
.PgEventosSetoresDet .BoxMapa .EstLegenda ul li.IcoDisponivel
{
	background-image: url('/imagens/IcoDisponivel.png');
}
.PgEventosSetoresDet .BoxMapa .EstLegenda ul li.IcoOcupado
{
	background-image: url('/imagens/IcoOcupado.png');
}
.PgEventosSetoresDet .BoxMapa .EstLegenda ul li.IcoSelecionado
{
	background-image: url('/imagens/IcoSelecionado.png');
}
.PgEventosSetoresDet .BoxMapa .EstLegenda ul li.IcoEspecial
{
	background-image: url('/imagens/IcoEspecial2.png');
}
.PgEventosSetoresDet .BoxMapa .EstLegenda ul li.IcoObesos
{
	background-image: url('/imagens/IcoObesos2.png');
}
.PgEventosSetoresDet .BoxMapa .EstLegenda ul li.IcoReservado
{
	background-image: url('/imagens/IcoReservado.png');
}

.PgEventosSetoresDet .BoxMapa .EstLegenda2
{
    display: none;
}

/* -------- */

.PgEventosSetoresDet .mCS-3d-thick.mCSB_scrollTools_horizontal, 
.PgEventosSetoresDet .mCS-3d-thick-dark.mCSB_scrollTools_horizontal
{
	bottom: auto;
    top: 1px;
}
.PgEventosSetoresDet .mCSB_horizontal.mCSB_inside > .mCSB_container
{
	margin-bottom: 0px;
	margin-top: 30px;
}

/* ------------- */

@media screen and (max-width: 1200px) 
{
	
	/* ------------- */
    
    .PgEventosSetoresDet h2.style3
    {
        display: none;
    }

    .PgEventosSetoresDet .panel
    {
        padding: 0px !important;
    }

    .PgEventosSetoresDet .BoxCompraEtapas
    {
        display: none;
    }
    
    .PgEventosSetoresDet .BoxMapa .EstZoom
    {
        top: 0;
        left: 0px;
    }
    .PgEventosSetoresDet .BoxMapa .EstLegenda
    {
        display: none;
    }

    .PgEventosSetoresDet .BoxMapa .EstLegenda2
    {
        position: absolute;
        right: 46px;
        top: 10px;
        display: block;
    }
    .PgEventosSetoresDet .BoxMapa .EstLegenda2 .dropdown-menu
    {
        right: 0;
        left: auto;
        padding: 0px;
    }
    .PgEventosSetoresDet .BoxMapa .EstLegenda2 .EstLegenda
    {
        display: block;
        position: relative;
        left: 0px;
        top: 0px;
    }
	
	/* ------------- */
  
}

/* ------------- */








/*
############
PgEventosSetoresDet2
############
*/

.PgEventosSetoresDet2
{
	margin: 0px;
	padding: 0px;
	
	text-align: center;
	
	width: 300px;
}

.PgEventosSetoresDet2 .BoxDados
{
	padding: 20px;
	
	border-bottom: 1px solid #ECECEC;
}
.PgEventosSetoresDet2 .BoxDados .ExtText1
{
	color: #404F54;
	font-size: 22px;
	font-weight: bold;
	
	line-height: 30px;
	
	text-transform: uppercase;
	
	margin-bottom: 20px;
}
.PgEventosSetoresDet2 .BoxDados .ExtText2
{
	color: #7C888A;
	font-size: 14px;
}
.PgEventosSetoresDet2 .BoxDados .ExtText3
{
	color: #404F54;
	font-size: 18px;
	font-weight: bold;
}

.PgEventosSetoresDet2 .ExtAviso1
{
    text-align: center;
    padding: 10px;

    background: #F6F6F6;
	border-bottom: 1px solid #ECECEC;
}
.PgEventosSetoresDet2 .ExtAviso1 div
{
    background: url('/imagens/IcoCadeirante.png') no-repeat left center;
    background-size: 38px auto;

    display: inline-block;
    text-align: center;

    padding-left: 44px;
    height: 42px;

    font-size: 14px;
    color: #000;
    font-weight: bold;

    line-height: 20px;
}

.PgEventosSetoresDet2 .ExtAviso2
{
    text-align: center;
    padding: 10px;

    background: #F6F6F6;
	border-bottom: 1px solid #ECECEC;

    text-align: center;

    font-size: 14px;
    color: #000;
    font-weight: bold;

    line-height: 20px;
}

.PgEventosSetoresDet2 .BoxIngressos
{
	padding: 20px;
}
.PgEventosSetoresDet2 .BoxIngressos .BoxSep1
{
	margin-bottom: 10px;
}
.PgEventosSetoresDet2 .BoxIngressos .BoxSep1 .ExtText1
{
	color: #545D5F;
	font-size: 18px;
}
.PgEventosSetoresDet2 .BoxIngressos .BoxSep1 .ExtText2
{
	color: #404F54;
	font-size: 18px;
	font-weight: normal;
	
	margin-top: 5px;
}
.PgEventosSetoresDet2 .BoxIngressos .BoxSep1 .btn
{
	min-width: 150px;
    padding: 5px;
}

/* -------- */











/*
############
BoxAviso1
############
*/
.BoxAviso1
{
	margin: 0px;
	padding: 20px 20px 20px 55px;
	
	font-size: 14px;
	color: #5f5f5f;
	
	display: block;
	position: relative;
	
	background: #EDEDED;
}
.BoxAviso1:before
{
	position: absolute;
	display: block;
	
	font-family: FontAwesome;
	color: #A0282A;
	font-size: 24px;
	
	left: 20px;
	top: 14px;
	
	height: 30px;
	width: 30px;
	
	content: "\f071";
	
}

/* ------------- */

@media screen and (max-width: 767px) 
{
	
	/* ------------- */
	
	.BoxAviso1
	{
		padding: 55px 20px 20px 20px;
		
		text-align: center;
	}
	.BoxAviso1:before
	{
		position: absolute;
		display: block;

		font-family: FontAwesome;
		color: #A0282A;
		font-size: 24px;

		left: 0px;
		top: 10px;

		height: 30px;
		width: 100%;

		content: "\f071";
		
		text-align: center;

	}
	
	/* ------------- */
  
}

/* ------------- */












/*
############
BoxPaginacao
############
*/
.BoxPaginacao
{
	text-align: center;
	
}

/* -------- */













/*
############
# PgCompraCesta
############
*/
.PgCompraCesta
{
}
.PgCompraCesta.PgCompraCestaEsp1
{
	background: #EFE4AB;
}

/* -------------- */
/* -- BoxInos1 -- */
/* -------------- */

.PgCompraCesta .BoxInos1
{
	background: #FFF;
	
	box-shadow: 0 0 8px rgba(0, 0, 0, 0.10);
	-moz-box-shadow: 0 0 8px rgba(0, 0, 0, 0.10);
	-webkit-box-shadow: 0 0 8px rgba(0, 0, 0, 0.10);
	
	border: 2px solid #f7f7f7;
	
	-moz-border-radius: 4px;
	-webkit-border-radius: 4px;
	border-radius: 4px;
}

/* -------- */

.PgCompraCesta .BoxInos1 .row
{
	margin: 0px;
	padding: 20px 0px;
}
.PgCompraCesta .BoxInos1 .row .Col1
{
	margin: 0px;
	padding: 0px;
	padding-right: 10px;
	padding-top: 9px;
	
	width: calc(100% - 60px);
	
	font-size: 14px;
	color: #7D8281;
	
	text-align: right;
}
.PgCompraCesta .BoxInos1 .row .Col2
{
	margin: 0px;
	padding: 0px;
	
	width: 60px;
	
	font-size: 28px;
	color: #7D8281;
	font-weight: bold;
}
.PgCompraCesta .BoxInos1 .row .Cor2
{
	color: #A8AFAE;
}

/* -------- */

.PgCompraCesta .BoxInos1 .Row1
{
	border-bottom: 1px solid #F1F1F1;
}

/* --------------- */
/* -- BoxInos1B -- */
/* --------------- */

.PgCompraCesta .BoxInos1B
{
	background: #FFF;
	
	box-shadow: 0 0 8px rgba(0, 0, 0, 0.10);
	-moz-box-shadow: 0 0 8px rgba(0, 0, 0, 0.10);
	-webkit-box-shadow: 0 0 8px rgba(0, 0, 0, 0.10);
	
	border: 2px solid #f7f7f7;
	
	-moz-border-radius: 4px;
	-webkit-border-radius: 4px;
	border-radius: 4px;
}

/* -------- */

.PgCompraCesta .BoxInos1B .row
{
	margin: 0px;
	padding: 0px;
}
.PgCompraCesta .BoxInos1B .row .Col1
{
	margin: 0px;
	padding: 0px;
	
	width: 100%;
	height: 150px;
	line-height: 150px;
	
	color: #83AA44;
	font-size: 26px;
	
	text-align: center;
}

/* -------------- */
/* -- BoxInos2 -- */
/* -------------- */

.PgCompraCesta .BoxInos2
{
	background: #FFF;
	
	box-shadow: 0 0 8px rgba(0, 0, 0, 0.10);
	-moz-box-shadow: 0 0 8px rgba(0, 0, 0, 0.10);
	-webkit-box-shadow: 0 0 8px rgba(0, 0, 0, 0.10);
	
	border: 2px solid #f7f7f7;
	
	-moz-border-radius: 4px;
	-webkit-border-radius: 4px;
	border-radius: 4px;
	
	padding: 20px;
}

/* -------- */

.PgCompraCesta .BoxInos2 .ExtText1
{
	font-size: 18px;
	color: #7D8281;
	
	text-align: right;
}
.PgCompraCesta .BoxInos2 .ExtText2
{
	font-size: 36px;
	color: #83AA44;
	font-weight: bold;
	
	text-align: right;
}

/* -------------- */
/* -- BoxInos3 -- */
/* -------------- */

.PgCompraCesta .BoxInos3
{
	background: #FFF;
	
	box-shadow: 0 0 8px rgba(0, 0, 0, 0.10);
	-moz-box-shadow: 0 0 8px rgba(0, 0, 0, 0.10);
	-webkit-box-shadow: 0 0 8px rgba(0, 0, 0, 0.10);
	
	border: 2px solid #f7f7f7;
	
	-moz-border-radius: 4px;
	-webkit-border-radius: 4px;
	border-radius: 4px;
	
	padding: 20px;
}

/* -------- */

.PgCompraCesta .BoxInos3 .row
{
	margin: 0px;
	padding: 0px;
}
.PgCompraCesta .BoxInos3 .row .Col1
{
	margin: 0px;
	padding: 0px;
	padding-right: 5px;
	padding-bottom: 10px;
}
.PgCompraCesta .BoxInos3 .row .Col2
{
	margin: 0px;
	padding: 0px;
	padding-left: 5px;
	padding-bottom: 10px;
}
.PgCompraCesta .BoxInos3 .row .Col3
{
	margin: 0px;
	padding: 0px;
}
.PgCompraCesta .BoxInos3 .row .Col4
{
	margin: 0px;
	padding: 0px;
    padding-top: 10px;
}

.PgCompraCesta .BoxInos3 .btn-custom2
{
	padding: 5px;
	font-size: 12px;
}
.PgCompraCesta .BoxInos3 .btn-custom6
{
	padding: 20px 5px;
	font-size: 18px;
}

/* --------------- */
/* -- BoxInos3B -- */
/* --------------- */

.PgCompraCesta .BoxInos3B
{
	background: #FFF;
	
	box-shadow: 0 0 8px rgba(0, 0, 0, 0.10);
	-moz-box-shadow: 0 0 8px rgba(0, 0, 0, 0.10);
	-webkit-box-shadow: 0 0 8px rgba(0, 0, 0, 0.10);
	
	border: 2px solid #f7f7f7;
	
	-moz-border-radius: 4px;
	-webkit-border-radius: 4px;
	border-radius: 4px;
	
	padding: 20px;
}

/* -------- */

.PgCompraCesta .BoxInos3B .row
{
	margin: 0px;
	padding: 0px;
}
.PgCompraCesta .BoxInos3B .row .Col1
{
	margin: 0px;
	padding: 0px;
	margin-bottom: 20px;
}
.PgCompraCesta .BoxInos3B .row .Col2
{
	margin: 0px;
	padding: 0px;
	margin-bottom: 20px;
}
.PgCompraCesta .BoxInos3B .row .Col3
{
	margin: 0px;
	padding: 0px;
}

/* -------------- */
/* -- BoxInos4 -- */
/* -------------- */

.PgCompraCesta .BoxInos4
{
	background: #FFF;
	
	box-shadow: 0 0 8px rgba(0, 0, 0, 0.10);
	-moz-box-shadow: 0 0 8px rgba(0, 0, 0, 0.10);
	-webkit-box-shadow: 0 0 8px rgba(0, 0, 0, 0.10);
	
	border: 2px solid #f7f7f7;
	
	-moz-border-radius: 4px;
	-webkit-border-radius: 4px;
	border-radius: 4px;
}

/* ------------- */

@media screen and (max-width: 992px) 
{
	
	/* ------------- */
	
	.PgCompraCesta .BoxInos1
	{
		display: none;
	}
	
	.PgCompraCesta .BoxInos2 .ExtText1,
	.PgCompraCesta .BoxInos2 .ExtText2
	{
		text-align: center;
	}
	
	/* ------------- */
  
}

/* ------------- */














/*
############
# PgGeral1
############
*/
.PgGeral1
{
}

/* --------------- */
/* -- BoxXInos1 -- */
/* --------------- */

.PgGeral1 .BoxXInos1
{
	background: #FFF;
	
	box-shadow: 0 0 8px rgba(0, 0, 0, 0.10);
	-moz-box-shadow: 0 0 8px rgba(0, 0, 0, 0.10);
	-webkit-box-shadow: 0 0 8px rgba(0, 0, 0, 0.10);
	
	border: 2px solid #f7f7f7;
	
	-moz-border-radius: 4px;
	-webkit-border-radius: 4px;
	border-radius: 4px;
	
	padding: 20px;
}

/* ------------- */

.PgGeral1 .BoxBtns
{
	text-align: right;
	
	margin-top: 20px;
}

/* ----------------- */
/* -- BoxSubInos1 -- */
/* ----------------- */

.PgGeral1 .BoxXInos1 .BoxSubInos1
{
	margin-bottom: 20px;
}

/* ------------- */

.PgGeral1 .BoxXInos1 .BoxSubInos1 .Row1
{
	margin: 0px;
	padding: 0px;
	margin-bottom: 10px;
}
.PgGeral1 .BoxXInos1 .BoxSubInos1 .Row1 .Col1
{
	margin: 0px;
	padding: 0px 10px;
	
	background: #3F4547;
	
	font-size: 18px;
	color: #FFF;
	
	-moz-border-radius: 4px;
	-webkit-border-radius: 4px;
	border-radius: 4px;
	
	width: 200px;
	height: 50px;
	line-height: 50px;
	
	
}
.PgGeral1 .BoxXInos1 .BoxSubInos1 .Row1 .Col2 
{
	margin: 0px;
	padding: 0px;
	padding-left: 10px;
	
	width: calc(100% - 200px);
}
.PgGeral1 .BoxXInos1 .BoxSubInos1 .Row1 .Col2 .form-control
{
	background: #EFF3F4;
	border: 1px solid #E5E5E5;
	
	font-size: 18px;
	color: #393838;
	
	text-align: right;
	
	width: 100%;
	height: 50px;
	
	-moz-border-radius: 4px;
	-webkit-border-radius: 4px;
	border-radius: 4px;
	
	
}

/* ------------- */

.PgGeral1 .BoxXInos1 .BoxSubInos1 .Row1.Focus .Col1,
.PgGeral1 .BoxXInos1 .BoxSubInos1 .Row1.Ativo .Col1
{
	background: #83AA44;
}
.PgGeral1 .BoxXInos1 .BoxSubInos1 .Row1.Focus .Col2 .form-control,
.PgGeral1 .BoxXInos1 .BoxSubInos1 .Row1.Ativo .Col2 .form-control
{
	background: #FFF;
	color: #393838;
}

/* ----------------- */
/* -- BoxSubInos2 -- */
/* ----------------- */

.PgGeral1 .BoxXInos1 .BoxSubInos2
{
}

/* ------------- */

.PgGeral1 .BoxXInos1 .BoxSubInos2 .Row1
{
	margin: 0px;
	padding: 0px;
	
	border-top: 1px solid #E5E5E5;
}
.PgGeral1 .BoxXInos1 .BoxSubInos2 .Row1 .Col1
{
	margin: 0px;
	padding: 0px;
	
	color: #738082;
	font-size: 22px;
	
	width: 50%;
	height: 60px;
	line-height: 60px;
}
.PgGeral1 .BoxXInos1 .BoxSubInos2 .Row1 .Col1 span
{
	font-size: 14px;
}
.PgGeral1 .BoxXInos1 .BoxSubInos2 .Row1 .Col2 
{
	margin: 0px;
	padding: 0px;
	
	color: #83AA44;
	font-size: 32px;
	
	text-align: right;
	
	width: 50%;
	height: 60px;
	line-height: 60px;
}
.PgGeral1 .BoxXInos1 .BoxSubInos2 .Row1 .Col2.ValorOK
{
	
}
.PgGeral1 .BoxXInos1 .BoxSubInos2 .Row1 .Col2.ValorNaoOK
{
	color: #A0282A;
}

/* ------------- */

@media screen and (max-width: 767px) 
{
	
	/* ------------- */
	
	.PgGeral1 .BoxXInos1
	{
		padding: 5px;
	}
	.PgGeral1 .BoxXInos1 .BoxSubInos1 .Row1 .Col1
	{
		font-size: 12px;
		width: 120px;
	}
	.PgGeral1 .BoxXInos1 .BoxSubInos1 .Row1 .Col2 
	{
		width: calc(100% - 120px);
	}
	.PgGeral1 .BoxXInos1 .BoxSubInos1 .Row1 .Col2 .form-control
	{
		font-size: 14px;
	}
	
	.PgGeral1 .BoxXInos1 .BoxSubInos2 .Row1 .Col1 
	{
		font-size: 16px;
		padding-right: 5px;
	}
	.PgGeral1 .BoxXInos1 .BoxSubInos2 .Row1 .Col2
	{
		font-size: 24px;
	}
	
	/* ------------- */
  
}

/* ------------- */

@media screen and (max-width: 480px) 
{
	
	/* ------------- */
	
	.PgGeral1 .BoxXInos1 .BoxSubInos1 .Row1 .Col1
	{
		font-size: 10px;
		width: 110px;
	}
	.PgGeral1 .BoxXInos1 .BoxSubInos1 .Row1 .Col2 
	{
		width: calc(100% - 110px);
	}
	.PgGeral1 .BoxXInos1 .BoxSubInos1 .Row1 .Col2 .form-control
	{
		font-size: 12px;
	}
	
	.PgGeral1 .BoxXInos1 .BoxSubInos2 .Row1 .Col1 
	{
		font-size: 10px;
	}
	.PgGeral1 .BoxXInos1 .BoxSubInos2 .Row1 .Col2
	{
		font-size: 18px;
	}
	
	/* ------------- */
  
}

/* ------------- */























/*
############
# PgEmails
############
*/
.PgEmails
{
}
.PgEmails .EstInterno1Esp1
{
	overflow: hidden;
	
	padding: 20px;
}

/* ------------- */

.PgEmails .Row1
{
	margin: 0px;
	padding: 0px;
}
.PgEmails .Row1 .Row1_Col1
{
	margin: 0px;
	padding: 0px;
	padding-right: 20px;
	
	width: 200px;
}
.PgEmails .Row1 .Row1_Col2
{
	margin: 0px;
	padding: 0px;
	
	width: calc(100% - 200px);
}

/* -------------- */
/* -- ExtMenu1 -- */
/* -------------- */

.PgEmails .ExtMenu1
{
	display: block;
	list-style: none;
	
	margin: 0px;
	padding: 0px;
}
.PgEmails .ExtMenu1 > li
{
	display: block;
	list-style: none;
	
	margin: 0px;
	padding: 0px;
	margin-bottom: 20px;
	padding-top: 5px;
	padding-bottom: 5px;
}
.PgEmails .ExtMenu1 > li > ul
{
	display: block;
	list-style: none;
	
	margin: 0px;
	padding: 0px;
	margin-left: 20px;
}
.PgEmails .ExtMenu1 > li > ul > li
{
	display: block;
	list-style: none;
	
	margin: 0px;
	padding: 0px;
}

/* ------------- */

.PgEmails .ExtMenu1 .ExtMText1
{
	color: #393838;
	font-size: 16px;
	font-weight: bold;
	
	padding: 5px 0;
	
	
	
	display: block;
}
.PgEmails .ExtMenu1 .ExtMText1 .fa
{
	margin-right: 5px;
}
.PgEmails .ExtMenu1 .ExtMText1:hover
{
	color: #000;
}

.PgEmails .ExtMenu1 .ExtMText2
{
	color: #706f6f;
	font-size: 15px;
	font-weight: bold;
	
	padding: 5px 0;
	
	
	
	display: block;
}
.PgEmails .ExtMenu1 .ExtMText2 .fa
{
	margin-right: 5px;
}
.PgEmails .ExtMenu1 .ExtMText2:hover
{
	color: #000;
}

.PgEmails .ExtMenu1 .ExtMText3
{
	padding: 5px 0;
	
	display: block;
}
.PgEmails .ExtMenu1 .ExtMText3 .fa
{
	margin-right: 5px;
}

/* --------------- */
/* -- BoxFiltro -- */
/* --------------- */

.PgEmails .BoxFiltro
{
	margin-bottom: 20px;
	width: 600px;
}

.PgEmails .BoxFiltro .ExtText1
{
	color: #393838;
	font-size: 13px;
	font-weight: bold;
	
	margin-bottom: 5px;
}

.PgEmails .BoxFiltro .Row
{
	background: #FFF;
	border: 1px solid #D0D1DA;
	
	display:block;
	position:relative;
	overflow: hidden;
	
	width:100%;
	
	-moz-border-radius: 10px;
	-webkit-border-radius: 10px;
	border-radius: 10px;
	
	margin: 0px;
	padding: 0px;
}
.PgEmails .BoxFiltro .Row .Col1
{
	margin: 0px;
	padding: 0px;
	
	width: 200px;
}
.PgEmails .BoxFiltro .Row .Col2
{
	margin: 0px;
	padding: 0px;
	
	width: calc(100% - 250px);
}
.PgEmails .BoxFiltro .Row .Col3
{
	margin: 0px;
	padding: 0px;
	
	width: 50px;
}

/* ------------- */

.PgEmails .BoxFiltro .Col1 .form-control
{
	border:none;
	background:#FFF;
	
	color: #74757A;
    font-size: 14px;
	font-weight: normal;
	
	height:auto;
	line-height:normal;
	
	height:40px;
}
.PgEmails .BoxFiltro .Col2 .form-control
{
	border:none;
	background:#FFF;
	
	color: #74757A;
    font-size: 14px;
	font-weight: normal;
	
	height:auto;
	line-height:normal;
	
	height:40px;
}
.PgEmails .BoxFiltro .Col3 .btn
{
	border:none;
	background:#8C9FA5;
	
	font-size:18px;
	color:#FFF;
	
	height:auto;
	line-height:normal;
	
	height:40px;
	
	
	
	-moz-border-radius: 10px;
	-webkit-border-radius: 10px;
	border-radius: 10px;
}
.PgEmails .BoxFiltro .Col3 .btn:hover,
.PgEmails .BoxFiltro .Col3 .btn:focus,
.PgEmails .BoxFiltro .Col3 .btn:active
{
	background: #5D696D;
}

/* ----------------- */
/* -- PgEmailsDet -- */
/* ----------------- */

.PgEmails .PgEmailsDet
{
}

/* --------------- */
/* -- BoxOrigem -- */
/* --------------- */

.PgEmails .PgEmailsDet .BoxOrigem
{
}

/* ------------- */

.PgEmails .PgEmailsDet .BoxOrigem .ExtAssunto
{
	color: #393838;
	font-size: 26px;
	font-weight: bold;
	
	margin-bottom: 10px;
}
.PgEmails .PgEmailsDet .BoxOrigem .ExtInfDePara
{
	color: #706f6f;
	font-size: 13px;
}
.PgEmails .PgEmailsDet .BoxOrigem .ExtInfDePara .ExtDe
{
	display: inline-block;
	margin-right: 10px;
}
.PgEmails .PgEmailsDet .BoxOrigem .ExtInfDePara .ExtPara
{
	color: #393838;
	
	display: inline-block;
	margin-left: 10px;
	margin-right: 20px;
}
.PgEmails .PgEmailsDet .BoxOrigem .ExtData
{
	color: #706f6f;
	font-size: 13px;
	
	display: inline-block;
	margin-right: 10px;
}

.PgEmails .PgEmailsDet .BoxOrigem .BlcDados
{
	margin-top: 20px;
	padding: 20px;
	
	background: #fafafa;
}
.PgEmails .PgEmailsDet .BoxOrigem .ExtMensagem
{
	font-size:15px;
	color:#333;
	line-height:175%;
}

.PgEmails .PgEmailsDet .BoxOrigem .ExtInfDePara .BtnVincularCliente
{
	-webkit-border-radius: 50%;
	-moz-border-radius: 50%;
	border-radius: 50%;
	
    font-size: 15px;
	
	padding: 0;
	
    height: 40px;
    line-height: 40px;
    width: 40px;
}
.PgEmails .PgEmailsDet .BoxOrigem .BtnLog
{
	-webkit-border-radius: 50%;
	-moz-border-radius: 50%;
	border-radius: 50%;
	
    font-size: 15px;
	
	padding: 0;
	
    height: 40px;
    line-height: 40px;
    width: 40px;
}
.PgEmails .PgEmailsDet .BoxOrigem .BtnResponder
{
	-webkit-border-radius: 50%;
	-moz-border-radius: 50%;
	border-radius: 50%;
	
    font-size: 15px;
	
	padding: 0;
	
    height: 40px;
    line-height: 40px;
    width: 40px;
}

/* ----------------- */
/* -- BoxArquivo -- */
/* ---------------- */

.PgEmails .PgEmailsDet .BoxArquivo
{
	padding: 10px 5px;
	
	display: block;
	position: relative;;
	
	font-size: 12px;
	color: #7d7f84;
	font-weight: 400;
	text-decoration:none;
	
	border:1px solid #e9eaeb;
	background: rgba(255, 255, 255, 0.9);
	
	
	
	text-decoration: none !important;
}
.PgEmails .PgEmailsDet .BoxArquivo span
{
	font-size: 10px;
	font-style: italic;
}
.PgEmails .PgEmailsDet .BoxArquivo .Fa1
{
	color: #aaacb1;
    font-size: 22px;
    position: absolute;
    right: 0;
    top: 14px;
}

.PgEmails .PgEmailsDet .BoxArquivo:hover
{
	background: rgba(0, 0, 0, 0.05);
	
	color:#73757a;
	border-bottom-color:#73757a;
}

/* ------------------ */
/* -- BoxResponder -- */
/* ------------------ */

.PgEmails .PgEmailsDet .BoxResponder
{
	margin-top: 20px;
}
.PgEmails .PgEmailsDet .BoxResponder .EstSubInterno3
{
	padding: 0px;
}

/* ---------------- */
/* -- BoxOtrMsgs -- */
/* ---------------- */

.PgEmails .PgEmailsDet .BoxOtrMsgs
{
	margin-top: 20px;
}

/* --------------- */
/* -- BoxOtrMsg -- */
/* --------------- */

.PgEmails .PgEmailsDet .BoxOtrMsgs .BoxOtrMsg
{
	display: block;
	position: relative;
	
	margin: 0px;
	padding: 20px 40px 20px 20px;
	
	border: 1px solid #CECECE;
	background: #F1F1F1;
	
	text-decoration: none !important;
	
	
	
	cursor: pointer;
}
.PgEmails .PgEmailsDet .BoxOtrMsgs .BoxOtrMsg.Ativo
{
	border: 1px solid #000;
	background: #F9F9F9;
	
	cursor: default;
}

/* ------------- */

.PgEmails .PgEmailsDet .BoxOtrMsgs .BoxOtrMsg .ExtInfDePara
{
	color: #706f6f;
	font-size: 13px;
}
.PgEmails .PgEmailsDet .BoxOtrMsgs .BoxOtrMsg .ExtInfDePara .ExtDe
{
	display: inline-block;
	margin-right: 10px;
}
.PgEmails .PgEmailsDet .BoxOtrMsgs .BoxOtrMsg .ExtInfDePara .ExtPara
{
	color: #393838;
	
	display: inline-block;
	margin-left: 10px;
}
.PgEmails .PgEmailsDet .BoxOtrMsgs .BoxOtrMsg .ExtData
{
	color: #706f6f;
	font-size: 13px;
	
	display: inline-block;
}
.PgEmails .PgEmailsDet .BoxOtrMsgs .BoxOtrMsg .ExtPrevia
{
	font-size:12px;
	color:#666666;
	
	line-height: 20px;
	height: 20px;
	
	display: block;
	overflow: hidden;
	
	margin-top: 10px;
	
	text-align: justify;
}
.PgEmails .PgEmailsDet .BoxOtrMsgs .BoxOtrMsg .ExtTexto
{
	font-size:15px;
	color:#333;
	line-height:175%;
	
	margin-top: 10px;
	
	display: none;
}
.PgEmails .PgEmailsDet .BoxOtrMsgs .BoxOtrMsg.Ativo .ExtTexto
{
	display: block;
}
.PgEmails .PgEmailsDet .BoxOtrMsgs .BoxOtrMsg .ExtIco1
{
	position: absolute;
	
	top: 33px;
	right: 14px;
	
	color: #393838;
	font-size: 16px;
}

/* ------------- */

.PgEmails .PgEmailsDet .BoxOtrMsgs .BoxOtrMsg:hover
{
	border-color: #393838;
}

/* ------------- */

@media screen and (max-width: 767px) 
{
	
	/* ------------- */
	
	.PgEmails .Row1 .Row1_Col1
	{
		width: 100%;
        margin-bottom: 20px;
	}
	.PgEmails .Row1 .Row1_Col2
	{
		width: 100%;
	}

	.PgEmails .BoxFiltro
	{
		width: 100%;
	}
	
	/* ------------- */
  
}

/* ------------- */

@media screen and (max-width: 480px) 
{
	
	/* ------------- */
	
	.PgEmails .BoxFiltro .Row .Col1
	{
		display: none;
	}
	.PgEmails .BoxFiltro .Row .Col2
	{
		width: calc(100% - 50px);
	}
	.PgEmails .BoxFiltro .Row .Col3
	{
		width: 50px;
	}
	
	/* ------------- */
  
}

/* ------------- */











/*
############
# colorpicker
############
*/

.colorpicker
{
	z-index: 2002;
}

/* ------------- */
















/*
############
# GerMapa1_Redor
############
*/
.GerMapa1_Redor
{
	position: relative;
	
	display: block;
}

/* -------- */

.GerMapa1_Redor .EstZoom
{
	border: 1px solid #E6E6E6;
	background: #FFF;
	
	display: none;
	
	margin: 0px auto;
	padding: 5px;
	
	-moz-border-radius: 4px;
	-webkit-border-radius: 4px;
	border-radius: 4px;
	
	text-align: center;
	
	width: 120px;
	
	z-index: 1002;
}
.GerMapa1_Redor .EstZoom ul
{
	list-style: none;
	display: inline-block;
	
	margin: 0px;
	padding: 0px;
}
.GerMapa1_Redor .EstZoom ul li
{
	list-style: none;
	display: inline-block;
	
	margin: 0px;
	padding: 0px;
}
.GerMapa1_Redor .EstZoom ul li a
{
	color: #393838;
	font-size: 20px;
	
	text-decoration: underline;
	
	display: block;
	padding: 5px 15px;
}

/* -------- */














/*
############
# GerMapa1
############
*/
.GerMapa1
{
	position: relative;
	
	margin: 0px;
	padding: 0px;
	
    display: block;
}

/* -------- */

.GerMapa1 .BlcElemento
{
	position: absolute;
	
	position: absolute;
	left: 0px;
	top: 0px;
	
	border: 2px solid transparent;
	
	
}

/* ------------- */
/* -- BlcInt1 -- */
/* ------------- */

.GerMapa1 .BlcInt1
{
}

/*
-------------------
*/

.GerMapa1 .BlcInt1.Forma_1 /* Circulo */
{
	-moz-border-radius: 100%;
	-webkit-border-radius: 100%;
	border-radius: 100%;
}
.GerMapa1 .BlcInt1.Forma_2 /* Meio Circulo */
{
    -moz-border-radius: 0px 0px 100% 100%;
	-webkit-border-radius: 0px 0px 100% 100%;
	border-radius: 0px 0px 100% 100%;
}

/* ------------- */
/* -- BlcInt2 -- */
/* ------------- */

.GerMapa1 .BlcInt2
{
}

/* -------- */

.GerMapa1 .BlcInt2 .BlcTexto
{
	text-align: center;
	vertical-align: middle;
	
	line-height: normal;
	height: auto;
}

/* ------------- */
/* -- BlcInt2 -- */
/* ------------- */

.GerMapa1 .BlcInt3
{
	background: rgba(0, 0, 0, 0.05);
	
	display: flex;
	align-items: center;
	
	cursor: pointer;
}

/* -------- */

.GerMapa1 .BlcInt3 .BlcTexto
{
	text-align: center;
	vertical-align: middle;
	
	line-height: normal;
	height: auto;
	
	font-size: 18px;
	font-weight: bold;
	color: #312E2E;
	
	display: block;
	
	width: 100%;
}

/* -------- */

.GerMapa1 .BlcInt3.Ativo
{
	border-color: rgba(59, 116, 163, 1);
	
	background: rgba(59, 116, 163, 0.2);
}

/* ------------- */
/* -- BlcInt4 -- */
/* ------------- */

.GerMapa1 .BlcInt4
{
}

/* -------- */

.GerMapa1 .BlcInt4 .BlcImagem
{
	width: 100%;
	height: 100%;
}

/* ------------- */
/* -- BlcInt5 -- */
/* ------------- */

.GerMapa1 .BlcInt5
{
	background: rgba(0, 0, 0, 0.05);
	
	display: flex;
	align-items: center;
	
	cursor: pointer;
}

/* -------- */

.GerMapa1 .BlcInt5 .BlcTexto
{
	text-align: center;
	vertical-align: middle;
	
	line-height: normal;
	height: auto;
	
	font-size: 18px;
	font-weight: bold;
	color: #312E2E;
	
	display: block;
	
	width: 100%;
}

/* -------- */

.GerMapa1 .BlcInt5.Ativo
{
	border-color: rgba(59, 116, 163, 1);
	
	background: rgba(59, 116, 163, 0.2);
}

/* ------------- */
/* -- BlcInt6 -- */
/* ------------- */

.GerMapa1 .BlcInt6
{
	background: rgba(0, 0, 0, 0.05);
	
	display: flex;
	align-items: center;
	
	cursor: pointer;
}

/* -------- */

.GerMapa1 .BlcInt6 .BlcTexto
{
	text-align: center;
	vertical-align: middle;
	
	line-height: normal;
	height: auto;
	
	font-size: 12px;
	font-weight: bold;
	color: #312E2E;
	
	display: block;
	
	width: 100%;
}

/* -------- */

.GerMapa1 .BlcInt6.Ativo
{
	border-color: rgba(59, 116, 163, 1);
	
	background: rgba(59, 116, 163, 0.2);
}

/* ------------------ */
/* -- BoxIngressos -- */
/* ------------------ */

.GerMapa1 .BoxIngressosOverlay
{
	position: absolute;
	
	left: 0px;
	top: 0px;
	
	background: rgba(255, 255, 255, 0.8);
	
	width: 100%;
	height: 100%;
	
	z-index: 1000;
	
	cursor: pointer;
	
	display: none;
}

/* -------- */

.GerMapa1 .BoxIngressos
{
	position: absolute;
	
	left: calc(50% - 150px);
	top: calc(50% - 150px);
	
	background: rgba(255, 255, 255, 1);
	
	box-shadow: 0 0 8px rgba(0, 0, 0, 0.10);
	-moz-box-shadow: 0 0 8px rgba(0, 0, 0, 0.10);
	-webkit-box-shadow: 0 0 8px rgba(0, 0, 0, 0.10);
	
	border: 2px solid #e7e7e7;
	
	-moz-border-radius: 4px;
	-webkit-border-radius: 4px;
	border-radius: 4px;
	
	margin: 0px;
	padding: 10px;
	
	text-align: left;
	
	width: 300px;
	
	display: none;
	
	z-index: 1001;
}
.GerMapa1 .BoxIngressos .ExtText1
{	
	color: #546165;
    font-size: 18px;
	font-weight: bold;
	
	margin-bottom: 5px;
}
.GerMapa1 .BoxIngressos .ExtText2
{
	color: #bdbdbd;
    font-size: 14px;
	font-weight: bold;
	
	margin-bottom: 10px;
}
.GerMapa1 .BoxIngressos .ExtText3
{
	color: #747474;
    font-size: 13px;
	font-weight: normal;
	
	margin-bottom: 2px;
}
.GerMapa1 .BoxIngressos .ExtText3 span
{
	font-size: 15px;
	font-weight: bold;
}
.GerMapa1 .BoxIngressos .BoxBtn
{
	margin-top: 10px;
}

/* -------- */

.GerMapa1 .BoxIngressos .BtnFecharSetor
{
	position: absolute;
	top: -12.5px;
	right: -12.5px;
	display: block;
	width: 30px;
	height: 30px;
	text-indent: -9999px;
	background-size: contain;
	background-repeat: no-repeat;
	background-position: center center;
	background-image: url('data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAADwAAAA8CAYAAAA6/NlyAAAAAXNSR0IArs4c6QAAA3hJREFUaAXlm8+K00Acx7MiCIJH/yw+gA9g25O49SL4AO3Bp1jw5NvktC+wF88qevK4BU97EmzxUBCEolK/n5gp3W6TTJPfpNPNF37MNsl85/vN/DaTmU6PknC4K+pniqeKJ3k8UnkvDxXJzzy+q/yaxxeVHxW/FNHjgRSeKt4rFoplzaAuHHDBGR2eS9G54reirsmienDCTRt7xwsp+KAoEmt9nLaGitZxrBbPFNaGfPloGw2t4JVamSt8xYW6Dg1oCYo3Yv+rCGViV160oMkcd8SYKnYV1Nb1aEOjCe6L5ZOiLfF120EjWhuBu3YIZt1NQmujnk5F4MgOpURzLfAwOBSTmzp3fpDxuI/pabxpqOoz2r2HLAb0GMbZKlNV5/Hg9XJypguryA7lPF5KMdTZQzHjqxNPhWhzIuAruOl1eNqKEx1tSh5rfbxdw7mOxCq4qS68ZTjKS1YVvilu559vWvFHhh4rZrdyZ69Vmpgdj8fJbDZLJpNJ0uv1cnr/gjrUhQMuI+ANjyuwftQ0bbL6Erp0mM/ny8Fg4M3LtdRxgMtKl3jwmIHVxYXChFy94/Rmpa/pTbNUhstKV+4Rr8lLQ9KlUvJKLyG8yvQ2s9SBy1Jb7jV5a0yapfF6apaZLjLLcWtd4sNrmJUMHyM+1xibTjH82Zh01TNlhsrOhdKTe00uAzZQmN6+KW+sDa/JD2PSVQ873m29yf+1Q9VDzfEYlHi1G5LKBBWZbtEsHbFwb1oYDwr1ZiF/2bnCSg1OBE/pfr9/bWx26UxJL3ONPISOLKUvQza0LZUxSKyjpdTGa/vDEr25rddbMM0Q3O6Lx3rqFvU+x6UrRKQY7tyrZecmD9FODy8uLizTmilwNj0kraNcAJhOp5aGVwsAGD5VmJBrWWbJSgWT9zrzWepQF47RaGSiKfeGx6Szi3gzmX/HHbihwBser4B9UJYpFBNX4R6vTn3VQnez0SymnrHQMsRYGTr1dSk34ljRqS/EMd2pLQ8YBp3a1PLfcqCpo8gtHkZFHKkTX6fs3MY0blKnth66rKCnU0VRGu37ONrQaA4eZDFtWAu2fXj9zjFkxTBOo8F7t926gTp/83Kyzzcy2kZD6xiqxTYnHLRFm3vHiRSwNSjkz3hoIzo8lCKWUlg/YtGs7tObunDAZfpDLbfEI15zsEIY3U/x/gHHc/G1zltnAgAAAABJRU5ErkJggg==');
	outline: none;
}

/* -------- */




















/*
############
# GerMapa2
############
*/
.GerMapa2
{
	position: relative;
	
	margin: 0px auto;
	padding: 0px;
	
	display: block;
}

/* -------- */

.GerMapa2 .BlcElemento
{
	position: absolute;
	
	position: absolute;
	left: 0px;
	top: 0px;
	
	border: 2px solid transparent;
	
	
}

/* ------------- */
/* -- BlcInt1 -- */
/* ------------- */

.GerMapa2 .BlcInt1
{
}

/*
-------------------
*/

.GerMapa2 .BlcInt1.Forma_1 /* Circulo */
{
	-moz-border-radius: 100%;
	-webkit-border-radius: 100%;
	border-radius: 100%;
}
.GerMapa2 .BlcInt1.Forma_2 /* Meio Circulo */
{
    -moz-border-radius: 0px 0px 100% 100%;
	-webkit-border-radius: 0px 0px 100% 100%;
	border-radius: 0px 0px 100% 100%;
}

/* ------------- */
/* -- BlcInt2 -- */
/* ------------- */

.GerMapa2 .BlcInt2
{
}

/* -------- */

.GerMapa2 .BlcInt2 .BlcTexto
{
	text-align: center;
	vertical-align: middle;
	
	line-height: normal;
	height: auto;
}

/* ------------- */
/* -- BlcInt3 -- */
/* ------------- */

.GerMapa2 .BlcInt3
{
	background: rgba(0, 0, 0, 0.05);
	
	display: flex;
	align-items: center;
}

/* -------- */

.GerMapa2 .BlcInt3 .BlcTexto
{
	text-align: center;
	vertical-align: middle;
	
	line-height: normal;
	height: auto;
	
	font-size: 18px;
	font-weight: bold;
	color: #312E2E;
	
	display: block;
	
	width: 100%;
}

/* ------------- */
/* -- BlcInt4 -- */
/* ------------- */

.GerMapa2 .BlcInt4
{
}

/* -------- */

.GerMapa2 .BlcInt4 .BlcLugares
{
	position: relative;
	
	width: 100%;
	height: 100%;
}
.GerMapa2 .BlcInt4 .BlcLugares .BlcElemento2
{
}

/* -------- */

.GerMapa2 .BlcInt4 .BlcLugares .BlcCadeira

{
	position: absolute;
	left: 0px;
	top: 0px;
	
	width: 20px;
	height: 20px;
	line-height: 20px;
	
	text-align: center;
	vertical-align: middle;
	
	font-size: 10px;
	color: #FFF;
	
    /*
    background: url('/imagens/IcoDisponivel.png') no-repeat left center;
    */  

    background-image: url('/imagens/ico-seat-free3.gif?v=2');
    background-size: 20px 20px;
    
	cursor: pointer;
}

/* -------- */

.GerMapa2 .BlcInt4 .BlcLugares .BlcCadeira.Blc_Status_1.Blc_Com_Legenda
{
    background-image: url('/imagens/ico-seat-free3.gif?v=2');
    background-size: 20px 20px;
}
.GerMapa2 .BlcInt4 .BlcLugares .BlcCadeira.Blc_Com_Legenda:before
{
    position: absolute;
    left: 0px;
    top: 0px;

    display: block;
    width: 20px;
    height: 20px;
    line-height: 20px;

    text-align: center;
    vertical-align: middle;

    content: attr(data-subtitulo);

    font-size: 10px;
    color: #FFF;
}

/* -------- */

.GerMapa2 .BlcInt4 .BlcLugares .BlcCadeira.Blc_Tipo_1 /* Normal */
{
}
.GerMapa2 .BlcInt4 .BlcLugares .BlcCadeira.Blc_Tipo_2 /* Cadeirantes */
{
	background-image: url('/imagens/IcoEspecial2.png') !important;
}
.GerMapa2 .BlcInt4 .BlcLugares .BlcCadeira.Blc_Tipo_3 /* Obsesos */
{
	background-image: url('/imagens/IcoObesos2.png') !important;
}

/* ********/

.GerMapa2 .BlcInt4 .BlcLugares .BlcCadeira.Blc_Status_1
{	
}
.GerMapa2 .BlcInt4 .BlcLugares .BlcCadeira.Blc_Status_2 /* Ocupado */
{
	background-image: url('/imagens/IcoOcupado.png') !important;
	
	cursor: not-allowed	;
}
.GerMapa2 .BlcInt4 .BlcLugares .BlcCadeira.Blc_Status_3 /* Reservado */
{
	background-image: url('/imagens/IcoReservado.png') !important;
}

/* ********/

.GerMapa2 .BlcInt4 .BlcLugares .BlcCadeira.ui-selected,
.GerMapa2 .BlcInt4 .BlcLugares .BlcCadeira.ui-selecting
{
	background-image: url('/imagens/IcoHover2.png') !important;
}

/* ********/

.GerMapa2 .BlcInt4 .BlcLugares .BlcCadeira.Hover
{
	background-image: url('/imagens/IcoHover.png') !important;
}
.GerMapa2 .BlcInt4 .BlcLugares .BlcCadeira.Selecionado
{
	background-image: url('/imagens/IcoSelecionado.png') !important;
}

/* -------- */

.GerMapa2 .BlcInt4 .BlcLugares .BlcLegenda1
{
	position: absolute;
	left: 0px;
	top: 0px;
	
	width: 20px;
	height: 20px;
	line-height: 20px;
	
	text-align: center;
	vertical-align: middle;
	
	font-size: 12px;
	font-weight: bold;
	color: #000;
	
	background: #F2F2F2;
}

/* -------- */

.GerMapa2 .BlcInt4.BlcOutrosSetores
{
	cursor: pointer;
}
.GerMapa2 .BlcInt4 .BlcSobrepor
{
	background: rgba(255, 255, 255, 0.6);
	
	display: flex;
	align-items: center;
	
	position: absolute;
	
	left: 0px;
	top: 0px;
	
	width: 100%;
	height: 100%;
}
.GerMapa2 .BlcInt4 .BlcSobrepor .BlcTexto
{
	text-align: center;
	vertical-align: middle;
	
	line-height: normal;
	height: auto;
	
	font-size: 14px;
	font-weight: bold;
	color: #312E2E;
	
	display: block;
	
	width: 100%;
	
	background: rgba(255, 255, 255, 0.9);
}

/* ------------- */
/* -- BlcInt5 -- */
/* ------------- */

.GerMapa2 .BlcInt5
{
}

/* -------- */

.GerMapa2 .BlcInt5 .BlcImagem
{
	width: 100%;
	height: 100%;
}

/* ------------- */
/* -- BlcInt6 -- */
/* ------------- */

.GerMapa2 .BlcInt6
{
}

/* -------- */

.GerMapa2 .BlcInt6 .BlcLugares
{
	position: relative;
	
	width: 100%;
	height: 100%;
}
.GerMapa2 .BlcInt6 .BlcLugares .BlcElemento2
{
}

/* -------- */

.GerMapa2 .BlcInt6 .BlcLugares .BlcCadeira
{
	position: absolute;
	left: 0px;
	top: 0px;
	
	width: 20px;
	height: 20px;
	line-height: 20px;
	
	text-align: center;
	vertical-align: middle;
	
	font-size: 10px;
	color: #FFF;
	
	background: url('/imagens/IcoDisponivel.png') no-repeat left center;
	
	cursor: pointer;
	
	z-index: 2;
}

/* -------- */

.GerMapa2 .BlcInt6 .BlcLugares .BlcCadeira.Blc_Tipo_1 /* Normal */
{
}
.GerMapa2 .BlcInt6 .BlcLugares .BlcCadeira.Blc_Tipo_2 /* Cadeirantes */
{
	background-image: url('/imagens/IcoEspecial2.png');
}
.GerMapa2 .BlcInt6 .BlcLugares .BlcCadeira.Blc_Tipo_3 /* Obsesos */
{
	background-image: url('/imagens/IcoObesos2.png');
}

/* ********/

.GerMapa2 .BlcInt6 .BlcLugares .BlcCadeira.Blc_Status_1
{	
}
.GerMapa2 .BlcInt6 .BlcLugares .BlcCadeira.Blc_Status_2 /* Ocupado */
{
	background-image: url('/imagens/IcoOcupado.png');
	
	cursor: not-allowed	;
}
.GerMapa2 .BlcInt6 .BlcLugares .BlcCadeira.Blc_Status_3 /* Reservado */
{
	background-image: url('/imagens/IcoReservado.png');
}

/* ********/

.GerMapa2 .BlcInt6 .BlcLugares .BlcCadeira.Hover
{
	background-image: url('/imagens/IcoHover.png');
}
.GerMapa2 .BlcInt6 .BlcLugares .BlcCadeira.Selecionado
{
	background-image: url('/imagens/IcoSelecionado.png');
}

/* -------- */

.GerMapa2 .BlcInt6 .BlcLugares .BlcMesa1
{
	position: absolute;
	left: 0px;
	top: 0px;
	
	width: 100px;
	height: 100px;
	
	text-align: center;
	vertical-align: middle;
	
	background: rgba(242, 242, 242, 0.5);
}
.GerMapa2 .BlcInt6 .BlcLugares .BlcMesa1.BlcMesa_1
{
    -moz-border-radius: 100%;
	-webkit-border-radius: 100%;
	border-radius: 100%;
}
.GerMapa2 .BlcInt6 .BlcLugares .BlcMesa1.BlcMesa_2
{

}
.GerMapa2 .BlcInt6 .BlcLugares .BlcMesa1 .ExtText
{
	font-size: 8px;
	font-weight: bold;
	color: #000;
	
	position: absolute;
	
	display: block;
	
	left: 0px;
	top: calc(50% - 10px);
	
	width: 100%;
	
	text-align: center;
}

/* -------- */

.GerMapa2 .BlcInt6.BlcOutrosSetores
{
	cursor: pointer;
}
.GerMapa2 .BlcInt6.BlcMesa3_1,
.GerMapa2 .BlcInt6.BlcCamarote_1
{
	cursor: pointer;
}
.GerMapa2 .BlcInt6 .BlcSobrepor
{
	background: rgba(255, 255, 255, 0.6);
	
	display: flex;
	align-items: center;
	
	position: absolute;
	
	left: 0px;
	top: 0px;
	
	width: 100%;
    height: 100%;
    
    z-index: 10;
}
.GerMapa2 .BlcInt6 .BlcSobrepor.Cor2
{
	background: rgba(0, 0, 0, 0.1);
}

.GerMapa2 .BlcInt6 .BlcSobrepor .BlcTexto
{
	text-align: center;
	vertical-align: middle;
	
	line-height: normal;
	height: auto;
	
	font-size: 14px;
	font-weight: bold;
	color: #312E2E;
	
	display: block;
	
	width: 100%;
	
	background: rgba(255, 255, 255, 0.9);
}

.GerMapa2 .BlcInt6.BlcMesa3:not(.BlcOutrosSetores) .BlcSobrepor .BlcTexto
{
    background: rgba(255, 255, 255, 0.5);
}
.GerMapa2 .BlcInt6.BlcMesa3:not(.BlcOutrosSetores) .BlcSobrepor
{
    opacity: 0;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
    filter: alpha(opacity=0);
    -moz-opacity: 0;
    -khtml-opacity: 0;
}

.GerMapa2 .BlcInt6.BlcCamarote_1 .BlcSobrepor .BlcTexto,
.GerMapa2 .BlcInt6.BlcCamarote2_1 .BlcSobrepor .BlcTexto
{
    background: #81AA3F;
    color: #FFF;
}
.GerMapa2 .BlcInt6.BlcCamarote_2 .BlcSobrepor .BlcTexto,
.GerMapa2 .BlcInt6.BlcCamarote2_2 .BlcSobrepor .BlcTexto
{
    background: #AD323B;
    color: #FFF;
}

/* -------- */

.GerMapa2 .BlcInt6
{
    display: flex;
    align-items: center;
}
.GerMapa2 .BlcInt6 .BlcTexto2
{
    display: block;    
    width: 100%;

    text-align: center;

    font-size: 12px;
    font-weight: bold;
    color: #000;
}
.GerMapa2 .BlcInt6 .BlcTexto2 .InfNome
{
}
.GerMapa2 .BlcInt6 .BlcTexto2 .InfGrupo
{
    font-size: 11px;
    font-weight: normal;

    margin-top: 5px;
}

/* -------- */











/*
############
# jFiler
############
*/

.jFiler-theme-default .jFiler-input
{
	width: 100%;
	margin: 0;
}
.jFiler-items-grid .jFiler-item .jFiler-item-container
{
	padding: 5px;
}
.jFiler-items-default .jFiler-item
{
	margin: 0;
}

/* -------- */











/*
############
# Dash1
############
*/

.Dash1 .GRow1
{
	margin: 0px;
    padding: 0px;
    
    margin-right: -5px;
    margin-left: -5px;

    display: flex;
    flex-wrap: wrap;
}
.Dash1 .GRow1 .GRow1_Col
{
	margin: 0px;
    padding: 0px;

    padding-right: 5px;
    padding-left: 5px;
    margin-bottom: 10px;

    width: calc(100% / 2);
    
    display: flex;
    flex-direction: column;
}

/* -------- */

@media screen and (max-width: 1000px) 
{
	
	/* ------------- */
	
	.Dash1 .GRow1 .GRow1_Col
    {
        width: 100%;
    }

	/* ------------- */
  
}

/* ------------- */

















/*
############
# WRow1
############
*/

.WRow1
{
	margin: 0px;
    padding: 0px;
    
    margin-right: -5px;
    margin-left: -5px;
}
.WRow1 .WRow1_Col
{
	margin: 0px;
    padding: 0px;

    padding-right: 5px;
    padding-left: 5px;
    margin-bottom: 10px;

    width: calc(100% / 6);
}

/* -------- */














/*
############
# Dash1 / BlcCentro1
############
*/

.Dash1 .BlcCentro1
{
    padding: 10px;

    box-shadow: 0 0 4px rgba(0, 0, 0, 0.10);
    -moz-box-shadow: 0 0 4px rgba(0, 0, 0, 0.10);
    -webkit-box-shadow: 0 0 4px rgba(0, 0, 0, 0.10);
    
    background: #E8E8E8;

    -moz-border-radius: 5px;
    -webkit-border-radius: 5px;
    border-radius: 5px;
}

/* -------- */

.Dash1 .BlcCentro1 .BlcInt1
{
    padding: 10px;
    margin-top: 10px;

    box-shadow: 0 0 8px rgba(0, 0, 0, 0.10);
    -moz-box-shadow: 0 0 8px rgba(0, 0, 0, 0.10);
    -webkit-box-shadow: 0 0 8px rgba(0, 0, 0, 0.10);
    
    background: #FFF;

    -moz-border-radius: 5px;
    -webkit-border-radius: 5px;
    border-radius: 5px;
}
.Dash1 .BlcCentro1 .BlcInt2
{
    float: left;
}
.Dash1 .BlcCentro1 .BlcInt3
{
    padding: 6px 10px;
    margin-left: 10px;
    
    float: left;
    text-align: center;

    box-shadow: 0 0 8px rgba(0, 0, 0, 0.10);
    -moz-box-shadow: 0 0 8px rgba(0, 0, 0, 0.10);
    -webkit-box-shadow: 0 0 8px rgba(0, 0, 0, 0.10);
    
    background: #FFF;

    -moz-border-radius: 5px;
    -webkit-border-radius: 5px;
    border-radius: 5px;
}

/* -------- */

.Dash1 .BlcCentro1 .Grafico1
{
}

/* -------- */

.Dash1 .BlcCentro1 .IRow1
{
    margin: 0px;
    padding: 0px;

    display: flex;
    align-items: center;
}
.Dash1 .BlcCentro1 .IRow1 .IRow1_Col
{
    margin: 0px;
    padding: 0px;
}

.Dash1 .BlcCentro1 .IRow1 .IRow1_Col1
{
    width: calc(100% - 150px);
}
.Dash1 .BlcCentro1 .IRow1 .IRow1_Col2
{
    width: 150px;
}

/* -------- */

.Dash1 .BlcCentro1 .IRow2
{
    margin: 0px;
    padding: 0px;

    display: flex;
    align-items: center;
}
.Dash1 .BlcCentro1 .IRow2 .IRow2_Col
{
    margin: 0px;
    padding: 0px;
}

.Dash1 .BlcCentro1 .IRow2 .IRow2_Col1
{
    width: calc(100% - 170px);
    padding-right: 10px;
}
.Dash1 .BlcCentro1 .IRow2 .IRow2_Col2
{
    width: 170px;
}

/* -------- */

.Dash1 .BlcCentro1 .IRow3
{
    margin: 0px;
    padding: 0px;

    display: flex;
    align-items: center;
}
.Dash1 .BlcCentro1 .IRow3 .IRow3_Col
{
    margin: 0px;
    padding: 0px;
}

/* -------- */

.Dash1 .BlcCentro1 .ExtText1
{
    color: #2a2a2a;
    font-size: 18px;
    font-weight: bold;

    margin-bottom: 10px;
}
.Dash1 .BlcCentro1 .ExtText2
{
    color: #2a2a2a;
    font-size: 12px;
    
    margin-bottom: 2px;
}
.Dash1 .BlcCentro1 .ExtText2 .fa
{
    width: 18px;
    margin: 0px;
}
.Dash1 .BlcCentro1 .ExtText3
{
    color: #2a2a2a;
    font-size: 12px;
}
.Dash1 .BlcCentro1 .ExtText3 .fa
{
    width: 18px;
    margin: 0px;
}

.Dash1 .BlcCentro1 .ExtText4
{
    text-align: right;
}
.Dash1 .BlcCentro1 .ExtText4 a
{
    color: #01618E;
    font-size: 22px;

    display: inline-block;
    text-decoration: none;

    margin-right: 10px;
}
.Dash1 .BlcCentro1 .ExtText4 a .fa
{
    margin: 0px;
}
.Dash1 .BlcCentro1 .ExtText4 a:last-child
{
    margin-right: 0px;
}

.Dash1 .BlcCentro1 .ExtText5
{
    padding: 0px;
    margin-top: 5px;

    display: block;
    width: 100%;
    height: 20px;
    line-height: 20px;

    text-align: center;
    vertical-align: middle;

    background: #01618E;

    color: #FFF;
    font-size: 12px;

    -moz-border-radius: 5px;
    -webkit-border-radius: 5px;
    border-radius: 5px;

    text-decoration: none !important;
}
.Dash1 .BlcCentro1 .ExtText6
{
    color: #2a2a2a;
    font-size: 10px;
    font-weight: bold;

    text-transform: uppercase;
}
.Dash1 .BlcCentro1 .ExtText6B
{
    color: #2a2a2a;
    font-size: 8px;
    font-weight: bold;

    text-transform: uppercase;
}
.Dash1 .BlcCentro1 .ExtText7
{
    color: #01618E;
    font-size: 20px;
}
.Dash1 .BlcCentro1 .ExtText7B
{
    color: #01618E;
    font-size: 18px;
}
.Dash1 .BlcCentro1 .ExtText8
{
    color: #01618E;
    font-size: 14px;
    font-weight: bold;

    margin-bottom: 10px;
}
.Dash1 .BlcCentro1 .ExtText9
{
    color: #2a2a2a;
    font-size: 12px;
    font-weight: bold;

    line-height: 12px;
    margin-bottom: 2px;
}
.Dash1 .BlcCentro1 .ExtText10
{
    color: #2a2a2a;
    font-size: 10px;

    line-height: 10px;
}

/* -------- */

@media screen and (max-width: 480px) 
{
	
	/* ------------- */
	
	.Dash1 .BlcCentro1 .IRow2
    {
        display: block;
    }
    .Dash1 .BlcCentro1 .IRow2 .IRow2_Col1
    {
        width: 100%;
        margin-bottom: 20px;
        padding-right: 0px;
    }
    .Dash1 .BlcCentro1 .IRow2 .IRow2_Col2
    {
        width: 100%;
    }

	/* ------------- */
  
}

/* ------------- */













/*
############
# Dash2 / BlcInt1
############
*/

.Dash2 .BlcInt1
{
}

/* -------- */

.Dash2 .BlcInt1 .IRow1
{
    margin: 0px;
    padding: 0px;
    
    display: flex;
    align-items: center;
}
.Dash2 .BlcInt1 .IRow1 .IRow1_Col
{
    margin: 0px;
    padding: 0px;
}

.Dash2 .BlcInt1 .IRow1 .IRow1_Col1
{
    width: calc(100% - 450px);
}
.Dash2 .BlcInt1 .IRow1 .IRow1_Col2
{
    width: 450px;
}

/* -------- */

.Dash2 .BlcInt1 .IRow2
{
    margin: 0px;
    padding: 0px;
    
    display: flex;
    align-items: center;
}
.Dash2 .BlcInt1 .IRow2 .IRow2_Col
{
    margin: 0px;
    padding: 0px;

    width: calc(100% / 3);
}

/* -------- */

.Dash2 .BlcInt1 .ExtText1
{
    font-size: 30px;
    font-weight: bold;
    color: #2a2a2a;
}
.Dash2 .BlcInt1 .ExtText2
{
    color: #2a2a2a;
    font-size: 10px;
    font-weight: bold;

    text-transform: uppercase;
}
.Dash2 .BlcInt1 .ExtText3
{
    color: #01618E;
    font-size: 20px;
}

/* -------- */

@media screen and (max-width: 767px) 
{
	
	/* ------------- */
	
	.Dash2 .BlcInt1 .IRow1
    {
        display: block;
    }
    .Dash2 .BlcInt1 .IRow1 .IRow1_Col1
    {
        width: 100%;
        margin-bottom: 20px;
    }
    .Dash2 .BlcInt1 .IRow1 .IRow1_Col2
    {
        width: 100%;
    }

	/* ------------- */
  
}

/* ------------- */

@media screen and (max-width: 400px) 
{
	
	/* ------------- */
	
	.Dash2 .BlcInt1 .ExtText2
    {
        font-size: 8px;
    }
    .Dash2 .BlcInt1 .ExtText3
    {
        font-size: 14px;
    }

	/* ------------- */
  
}

/* ------------- */










/*
############
# Dash2 / BlcInt2
############
*/

.Dash2 .BlcInt2
{
    margin-top: 20px;
}

/* -------- */

.Dash2 .BlcInt2 .IRow1
{
    margin: 0px;
    padding: 0px;   
    
    display: flex;
    align-items: center; 
}
.Dash2 .BlcInt2 .IRow1 .IRow1_Col
{
    margin: 0px;
    padding: 0px;
}

.Dash2 .BlcInt2 .IRow1 .IRow1_Col1
{
    width: calc(100% - 200px);
}
.Dash2 .BlcInt2 .IRow1 .IRow1_Col2
{
    width: 200px;
}

/* -------- */

.Dash2 .BlcInt2 .ExtText1
{
    color: #2a2a2a;
    font-size: 18px;
    font-weight: bold;

    margin-bottom: 10px;
}
.Dash2 .BlcInt2 .ExtText2
{
    color: #2a2a2a;
    font-size: 12px;
    
    margin-bottom: 2px;
}
.Dash2 .BlcInt2 .ExtText2 .fa
{
    width: 18px;
    margin: 0px;
}
.Dash2 .BlcInt2 .ExtText3
{
    color: #2a2a2a;
    font-size: 12px;
    font-weight: bold;

    margin-bottom: 5px;
}

/* -------- */

@media screen and (max-width: 767px) 
{
	
	/* ------------- */
	
	.Dash2 .BlcInt2 .IRow1
    {
        display: block;
    }
    .Dash2 .BlcInt2 .IRow1 .IRow1_Col1
    {
        width: 100%;
        margin-bottom: 20px;
    }
    .Dash2 .BlcInt2 .IRow1 .IRow1_Col2
    {
        width: 100%;
    }

	/* ------------- */
  
}

/* ------------- */











/*
############
# Dash2 / BlcInt3
############
*/

.Dash2 .BlcInt3
{
    padding: 10px;
    margin-top: 20px;

    box-shadow: 0 0 8px rgba(0, 0, 0, 0.10);
    -moz-box-shadow: 0 0 8px rgba(0, 0, 0, 0.10);
    -webkit-box-shadow: 0 0 8px rgba(0, 0, 0, 0.10);
    
    background: #FFF;

    -moz-border-radius: 5px;
    -webkit-border-radius: 5px;
    border-radius: 5px;
}

/* -------- */

.Dash2 .BlcInt3 .Grafico
{
    height: 500px; 
    width:100%;
}

/* -------- */

@media screen and (max-width: 767px) 
{
	
	/* ------------- */
	
	.Dash2 .BlcInt3 .Grafico
	{
		height: 300px;
	}
	
	/* ------------- */
  
}

/* ------------- */











/*
############
# EstAPIKey
############
*/

.EstAPIKey 
{
}

/* ------------- */

.EstAPIKey .api-key-section 
{
    background: #f9fafb;
    border: 1px solid #e5e7eb;
    border-radius: 5px;
    padding: 28px;
    margin-bottom: 28px;
}
.EstAPIKey .api-key-label 
{
    color: #6b7280;
    font-size: 11px;
    font-weight: 700;
    text-transform: uppercase;
    letter-spacing: 1.2px;
    margin-bottom: 16px;
    display: flex;
    align-items: center;
    gap: 8px;
}
.EstAPIKey .status-dot 
{
    width: 8px;
    height: 8px;
    background: #10b981;
    animation: EstAPIKey-pulse 2s ease-in-out infinite;
}

/* ------------- */

.EstAPIKey .api-key-display
 {
    display: flex;
    align-items: center;
    gap: 12px;
}
.EstAPIKey .api-key-value 
{
    flex: 1;
    font-family: 'Courier New', monospace;
    font-size: 13px;
    color: #374151;
    background: #ffffff;
    padding: 14px 16px;
    border: 1px solid #d1d5db;
    border-radius: 5px;
    word-break: break-all;
    transition: all 0.2s ease;
}
.EstAPIKey .api-key-value:hover
 {
    border-color: #9ca3af;
}
.EstAPIKey .copy-btn 
{
    background: #2A3340;
    color: white;
    border: none;
    border-radius: 5px;
    padding: 14px 24px;
    cursor: pointer;
    font-size: 14px;
    font-weight: 600;
    transition: all 0.2s ease;
    white-space: nowrap;
}
.EstAPIKey .copy-btn:hover 
{
    background: #10141A;
}
.EstAPIKey .copy-btn:active 
{
    background: #10141A;
}
.EstAPIKey .copy-btn.copied 
{
    background: #10b981;
}
.EstAPIKey .actions-grid 
{
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap: 14px;
    margin-bottom: 28px;
}
.EstAPIKey .action-btn 
{
    background: #ffffff;
    color: #374151;
    border: 1px solid #d1d5db;
    border-radius: 5px;
    padding: 18px 20px;
    cursor: pointer;
    font-size: 14px;
    font-weight: 600;
    transition: all 0.2s ease;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    gap: 8px;
    text-decoration: none;
    text-align: center;
}
.EstAPIKey .action-btn:hover 
{
    border-color: #2A3340;
    background: #f9fafb;
}
.EstAPIKey .action-btn:active
 {
    background: #f3f4f6;
}
.EstAPIKey .action-btn.danger:hover 
{
    border-color: #dc2626;
    background: #fef2f2;
}
.EstAPIKey .icon 
{
    width: 24px;
    height: 24px;
}
.EstAPIKey .icon svg 
{
    width: 100%;
    height: 100%;
}
.EstAPIKey .btn-label 
{
    font-size: 13px;
}
.EstAPIKey .warning 
{
    background: #fffbeb;
    border: 1px solid #fbbf24;
    border-left: 3px solid #f59e0b;
    padding: 16px 20px;
}
.EstAPIKey .warning-text 
{
    color: #92400e;
    font-size: 13px;
    line-height: 1.6;
    margin: 0px;
}
.EstAPIKey .warning-text strong 
{
    color: #78350f;
}

/* ------------- */

@keyframes EstAPIKey-pulse {
    0%, 100% { opacity: 1; }
    50% { opacity: 0.5; }
}

/* ------------- */

@media (max-width: 700px) {

    /* ------------- */

    .EstAPIKey
    {
        padding: 32px 24px;
    }
    
    /* ------------- */
    
    .EstAPIKey .api-key-display
    {
        flex-direction: column;
    }
    .EstAPIKey .copy-btn 
    {
        width: 100%;
    }
    .EstAPIKey .actions-grid 
    {
        grid-template-columns: repeat(2, 1fr);
    }

    /* ------------- */

}

/* ------------- */


















/*
############
# EstAPIWebhook
############
*/

.EstAPIWebhook .form-section {
    background: #f9fafb;
    border: 1px solid #e5e7eb;
    border-radius: 5px;
    padding: 28px;
    margin-bottom: 28px;
}

.EstAPIWebhook .section-title {
    color: #111827;
    font-size: 18px;
    font-weight: 700;
    margin-bottom: 20px;
}

.EstAPIWebhook .form-group {
    margin-bottom: 20px;
}

.EstAPIWebhook .form-label {
    color: #374151;
    font-size: 14px;
    font-weight: 600;
    margin-bottom: 8px;
    display: block;
}

.EstAPIWebhook .form-input {
    width: 100%;
    font-size: 14px;
    color: #374151;
    background: #ffffff;
    padding: 12px 16px;
    border: 1px solid #d1d5db;
    border-radius: 5px;
    transition: all 0.2s ease;
}

.EstAPIWebhook .form-input:focus {
    outline: none;
    border-color: #2A3340;
    box-shadow: 0 0 0 3px rgba(79, 70, 229, 0.1);
}

.EstAPIWebhook .info-box {
    background: #eff6ff;
    border: 1px solid #bfdbfe;
    border-left: 3px solid #3b82f6;
    border-radius: 5px;
    padding: 16px;
    margin-top: 16px;
}

.EstAPIWebhook .info-list {
    list-style: none;
    margin: 0;
    padding: 0;
}

.EstAPIWebhook .info-list li {
    color: #1e40af;
    font-size: 13px;
    line-height: 1.6;
    margin-bottom: 8px;
    padding-left: 20px;
    position: relative;
}

.EstAPIWebhook .info-list li:last-child {
    margin-bottom: 0;
}

.EstAPIWebhook .info-list li:before {
    content: "*";
    position: absolute;
    left: 6px;
    font-weight: bold;
}

.EstAPIWebhook .code-block {
    background: #1e293b;
    color: #e2e8f0;
    font-family: 'Courier New', monospace;
    font-size: 13px;
    padding: 16px;
    border-radius: 5px;
    overflow-x: auto;
    margin-top: 12px;
}

.EstAPIWebhook .code-block pre {
    margin: 0;
    white-space: pre;
    background: none;
    border: none;
    border-radius: 0px;
    color: inherit;
    font-size: inherit;
    padding: inherit;
}

.EstAPIWebhook .events-list {
    margin-top: 12px;
}

.EstAPIWebhook .event-item {
    display: flex;
    align-items: flex-start;
    gap: 12px;
    padding: 16px;
    background: #ffffff;
    border: 1px solid #d1d5db;
    border-radius: 5px;
    margin-bottom: 12px;
    cursor: pointer;
    transition: all 0.2s ease;
}

.EstAPIWebhook .event-item:last-child {
    margin-bottom: 0;
}

.EstAPIWebhook .event-item:hover {
    border-color: #2A3340;
    background: #f9fafb;
}

.EstAPIWebhook .event-item input[type="checkbox"] {
    width: 18px;
    height: 18px;
    cursor: pointer;
    accent-color: #2A3340;
    margin-top: 2px;
    flex-shrink: 0;
}

.EstAPIWebhook .event-content {
    flex: 1;
}

.EstAPIWebhook .event-name {
    font-size: 14px;
    font-weight: 600;
    color: #111827;
    margin-bottom: 4px;
    cursor: pointer;
}

.EstAPIWebhook .event-description {
    font-size: 13px;
    color: #6b7280;
    line-height: 1.5;
    cursor: pointer;
}

.EstAPIWebhook .btn-primary {
    width: 100%;
    background: #2A3340;
    color: white;
    border: none;
    border-radius: 5px;
    padding: 14px 24px;
    cursor: pointer;
    font-size: 14px;
    font-weight: 600;
    transition: all 0.2s ease;
    margin-top: 24px;
}

.EstAPIWebhook .btn-primary:hover {
    background: #181D24;
}
.EstAPIWebhook .info-section {
    background: #f9fafb;
    border: 1px solid #e5e7eb;
    border-radius: 5px;
    padding: 28px;
    margin-bottom: 28px;
}

.EstAPIWebhook .info-text {
    color: #374151;
    font-size: 14px;
    line-height: 1.6;
    margin-bottom: 12px;
}

.EstAPIWebhook .example-title {
    color: #111827;
    font-size: 14px;
    font-weight: 600;
    margin-top: 20px;
    margin-bottom: 8px;
}

.EstAPIWebhook .info-actions {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 12px;
    margin-top: 24px;
}

.EstAPIWebhook .btn-secondary {
    background: #ffffff;
    color: #374151;
    border: 1px solid #d1d5db;
    border-radius: 5px;
    padding: 12px 20px;
    cursor: pointer;
    font-size: 14px;
    font-weight: 600;
    transition: all 0.2s ease;
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 8px;
    text-decoration: none;
}

.EstAPIWebhook .btn-secondary:hover {
    background: #f9fafb;
    border-color: #2A3340;
    color: #2A3340;
}

.EstAPIWebhook .btn-secondary svg {
    width: 18px;
    height: 18px;
}

/* ------------- */

@media (max-width: 700px) {

    /* ------------- */

    .EstAPIWebhook .container {
        padding: 32px 24px;
    }

    .EstAPIWebhook h1 {
        font-size: 24px;
    }

    .EstAPIWebhook .header {
        flex-direction: column;
        gap: 16px;
    }

    .EstAPIWebhook .btn-docs {
        width: 100%;
        justify-content: center;
    }

    .EstAPIWebhook .info-actions {
        grid-template-columns: 1fr;
    }

    /* ------------- */

}

/* ------------- */
























/*
############
# blockMsg
############
*/
.blockOverlay
{
	background: rgb(255, 255, 255) !important;
}
.blockMsg 
{
	border: 2px solid rgba(0, 0, 0, 0.1) !important;
	
	-webkit-border-radius:5px !important;
	-moz-border-radius:5px !important;
	border-radius:5px !important;
	
	padding: 10px !important;
	
	width: 70px !important;
	
	left: calc(50% - 45px) !important;
}
.blockMsg .fa
{
	font-size: 24px !important;
	
	margin: 0px !important;
}

/* -------- */







