/*
############################
## Capa ( Login )
############################
*/
body.external-page #main
{
    background: url('/imagens/Estrutura/funto-total_02.jpg') 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;
}

.img-responsive
{
    display: inline-block;
}

.ExtLoginTopo
{
    border-bottom: 0px;

    position: relative;

    background: rgba(0, 0, 0, 0.6);
}
.ExtLoginTopo .ExtLogo
{
    text-align: center;
    padding: 20px;
}
.ExtLoginTopo .ExtLogo img
{
    display: inline-block !important;
    max-height: 100px;
}
.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;
}