html, body {
	font-family: 'Open Sans', sans-serif;
	background: url("/javax.faces.resource/images/07.png.xhtml") repeat-y top right;
	background-color: #f4f8f7;
}
h1 {
	font-weight: 800;
	color: rgba(0,0,0,.4);
	text-transform: uppercase;
}
a, p {
	margin: 0;
	padding: 0;
	font-weight: 600;
}
.text-in-page {
	font-weight: 400;
	color: #212121;
	line-height: 1.5rem;
	text-transform: uppercase;
	font-size: .9rem
}
header {
	background: rgba(255,255,255,1);
}
label {
	margin-bottom: 0rem;
}
td > a {
	color: #fff !important;
}
label, th {
	color: rgba(0,0,0,.6);
	font-weight: 600;
	text-transform: uppercase;
	font-size: .8rem;
}
ul {
	margin: 0;
	padding: 0;
	list-style: none;
}
table {
	margin: 0;
	padding: 0;
}
textarea {
	resize: none;
	border: 1px solid #ced4da;
	font-size: .9rem;
	display: block;
	width: 100%;
	color: #616161;
}

/****************************************************************************/

.p-5 {
    padding: 2.5rem!important;
}
.alert {
    border-radius: 0;
    font-size: .8rem;
    text-transform: uppercase;
}
.bg-primary {
    background-color: #346e97!important;
}
.btn {
	font-weight: 700;
	border-radius: .3rem;
	font-size: .7rem;
}
.btn-primary,
.btn-primary:hover {
	color:#fff;
	background-color: #346e97;
	border-color: #346e97;
}
.btn-outline-primary {
    color: #346e97;
    border-color: #346e97;
}
.btn-outline-primary:not(:disabled):not(.disabled).active,
.btn-outline-primary:not(:disabled):not(.disabled):active,
.show>.btn-outline-primary.dropdown-toggle {
	color: #fff;
	border-color: #346e97;
	background-color: #346e97;
}
.btn-primary-dark,
.btn-primary-dark:hover {
	color:#fff;
	background-color: #043f5f;
	border-color: #043f5f;
}
.btn-primary.disabled,
.btn-primary:disabled {
    background-color: #3b4c59;
    border-color: #3b4c59;
}
.btn-primary-selected {
	color: #fff;
	background-color: #699ab7;
	border-color: #699ab7;
}
.btn-primary-selected:hover {
    color: #fff;
    background-color: #346e97;
    border-color: #346e97;
}
.btn-primary-selected.disabled,
.btn-primary-selected:disabled {
    color: #fff;
    background-color: #3b4c59;
    border-color: #3b4c59;
}
.btn-outline-primary:hover {
	background-color: #346e97;
	border-color: #346e97;
}
.card {
    border: 1px solid rgba(31,66,95,.2);
    border-radius: .6rem;
}
.card-active {
	border: 3px solid #346e97;
}
.card-active-dark {
	border: 3px solid #043f5f;
}
.card-body {
	padding: 1rem;
}
.card-footer a,
.card-footer a:hover,
.card-footer a:visited {
	color: #346e97;
}
.card-footer {
    border: 0px solid rgba(255,255,255,0);
}
.card-footer:last-child {
    border-radius: 0rem;
}
.card-title {
	color: #346e97;
	font-size: 1rem;
	margin-bottom: 0rem;
	font-weight: 800;
}
.card-home {
	min-height: 440px;
}
.vitrine-card {
	min-width: 240px;
	max-width: 240px;
}
@media all and (max-width: 768px) {
	.vitrine-card { max-width: 768px; }
}
.dropdown-item {
    clear: both;
    font-weight: 700;
    font-size: .75rem;
    color: #90a4ae;
    border: 0;
    padding: .5rem .8rem;
}
.dropdown-menu {
    border-radius: 0;
    margin: 0;
    padding: 0;
}
.fa-2x {
    font-size: 1.5em;
}
.form-control,
.form-control-lg {
	color: #90a4ae;
    font-size: .8rem;
    line-height: 1.9;
    border-radius: 0rem;
}
.form-group {
	margin-bottom: .4rem;
}
.col-auto p, td p {
	color: #90a4ae;
	font-size: .8rem;
}
.text-p {
	color: #90a4ae;
	font-size: .8rem;
	font-weight: 600;
}
.form-control:disabled, 
.form-control[readonly] {
    background-color: #f4f8f7;
    opacity: 1;
}
.input-group-text {
    border: 1px solid #ededed;
    border-radius: 0rem;
    background-color: #f4f8f7;
}
.input-group-text a,
.input-group-text a:hover,
.input-group-text a:visited {
	color: #3b4c59;
}
input[type=checkbox],
input[type=radio] {
	margin: 4px;
}

.list-group {
    -ms-flex-direction: column;
    flex-direction: column;
}
.list-group-item {
    position: relative;
    display: block;
    padding: .75rem 0.0rem;
    margin-bottom: -1px;
    background-color: #fff;
    border: 1px solid rgba(0,0,0,.125);
}

.modal-content {
	border-radius: .8rem;
}
.navbar {
	border-top: 7px solid #346e97;
	padding: 0rem 1rem;
	background-color: #fff !important;
}
.nav-item {
	font-weight: 800 !important;
	font-size: .82rem;
}
.fa-circle {
	color: #346e97;
}
.nav-tabs .nav-item.show .nav-link,
.nav-tabs .nav-link.active {
    color: #495057;
    background-color: #fff;
    border-color: rgba(255,255,255,0);
}
.nav-tabs .nav-link {
    border: 0px solid transparent;
    border-top-left-radius: 0rem;
    border-top-right-radius: 0rem;
}
.nav-tabs {
    border-bottom: 0px solid transparent;
}
.nav-link {
    display: block;
    padding: 0rem;
}
.table {margin-bottom: 0rem;}
.table td,
.table th {
    padding: .45rem;
    vertical-align: middle;
    border-top: none;
}
.table thead th {
    vertical-align: middle;
}
#table-usuario td {
	min-width: 9.5rem;
}
select.form-control[multiple],
select.form-control[size] {
    min-height: 3rem;
}
.table-bordered {
    border: 1px solid #ededed;
}
.table-striped tbody tr:nth-of-type(odd) {
    background-color: #f4f8f7;
}
.table-bordered thead td, 
.table-bordered thead th {
    border-bottom-width: 0px;
}
.table thead th {
    border-bottom: 1px solid #ededed;
    font-size: .8rem;
}



.table-modal-list {
	table-layout: fixed;
	border-collapse: collapse;
}
.table-modal-list thead tr {
	position: relative;
}
.table-modal-list tbody {
	display: block;
	overflow: auto;
	width: 100%;
	height: 200px;
	overflow-y: scroll;
	overflow-x: hidden;
}
.table-modal-list tbody tr td {
	width: 700px;
}



.text-primary {
	color: #346e97 !important;
}
.text-table {
	font-size: .7rem;
	line-height: 1rem;
}

/***************************************************************/

#banner > img {
	width:100%;
}
#over-header {
	background-color: rgba(255,255,255,0);
	color: rgba(255,255,255,.6);
	font-size: .6rem;
}
.services {
	font-size: 1.9rem !important;
}
#center-page {
	color: #346e97;
	font-weight: 300;
	line-height: 1.4rem;
}
#center-page p, 
#cotacao-preco p, 
#card-produtos p {
	font-size: .9rem;
}
#cotacao-preco {
	color: #346e97;
	background-color: rgb(227,242,253);
	margin-bottom: -40px;
	/* background: #EFEBE9; */
}
#card-produtos p {
	color: #616161;
}
#documentosAssinar {
	max-height: 300px;
	overflow: scroll;
}
.circle {
  text-align: center;
}
.circle-bottom {
  margin-bottom: -40px;
}
.circle-top {
  margin-top: -40px;
}
.circle-text {
	display: inline-block;
	vertical-align: middle;
	width: 55px;
	height: 55px;
	font-size: 1rem;
	line-height: 3.5rem;
	font-weight: 700;
	color: #fff;
	border-radius: 50%;
	margin-bottom: .5rem;
}
.little-text {
	font-weight: bold;
	font-size: .55rem;
	text-transform: uppercase;
}
.concluido-value {
	background-color: green;
}
.concluido-text {
	color: green;
	text-transform: uppercase;
	font-weight: 700;
}
.pendente-value {
	background-color: orange;
}
.pendente-text {
	color: orange;
	text-transform: uppercase;
	font-weight: 700;
}
.org-nome {
	font-weight: 800;
	color: #346e97;
}
.org-cnpj {
	font-weight: 300;
	color: #737575;
}
.recusado-value {
	background-color: red;
}
.recusado-text {
	color: red;
	text-transform: uppercase;
	font-weight: 700;
}
.documento-value,
.pasta-value {
	background-color: #346e97;
}
.documento-text,
.pasta-text {
	color: #346e97;
	text-transform: uppercase;
	font-weight: 700;
}
#services {
	color: #fff;
	background: #346e97;
	line-height: 1.4rem;
	font-weight: 300;
}
#services h1 {
	color: #fff;
	font-size: 1.5rem !important;
}
#services p {
	font-size: .8rem;
}
.services-strong {
	font-weight: 800;
}
#over-footer {
	color: #fff;
	background: rgb(52,110,151);
	line-height: 2.5rem;
	font-weight: 300;
}
.pages-top {
	margin-top: 8rem;
	margin-bottom: 5rem;
}
.pages-text {
	color: rgba(0,0,0,.6);
	font-weight: 400;
	line-height: 2rem;
	font-size: .9rem;
}

/***************************************************************/

footer, footer p {
	background-color: #212121;
	color: rgba(255,255,255,.4);
	font-weight: 300;
	font-size: .8rem;
}
footer a, footer a:hover, footer a:visited {
	color: rgba(255,255,255,.4) !important;
}
footer ul {
	margin: 0;
	padding: 0;
	list-style: none;
}
footer ul li {
	display: inline-block;
	margin: 12px;
}
.social-network {
	font-size: 20px !important;
}
footer ul li img {
	opacity: .5;
}
footer h6, .text-strong {
	font-weight: 300;
}
footer ul li a, footer ul li a:hover  {
	color: rgba(255,255,255,.5);
}
.transparent-button{
	background-color: Transparent;
    background-repeat:no-repeat;
    border: none;
    cursor:pointer;
    overflow: hidden;
    outline:none;
}

/***************************************************************/

.ui-corner-all {
	border-radius: 0px;
}
.ui-widget {
    font-family: 'Open Sans', sans-serif;
    font-size: 1rem;
}
.ui-state-default,
.ui-widget-content .ui-state-default,
.ui-widget-header .ui-state-default {
    border: 0px;
    background: #f4f8f7;
    font-weight: normal;
    color: rgba(0,0,0,.6)  !important;
}
.ui-widget-header {
    border: 0px;
    background: #cccccc;
    color: #222222;
    font-weight: bold;
}
.ui-datepicker td span,
.ui-datepicker td a {
    display: block;
    padding: .5em;
    text-align: right;
    text-decoration: none;
}
.ui-widget-header {
    border: 0px;
    background: #346e97;
    color: #fff !important;
    font-weight: bold;
}
.ui-widget input, .ui-widget select, .ui-widget textarea, .ui-widget button {
    font-family: 'Open Sans', sans-serif;
    font-size: .9rem;
}
.ui-state-hover, 
.ui-widget-content .ui-state-hover, 
.ui-widget-header .ui-state-hover,
.ui-state-focus,
.ui-widget-content .ui-state-focus,
.ui-widget-header .ui-state-focus {
	background: #346e97;
	border: 0px;
}

.selecionadoOrg {
	background-color: #d6e2ea;
	padding: .5rem .65rem;
	margin: -.50rem -.65rem;
}

.dataValidade {
	background-color: #992B29 !important;
}

.dataValidade p {
	color: #ffffff !important;
}

.modalCheckCredit {
	z-index: 9999999 !important;
}

.modalKeepScroll {
	overflow-y:auto;
}

.progressBarText {
	color: white;
	font-weight: bold;
	position: fixed !important;
	height: 40px !important;
	top: 45%;
	left: 50%;
	transform: translate(-50%, -50%);
	z-index: 999999;
}

.animatedProgressBar {
	position: fixed !important;
	width: 200px;
	height: 40px !important;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
	z-index: 999999;
}

.ui-progressbar.ui-widget-content {
    background-color:rgba(0,0,0,0.4);
    background-image:none;
    border-radius: 10px;
    color: white;
}

.ui-progressbar-indeterminate .ui-progressbar-value::after {
    background-color: #346e97 !important;
}

.ui-progressbar-indeterminate .ui-progressbar-value::before {
    background-color: #346e97 !important;
}

.infiniteProgressBar {
	height: 10px;
	width: 400px;
	left: 50%;
	transform: translate(-50%, -50%);
}

.infiniteProgressBar .ui-progressbar-value {
   background: #afb0b0 !important;
}

.infiniteProgressBar .ui-progressbar .ui-progressbar-value {
   margin: 0px !important;
}

.animatedProgressBar .ui-progressbar-value {
    background: #346e97;
}

[data-tooltip]:before {
    /* needed - do not touch */
    content: attr(data-tooltip);
    position: absolute;
    opacity: 0;
    /* customizable */
    transition: all 0.15s ease;
    padding: 1rem;
    color: white;
    font-weight: 300;
    border-radius: 0;
    white-space: pre-wrap;
    /* box-shadow: 2px 2px 1px silver; */
    font-size: .8rem;
    z-index: 99999999;
}

[data-tooltip]:hover:before {
    /* needed - do not touch */
    opacity: 1;
    
    /* customizable */
    background: #2D3B4E;
    margin-top: -50px;
    margin-left: 20px;    
}

[data-tooltip]:not([data-tooltip-persistent]):before {
    pointer-events: none;
}





/*ADM*/
.list-adm {
	min-width: 200px;
}

.list-modulos {
	float: left;
	padding: 5rem;
}

.modulo-color {
	color: #346e97;
}

.nome-modulo {
	color: #346e97;
	font-size: 1rem;
	font-weight: 800;
}

.nopadding {
	padding: 0 !important;
	margin: 0 !important;
}

.colModulo {
	width: 15%;
}

