@charset "iso-8859-1";

/*
############
Estrutura
############
*/
/*
var(--base1)
*/
:root
{
    --base1: rgba(191, 31, 31, 1);
    --base2: rgba(191, 31, 31, 0.9);
    --base3: rgba(191, 31, 31, 0.8);
}







/*
############
Geral
############
*/
.ExtTitulo1
{
    font-size: 16px;
    font-weight: bold;
    color: #000;

    display: block;
    overflow: hidden;

    line-height: 20px;
    height: 20px;
}

/* ------------- */













/*
############
Modal
############
*/
#IntModal .modal-header
{
    cursor: move;
}
.modal-dialog
{
    
}

/* ------------- */

@media screen and (max-width: 1030px) 
{
	
	/* ------------- */
	
	.modal-dialog
    {
        width: 98% !important;
    }

	/* ------------- */
  
}

/* ------------- */








/*
############
Botões
############
*/
.btn-custom1 
{
    background-color: var(--base3);
    color: #fff;
}
.btn-custom1:hover, 
.btn-custom1:focus, 
.btn-custom1:active, 
.btn-custom1.active, 
.open .dropdown-toggle.btn-custom1 
{
    background-color: var(--base2);
    border-color: var(--base1);
    color: #fff !important;
}









/*
############
Geral
############
*/
.main-content .page-content
{
	overflow:visible;
}
.vertical-align-top
{
	vertical-align: top !important;
}
/*
.table-responsive
{
	overflow:visible;
}
*/
.topbar .header-left .topnav .mmenu .dropdown-submenu > a:after
{
	margin-top:-14px;
}
.DropLiActive
{
	color: #000 !important;
	font-weight: bold !important;
	text-decoration: underline !important;
	background: #f5f5f5 !important;
}
.media-body p 
{
    height: auto;
}
.topbar .header-left .topnav > ul > li > a .fa-lg
{
	color: #FFF !important;
}
.calendar-disable
{
	background-color: #F3F3F3;
}
.fc-title .fa-thumbs-up
{
	color: #318A1F;
}
.fc-title .fa-thumbs-down
{
	color: #6B1F20;
}
.label-danger
{
	/*
	background: #000;
	*/
}
.BlcLegenda .label
{
	display: inline-block;
	font-size: 13px;
	width: 30px;
	height: 20px;
	margin-right: 10px;
	float: left;
}
.BlcLoginTopo
{
    background: #EBEBEB;

    -webkit-border-radius:5px;
	-moz-border-radius:5px;
    border-radius:5px;
    
    padding: 10px;
}
.ImgQrCode
{
    max-width: 300px !important;
}
.CampoQtd1
{
    max-width: 300px !important;
    margin: 0 auto;
}
.CampoIco1
{
    max-width: 100px  !important;
}
.TdWidth
{
    width: 100px;
}

/* ------------- */

@media screen and (max-width: 767px) 
{
	
	/* ------------- */
	
	.topbar .header-left .topnav > ul > li > a 
	{
		padding: 13px 11px 13px !important;
    }
    
    .CampoQtd1
    {
        max-width: none !important;
        width: 200px;
    }
    .CampoQtd1 .input-group-btn 
    {
        width: 38px !important;
    }

    .CampoQtd2 .input-group-btn 
    {
        width: 38px !important;
    }

    .TdWidth
    {
        width: 50px;
    }

	/* ------------- */
  
}

/* ------------- */







/*
############
Controle de Tabelas
############
*/
.table-n-border td 
{
    border-bottom: none !important;
}
.border-res-atual
{
	border: 5px solid #C9625F !important;
}

.td-destaque1
{
	background: rgba(0, 0, 0, 0.2) !important;
	
	border-top: 5px solid #000 !important;
	border-bottom: 5px solid #000 !important;
}








/*
############
Cores das Linhas
############
*/
.bg2-default
{
}
.bg2-info
{
	background-color: rgba(91, 192, 222, 0.10);
}
.bg2-success
{
	background-color: rgba(92, 184, 92, 0.10);
}
.bg2-primary
{
	background-color: rgba(51, 122, 183, 0.10);
}
.bg2-warning
{
	background-color: rgba(240, 173, 78, 0.10);
}
.bg2-danger
{
	background-color: rgba(217, 83, 79, 0.10);
}














/*
############
Icones Personalizados
############
*/
.fa-sprint:before
{
	content:"";
	display:block;
	
	background:url('/imagens/Icons/running.png') no-repeat center center;
	
	width:16px;
	height:16px;
}
.fa-manoffice:before
{
	content:"";
	display:block;
	
	background:url('/imagens/Icons/manoffice.png') no-repeat center center;
	
	width:16px;
	height:16px;
}

/* Inverter */
.bg-dark .fa-sprint:before
{
	background-image:url('/imagens/Icons/running_inverter.png');
}
.bg-dark .fa-manoffice:before
{
	background-image:url('/imagens/Icons/manoffice_inverter.png');
}
























/*
############
dropdown-menu
############
*/
.dropdown-menu.dropdown-menu-right
{
	left:auto;
	right:0px;
}
.dropdown-menu.dropdown-menu-top
{
	top: auto;
	bottom:100%;
}

/* ------------- */

.btn-badge 
{
	font-size: 11px;
    font-weight: bold;
    height: auto !important;
    margin: 0 !important;
	margin-top:10px !important;
    padding: 5px 7px !important;
}
.btn-badge .badge
{
    background-color: #fff;
    color: #000;
    font-weight: bold;
    height: auto;
    line-height: 100%;
    padding: 2px 4px;
	
	margin-right:5px;
	margin-left:5px;
	top:0px;
}













/*
############
ExtListEtapas1
############
*/
.ExtListEtapas1
{
	-webkit-border-radius:5px;
	-moz-border-radius:5px;
	border-radius:5px;
	
	border:1px solid rgba(0, 0, 0, 0.10);
	background:rgba(255, 255, 255, 0.75);
	
	overflow:hidden;
	
	list-style:none;
	margin:0px;
	padding:0px;
}
.ExtListEtapas1 > li
{
	border-bottom: 1px solid rgba(0, 0, 0, 0.1);
    display: block;
    list-style: outside none none;
    margin: 0;
    padding: 5px;
}
.ExtListEtapas1 > li:last-child
{
	border-bottom:0px;
}
.ExtListEtapas1 > li > .ExtOrdem
{
	display: inline-block;
    font-size: 11px;
    font-weight: bold;
    height: 25px;
    line-height: 25px;
    text-align: left;
    vertical-align: middle;
    width: 25px;
}
.ExtListEtapas1 > li > .ExtEtapa
{
	display: inline-block;
    font-size: 10px;
    height: 25px;
    line-height: 25px;
    text-align: left;
    vertical-align: middle;
    width: calc(100% - 25px - 100px - 10px);
	overflow:hidden;
}
.ExtListEtapas1 > li > .ExtEtapa .ExtSubEtapa
{
	display: inline-block;
    height: 25px;
    line-height: 25px;
    overflow: hidden;
    text-align: left;
    vertical-align: middle;
	font-weight:bold;
}
.ExtListEtapas1 > li > .ExtEtapa .ExtSubEtapa.CortarTexto1
{
	width:50px;
}
.ExtListEtapas1 > li > .ExtEtapa .ExtSubTexto
{
	display: inline-block;
    height: 25px;
    line-height: 25px;
   
    text-align: left;
    vertical-align: middle;
	
	font-size:10px;
	font-style:italic;
}
.ExtListEtapas1 > li > .ExtEtapaStatus
{
	color: #fff;
    display: inline-block;
    font-size: 10px;
    height: 25px;
    line-height: 25px;
    overflow: hidden;
    text-align: center;
    vertical-align: middle;
    width: 100px;
}

/* ------- */

.ExtListEtapas1:hover
{
	background:rgba(255, 255, 255, 1);
}

/* ------- */














/*
############
Tipografia
############
*/
.f-upper
{
	text-transform:uppercase;
}
















/*
############
nopadding
############
*/


/* 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;
}

/* ------------- */

.p0
{
	padding:0px !important;
}
.pl0
{
	padding-left:0px !important;
}
.pr0
{
	padding-right:0px !important;
}
.pt0
{
	padding-top:0px !important;
}
.pb0
{
	padding-bottom:0px !important;
}

/* ------------- */

@media screen and (max-width: 780px) 
{
	
	/* ------------- */
	
	.resp-p0
	{
		padding:0px !important;
	}
	.resp-pl0
	{
		padding-left:0px !important;
	}
	.resp-pr0
	{
		padding-right:0px !important;
	}
	.resp-pt0
	{
		padding-top:0px !important;
	}
	.resp-pb0
	{
		padding-bottom:0px !important;
	}
	
	/* Geral */ 
	
	.resp-p10
	{
		padding:10px !important;
	}
	.resp-p20
	{
		padding:20px !important;
	}
	.resp-p30
	{
		padding:30px !important;
	}
	.resp-p40
	{
		padding:40px !important;
	}
	.resp-p50
	{
		padding:50px !important;
	}
	
	/* TOP */ 
	
	.resp-pt10
	{
		padding-top:10px !important;
	}
	.resp-pt20
	{
		padding-top:20px !important;
	}
	.resp-pt30
	{
		padding-top:30px !important;
	}
	.resp-pt40
	{
		padding-top:40px !important;
	}
	.resp-pt50
	{
		padding-top:50px !important;
	}
	
	/* BOTTOM */ 
	
	.resp-pb10
	{
		padding-bottom:10px !important;
	}
	.resp-pb20
	{
		padding-bottom:20px !important;
	}
	.resp-pb30
	{
		padding-bottom:30px !important;
	}
	.resp-pb40
	{
		padding-bottom:40px !important;
	}
	.resp-pb50
	{
		padding-bottom:50px !important;
	}
	
	/* LEFT */ 
	
	.resp-pl10
	{
		padding-left:10px !important;
	}
	.resp-pl20
	{
		padding-left:20px !important;
	}
	.resp-pl30
	{
		padding-left:30px !important;
	}
	.resp-pl40
	{
		padding-left:40px !important;
	}
	.resp-pl50
	{
		padding-left:50px !important;
	}
	
	/* RIGHT */ 
	
	.resp-pr10
	{
		padding-right:10px !important;
	}
	.resp-pr20
	{
		padding-right:20px !important;
	}
	.resp-pr30
	{
		padding-right:30px !important;
	}
	.resp-pr40
	{
		padding-right:40px !important;
	}
	.resp-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;
}

/* ------------- */

@media screen and (max-width: 780px) 
{
	
	/* ------------- */
	
	.resp-m0
	{
		margin:0px !important;
	}
	.resp-ml0
	{
		margin-left:0px !important;
	}
	.resp-mr0
	{
		margin-right:0px !important;
	}
	.resp-mt0
	{
		margin-top:0px !important;
	}
	.resp-mb0
	{
		margin-bottom:0px !important;
	}
	
	/* Geral */ 
	
	.resp-m10
	{
		margin:10px !important;
	}
	.resp-m20
	{
		margin:20px !important;
	}
	.resp-m30
	{
		margin:30px !important;
	}
	.resp-m40
	{
		margin:40px !important;
	}
	.resp-m50
	{
		margin:50px !important;
	}
	
	/* TOP */ 
	
	.resp-mt10
	{
		margin-top:10px !important;
	}
	.resp-mt20
	{
		margin-top:20px !important;
	}
	.resp-mt30
	{
		margin-top:30px !important;
	}
	.resp-mt40
	{
		margin-top:40px !important;
	}
	.resp-mt50
	{
		margin-top:50px !important;
	}
	
	/* BOTTOM */ 
	
	.resp-mb10
	{
		margin-bottom:10px !important;
	}
	.resp-mb20
	{
		margin-bottom:20px !important;
	}
	.resp-mb30
	{
		margin-bottom:30px !important;
	}
	.resp-mb40
	{
		margin-bottom:40px !important;
	}
	.resp-mb50
	{
		margin-bottom:50px !important;
	}
	
	/* LEFT */ 
	
	.resp-ml10
	{
		margin-left:10px !important;
	}
	.resp-ml20
	{
		margin-left:20px !important;
	}
	.resp-ml30
	{
		margin-left:30px !important;
	}
	.resp-ml40
	{
		margin-left:40px !important;
	}
	.resp-ml50
	{
		margin-left:50px !important;
	}
	
	/* RIGHT */ 
	
	.resp-mr10
	{
		margin-right:10px !important;
	}
	.resp-mr20
	{
		margin-right:20px !important;
	}
	.resp-mr30
	{
		margin-right:30px !important;
	}
	.resp-mr40
	{
		margin-right:40px !important;
	}
	.resp-mr50
	{
		margin-right:50px !important;
	}

	/* ------------- */
  
}

/* ------------- */















/*
############
Bloco de Comentários
############
*/
#comments .comment .c-text
{
	padding:10px;
}
#comments .comment .c-text .BlcTopo
{
	display:block;
	margin-bottom:15px;
}
#comments .comment .c-text .BlcTopo .ExtAutor
{
	display:inline-block;

	color: #202020;
    font-size: 14px;
    font-weight: bold;
}
#comments .comment .c-text .BlcTopo .ExtInfo1
{
	margin-left:10px;
	
	color: #5d5d5d;
    display: inline-block;
    font-size: 12px;
}
#comments .comment .c-text .BlcTopo .ExtInfo1 a
{
	color: #5d5d5d;
	font-size:12px;
}
#comments .comment .c-text .BlcTopo .BlcAcoes1
{
	display:block;
	float:right;
}
#comments .comment .c-text .BlcTopo .BlcAcoes1 button
{
	padding:0px 5px;
	margin-left:5px;
}

#comments .comment .c-text .BlcMensagem
{
	display:block;
	
	margin-bottom:10px;
}
#comments .comment .c-text .BlcMensagem p
{
	color: #000;
    font-size: 14px;
	line-height:150%;
	
	padding:0px;
	margin:0px;
	margin-bottom:5px;
}
#comments .comment .c-text .BlcMensagem a
{
	color: #000;
    font-size: 14px;
}








/*
############
jFiler
############
*/
.jFiler-theme-default .jFiler-input
{
	width:100%;
	margin:0px;
}
.jFiler-items-default .jFiler-item
{
	padding:5px;
	
	margin-bottom:0px;
	margin-top:2px;
}
.jFiler-items-default .jFiler-item .jFiler-item-icon 
{
    margin-right: 6px;
    margin-top: 10px;
}
.jFiler-items-default .jFiler-item-assets 
{
    margin-top: -15px;
    right: 5px;
}





/*
############
Paginação
############
*/
.pagination2
{
	text-align:center;
}
.dataTables_paginate .pagination
{
	float: none;
    margin: 0;
}










/*
############
ExtTextLivr1
############
*/
.ExtTextLivr1
{
	color: #161616;
    font-size: 15px;
    font-weight: normal;
}
.ExtTextLivr1 p
{
	color: #161616;
    font-size: 15px;
    font-weight: normal;
	
    line-height: 175%;
    margin: 0 0 5px;
    padding: 0;
}
.ExtTextLivr1 blockquote
{
	border-left:#ccc solid 5px;
	background:#f9f9f9;
	
	font-style: italic;
	padding-left: 20px;
	
	margin:0px;
}






/*
############
BoxTarefaTrabalhada
############
*/
.BoxTarefaTrabalhada
{
	display:inline-block;
}
.BoxTarefaTrabalhada button
{
	margin-right:0px;
	padding:7px 8px 8px;
	font-size:12px;
}









/*
##############
# 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;
}
.BoxTabela1 tbody tr.LinhaAmarela td
{
	background-color:#FF9;
}








/*
############
BoxHelpdeskTrabalhada
############
*/
.BoxHelpdeskTrabalhada
{
	display:inline-block;
}
.BoxHelpdeskTrabalhada button
{
	margin-right:0px;
	padding:7px 8px 8px;
	font-size:12px;
}









/*
############
thumbnail
############
*/
.thumbnail 
{
    position: relative;
    padding: 0px;
	margin: 0px;
}
.thumbnail .BlcImagem
{
    position: relative;
}
.thumbnail .BlcImagem .BlcSelos
{
    position: absolute;
    right: 10px;
    bottom: 10px;
}
.thumbnail .caption
{
}
.thumbnail .caption h4
{
	font-size: 14px !important;
    height: 40px !important;
    line-height: 20px !important;
    margin: 0 !important;
    overflow: hidden !important;
	
	font-weight:bold !important;
}
.thumbnail .caption p
{
	font-size: 10px !important;
    margin: 0px !important;
    padding: 0px !important;
}










/*
############
thumbnail
############
*/
#ModTrabalhadas_Marquee
{
	width: 500px;
  	overflow: hidden;
}

#ModTrabalhadas_Marquee ul
{
	margin:0px;
	padding:0px;
	margin-top: 9px;
	
	list-style:none;
}
#ModTrabalhadas_Marquee ul li
{
	margin:0px;
	padding:0px;
	margin-right:20px;
	
	list-style:none;
	float:left;
}

#ModTrabalhadas_Marquee ul li a
{
	margin-right:5px;
}

/* ------------- */

@media screen and (max-width: 850px) 
{
	
	/* ------------- */
	
	#ModTrabalhadas_Marquee
	{
		width: 300px;
	}
	
	/* ------------- */
  
}

/* ------------- */

@media screen and (max-width: 660px) 
{
	
	/* ------------- */
	
	#ModTrabalhadas_Marquee
	{
		width: 150px;
	}
	
	/* ------------- */
  
}

/* ------------- */

@media screen and (max-width: 500px) 
{
	
	/* ------------- */
	
	.topbar .header-right .nav > li.ModTrabalhadas_ListTopo2
	{
		display:none;
	}
	
	/* ------------- */
  
}

/* ------------- */





















/*
############
Cores para Tabelas
############
*/
.table > thead > tr > td.blue, 
.table > tbody > tr > td.blue, 
.table > tfoot > tr > td.blue, 
.table > thead > tr > th.blue, 
.table > tbody > tr > th.blue, 
.table > tfoot > tr > th.blue,
.table > thead > tr.blue > td, 
.table > tbody > tr.blue > td, 
.table > tfoot > tr.blue > td, 
.table > thead > tr.blue > th, 
.table > tbody > tr.blue > th, 
.table > tfoot > tr.blue > th
{
	background-color:#8DB9EF;
}














/*
############
timeline
############
*/
.timeline-block .timeline-content .timeline-heading .ExtHora
{
	font-size:28px;
	font-weight:bold;
	
	text-align:right;
}
.timeline-block .timeline-content .timeline-heading .ExtHora span
{
	font-size:10px;
	font-weight:nomal;
}
.timeline-block .timeline-content .timeline-heading .ExtUsuario
{
	font-size:11px;
	
	text-align:right;
}









/*
############
BtnAccAlterarResponsavelPrincipal
############
*/
.BtnAccAlterarResponsavelPrincipal
{
	cursor:pointer;
}
.BtnAccAlterarResponsavelPrincipal:hover
{
	background: rgba(0, 0, 0, 0.10);
}











/*
############
panel
############
*/
.panel-cinza1
{
	background: #ececec;
}








/*
############
BlcTextoLivre
############
*/
.BlcTextoLivre
{
	overflow-wrap: break-word;
}
.BlcTextoLivre img
{
	display: block;
    height: auto;
    max-width: 100%;
}
.BlcTextoLivre hr
{
	border-color:#818181;
}







/*
############
timeline
############
*/
#timeline .timeline-block .timeline-content.danger
{
	background: #fce3e3;
}
#timeline .timeline-block .timeline-content.danger:before
{
	border-color: transparent transparent transparent #fce3e3;
}








/*
############
Tabela Responsiva
############
*/
table.bt tbody tr
{
	border-bottom: 3px solid #FFF;
}
table.bt tbody tr td
{
	width:100%;
}







/*
############
widget-info
############
*/
.widget-info .right .text
{
	font-size:10px;
}








/*
############
modal-content #timeline
############
*/
.modal-content #timeline .timeline-block .timeline-content
{
	width: 100%;
}
.modal-content #timeline .timeline-block .timeline-icon
{
	display: none;
}
.modal-content #timeline 
{
    margin: 0;
    padding: 0;
}
.modal-content #timeline:before
{
	display:none;
}












  
/*
############
Responsividade
############
*/

@media screen and (max-width: 500px) 
{
	
	/* ------------- */
	
	.main-content .page-content
	{
		padding:5px !important;
	}
	
	.pagination2
	{
		padding:2px !important;
	}
	
	table.BlcVer1 tbody td:before
	{
		display:none !important;
	}
	table.bt tfoot th:before, table.bt tfoot td:before, table.bt tbody td:before
	{
		font-size:10px;
	}
	
	.ModTrabalhadas, .ModNotificacoes2, .ModSyncVinculos
	{
		display:none !important;
	}
	
	.nav-tabs > li
	{
		float:none !important;
	}
	
	.input-group 
	{
		display: block;
		width: 100%;
	}

	/* ------------- */
	
	.main-content .page-content .panel .panel-header
	{
		padding:5px;
	}
	.main-content .page-content .panel-content
	{
		padding:5px;
	}
	.main-content .page-content .panel .panel-footer
	{
		padding:5px;
	}
	
	.table > thead > tr > th, .table > tbody > tr > th, .table > tfoot > tr > th, .table > thead > tr > td, .table > tbody > tr > td, .table > tfoot > tr > td
	{
		padding:2px;
	}
	
	.panel-body
	{
		padding:2px;
	}
	
	/* ------------- */
	
	#comments .comment .c-text .BlcTopo .ExtAutor
	{
		display: block;
	}
	#comments .comment .c-text .BlcTopo .ExtInfo1 
	{
		display: block;
		font-size: 8px;
		margin: 0;
	}
	#comments .comment .c-text .BlcTopo .ExtInfo1 a
	{
		font-size: 8px;
	}
	#comments .comment .c-text .BlcTopo .BlcAcoes1 
	{
		display: block;
		float: none;
		margin: 0;
	}
	#comments .comment .c-text .BlcTopo .BlcAcoes1 button 
	{
		margin-left: 0;
		margin-right: 5px;
	}
	#comments .comment .c-text 
	{
		padding: 5px;
		margin-left: 0 !important;
	}
	#comments .comment .c-text:before
	{
		display: none;
	}
	
	/* ------------- */
	
	.xs2-float-none
	{
		float:none !important;
	}
	.xs2-display-block
	{
		display:block !important;
	}
	
	.xs2-btns1 > .btn
	{
		display:block;
		width: 100%;
		margin-bottom:5px !important;
	}
	.xs2-btns1 .btn-group
	{
		width: 100%;
		margin-bottom:5px !important;
	}
	.xs2-btns1 .btn-group > .btn
	{
		display:block;
		width: 100%;
	}
	.xs2-btns1 .BoxTarefaTrabalhada 
	{
		display: block;
		margin: 0 !important;
		width: 100%;
	}
	.xs2-btns1 .BoxTarefaTrabalhada  > .btn
	{
		display:block;
		width: 100%;
	}
	
	/* ------------- */
  
}

/* ------------- */



























/*
############
# 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;
	}
	
	/* ------------- */
  
}

/* ------------- */








/*
############
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;
}

/* ------------- */










/*
############
GerRow1
############
*/
.GerRow1
{
    margin: 0px;
    padding: 0px;

    display: flex;
    align-items: center;
}
.GerRow1 .GerRow1_Col
{
    margin: 0px;
    padding: 0px;
}

.GerRow1 .GerRow1_Col1
{
    width: 90px;
}
.GerRow1 .GerRow1_Col2
{
    width: calc(100% - 90px);
}

/* ------------- */



