body { 
	background-color: #fff;
	color: #444;
	font-size: 13px;
	line-height: 1.15;
	font-family: 'Open Sans', sans-serif;
}

.panel-default {
    border-color: #fff;
}

.page-heading {
	margin: 9px;
	margin-top: 15px;
	font-weight: 600;
	color: #444;
	border-bottom: 3px solid #83a1b9 !important;
}

.titulo-home-modulos {
	font-weight: 600;
	color: #003f72;
}

h2, .h2 {
	font-size: 1.3em;
	font-weight: bold;
	color: #003f72;
}

h3, h4, h5 {
	margin-top: 5px;
	font-weight: 100;
}

.border-bottom {
    border-bottom: 3px solid #83a1b9 !important;
} 

.popover {
	max-width: 600px;
}

.nav>li>a {
	padding: 14px 20px 14px 25px;
	color: #444;
	letter-spacing: .025em;
	font-weight: 400;
	cursor: pointer;
	font-size: 12px;
}

.navbar-default .nav>li>a:hover, .navbar-default .nav>li>a:focus {
	background: transparent;
	color: #444;
	font-weight: 600;
	z-index: 2;
	-webkit-transition: all 200ms ease-in;
	-webkit-transform: scale(1.1);
	-ms-transition: all 200ms ease-in;
	-ms-transform: scale(1.1);
	-moz-transition: all 200ms ease-in;
	-moz-transform: scale(1.1);
	transition: all 200ms ease-in;
	transform: scale(1.1);
}

.nav>li.active>a {
	color: #444;
	font-weight: 600;
} 

.status_Div .nav>li.active>a {
	color: #fff;
}

/*Cor de fundo da navbar top*/
.navbar-fixed-top, .navbar-static-top {
	background: #003f72;
	border-bottom: 1px solid #003f72 !important;
}

.nav-header2 {
	background: #0372CB;
	height: 65px;
	color: #fff;
	font-size: 28px;
	text-align: center;
}

/*Botao verde*/
.btn-primary {
	color: #fff;
	background-color: #5cb85c;
	border-color: #5cb85c;
}
/*Botao pressionado*/
.btn-primary:hover {
	color: #fff;
	background-color: #449D44;
	border-color: #449D44;
}

.nav.navbar-right>li>a {
	color: #fff;
}

.nav.navbar-right>li>a:hover {
	color: #f5f5f5;
	/*background-color: #0178b1;*/
	background: transparent;
}

.nav.nav-second-level.collapse[style] {
	height: auto !important;
	/*margin-left: 12px; segundo level do menu*/
	/*border-left:4px solid #1976d2;*/
	padding-left: 15px;
}

.nav.nav-third-level.collapse[style] {
	height: auto !important;
	/*margin-left: 12px;*/
	background: transparent;
	padding-left: 15px;
}

.gray-bg {
	background-color: #e9ebee;
}

.appcard {
	background-color: #fff;
	padding: 10px;
}

/*.navy-bg {
    background-color: #fff;
    color: #696969;
    box-shadow: 10px 10px 5px #d7d7d7;
}*/
.navy-bg {
	background-color: #fff;
	border-bottom: 2px solid #e3e3e3;
	color: #2A2A2A;
}

.navy-bg:hover {
	/*background-color: #f6f6f6;
    border-bottom: 2px solid #5E97F6;
    color: #fff;*/
	box-shadow: 0px 0px 50px #000000;
	z-index: 2;
	-webkit-transition: all 200ms ease-in;
	-webkit-transform: scale(1.1);
	-ms-transition: all 200ms ease-in;
	-ms-transform: scale(1.1);
	-moz-transition: all 200ms ease-in;
	-moz-transform: scale(1.1);
	transition: all 200ms ease-in;
	transform: scale(1.1);
}



.modulo-badge {
	margin-bottom: 10px;
}

.footer {
	background: none repeat scroll 0 0 white;
	border-top: 1px solid #e7eaec;
	bottom: 0;
	left: 0;
	padding: 10px 20px;
	position: relative;
	right: 0;
}


.ibox-title2 {
	-moz-border-bottom-colors: none;
	-moz-border-left-colors: none;
	-moz-border-right-colors: none;
	-moz-border-top-colors: none;
	background-color: #4285F4;
	border-color: #4285F4;
	border-image: none;
	border-style: solid solid none;
	border-width: 3px 0 0;
	color: #fff;
	margin-bottom: 0;
	padding: 14px 15px 7px;
	min-height: 65px;
	text-align: center;
}

.imagem-modulo {
    width: 100%;
	background: #eaeaea;
	padding: 5px;
	border-radius: 4px;
	border: 1px solid #dedede;
}

/*.tooltip {
    position: fixed;
}*/

/*z index do menu*/
.navbar-static-side {
    z-index: 0;
    position: absolute;
    width: 220px;
}

.box-modulos {
    background: #fff;
    margin-bottom: 10px;
    border-radius: 4px;
    padding: 10px;
    box-shadow: 5px 4px #c5c5c5;
    border-bottom: 2px solid #83a1b9;
}

.box-modulos:hover{
	background: #fff;
    margin-bottom: 10px;
    border-radius: 4px;
    padding: 10px;
    box-shadow: 5px 4px #bababa;
    -webkit-transition: all 200ms ease-in;
	-webkit-transform: scale(1.1);
	-ms-transition: all 200ms ease-in;
	-ms-transform: scale(1.1);
	-moz-transition: all 200ms ease-in;
	-moz-transform: scale(1.1);
	transition: all 200ms ease-in;
	transform: scale(1.1);
}

.breadcrumb>li a {
	color: inherit;
	background-color: #23c6c8;
	color: #5e5e5e;
	font-family: 'Open Sans';
	font-size: 11px;
	font-weight: 600;
	padding-bottom: 4px;
	padding-left: 6px;
	padding-right: 6px;
	text-shadow: none;
	background-color: #1ab362;
	color: #FFFFFF;
	border-radius: 10px;
	padding-top: 2px;
}

.label-primary, .badge-primary {
    background-color: #1ab362;
    color: #FFFFFF;
}

.nome-modulo {
	background: #0073aa;
	padding: 21px;
	font-weight: bold;
	font-size: 1em;
	color: #fff;
	height: 65px;
	text-align: center;
	list-style: none;
	float: left;
	width: 221px;
	text-transform: uppercase;
}

.footer.fixed {
	position: fixed;
	bottom: 0;
	left: 0;
	right: 0;
	z-index: 1000;
	padding: 10px 20px;
	background: #1976D2;
	border-top: 1px solid #1976D2;
	margin-left: 220px;
	color: #fff;
	height: 40px;
}

/*.btn-success.btn-outline {
    color: #fff;
}*/
.nav>li>a i {
	margin-right: 6px;
	color: #4267b2;
}

.pg-loading-screen .pg-loading-html p {
	color: #FFF;
	font-weight: 300;
}

.wrapper-content {
	padding: 5px 10px 40px;
}

.sk-spinner-wave div {
	background-color: #fff;
	height: 100%;
	width: 6px;
	display: inline-block;
	-webkit-animation: sk-waveStretchDelay 1.2s infinite ease-in-out;
	animation: sk-waveStretchDelay 1.2s infinite ease-in-out;
}

/*.metismenu .collapse.in {
    display: block;
    margin-left: 15px;
}*/
.mini-navbar .nav-second-level {
	position: absolute;
	left: 70px;
	top: 0;
	background-color: #f5f5f5;
	padding: 10px 10px 10px 10px;
	font-size: 12px;
	/*border-right:4px solid #1976d2;*/
}

#sbaum_div_content {
	margin-top: 80px;
}

.nav.navbar-top-links a {
	font-size: 13px;
	color: #fff;
	margin-top: 3px;
}

.nav.navbar-top-links a:hover {
	font-size: 13px;
	color: #f7f7f7;
}

.icones-menu-rapidos {
	color: #fff;
}

.navbar-right {
	float: right !important;
	margin-right: 0px;
}

.btn-primary {
	color: #fff;
	background-color: #4db631;
	border-color: #4db631;
}

/*.nav-header {
	padding: 16px 25px;
	background: #fff;
	border-bottom: 1px solid #dedede;
	list-style: none;
}*/

.nav-header{
	background-image: url('/include/img/snfe/1.jpg');
	padding: 16px 25px;
	border-bottom: 1px solid #dedede;
	list-style: none;
	background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
}

body.mini-navbar .logo-element {
	display: block;
	background: #fff;
	color: #465fb5;
}

.file .file-name {
   padding: 10px;
    background-color: #f8f8f8;
    border-top: 1px solid #e7eaec;
    min-height: 140px;
    text-align: center;
    /*altura arquivos*/
}

.table-striped>tbody>tr:nth-of-type(2n+1) {
	background-color: #e9ebee;
}

 

.file {

    border: 1px solid #e7eaec;
    padding: 0;
    background-color: #fff;
    position: relative;
    margin-bottom: 20px;
    margin-right: 20px;
    box-shadow: 5px 10px #d8d8d8;
    

}

.link-download{
	margin-bottom:5px;
	color: #5c5b5b;
	font-weight: 700;
}

.table-striped > tbody > tr:nth-of-type(2n+1) {
    background-color: #e9ebee;
} 


/*Tabelas*/
.table>thead>tr>th, .table>tbody>tr>th, .table>tfoot>tr>th, .table>thead>tr>td,
	.table>tbody>tr>td, .table>tfoot>tr>td {
	border-top: 1px solid #e7eaec;
	line-height: 1.42857;
	padding: 8px;
	vertical-align: top;
	border: 1px solid #d8d7d7;
}

.table>caption+thead>tr:first-child>td, .table>caption+thead>tr:first-child>th,
	.table>colgroup+thead>tr:first-child>td, .table>colgroup+thead>tr:first-child>th,
	.table>thead:first-child>tr:first-child>td, .table>thead:first-child>tr:first-child>th
	{
	border-top: 0;
	border: 1px solid #ececec;
}

/* TAMANHO DOS BOTOES*/
.btn-group-xs>.btn, .btn-sm {
	padding: 1px 5px;
	font-size: 12px;
	line-height: 1.5;
	border-radius: 3px;
}

.empresas-lista {
	width: 300px
}

@media screen and (max-width: 480px) {
	.empresas-lista {
		width: 75%;
	}
}

.navbar-form-customm {
	float: left;
	height: 50px;
	padding: 0;
	width: 200px;
	display: inline-table;
}

.navbar-header {
	display: inline;
	float: left;
	margin-right: -60px;
}

.btn-popover {
	background: #fff;
	border: 1px solid #e7eaec;
}

.btn-popover:hover {
	background: #fff;
	border: 1px solid #e7eaec;
}

.btn-circle {
	width: 30px;
	height: 30px;
	padding: 6px 0;
	border-radius: 15px;
	text-align: center;
	font-size: 12px;
	line-height: 1.428571429;
	background: #fff;
	border: 2px solid #e7eaec;
}

.btn-circle:hover {
	width: 30px;
	height: 30px;
	padding: 6px 0;
	border-radius: 15px;
	text-align: center;
	font-size: 12px;
	line-height: 1.428571429;
	background: #fff;
	border: 2px solid #e7eaec;
}

.tabbable.custom-tabs>.nav-tabs>li>a>[class*="icon"], .tabbable.custom-tabs>.nav-tabs>li>a>span
	{
	-moz-transition-duration: .4s;
	-o-transition-duration: .4s;
	-webkit-transition-duration: .4s;
	transition-duration: .4s;
	font-size: 12px;
}

/*.ibox {
	box-shadow: 0 1px 2px 1px rgba(0,0,0,.08), 0 3px 6px rgba(0,0,0,.08);
}*/

.ibox-title {
	-moz-border-bottom-colors: none;
	-moz-border-left-colors: none;
	-moz-border-right-colors: none;
	-moz-border-top-colors: none;
	background-color: #ffffff;
	border-color: transparent;
	border-image: none;
	border-style: solid solid none;
	border-width: 3px 0 0;
	color: inherit;
	margin-bottom: 0;
	padding: 14px 15px 7px;
	min-height: 48px;
}

label {
	min-height: 30px;
	color: #444;
	font-weight: 600;
}

.ibox-title h5 {
    font-weight: 900;
}

/**/

.tabbable.custom-tabs.shadow > .nav-tabs > li.active > a {
    -o-box-shadow: none;
    -ms-box-shadow: none;
    -moz-box-shadow: none;
    -webkit-box-shadow: none;
    box-shadow: none;
    background: #f1f2f5;
	border-bottom: 1px solid #fff;
}

.tabbable.custom-tabs.shadow > .nav-tabs > li > a {
    -o-box-shadow: none;
    -ms-box-shadow: none;
    -moz-box-shadow: none;
    -webkit-box-shadow: none;
    box-shadow: none;
    
}

.tabbable.custom-tabs > .nav-tabs > li.active > a {
    background-color: #f5f5f5;
    color: #444;
    -o-box-shadow: none;
    -ms-box-shadow: none;
    -moz-box-shadow: none;
    -webkit-box-shadow: none;
    box-shadow: none;
    -o-text-shadow: none;
    -moz-text-shadow: none;
    -ms-text-shadow: none;
    -webkit-text-shadow: none;
    text-shadow: none;
}

.tabbable.custom-tabs > .nav-tabs > li > a {
    padding: 14px 12px;
    margin-right: 1px;
    background-color: #e6e6e6;
    color: #737373;
    -o-text-shadow: none;
    -moz-text-shadow: none;
    -ms-text-shadow: none;
    -webkit-text-shadow: none;
    text-shadow: none;
    -o-box-shadow: none;
    -ms-box-shadow: none;
    -moz-box-shadow: none;
    -webkit-box-shadow: none;
    box-shadow: none;
    -moz-transition-duration: .15s;
    -o-transition-duration: .15s;
    -webkit-transition-duration: .15s;
    transition-duration: .15s;
}

.tabbable.custom-tabs.shadow > .tab-content {
    -o-box-shadow: none;
    -ms-box-shadow: none;
    -moz-box-shadow: none;
    -webkit-box-shadow: none;
    box-shadow: none;
}

.tabbable.custom-tabs > .tab-content {
    background-color: #f1f2f5;
    padding: 20px;
    padding-top: 20px;
    padding-top: 10px;
    -ms-box-sizing: border-box;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    border-radius: 0 4px 4px 4px;
}

.panel-default > .panel-heading {
    color: #444;
    background-color: #fff;
    border-color: #ddd;
    display: inline-block;
    max-width: 100%;
    margin-bottom: 5px;
    font-weight: 600;
    min-height: 30px;
}

.footer.fixed.produtiva{
    position: fixed;
    bottom: 0;
    left: 0;
    right: 0;
    z-index: 1000;
    padding: 10px 20px;
    background: #030303;
    border-top: 1px solid #f5c740;
    margin-left: 0px;
}

.file-box {
    float: left;
    width: 100%;
}

.corner {
    position: absolute;
    display: inline-block;
    width: 0;
    height: 0;
    line-height: 0;
    border: 0.6em solid transparent;
        border-right-width: 0.6em;
        border-bottom-width: 0.6em;
        border-right-style: solid;
        border-bottom-style: solid;
        border-right-color: transparent;
        border-bottom-color: transparent;
    border-right: 0.6em solid #1976d2;
    border-bottom: 0.6em solid #1976d2;
    right: 0em;
    bottom: 0em;
}