/*
############################
## Capa ( Login )
############################
*/
body.external-page #main
{
    background: url('/imagens/Estrutura/fundo-consultores_02.jpg') no-repeat center top !important;
    background-size: cover !important;
}
body.external-page #main:before
{
	display: none;
}
body.external-page .login-links,
body.external-page .login-links a
{
	color: #FFF;
}

body.external-page #content .admin-form .panel
{
    border-top: 0px !important;
}

.ExtLoginTopo
{
    border-bottom: 0px;

    position: relative;

    background: url('/imagens/Estrutura/fundo-topo_01.jpg') no-repeat center center;
    background-size: cover;
}
.ExtLoginTopo .ExtLogo
{
    text-align: center;
    padding: 20px;
}
.ExtLoginTopo .ExtLogo img
{
    display: inline-block !important;
}
.ExtLoginTopo .SRow1
{
    margin: 0px;
    padding: 10px;

    display: flex;
    align-items: center;

    background: rgba(0, 0, 0, 0.4);
}
.ExtLoginTopo .SRow1 .SRow1_Col1
{
    margin: 0px;
    padding: 0px;

    width: 50%;
}
.ExtLoginTopo .SRow1 .SRow1_Col2
{
    margin: 0px;
    padding: 0px;
    
    width: 50%;

    text-align: right;
}
.ExtLoginTopo .login-links,
.ExtLoginTopo .login-links a
{
    color: #FFF !important;
}

.sidebar-menu > li > a
{
    position: relative;
}
.sidebar-menu > li > a > .Contador
{
    -moz-border-radius: 50%;
	-webkit-border-radius: 50%;;
    border-radius: 50%;

    position: absolute;
    right: 8px;
    top: 7px;

    height: 20px; 
    line-height: 18px;
    width: 20px;
    
    background: #A0282A; 
    font-size: 11px; 
    color: #FFF;

    text-align: center;
    vertical-align: middle;
}







/*
############
Uteis
############
*/
.display-block
{
	display:block;
}
.display-inline
{
	display:inline-block
}











/*
############
Btn
############
*/
.btn.disabled2
{
  opacity: 0.65;
  filter: alpha(opacity=65);
  -webkit-box-shadow: none;
  box-shadow: none;
}












/*
############
font-size
############
*/
.fz10
{
	font-size:10px !important;
}
.fz11
{
	font-size:11px !important;
}
.fz12
{
	font-size:12px !important;
}
.fz13
{
	font-size:13px !important;
}
.fz14
{
	font-size:14px !important;
}
.fz15
{
	font-size:15px !important;
}
.fz16
{
	font-size:16px !important;
}
.fz18
{
	font-size:18px !important;
}
.fz20
{
	font-size:20px !important;
}
.fz22
{
	font-size:22px !important;
}
.fz24
{
	font-size:24px !important;
}
.fz26
{
	font-size:26px !important;
}
.fz28
{
	font-size:28px !important;
}
.fz30
{
	font-size:30px !important;
}












/*
############
min-height
############
*/
.minh50
{
	min-height:50px !important;
}
.minh75
{
	min-height:75px !important;
}
.minh100
{
	min-height:100px !important;
}
.minh125
{
	min-height:125px !important;
}
.minh150
{
	min-height:150px !important;
}
.minh175
{
	min-height:175px !important;
}
.minh200
{
	min-height:200px !important;
}
.minh225
{
	min-height:225px !important;
}
.minh250
{
	min-height:250px !important;
}






/*
############
font-weight
############
*/
.fw0
{
	font-weight:normal !important;
}
.fw1
{
	font-weight:100 !important;
}
.fw2
{
	font-weight:200 !important;
}
.fw3
{
	font-weight:300 !important;
}
.fw4
{
	font-weight:400 !important;
}
.fw5
{
	font-weight:500 !important;
}
.fw6
{
	font-weight:600 !important;
}
.fw7
{
	font-weight:700 !important;
}
.fw8
{
	font-weight:800 !important;
}
.fw9
{
	font-weight:900 !important;
}
.fwb
{
	font-weight:bold !important;
}














/*
############
cursor
############
*/
.cursor-pointer
{
	cursor:pointer !important;
}


























/*
############
nopadding
############
*/
.p0
{
	padding:0px !important;
}
.pl0
{
	padding-left:0px !important;
}
.pr0
{
	padding-right:0px !important;
}
.pt0
{
	padding-top:0px !important;
}
.pb0
{
	padding-bottom:0px !important;
}

/* Geral */ 

.p10
{
	padding:10px !important;
}
.p20
{
	padding:20px !important;
}
.p30
{
	padding:30px !important;
}
.p40
{
	padding:40px !important;
}
.p50
{
	padding:50px !important;
}

/* TOP */ 

.pt10
{
	padding-top:10px !important;
}
.pt20
{
	padding-top:20px !important;
}
.pt30
{
	padding-top:30px !important;
}
.pt40
{
	padding-top:40px !important;
}
.pt50
{
	padding-top:50px !important;
}

/* BOTTOM */ 

.pb10
{
	padding-bottom:10px !important;
}
.pb20
{
	padding-bottom:20px !important;
}
.pb30
{
	padding-bottom:30px !important;
}
.pb40
{
	padding-bottom:40px !important;
}
.pb50
{
	padding-bottom:50px !important;
}

/* LEFT */ 

.pl10
{
	padding-left:10px !important;
}
.pl20
{
	padding-left:20px !important;
}
.pl30
{
	padding-left:30px !important;
}
.pl40
{
	padding-left:40px !important;
}
.pl50
{
	padding-left:50px !important;
}

/* RIGHT */ 

.pr10
{
	padding-right:10px !important;
}
.pr20
{
	padding-right:20px !important;
}
.pr30
{
	padding-right:30px !important;
}
.pr40
{
	padding-right:40px !important;
}
.pr50
{
	padding-right:50px !important;
}








/*
############
nomargin
############
*/
.m0
{
	margin:0px !important;
}
.ml0
{
	margin-left:0px !important;
}
.mr0
{
	margin-right:0px !important;
}
.mt0
{
	margin-top:0px !important;
}
.mb0
{
	margin-bottom:0px !important;
}

/* Geral */ 

.m10
{
	margin:10px !important;
}
.m20
{
	margin:20px !important;
}
.m30
{
	margin:30px !important;
}
.m40
{
	margin:40px !important;
}
.m50
{
	margin:50px !important;
}

/* TOP */ 

.mt10
{
	margin-top:10px !important;
}
.mt20
{
	margin-top:20px !important;
}
.mt30
{
	margin-top:30px !important;
}
.mt40
{
	margin-top:40px !important;

}
.mt50
{
	margin-top:50px !important;
}

/* BOTTOM */ 

.mb10
{
	margin-bottom:10px !important;
}
.mb20
{
	margin-bottom:20px !important;
}
.mb30
{
	margin-bottom:30px !important;
}
.mb40
{
	margin-bottom:40px !important;
}
.mb50
{
	margin-bottom:50px !important;
}

/* LEFT */ 

.ml10
{
	margin-left:10px !important;
}
.ml20
{
	margin-left:20px !important;
}
.ml30
{
	margin-left:30px !important;
}
.ml40
{
	margin-left:40px !important;
}
.ml50
{
	margin-left:50px !important;
}

/* RIGHT */ 

.mr10
{
	margin-right:10px !important;
}
.mr20
{
	margin-right:20px !important;
}
.mr30
{
	margin-right:30px !important;
}
.mr40
{
	margin-right:40px !important;
}
.mr50
{
	margin-right:50px !important;
}









/*
############################
## Class Uteis
############################
*/
.click
{
	cursor:pointer;
}

.text-white
{
	color:#FFF;
}











/*
############################
## ul.dropzone
############################
*/
ul.dropzone
{
	list-style:none;
	margin:0px;
	padding:0px;
}
ul.dropzone li
{
	list-style:none;
	margin:0px;
	padding:0px;
	float:left;
	
	width: 130px;
	height:185px;
}












/*
############################
## sortable
############################
*/
.sortable {
	-webkit-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none;
}
.handle {
	cursor: move;
}
.sortable.connected {
	width: 130px;
	height:185px;
	float: left;
}
li.disabled {
	opacity: 0.5;
}
li.highlight {
	background: #FEE25F;
}
li.sortable-placeholder {
	margin: 17px !important;
    padding: 6px !important;
	
	border: 1px dashed #CCC;
	background: none;
}











/*
############################
## sortable
############################
*/
.ListaExt3
{
	list-style:none;
	padding:0px;
	margin:0px;
}
.ListaExt3 li
{
	list-style:none;
	padding:0px;
	margin:0px;
	display:block;
}
.ListaExt3 li .Nome
{
	color:#474646;
	font-size:10px;
	font-weight:bold;
	
	display:inline-block;
	width:60px;
	margin-right:10px;
}
.ListaExt3 li .Valor
{
	color:#000000;
	font-size:12px;
	font-weight:bold;
	
	display:inline-block;
	margin-right:5px;
}
.ListaExt3 li .Porcentagem
{
	color:#981D1F;
	font-size:8px;
	font-style:italic;
	
	display:inline-block;
}
.ListaExt3 li .Nome2
{
	color:#474646;
	font-size:10px;
	font-weight:bold;
	
	display:inline-block;
	width:60px;
	margin-right:10px;
}
.ListaExt3 li .Valor2
{
	color:#981D1F;
	font-size:14px;
	font-weight:bold;
	
	display:inline-block;
	margin-right:5px;
}
.ListaExt3 li .Porcentagem2
{
	color:#981D1F;
	font-size:8px;
	font-style:italic;
	
	display:inline-block;
}











/*
##############
# BoxTipo50
##############
*/

/* - SubBox1 - */
.BoxTipo50 .SubBox1
{
	background: #ffffff;
	background: -moz-linear-gradient(top, #ffffff 0%, #fbfbfb 47%, #f7f7f7 100%);
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#ffffff), color-stop(47%,#fbfbfb), color-stop(100%,#f7f7f7));
	background: -webkit-linear-gradient(top, #ffffff 0%,#fbfbfb 47%,#f7f7f7 100%);
	background: -o-linear-gradient(top, #ffffff 0%,#fbfbfb 47%,#f7f7f7 100%);
	background: -ms-linear-gradient(top, #ffffff 0%,#fbfbfb 47%,#f7f7f7 100%);
	background: linear-gradient(to bottom, #ffffff 0%,#fbfbfb 47%,#f7f7f7 100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#f7f7f7',GradientType=0 );
	
	-moz-border-radius: 4px;
	-webkit-border-radius: 4px;
	border-radius: 4px;
	
	border:#999 1px solid;
	padding:5px;
	display:block;
	
	width:auto;
	margin-bottom:5px;
}
.BoxTipo50 .SubBox1.DuasLinhas
{
	height:35px;
}
.BoxTipo50 .SubBox1 .Texto1
{
	width:80px;
	height:20px;
	display:inline-block;
	float:left;
	margin-right:5px;
	font-size:12px;
	font-weight:bold;
}
.BoxTipo50 .SubBox1 .Texto2
{
	font-size:11px;
	display:inline-block;
	
	vertical-align:middle;
}
.BoxTipo50 .SubBox1 .BoxStatus
{
	width:20px;
	height:20px;
	display:inline-block;
	float:left;
	margin-right:5px;
}
.BoxTipo50 .SubBox1 .Verde
{
	background-color:#42E798;
}
.BoxTipo50 .SubBox1 .Vermelho
{
	background-color:#E82C0C;
}
.BoxTipo50 .SubBox1 .Amarelo
{
	background-color:#FFF016;
}
.BoxTipo50 .SubBox1 .Laranjado
{
	background-color:#FF5A0D;
}











/*
##############
# LINHAS
##############
*/
.LinhaVerde td
{
	background-color:rgba(0,255,144,0.15) !important;
}
.LinhaAmarela td
{
	background-color:rgba(255,216,0,0.15) !important;
}
.LinhaVermelha td
{
	background-color:rgba(255,0,0,0.15) !important;
}
.LinhaAzul td
{
	background-color:rgba(0,148,255,0.15) !important;
}







/*
##############
# multiselect
##############
*/
.multiselect-container.dropdown-menu > li > a > label
{
	width:100%;
	border:0px;
}
.multiselect-container.dropdown-menu > li > a > label:hover
{
	background:rgba(0, 0, 0, 0.10);
}
.multiselect-container.dropdown-menu > li > a > label.active
{
	background:rgba(0, 0, 0, 0.10);
}











/*
##############
# BoxTabela1
##############
*/
.BoxTabela1
{
	-moz-border-radius: 4px;
	-webkit-border-radius: 4px;
	border-radius: 4px;
	
	-moz-box-shadow: 0px 0px 2px #EFEFEF;
	-webkit-box-shadow: 0px 0px 2px #EFEFEF;
	box-shadow: 0px 0px 2px #EFEFEF;
	
	border:#E5E5E5 1px solid;
	border-collapse: separate;
}
.BoxTabela1 thead tr th
{
	padding:10px;
	font-size:12px;
	color:#000;
	font-weight:bold;
	
	background: #ffffff; /* Old browsers */
	background: -moz-linear-gradient(top, #ffffff 0%, #f6f6f6 47%, #ededed 100%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#ffffff), color-stop(47%,#f6f6f6), color-stop(100%,#ededed)); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(top, #ffffff 0%,#f6f6f6 47%,#ededed 100%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(top, #ffffff 0%,#f6f6f6 47%,#ededed 100%); /* Opera 11.10+ */
	background: -ms-linear-gradient(top, #ffffff 0%,#f6f6f6 47%,#ededed 100%); /* IE10+ */
	background: linear-gradient(to bottom, #ffffff 0%,#f6f6f6 47%,#ededed 100%); /* W3C */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#ededed',GradientType=0 ); /* IE6-9 */
	
	border-bottom:#E5E5E5 1px solid;
}
.BoxTabela1 tbody tr td:not(.SemEstilo)
{
	padding:10px;
	font-size:12px;
	color:#333;
	font-weight:normal;
	
	border-bottom:#F5F5F5 1px solid;
}
.BoxTabela1 tbody tr td a
{
	font-size:12px;
	color:#333;
}
.BoxTabela1 tbody tr:hover td:not(.SemEstilo)
{
	background: #f0f6fa; /* Old browsers */
	background: -moz-linear-gradient(top, #f0f6fa 0%, #d8e5ee 100%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#f0f6fa), color-stop(100%,#d8e5ee)); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(top, #f0f6fa 0%,#d8e5ee 100%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(top, #f0f6fa 0%,#d8e5ee 100%); /* Opera 11.10+ */
	background: -ms-linear-gradient(top, #f0f6fa 0%,#d8e5ee 100%); /* IE10+ */
	background: linear-gradient(to bottom, #f0f6fa 0%,#d8e5ee 100%); /* W3C */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#f0f6fa', endColorstr='#d8e5ee',GradientType=0 ); /* IE6-9 */
}
.BoxTabela1 tbody tr td .SubTexto1
{
	font-size:10px;
	font-style:italic;
	color:#666;
}
.BoxTabela1 tbody tr td .FonteExt1
{
	font-size:10px;
}
.BoxTabela1 .SemEstilo td
{
	background:none !important;
	padding:0px !important;
	border: 0px !important;
	vertical-align:middle;
}
.BoxTabela1 tbody tr.LinhaAmarela td
{
	background-color:#FF9;
}

.BoxTabela1 tbody .ExtSubText1
{
	font-size:13px;
	font-weight:bold;
	color:#900;
}
.BoxTabela1 tbody .ExtSubText2
{
	font-size:11px;
	color:#333;
}
.BoxTabela1 tbody .ExtSubText3
{
	font-size:12px;
	font-weight:bold;
	color:#900;
}








/*
##############
# Modal
##############
*/
.popup-basic
{
	max-width:650px;
}














/*
############
PgCustom3
############
*/
.PgCustom3
{
    margin-bottom: 30px;
}
.PgCustom3.Fundo1
{
    -moz-border-radius: 80px;
	-webkit-border-radius: 80px;
    border-radius: 80px;
    
    background: #FFF;
}

/* ------------- */

.PgCustom3 .mfp-close
{
    color: #FFF;
    right: -10px;
    top: -10px;
}

/* ------------- */

.PgCustom3 .IntRedor1
{
    margin-top: 20px;
    padding-left: 70px;
}
.PgCustom3 .IntRedor2
{
    margin-top: 20px;
    padding-left: 70px;
}

/* ------------- */

.PgCustom3 hr
{
    margin-top: 20px;
    margin-bottom: 20px;
}

/* ------------- */

.PgCustom3 .GerRow2
{
    margin: 0px;
    padding: 0px;
}

.PgCustom3 .GerRow2 .GerRow2_Col
{
    margin: 0px;
    padding: 0px;
}

.PgCustom3 .GerRow2 .GerRow2_Col1
{
    width: 140px;
    text-align: right;
}
.PgCustom3 .GerRow2 .IntRow2_Col2
{
    width: calc(100% - 140px);
    padding-left: 20px;
}

/* ------------- */

.PgCustom3 .IntText1
{
    font-size: 17px;
    color: #606060;
    font-weight: normal;
}
.PgCustom3 .IntText2A
{
    font-size: 15px;
    color: #CCCCCC;
    font-weight: normal;

    display: block;
    overflow: hidden;

    line-height: 15px;
    max-height: 30px;
}
.PgCustom3 .IntText2B
{
    display: block;
    overflow: hidden;

    line-height: 15px;
    max-height: 45px;
}
.PgCustom3 .IntText2B,
.PgCustom3 .IntText2B a
{
    font-size: 15px;
    color: #A0A0A0;
    font-weight: normal;
}
.PgCustom3 .IntText2B .BntLngLoginS
{
    text-decoration: dotted;
}
.PgCustom3 .IntText3
{
    font-size: 16px;
    color: #FFF;
    font-weight: normal;
    text-transform: uppercase;

    background: #808080;

    padding: 10px;

    text-align: center;

    -moz-border-radius: 25px;
	-webkit-border-radius: 25px;
	border-radius: 25px;
}

/* ------------- */

@media screen and (max-width: 767px) 
{
	
	/* ------------- */
    
    .PgCustom3.Fundo1
    {
        -moz-border-radius: 10px;
        -webkit-border-radius: 10px;
        border-radius: 10px;
    }
    .PgCustom3 .IntRedor1
    {
        margin-top: 10px;
        padding-left: 10px;
        padding-right: 10px;
    }

    .PgCustom3 .IntText1
    {
        text-align: center;
    }

	.PgCustom3 .GerRow2 .GerRow2_Col1
	{
        padding: 0px;
        text-align: center;
        width: 100%;

        margin-bottom: 10px;
    }
    .PgCustom3 .GerRow2 .IntRow2_Col2
	{
        padding: 0px;
        text-align: center;
        width: 100%;

        margin-bottom: 10px;
    }
    
    .PgCustom3 .IntRedor2
    {
        padding: 0px 20px;
    }

	/* ------------- */
  
}

/* ------------- */













/*
############
BoxAnuncio5
############
*/
.BoxAnuncio5
{
    background: #FFF;

    display: block;
    position: relative;
}

/* -------- */

.BoxAnuncio5 .BoxSeta
{
    background: url('/imagens/SetaA.png') no-repeat center center;

    display: inline-block;
    float: right;
    
    width: 30px;
    height: 30px;
}
.BoxAnuncio5.Ativo .BoxSeta
{
    background-image: url('/imagens/SetaF.png');
}

/* -------- */

.BoxAnuncio5 .BoxSeta2
{
    background: url('/imagens/Seta2A.png') no-repeat center center;

    display: inline-block;
    float: right;

    width: 32px;
    height: 31px;

    padding-top: 3px;
    padding-left: 3px;

    text-align: center;
    vertical-align: middle;

    font-size: 16px;
    color: #FFF;
    font-weight: normal;

    text-decoration: none !important;
}
.BoxAnuncio5 .BoxSeta2.Ativo
{
    background-image: url('/imagens/Seta2F.png');
}

/* -------- */

.BoxAnuncio5 .BoxBtns
{
    position: absolute;
    right: 20px;
    top: calc(50% - 15px);

    display: block;
}

/* -------- */

.BoxAnuncio5 .IntRow1
{
    margin: 0px;
    padding: 0px;

    display: flex;
    align-items: center;
}

.BoxAnuncio5 .IntRow1 .IntRow1_Col
{
    margin: 0px;
    padding: 0px;
}

.BoxAnuncio5 .IntRow1 .IntRow1_Col1
{
    width: 90px;
}
.BoxAnuncio5 .IntRow1 .IntRow1_Col2
{
    width: calc(100% - 90px);

    padding-left: 10px;
    padding-right: 60px;
    padding-top: 0px;
    padding-bottom: 0px;
}

/* -------- */

.BoxAnuncio5 .IntRow2
{
    margin: 0px;
    padding: 0px;

    display: flex;
    align-items: center;
}

.BoxAnuncio5 .IntRow2 .IntRow2_Col
{
    margin: 0px;
    padding: 0px;
}

.BoxAnuncio5 .IntRow2 .IntRow2_Col1
{
    width: 40px;
}
.BoxAnuncio5 .IntRow2 .IntRow2_Col2
{
    width: calc(100% - 40px);
    padding-left: 10px;
}

/* -------- */

.BoxAnuncio5 .BlcImagem
{
    display: block;
    overflow: hidden;
}
.BoxAnuncio5 .BlcImagem img
{
}

.BoxAnuncio5 .BlcImagem2
{
    -webkit-border-radius: 50%;
	-moz-border-radius: 50%;
    border-radius: 50%;

    display: block;
    overflow: hidden;
}
.BoxAnuncio5 .BlcImagem2 img
{
}


.BoxAnuncio5 .IntTitulo
{
    font-size: 24px;
    color: #000;
    font-weight: bold;

    text-align: left;

    margin-bottom: 2px;
}

.BoxAnuncio5 .ExtText1
{
    font-size: 17px;
    color: #000;
    font-weight: normal;

}
.BoxAnuncio5 .ExtText1 b
{
}

/* ------------- */

@media screen and (max-width: 767px) 
{
	
	/* ------------- */
    
    .BoxAnuncio5
    {
        padding: 10px;
    }

    .BoxAnuncio5 .IntRow1
    {
        display: block;
    }
    .BoxAnuncio5 .IntRow1 .IntRow1_Col1
    {
        width: 100%;
        margin-bottom: 10px;
    }
    .BoxAnuncio5 .IntRow1 .IntRow1_Col2
    {
        width: 100%;
        padding: 0px;
    }

    .BoxAnuncio5 .IntRow2 
    {
        display: none;
    }

    .BoxAnuncio5 .BlcImagem
    {
        margin: 0px auto;
        max-width: 120px;
    }

    .BoxAnuncio5 .IntTitulo
    {
        font-size: 22px;

        margin-bottom: 0px;

        text-align: center;
    }

    .BoxAnuncio5 .BoxBtns
    {
        position: relative;
        right: 0px;
        top: 0px;
        text-align: center;
        margin-top: 10px;
    }
    .BoxAnuncio5 .BoxSeta
    {
        float: none;
    }
    .BoxAnuncio5 .BoxSeta2
    {
        display: none;
    }

	/* ------------- */
  
}

/* ------------- */











/*
############
BoxAnuncio6
############
*/
.BoxAnuncio6
{
    background: #FFF;

    position: relative;

    padding: 10px;
    margin-top: 14px;
}

/* -------- */

.BoxAnuncio6 .BoxArrEsquerda
{
    background: url('/imagens/SetaExtra1.png') no-repeat center center;

    position: absolute;
    left: 70px;
    top: -14px;

    display: block;

    width: 32px;
    height: 14px;
}
.BoxAnuncio6 .BoxArrDireita
{
    background: url('/imagens/SetaExtra1.png') no-repeat center center;

    position: absolute;
    right: 70px;
    top: -14px;

    display: block;

    width: 32px;
    height: 14px;
}
.BoxAnuncio6 .BtnResponder
{
    background: url('/imagens/ico_resp.png') no-repeat center center;

    position: absolute;
    right: -3px;
    bottom: -5px;

    display: block;

    width: 70px;
    height: 48px;

    background-size: 35px auto;
}
.BoxAnuncio6.Destaque .BtnResponder
{
    background-image: url('/imagens/ico_resp2.png');
}

/* -------- */

.BoxAnuncio6 .IntRow1
{
    margin: 0px;
    padding: 0px;
}

.BoxAnuncio6 .IntRow1 .IntRow1_Col
{
    margin: 0px;
    padding: 0px;
}

.BoxAnuncio6 .IntRow1 .IntRow1_Col1
{
    width: 90px;
}
.BoxAnuncio6 .IntRow1 .IntRow1_Col2
{
    width: calc(100% - 90px);

    padding-left: 10px;
}

/* -------- */

.BoxAnuncio6 .BlcImagem
{
    display: block;
    overflow: hidden;
}
.BoxAnuncio6 .BlcImagem img
{
}

/* -------- */

.BoxAnuncio6 .ExtText0
{
    font-size: 11px;
    color: #000;
    font-weight: bold;

    margin-bottom: 5px;
}
.BoxAnuncio6 .ExtText1
{
    font-size: 13px;
    color: #000;
    font-weight: normal;

    padding: 10px;
    background: rgba(0, 0, 0, 0.05);
}
.BoxAnuncio6 .ExtText2
{
    margin-top: 10px;
    padding-top: 10px;

    border-top: 1px solid rgba(0, 0, 0, 0.05);
    
    font-size: 10px;
    color: #000;
    font-weight: normal;
    font-style: italic;
}
.BoxAnuncio6 .ExtText3
{
    padding: 10px;
    background: rgba(0, 0, 0, 0.05);
}
.BoxAnuncio6 .ExtText3 ul
{
    display: block;
    list-style: none;

    margin: 0px;
    padding: 0px;
}
.BoxAnuncio6 .ExtText3 ul li
{
    display: block;
    list-style: none;

    margin: 0px;
    padding: 0px;
    margin-bottom: 5px;
}
.BoxAnuncio6 .ExtText3 ul li:last-child
{
    margin-bottom: 0px;
}
.BoxAnuncio6 .ExtText3 ul li a
{
    display: block;

    font-size: 12px;
    color: #000;
    font-weight: normal;
}

/* ------------- */

.BoxAnuncio6 .form-control
{
    border: none;
    background: #F2F2F2;

    width: 100%;
    height: auto;
    line-height: none;

    text-align: left;
    vertical-align: middle;

    padding: 10px;
    margin: 0px;
}

/* ------------- */

.BoxAnuncio6.Destaque
{
    background: #282626;
}
.BoxAnuncio6.Destaque .ExtText0,
.BoxAnuncio6.Destaque .ExtText1,
.BoxAnuncio6.Destaque .ExtText2,
.BoxAnuncio6.Destaque .ExtText3 ul li a
{
    color: #FFF;
}
.BoxAnuncio6.Destaque .ExtText1,
.BoxAnuncio6.Destaque .ExtText3
{
    background: rgba(255, 255, 255, 0.2);
}
.BoxAnuncio6.Destaque .BoxArrEsquerda
{
    background: url('/imagens/SetaExtra1Destaque.png') no-repeat center center;
}
.BoxAnuncio6.Destaque .BoxArrDireita
{
    background: url('/imagens/SetaExtra1Destaque.png') no-repeat center center;
}

/* ------------- */

@media screen and (max-width: 767px) 
{
	
	/* ------------- */
    
    .BoxAnuncio6
    {
        -webkit-border-radius: 10px;
        -moz-border-radius: 10px;
        border-radius: 10px;

        padding: 10px;
    }
    .BoxAnuncio6.Destaque
    {
        padding-bottom: 50px;
    }

    .BoxAnuncio6 .IntRow1
    {
        display: block;
    }
    .BoxAnuncio6 .IntRow1 .IntRow1_Col1
    {
        width: 100%;
        margin-bottom: 10px;
    }
    .BoxAnuncio6 .IntRow1 .IntRow1_Col2
    {
        width: 100%;
        padding: 0px;
    }

    .BoxAnuncio6 .BlcImagem
    {
        max-width: 140px;
        margin: 0 auto;
    }

    .BoxAnuncio6 .ExtText1
    {
        text-align: center;
    }

    .BoxAnuncio6 .BoxBtns
    {
        position: relative;
        right: 0px;
        top: 0px;
        text-align: center;
        margin-top: 10px;
    }
    .BoxAnuncio6 .BoxSeta
    {
        float: none;
    }
    .BoxAnuncio6 .BoxSeta2
    {
        display: none;
    }

    .BoxAnuncio6 .BtnResponder
    {
        right: calc(50% - 13px);
        bottom: 10px;
    }
    
	/* ------------- */
  
}

/* ------------- */









/*
############
jFiler
############
*/
.jFiler-theme-default .jFiler-input
{
    width: 100% !important;
}
.jFiler-items-default .jFiler-item
{
    margin-bottom: 2px !important;
}

/* ------------- */






