body {
	position: relative;
}

* {
	font-family: 'Arial', sans-serif;
}

.h1, h1 {
    font-size: 24px;
}

@media print {
  a[href]:after {
    content: none !important;
  }
}

.centraliza {
	margin: 0 auto !important;
    display: block !important;
}

.corpo ::-webkit-input-placeholder {color: #DEDED2;}
.corpo :-moz-placeholder {color: #DEDED2;}
.corpo ::-moz-placeholder {color: #DEDED2;}
.corpo :-ms-input-placeholder {color: #DEDED2;}

.corpo {
	font-weight: 400;
	color: #333333;
	font-size: 12px;
	background-color: #FFF;
}

.corpo a, .corpo a:visited {
	color: #0084C2;
}

.corpo a:hover, .corpo a:active {
	color: #D1D1D1;
}

.vermelho {
	color: #EC0044; 
}


.link-azul, .link-azul:visited {
	color: #0084C2 !important;
}

.link-azul:hover, .link-azul:active {
	color: #D1D1D1 !important;
}

.fonte-laranja {color: #D1D1D1;}
.no-right-padding {padding-right: 0px !important;}
.no-left-padding {padding-left: 0px !important;}
.centraliza-texto{text-align:center;}
.fundo-azul-principal {background-color: #0084C2;}
.fonte-azul-principal {color: #0084C2;}
.fonte-cinza-principal {color: #cec8c8 !important;}

.btn-cancelar {
    color: #fff !important;
    background-color: #337ab7 !important;
    border-color: #2e6da4 !important;
}

.btn-info {
	background-color: #0084C2 !important;
    border-color: #46b8da !important;
}

.btn-info:hover {
	background-color: #CCC !important;
    border-color: #46b8da !important;
}

.btn-cancelar:focus, .btn-cancelar.focus {
  color: #fff !important;
  background-color: #286090 !important;
  border-color: #122b40 !important;
}
.btn-cancelar:hover {
  color: #fff !important;
  background-color: #286090 !important;
  border-color: #204d74 !important;
}
.btn-primary:active,
.btn-primary.active {
  color: #fff !important;
  background-color: #286090 !important;
  border-color: #204d74 !important;
}


h2, .h2 {
    margin-bottom: 3px;
    margin-top: 8px;
    font-size: 28px;
    color: #333;
}

h3, .h3 {
    margin-bottom: 3px;
    font-size: 20px;
    font-weight: 500;
    color: #78786C;
}

.botao-inline {
	margin-bottom: 3px;
    margin-top: 17px;
    font-size: 28px;
	background-color: transparent;
    border: none;
    color: #002D91;
    outline: none;
}

.botoes-grid.glyphicon, .botao-inline.glyphicon {
	top: -1px;
    font-size: 30px !important;
}

.botoes-tela {
	padding-top: 10px;
}

.botoes-tela a {
	outline: none;
	margin-left: 52px;
    padding: 0px;
}

.botoes-tela button {
	background-color: transparent;
    border: none;
    margin-left: 52px;
    padding: 0px;
    color: #0084C2;
    outline: none;
}

.botoes-tela .verde, .botao-inline .verde {
	color: #00833E !important;
}
.botoes-tela .verde:hover, .botao-inline .verde:hover {
	color: #006F3E !important;
}

.botoes-tela .vermelho, .botao-inline .vermelho {
	color: #EC0044 !important;
}

.botoes-tela .vermelho:hover, .botao-inline .vermelho:hover {
	color: #C40044 !important;
}

.botoes-tela span:active, .botao-inline span:active {
    -ms-transform: translate(1px, 1px); /* IE 9 */
   	-webkit-transform: translate(1px, 1px); /* Safari */
    transform: translate(1px, 1px);
}

.botao-efeito span:active {
	-ms-transform: translate(1px, 1px); /* IE 9 */
   	-webkit-transform: translate(1px, 1px); /* Safari */
    transform: translate(1px, 1px);
}

.botoes-tela button:hover {
	color: #D1D1D1;
}

.botoes-tela span {
	top: -1px;
    font-size: 30px;
}

.botoes-tela .glyphicon-arrow-left {
	font-size:29px !important;
	top: -2px;
}
.botoes-tela .glyphicon-pencil {
	top: 1px;
	font-size: 25px !important;
}
.botoes-tela .glyphicon-trash {
	top: 2px;
	right: 4px;
	font-size: 23px !important;
}

.alert-espaco-menu {
	margin-top: 15px;
	margin-bottom: 0px;
	font-size: 12px;
    font-weight: 400;
}

.alert-espaco-menu .glyphicon {
    font-size: 24px;
}

.mensagem_texto {
    padding-left: 40px;
    display: block;
    margin-top: -20px;
    position: absolute;
}

.quebra-linha {
	display: block;
}

.alert-dismissible .close {
    top: 2px;
}

.search-input {
	border: 1px solid rgb(120, 120, 120);
	background-color: #FFF;
	margin-top: 0px;
	width: 100%;
}

.search-input input {
	height: 26px;
    font-size: 12px;
    color: #333;
    width: 90% !important;
}

.search-input-selected  {
	-webkit-box-shadow: 0px 0px 5px 0px #0084C2;
	-moz-box-shadow: 0px 0px 5px 0px #0084C2;
	box-shadow: 0px 0px 5px 0px #0084C2;
}

.search-input .glyphicon {
	font-size: 24px;
	color: #0084C2;
}

.search-input div {
	border: none;
    background-color: transparent;
}

.inverte-horizontal {
    -moz-transform: scale(-1, 1);
    -o-transform: scale(-1, 1);
    -webkit-transform: scale(-1, 1);
    transform: scale(-1, 1);
}

.search-input input {
	border: none;
    background-color: transparent;
    box-shadow: none;
}

.search-input input:focus {
    box-shadow:none;
}

#searchclear, .searchclear {
	z-index: 10;
	pointer-events: auto;
    position: absolute;
    right: 10px;
    top: -7px;
    bottom: 0;
    height: 14px;
    margin: auto;
    font-size: 20px !important;
    cursor: pointer;
    color: #333 !important;
}

.traco::before {
   	content: '';
   	display: block;
   	position: absolute;
   	top: 17px;
	right: 69px;
   	height: 30px;
   	width: 2px;
   	background-color: #DEDED2;
}

.traco-um::before {
   	content: '';
   	display: block;
   	position: absolute;
   	top: 17px;
	right: 55px;
   	height: 30px;
   	width: 2px;
   	background-color: #DEDED2;
}

.traco-um-dentro::before {
   	content: '';
   	display: block;
   	position: absolute;
   	top: 17px;
	right: 70px;
   	height: 30px;
   	width: 2px;
   	background-color: #DEDED2;
}

.traco-dois::before {
   	content: '';
   	display: block;
   	position: absolute;
   	top: 17px;
	right: 135px;
   	height: 30px;
   	width: 2px;
   	background-color: #DEDED2;
}

.traco-dois-dentro::before {
   	content: '';
   	display: block;
   	position: absolute;
   	top: 17px;
	right: 150px;
   	height: 30px;
   	width: 2px;
   	background-color: #DEDED2;
}

.traco-tres::before {
   	content: '';
   	display: block;
   	position: absolute;
   	top: 17px;
	right: 215px;
   	height: 30px;
   	width: 2px;
   	background-color: #DEDED2;
}

.traco-tres-dentro::before {
   	content: '';
   	display: block;
   	position: absolute;
   	top: 17px;
	right: 230px;
   	height: 30px;
   	width: 2px;
   	background-color: #DEDED2;
}

.traco-um-uma-coluna::before {
   	content: '';
   	display: block;
   	position: absolute;
   	top: 36px;
	right: 70px;
   	height: 30px;
   	width: 2px;
   	background-color: #DEDED2;
}

.traco-dois-uma-coluna::before {
   	content: '';
   	display: block;
   	position: absolute;
   	top: 36px;
	right: 140px;
   	height: 30px;
   	width: 2px;
   	background-color: #DEDED2;
}

.menu-direita {
	display:flex;
}

.menu-direita .search-div {
	margin-right:50px;
}

.menu-direita a {
	display: block;
}

/*
 * CSS das listas - grids - INÃ�CIO
 */
.dataTables_filter {
   display: none;
}

.table>tbody>tr>td, .table>tbody>tr>th, .table>tfoot>tr>td, .table>tfoot>tr>th, .table>thead>tr>td, .table>thead>tr>th {
    padding: 4px;
}

.dataTable th:first-child, .dataTable td:first-child {
    padding-left: 20px;
}

.dataTable {
	-webkit-box-shadow: 0px 0px 0px 2px #0084C2;
	-moz-box-shadow: 0px 0px 0px 2px #0084C2;
	box-shadow: 0px 0px 0px 2px #0084C2;
	font-size: 12px;
}

.dataTable .glyphicon {
	font-weight: 300;
}

.dataTable thead tr {
	background-color: #FFF !important;
	height: 34px !important;
}

.dataTable th {
    border-bottom: 1px solid #DEDED2 !important;
    vertical-align: middle !important;
    font-size: 14px;
    color: #333;
    padding-top: 7px !important;
    padding-bottom: 7px !important;
    font-weight: 500;
}

.dataTable tr.odd {
	background-color: #FFF !important;
	color: #0084C2;
	height: 20px;
}

.dataTable tr.even {
	background-color: #F9F9F9 !important;
	color: #0084C2;
	height: 20px;
}

.dataTable tbody tr:hover {
	background-color: #F1F1F1 !important;
    color: #333 !important;
	cursor: pointer;
	font-weight: 500;
}

.dataTable thead th:hover {
	color: #D1D1D1 !important;
	cursor: pointer;
	font-weight: 500;
}

.dataTable td {
	border-top: 1px solid #DEDED2 !important;
	vertical-align: middle !important;
}

.dataTables_paginate .pagination .previous a, .dataTables_paginate .pagination .next a {
	font-family: 'Glyphicons Halflings';
	font-weight: bold;
    font-size: 19px;
    padding: 0px;
    margin: -2px 3px 0px 3px;
    border: none;
    background-color: inherit;
    color: #0084C2; 
}

.dataTables_paginate .pagination .previous a:hover, .dataTables_paginate .pagination .next a:hover {
	color: #D1D1D1;
}

.pagination>.active>a, .pagination>.active>a:hover, .pagination>.active>a:active, .pagination>.active>a:focus {
	background-color: #0084C2;
	border-color: #0084C2; 
}

.pagination>.active a {
	color: #FFF;
}

.dataTables_paginate  {
	text-align: center !important;
}

.paginate_button.disabled a {
	color: #B3B3B3 !important;
}

.dataTables_paginate a, .dataTables_paginate a:active, .dataTables_paginate a:visited {
	-webkit-box-shadow: 0px 0px 0px 0px #000;
	-moz-box-shadow: 0px 0px 0px 0px #000;
	box-shadow: 0px 0px 0px 0px #000;
	outline: none;
}

.dataTables_paginate .active a, .dataTables_paginate .active a:visited  {
	background-color: #0084C2;
	border-color: #0084C2;
}

.dataTables_paginate ul a, .dataTables_paginate ul a:visited {
	padding: 1px 6px 0px 6px;
	margin: 3px 6px;
	background-color: #F2F2F0;
}

.dataTables_paginate ul a:hover {
	background-color: #D1D1D1;
	color: #FFF;
	border-color: #D1D1D1;
}

table.dataTable thead .sorting_asc:after, table.dataTable thead .sorting_asc:before {content: ""; font-weight:300;}
table.dataTable thead .sorting:after {top: 8px; font-weight:300;}
table.dataTable thead .sorting_asc.letra:after {content: "\e151"; top: 8px; font-weight:300;}
table.dataTable thead .sorting_desc.letra:after {content: "\e152"; top: 8px; font-weight:300;}
table.dataTable thead .sorting_asc.numero:after {content: "\e153"; top: 8px; font-weight:300;}
table.dataTable thead .sorting_desc.numero:after {content: "\e154"; top: 8px; font-weight:300;}

table.dataTable thead .sorting:after,
table.dataTable thead .sorting_asc:after,
table.dataTable thead .sorting_desc:after,
table.dataTable thead .sorting_asc_disabled:after,
table.dataTable thead .sorting_desc_disabled:after {
    position: absolute;
    display: inline;
    font-family: 'Glyphicons Halflings';
    right: auto;
    opacity: 1;
    padding-left: 5px;
}
/*
 * CSS das listas - grids - FIM
 */


.rodape {
	position: relative;
	width: 100%;
	height: 49px;
	bottom: 0px;
	z-index: -1;
}
.rodape img {
    position: relative;
    z-index: -1;
    margin-left: auto;
    margin-right: auto;
    margin-top: 5px;
    width: 208px;
    margin-left: auto;
    margin-right: auto;
}

.rodape img {
	width: 208px;
	height: 49px;
}



.conteudo {
	background-color: #F8F9FF;
	padding-bottom: 15px;
	margin-top: 6px;
	-webkit-box-shadow: 0px 0px 5px 0px rgba(0,0,0,0.175);
	-moz-box-shadow: 0px 0px 5px 0px rgba(0,0,0,0.175);
	box-shadow: 0px 0px 5px 0px rgba(0,0,0,0.175);
}

.conteudo-row-com-margem .row {
	margin: 10px;
}

.col-md-12 .corrige-margem-conteudo {
	margin-left: 0px;
	margin-right: 0px;
	padding-top: 15px;
}

.col-md-8 .corrige-margem-conteudo {
	margin-right: 0px;
	padding-top: 15px;
}

.corrige-margem-titulo	{
	margin-left: -30px;
}

.conteudo-espaco {
	margin-top:15px;
}

.conteudo-tabs {
	list-style: none;
    padding: 0;
    display: inline-flex;
    width: 100%;
    font-weight: 500;
    font-size: 12px;
}

.conteudo-tabs .disabled {
	cursor: not-allowed;
	background-color: #F2F2F0;
	border-top: solid 1px #FFF; 
}

.conteudo-tabs li {
	background-color: #F6F5FC;
	text-align: center;
    min-width: 50px;
    width: 100%;
    line-height: 40px;
    vertical-align: middle;
    border-right: solid 1px #DEDED2;
    border-bottom: solid 1px #DEDED2;
}

.conteudo-tabs li.active {
    background-color: #F8F9FD;
    border-bottom: 0;
}


.conteudo-tabs li:last-child {
    border-right: none;
}

.conteudo-tabs .selected {
    border-bottom: none;
    color: #0084C2;
}

.conteudo-tabs a, .conteudo-tabs a:visited {
	width: 100%;
	color: #333;
	text-decoration: none;
	display: block;
}

.conteudo-tabs a:hover, .conteudo-tabs a:active {
	width: 100%;
	color: #D1D1D1;
	text-decoration: none;
}

.form-control {
    height: 28px;
    font-size: 12px;
    padding: 3px 3px !important;
}


.formulario, .formulario input {
	color: #333;
	font-size: 12px;
}

.formulario input, .formulario select {
	border-radius: 0px;
	font-size: 12px;
	font-weight: 500;
	color: #333;
}

.formulario .form-control {
	font-size: 12px;
	font-weight: 500;
	color: #333;
}

.formulario input:focus, .formulario select:focus {
	-webkit-box-shadow: 0px 0px 5px 0px #0084C2;
	-moz-box-shadow: 0px 0px 5px 0px #0084C2;
	box-shadow: 0px 0px 5px 0px #0084C2;
	border-color: #0084C2;
}

.formulario .textarea {
	display: block;
    width: 823px;
    margin-bottom:1px;
    margin-top:1px;
}

.formulario textarea {
	width: 500px;
	height: 60px;
}

.has-error .checkbox, .has-error .checkbox-inline, .has-error .control-label, .has-error .help-block, .has-error .radio, .has-error .radio-inline, .has-error.checkbox label, .has-error.checkbox-inline label, .has-error.radio label, .has-error.radio-inline label {
    color: #EC0044;
}

.has-success .checkbox, .has-success .checkbox-inline, .has-success .control-label, .has-success .help-block, .has-success .radio, .has-success .radio-inline, .has-success.checkbox label, .has-success.checkbox-inline label, .has-success.radio label, .has-success.radio-inline label {
    color: #3c763d;
}

.has-success .form-control, .has-success .form-control:focus {
   	-webkit-box-shadow: 0px 0px 0px 1px #3c763d;
	-moz-box-shadow: 0px 0px 0px 1px #3c763d;
	box-shadow: 0px 0px 0px 1px #3c763d;
    border-color: #3c763d;
}

.has-error .form-control, .has-error .form-control:focus {
	-webkit-box-shadow: 0px 0px 0px 1px #EC0044;
	-moz-box-shadow: 0px 0px 0px 1px #EC0044;
	box-shadow: 0px 0px 0px 1px #EC0044;
    border-color: #EC0044;
}

.formulario .campo-data {
	width: 155px;
}

.forca-right-radius {
    border-top-right-radius: 5px !important;
    border-bottom-right-radius: 5px !important;
}

.formulario label {
	margin-bottom:0px;
	color: #333;
	font-weight: 700;
}

.formulario h4, .formulario .h4 {
	color: #78786C;
	margin-top: 20px;
	font-weight: 500;
	font-size: 16px;
}

.navbar-blocos {
	margin-top: 100px;
}

.navbar-blocos li {
	padding: 5px;
}

.navbar-blocos a, .navbar-blocos a:visited {
	color: #333;
}
.navbar-blocos .active a {
	border-left: solid 2px #CCC;
	color: #D1D1D1;
}

.ajusta-scrollspy {
	height: 5px; width: 30px; position: absolute; margin-top: -60px;
}

.navbar-blocos .active .voltar-ao-topo  {
	display: none;
}


/*
 * Estilo da visualizaÃ§Ã£o de cadastro
 */
.form-view .form-control {
	-webkit-box-shadow: none;
	-moz-box-shadow: none;
	box-shadow: none;
	border: none;
	border-bottom: solid 1px #DEDED2;
	border-bottom-left-radius: 0px;
	border-bottom-right-radius: 0px;
	height: 28px;
}

.form-control-feedback {
    line-height: 28px;
}

.input-group {
    width: 100%;
}

.form-group {
    margin-bottom: 5px;
}

.grid-div hr {
	margin-top: 10px !important;
	margin-bottom: 10px !important;
}

.grid-div .glyphicon-trash, .novaObservacaoForm .glyphicon-remove-sign {
	color: #EC0044 !important;
}

.grid-div .glyphicon-trash:hover, .novaObservacaoForm .glyphicon-remove-sign:hover {
	color: #C40044 !important;
}

.input-group-btn span {
	font-size: 22px;
}

@media (min-width: 768px) {}
	.large-modal .modal-dialog {
		width:900px !important;
	}
}

.form-view label {
	font-size: 10px;
}

.form-view .value-view {
	display: block;
}

.horario .linha-dia .form-group {
    vertical-align: middle;
    line-height: 28px;
}

.horario .linha-dia:nth-child(odd) .form-group {
    height: 28px;
    background-color: #F0F0F0;
}

.dados-principais-aba {
    background-color: #337ab7;
    border: gray solid 1px;
    color: #FFF;
}

.dados-principais-aba label {
    color: #FFF !important;
}


.observacoes-prioridades-form b, .observacoes-prioridades-form strong {
	font-weight: 900;
}

.metro {
	color: #FFFFFF;
	height: 110px;
    border-radius: 4px;
}

.fundo-primary { background-color: #337AB7; }
.fundo-success { background-color: #5cb85c; }
.fundo-info { background-color: #5bc0de; }
.fundo-warning { background-color: #f0ad4e; }

.metro .glyphicon {
	text-align: center;
    display: block;
    padding: 25px;
    font-size: 40px;
}

.metro .label {
    font-size: 14px;
    margin-left: -15px;
}

.cnpjRepetido p {
    color: #EC0044;
}

.cnpjRepetido span {
    font-weight: 700;
    color: black;
}

.tooltip-inner {
	max-width: 600px;
    white-space: pre;
    text-align: left;
}

.manual h3 {
	padding-bottom: 15px;
	color: #000;
	font-weight: 600;
}

.manual h4 {
	padding-bottom: 15px;
	color: #000;
	font-size: 15px;
    font-weight: 600;
}

.manual p {
	padding: 2px 0px;
	line-height: 26px;
	text-align: justify;
}

.manual ul {
    list-style: none;
}

.manual li {
    padding: 10px;
}

.fundo-empresa-selecionada {
	background-color: #ddebf1;
}

.icon-spin {
	display: inline-block;
	-moz-animation: spin 2s infinite linear;
	-o-animation: spin 2s infinite linear;
	-webkit-animation: spin 2s infinite linear;
	animation: spin 2s infinite linear;
}


@keyframes spin {
	0% {
	    transform: rotate(0deg);
	}
	
	100% {
	    transform: rotate(359deg);
	}
}

.quadrado {
	height: 15px;
	width: 15px;
}

.quadrado.azul {
	background-color: blue;
}
.quadrado.verde {
	background-color: green;
}
.quadrado.amarelo {
	background-color: yellow;
}
.quadrado.vermelho {
	background-color: red;
}

.doquadrado.azul {
	height: 15px;
	width: 15px;
	background-color: blue;
}
.doquadrado.verde {
	height: 15px;
	width: 15px;
	background-color: green;
}
.doquadrado.amarelo {
	height: 15px;
	width: 15px;
	background-color: yellow;
}
.doquadrado.vermelho {
	height: 15px;
	width: 15px;
	background-color: red;
}
.tiquadrado.azul {
	height: 15px;
	width: 15px;
	background-color: blue;
}
.tiquadrado.verde {
	height: 15px;
	width: 15px;
	background-color: green;
}
.tiquadrado.amarelo {
	height: 15px;
	width: 15px;
	background-color: yellow;
}
.tiquadrado.vermelho {
	height: 15px;
	width: 15px;
	background-color: red;
}
.admquadrado.azul {
	height: 15px;
	width: 15px;
	background-color: blue;
}
.admquadrado.verde {
	height: 15px;
	width: 15px;
	background-color: green;
}
.admquadrado.amarelo {
	height: 15px;
	width: 15px;
	background-color: yellow;
}
.admquadrado.vermelho {
	height: 15px;
	width: 15px;
	background-color: red;
}
.comquadrado.azul {
	height: 15px;
	width: 15px;
	background-color: blue;
}
.comquadrado.verde {
	height: 15px;
	width: 15px;
	background-color: green;
}
.comquadrado.amarelo {
	height: 15px;
	width: 15px;
	background-color: yellow;
}
.comquadrado.vermelho {
	height: 15px;
	width: 15px;
	background-color: red;
}
.com2quadrado.azul {
	height: 15px;
	width: 15px;
	background-color: blue;
}
.com2quadrado.verde {
	height: 15px;
	width: 15px;
	background-color: green;
}
.com2quadrado.amarelo {
	height: 15px;
	width: 15px;
	background-color: yellow;
}
.com2quadrado.vermelho {
	height: 15px;
	width: 15px;
	background-color: red;
}
