/*
############
Geral
############
*/
.text-center
{
    text-align: center !important;   
}
.img-responsive
{
    max-width: 100%;
    height: auto;
	display: inline-block;
}
.hr1
{
    border-width: 1px;
    border-color: rgba(0, 0, 0, 0.1);

    margin: 10px 0px;
}
.fa
{
    margin-right: 5px;
}
.clearfix::after 
{
    content: "";
    clear: both;
    display: table;
}
.cursor
{
    cursor: pointer;
}








/*
############
TextGer
############
*/
.TextGer1
{
	color: #222;
    font-size: 18px !important;
    font-weight: bold;

    padding-bottom: 10px;
    margin-bottom: 20px;

    border-bottom: 2px solid rgba(0, 0, 0, 0.05);
}
.TextGer1 .IntFloat1
{
    float: right;
    margin-top: -5px;
}

/* ------------- */

.TextGer2
{
	color: #222;
    font-size: 12px !important;
}

/* ------------- */

.TextGer3
{
	color: #FFF;
    font-size: 14px !important;

    padding-bottom: 5px;
    margin-bottom: 10px;

    border-bottom: 2px solid rgba(255, 255, 255, 0.05);
}
.TextGer3 .IntFloat1
{
    float: right;
    margin-top: -5px;
}

/* ------------- */

.TextGer3B
{
	color: #FFF;
    font-size: 12px !important;

    padding-bottom: 5px;
    margin-bottom: 10px;

    border-bottom: 2px solid rgba(255, 255, 255, 0.05);
}
.TextGer3B .IntFloat1
{
    float: right;
    margin-top: -5px;
}

/* ------------- */

.TextGer4
{
    color: #FFF;
    font-size: 22px !important;
    font-weight: bold;
}

/* ------------- */

.TextGer5
{
	color: #222;
    font-size: 11px !important;
}

/* ------------- */









/*
############
Geral
############
*/
.btn-custom1
{
    color: #FFF !important;
    font-size: 13px;
    font-weight: bold;

    -moz-border-radius: 4px;
    -webkit-border-radius: 4px;
    border-radius: 4px;

    display: inline-block;
    position: relative;
    text-decoration: none !important;
    cursor: pointer;

    text-align: center;
    vertical-align: middle;

    width: auto;
    height: auto;
    line-height: normal;

    padding: 10px 20px;
    margin: 0px;

    background: rgba(0, 0, 0, 0.6);
    border: none;

    -webkit-transition: all 0.3s ease-out;
    transition: all 0.3s ease-out;
}
.btn-custom1:hover,
.btn-custom1:active,
.btn-custom1:focus
{
    background: rgba(0, 0, 0, 0.8);
}

/* ------------- */

.btn-custom2
{
    color: #333 !important;
    font-size: 13px;
    font-weight: bold;

    -moz-border-radius: 4px;
    -webkit-border-radius: 4px;
    border-radius: 4px;

    display: inline-block;
    position: relative;
    text-decoration: none !important;
    cursor: pointer;

    text-align: center;
    vertical-align: middle;

    width: auto;
    height: auto;
    line-height: normal;

    padding: 10px 20px;
    margin: 0px;

    background: #EBEBEB;
    border: none;

    -webkit-transition: all 0.3s ease-out;
    transition: all 0.3s ease-out;
}
.btn-custom2:hover,
.btn-custom2:active,
.btn-custom2:focus
{
    background: #d3d2d2;
}

/* ------------- */

.btn-custom2B
{
    color: #333 !important;
    font-size: 11px;
    font-weight: bold;

    -moz-border-radius: 4px;
    -webkit-border-radius: 4px;
    border-radius: 4px;

    display: inline-block;
    position: relative;
    text-decoration: none !important;
    cursor: pointer;

    text-align: center;
    vertical-align: middle;

    width: auto;
    height: auto;
    line-height: normal;

    padding: 10px 20px;
    margin: 0px;

    background: #F3F3F3;
    border: none;

    -webkit-transition: all 0.3s ease-out;
    transition: all 0.3s ease-out;
}
.btn-custom2B:hover,
.btn-custom2B:active,
.btn-custom2B:focus
{
    background: #d3d2d2;
}

/* ------------- */

.btn-custom3
{
    color: #FFF !important;
    font-size: 13px;
    font-weight: bold;

    -moz-border-radius: 4px;
    -webkit-border-radius: 4px;
    border-radius: 4px;

    display: inline-block;
    position: relative;
    text-decoration: none !important;
    cursor: pointer;

    text-align: center;
    vertical-align: middle;

    width: auto;
    height: auto;
    line-height: normal;

    padding: 10px 20px;
    margin: 0px;

    background: #009245;
    border: none;

    -webkit-transition: all 0.3s ease-out;
    transition: all 0.3s ease-out;
}
.btn-custom3:hover,
.btn-custom3:active,
.btn-custom3:focus
{
    background: #016831;
}

/* ------------- */

.btn-custom3B
{
    color: #FFF !important;
    font-size: 16px !important;
    font-weight: bold !important;

    -moz-border-radius: 4px;
    -webkit-border-radius: 4px;
    border-radius: 4px;

    display: inline-block;
    position: relative;
    text-decoration: none !important;
    cursor: pointer;

    text-align: center;
    vertical-align: middle;

    width: auto;
    height: auto;
    line-height: normal;

    padding: 15px 40px;
    margin: 0px;

    background: #009245;
    border: none;

    -webkit-transition: all 0.3s ease-out;
    transition: all 0.3s ease-out;
}
.btn-custom3B:hover,
.btn-custom3B:active,
.btn-custom3B:focus
{
    background: #016831;
}

/* ------------- */

.btn-custom4
{
    color: #FFF !important;
    font-size: 13px;
    font-weight: bold;

    -moz-border-radius: 4px;
    -webkit-border-radius: 4px;
    border-radius: 4px;

    display: inline-block;
    position: relative;
    text-decoration: none !important;
    cursor: pointer;

    text-align: center;
    vertical-align: middle;

    width: auto;
    height: auto;
    line-height: normal;

    padding: 10px 20px;
    margin: 0px;

    background: #a50505;
    border: none;

    -webkit-transition: all 0.3s ease-out;
    transition: all 0.3s ease-out;
}
.btn-custom4:hover,
.btn-custom4:active,
.btn-custom4:focus
{
    background: #7a0606;
}

/* ------------- */

.btn-custom4B
{
    color: #FFF !important;
    font-size: 16px;
    font-weight: bold;

    -moz-border-radius: 4px;
    -webkit-border-radius: 4px;
    border-radius: 4px;

    display: inline-block;
    position: relative;
    text-decoration: none !important;
    cursor: pointer;

    text-align: center;
    vertical-align: middle;

    width: auto;
    height: auto;
    line-height: normal;

    padding: 15px 40px;
    margin: 0px;

    background: #a50505;
    border: none;

    -webkit-transition: all 0.3s ease-out;
    transition: all 0.3s ease-out;
}
.btn-custom4B:hover,
.btn-custom4B:active,
.btn-custom4B:focus
{
    background: #7a0606;
}

/* ------------- */

.btn-custom4C
{
    color: #FFF !important;
    font-size: 11px;
    font-weight: bold;

    -moz-border-radius: 4px;
    -webkit-border-radius: 4px;
    border-radius: 4px;

    display: inline-block;
    position: relative;
    text-decoration: none !important;
    cursor: pointer;

    text-align: center;
    vertical-align: middle;

    width: auto;
    height: auto;
    line-height: normal;

    padding: 5px 10px;
    margin: 0px;

    background: #a50505;
    border: none;

    -webkit-transition: all 0.3s ease-out;
    transition: all 0.3s ease-out;
}
.btn-custom4C:hover,
.btn-custom4C:active,
.btn-custom4C:focus
{
    background: #7a0606;
}

/* ------------- */

.btn-custom10A
{
    color: #FFF !important;
    font-size: 16px;
    font-weight: bold;

    -moz-border-radius: 4px;
    -webkit-border-radius: 4px;
    border-radius: 4px;

    display: inline-block;
    position: relative;
    text-decoration: none !important;
    cursor: pointer;

    text-align: center;
    vertical-align: middle;

    width: 100%;
    height: auto;
    line-height: normal;

    padding: 15px 0px;
    margin: 0px;

    background: #009245;
    border: none;

    -webkit-transition: all 0.3s ease-out;
    transition: all 0.3s ease-out;
}
.btn-custom10A:hover,
.btn-custom10A:active,
.btn-custom10A:focus
{
    background: #016831;
}

/* ------------- */

.btn-custom10B
{
    color: #FFF !important;
    font-size: 16px;
    font-weight: bold;

    -moz-border-radius: 4px;
    -webkit-border-radius: 4px;
    border-radius: 4px;

    display: inline-block;
    position: relative;
    text-decoration: none !important;
    cursor: pointer;

    text-align: center;
    vertical-align: middle;

    width: 100%;
    height: auto;
    line-height: normal;

    padding: 15px 0px;
    margin: 0px;

    background: #a50505;
    border: none;

    -webkit-transition: all 0.3s ease-out;
    transition: all 0.3s ease-out;
}
.btn-custom10B:hover,
.btn-custom10B:active,
.btn-custom10B:focus
{
    background: #7a0606;
}

/* ------------- */

.btn-custom11
{
    color: #333 !important;
    font-size: 13px;
	font-weight: bold;

    -moz-border-radius: 4px;
    -webkit-border-radius: 4px;
    border-radius: 4px;

    display: inline-block;
    position: relative;
    text-decoration: none !important;
    cursor: pointer;

    text-align: center;
    vertical-align: middle;

    width: 100%;
    height: auto;
    line-height: normal;

    padding: 8px 0px;
    margin: 0px;

    background: #EBEBEB;
    border: none;

    -webkit-transition: all 0.3s ease-out;
    transition: all 0.3s ease-out;
}
.btn-custom11:hover,
.btn-custom11:active,
.btn-custom11:focus
{
    background: #d3d2d2;
}

/* ------------- */










/*
##############
# EstBoxAlerta1
##############
*/

.EstBoxAlerta1
{
	margin: 0px;
	padding: 20px;
	
	border: 1px solid rgba(0, 0, 0, 0.08);
	background: #FFF;
	
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	border-radius: 5px;
	
	-webkit-box-shadow: 0px 0px 8px 2px rgba(0, 0, 0, 0.05);
	-moz-box-shadow: 0px 0px 8px 2px rgba(0, 0, 0, 0.05);
	box-shadow: 0px 0px 8px 2px rgba(0, 0, 0, 0.05);

    color: #222;
    font-size: 12px;
    font-weight: normal;
    line-height: 150%;
}
.EstBoxAlerta1.Bg1
{
    background: rgba(0, 0, 0, 0.02);
}
.EstBoxAlerta1.Bg2
{
	border: 1px solid rgba(165, 9, 9, 0.5);
    background: rgba(165, 9, 9, 0.04);
	
	-webkit-box-shadow: 0px 0px 8px 2px rgba(165, 9, 9, 0.1);
	-moz-box-shadow: 0px 0px 8px 2px rgba(165, 9, 9, 0.1);
	box-shadow: 0px 0px 8px 2px rgba(165, 9, 9, 0.1);
}
.EstBoxAlerta1.Bg3
{
	border: 1px solid rgba(9, 165, 105, 0.5);
    background: rgba(9, 165, 105, 0.04);
	
	-webkit-box-shadow: 0px 0px 8px 2px rgba(9, 165, 105, 0.1);
	-moz-box-shadow: 0px 0px 8px 2px rgba(9, 165, 105, 0.1);
	box-shadow: 0px 0px 8px 2px rgba(9, 165, 105, 0.1);
}

/* ------------- */

.EstBoxAlerta1 a
{
    color: #337ab7;
    font-size: 12px;
}
.EstBoxAlerta1 a:hover
{
    text-decoration: underline;
}

.EstBoxAlerta1 .AltText1
{
	color: #222;
    font-size: 14px;
    font-weight: bold;
}
.EstBoxAlerta1 .AltText2
{
	color: #222;
    font-size: 22px;
    font-weight: bold;

    padding-bottom: 10px;
    margin-bottom: 20px;

    border-bottom: 2px solid rgba(0, 0, 0, 0.05);
}
.EstBoxAlerta1 .AltText3
{
	color: #222;
    font-size: 12px;
}

/* ------------- */














/*
##############
# EstBox1
##############
*/

.EstBox1
{
	margin: 0px;
	padding: 20px;
	
	border: 1px solid rgba(0, 0, 0, 0.08);
	background: rgba(0, 0, 0, 0.015);
	
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	border-radius: 5px;
	
	-webkit-box-shadow: 0px 0px 8px 2px rgba(0, 0, 0, 0.05);
	-moz-box-shadow: 0px 0px 8px 2px rgba(0, 0, 0, 0.05);
	box-shadow: 0px 0px 8px 2px rgba(0, 0, 0, 0.05);

    font-weight: normal;
}

/* ------------- */

.EstBox1.Bg1
{
    background: #FFF;
}
.EstBox1.Ativado
{
	border: 1px solid rgba(16, 134, 75, 0.5);
    background: rgba(16, 134, 75, 0.04);
	
	-webkit-box-shadow: 0px 0px 8px 2px rgba(16, 134, 75, 0.1);
	-moz-box-shadow: 0px 0px 8px 2px rgba(16, 134, 75, 0.1);
	box-shadow: 0px 0px 8px 2px rgba(16, 134, 75, 0.1);
}

/* ------------- */

.EstBox1 .SRow1
{
    margin: 0px;
    padding: 0px;
    margin-right: -10px;
    margin-left: -10px;
    
    display: flex;
    align-items: center;
}
.EstBox1 .SRow1_Col
{
    margin: 0px;
    padding: 0px;
    padding-right: 10px;
    padding-left: 10px;

    position: relative;
    min-height: 1px;
    float: left;
}

.EstBox1 .SRow1_Col1
{
    width: 200px;
}
.EstBox1 .SRow1_Col2
{
    width: calc(100% - 200px - 200px);
}
.EstBox1 .SRow1_Col3
{
    width: 200px;
}

/* ------------- */

.EstBox1 .SRow2
{
    margin: 0px;
    padding: 0px;
    margin-right: -10px;
    margin-left: -10px;
    
    display: flex;
    align-items: center;
}
.EstBox1 .SRow2_Col
{
    margin: 0px;
    padding: 0px;
    padding-right: 10px;
    padding-left: 10px;

    position: relative;
    min-height: 1px;
    float: left;
}

.EstBox1 .SRow2_Col1
{
    width: calc(100% - 240px);
}
.EstBox1 .SRow2_Col2
{
    width: 240px;
}

/* ------------- */

.EstBox1 .ExtText1
{
    color: #222;
    font-size: 20px;
    font-weight: bold;
}
.EstBox1 .ExtText2
{
    color: #111;
    font-size: 13px;
}
.EstBox1 .ExtText3
{
    
}
.EstBox1 .ExtText3 img
{
    float: left;
    margin-right: 2px;
    margin-bottom: 2px;
}
.EstBox1 .ExtText4
{
    color: #111;
    font-size: 12px;
    font-style: italic;
}
.EstBox1 .ExtText5
{
    color: #111;
    font-size: 10px;
    font-style: italic;
    
    margin-top: 4px;

    float: left;
}

/* ------------- */















/*
##############
# EstBox2
##############
*/

.EstBox2
{
	margin: 0px;
	padding: 20px;
	
	border: 1px solid rgba(0, 0, 0, 0.08);
	background: rgba(0, 0, 0, 0.015);
	
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	border-radius: 5px;
	
	-webkit-box-shadow: 0px 0px 8px 2px rgba(0, 0, 0, 0.05);
	-moz-box-shadow: 0px 0px 8px 2px rgba(0, 0, 0, 0.05);
	box-shadow: 0px 0px 8px 2px rgba(0, 0, 0, 0.05);

    font-weight: normal;
}
.EstBox2.Bg1
{
    background: #FFF;
}
.EstBox2.Bg2
{
	border: 1px solid rgba(0, 0, 0, 1);
	background: rgba(0, 0, 0, 0.8);
	
	-webkit-box-shadow: 0px 0px 8px 2px rgba(0, 0, 0, 0.05);
	-moz-box-shadow: 0px 0px 8px 2px rgba(0, 0, 0, 0.05);
	box-shadow: 0px 0px 8px 2px rgba(0, 0, 0, 0.05);
}
.EstBox2.Bg3
{
	border: none;
	background: #009245;
	
	-webkit-box-shadow: 0px 0px 8px 2px rgba(0, 0, 0, 0.05);
	-moz-box-shadow: 0px 0px 8px 2px rgba(0, 0, 0, 0.05);
	box-shadow: 0px 0px 8px 2px rgba(0, 0, 0, 0.05);
}

/* ------------- */

.EstBox2 .Panel
{
    background: none !important;
}

/* ------------- */


















/*
##############
# BOX TABELA 1
##############
*/
.BoxTabela2
{
	-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;
}
.BoxTabela2 thead tr td
{
	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;
}
.BoxTabela2 tbody tr td
{
	padding:10px;
	font-size:12px;
	color:#333;
	
	border-bottom:#F5F5F5 1px #F5F5F5;
}
.BoxTabela2 tbody tr td a
{
	font-size:12px;
	color:#333;
}
.BoxTabela2 tbody tr:hover td
{
	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 */
}
.BoxTabela2 tbody tr td .SubTexto1
{
	font-size:10px;
	font-style:italic;
	color:#666;
}
.BoxTabela2 tbody tr.LinhaVerde td
{
	background-color:rgba(0,255,144,0.15) !important;
}
.BoxTabela2 tbody tr.LinhaAmarela td
{
	background-color:rgba(255,216,0,0.15) !important;
}
.BoxTabela2 tbody tr.LinhaVermelha td
{
	background-color:rgba(255,0,0,0.15) !important;
}
.BoxTabela2 tbody tr.LinhaAzul td
{
	background-color:rgba(0,148,255,0.15) !important;
}

.BoxTabela2 tbody tr td.ColunaVerde
{
	background-color:rgba(0,255,144,0.15) !important;
}
.BoxTabela2 tbody tr td.ColunaAmarela
{
	background-color:rgba(255,216,0,0.15) !important;
}
.BoxTabela2 tbody tr td.ColunaVermelha
{
	background-color:rgba(255,0,0,0.15) !important;
}
.BoxTabela2 tbody tr td.ColunaAzul
{
	background-color:rgba(0,148,255,0.15) !important;
}
.BoxTabela2 .IntTitulo1
{
    font-size: 12px;
    font-weight: bold;
    text-decoration: underline;
}










