html, body { height:100%; }
.h-40{
	height: 40px;
}
.pt-20{
	padding-top:20px;
}
.w-100p{
	width: 100%
}

.d-inline-flex{
	display: inline-flex;
}
.invalid-feedback-checkbox{
	margin-top: .25rem;
    font-size: .875rem;
    color: #dc3545;	
}   
.norequired{
  color: #566573 !important;
  border: 1px solid #ced4da !important;  
}

.norequiredCheck{
  color: #566573 !important;
}

.btn-search{
	height: 31px
}
.disabled{pointer-events:none}

body {
	font-family:'roboto',Arial,sans-serif;
	background: #fafafa;
	color: #566573;
	font-weight: normal;
}

.h1, h1 {
    font-size: 1.5rem;
    margin-bottom: 2.5rem;
    font-family: roboto_bold;
}

#detalheConsulta h4 {
  font-family: roboto_bold;
  font-size: 0.85rem;
  text-transform: uppercase;
  margin-bottom: 20px;
}

#detalheConsulta h4:after {
	content: "";
	border-bottom: 2px solid #ffc029;
	width: 40px;
	margin-top: 10px;
	display: block;
}


#mainSite {
	padding-top: 2.5rem;
}

.txtMaior {
	font-family: roboto_bold;
	font-size: 1.25rem;
}

.heroCustom {
	padding: 1.25rem;
    background: #fafafa;
    border-radius: 3px;
}


button {
	cursor: pointer;
}

audio {
	width: 100%;
}

.bgBs {
  background: #436fbe;
}


.w-auto {
	width: auto;
}

b, strong,
.font-weight-bold {
	font-weight: normal;
	font-family: 'roboto_bold';
}

/* Colors */

.bg-light {
	background-color: #f0f0f0!important;
}

.text-primary {
	color:#ffc029!important;
}

.text-dark {
	color: #566573;
}

h1,h2,h3,h4,h5 {
	color: #566573;
}

/* Cores Produtos */

.colorYellow {
	color: #ffc029;
	border-color: #ffc029;
}


.bgYellow {
	background-color: #ffc029;
}
.bgGrey {
	background: #566573;
}
.bgCoolgrey {
	background: #8995a1;
}

.bgLightgrey {
	background: #aab7b8;
}


/* Cores Status */

.colorEnviadas {
	color:#4bc0c0;
}

.colorInvalidas {
	color:#ff9f40 ;
}

.colorErro {
	color:#ff6384 ;
}

.colorPendente {
	color: #36a2eb;
}

.colorBlacklist {
	color:#ffcd56 ;
}


/* Links */

a {
	-webkit-transition: all 0.3s ease;
	-moz-transition: all 0.3s ease;
	-ms-transition: all 0.3s ease;
	-o-transition: all 0.3s ease;
	transition: all 0.3s ease;
	color: #007ac1;
	text-decoration: none;
}

a:hover {
	color: #007ac1;
	text-decoration: none;
}

a:focus {
	outline: none;
}



/* Menu Créditos */
#menuCreditos {
    padding: 1rem;
    background: rgba(0, 0, 0, 0.3);	
    text-align: center;
    display: inline-block;
}

#menuCreditos ul {
	list-style-type: none;
	padding: 0;
	display: inline-block;
}

#menuCreditos li {
	display: inline-block;
	margin: 0 0.5rem;	
	text-align: left;
}


#menuCreditos i {
	font-size: 1.25rem;
	vertical-align: top;
	margin-top: 0.15rem;
}

#menuCreditos h5 {
	font-size: 0.65rem;
	text-transform: uppercase;
	margin-bottom: 0;
}

#menuCreditos .infoCrdt {
    display: inline-block;
    margin-left: 5px;
}

#menuCreditos .valCrdt {
	color: #fff;
    font-size: 0.9rem;
	line-height: 0.9rem;
	display: block;
}

.labelExtratomenu {
	display: none;
	color: #fff;
	text-align: left;	
}


/* Navbar principal */


.navbar-toggler {
	margin: .5rem; 
}

.navbar {
    padding: 0 1rem;
}

#navPrincipal {
	font-family:roboto_bold;
}

.navbar .nav-link {
	border-bottom: 3px solid transparent;
	border-top: 3px solid transparent;
	padding: 1rem 1rem;
}

.navbar .navbar-nav .active>.nav-link {
	border-bottom-color: #ffc029;
	color: #ffc029;
}

.navbar .fa-home {
	font-size: 24px;
}

.navbar-expand-lg .navbar-nav .nav-link {
	padding: 1rem 1.25rem;
}

#navHome a.nav-link {
    padding-bottom: 0.75rem;
}

.navbar-dark .navbar-nav .nav-link {
	color: #fff;
}

/* Navs */

.nav-link {
    padding: .8rem 1.25rem;
}


/* Dropdowns */

.dropdown-menu {
	margin: 0;
	border: none;
	border-radius: 0;
	border-bottom-left-radius: 5px;
    border-bottom-right-radius: 5px;
	box-shadow: 0px 0px 10px 0px rgba(29, 29, 29, 0.15);	
}

.navbar-dark .navbar-nav .show>.nav-link {
	background: #fff;
	color: #566573;
	z-index: 9999;
	position: relative;
	-webkit-transition: none;
	-moz-transition: none;
	-ms-transition: none;
	-o-transition: none;
	transition: none;	
}

.dropdown-item {
	color: #aaaaaa;
	padding: .25rem 1.75rem;
	font-family: roboto;

}

.dropdown-item.active, 
.dropdown-item:active {
    color: #566573;
    background-color: #f0f0f0;;
}

.dropdown-menu {
	padding: 1.5rem 0;
}

.dropdown-divider {
    margin: 1rem 0;
}

.dropdown-item:focus, .dropdown-item:hover {
	color: #566573;
}
 

/* Alerts */

.alert {
	border: none;
}

a.alert {
	display: block;
	text-decoration: none;
}

.alert-primary {
    color: #6c91c8;
    background-color: #e6eef9;
}

.alert-secondary {
    color: #8995a1;
    background-color: #f0f0f0;
}

.alert-success{
    color: #29c287;
    background-color: #e9fdf2;
}

.alert-danger {
    color: #e14b46;
    background-color: #ffd6d6;
    border-color: #dddfe2;
}

.alert-warning {
    color: #fcb813;
    background-color: #fff0e1;
}

.alert-info {
    color: #6c91c8;
    background-color: #ddffff;
}
.alert-fixed {
    position:fixed; 
    top: 0px; 
    left: 0px; 
    width: 100%;
    z-index:9999; 
    border-radius:0px;
   	z-index: 100000;
}
#ajudaMenu {
    color: #fcb813;
    text-transform: uppercase;
    margin: -0.5rem 1rem 1rem;
    font-size: 0.7rem;
}

#ajudaMenu i {
    font-size: 1.5rem;
    display: block;
    float: left;
    margin-right: 0.5rem;
    margin-top: 0.25rem;
}




/* CARDS */

.card {
	border: none;
	border-radius: 0.15rem;
  	box-shadow: 0px 1px 2px 0px rgba(29, 29, 29, 0.1);	
}

.card .card {
	box-shadow: none;
	border: 1px solid #e9ecef;
	font-size: 0.9rem;
}

.card-body {
	padding: 2rem;
}

.card-title {
	font-size: 1rem;
	text-transform: uppercase;
	margin-bottom: 1rem;
}

/*  Chamadas home */

#homeContent .jumbotron i {
	font-size: 3rem;
	position: absolute;
	top: 2rem;
	left:3rem;
}

.contentJbtr {
	padding-left: 4rem;
}

.jumbotron {
	padding-top: 2rem;
	padding-bottom: 2rem;
}

#cardUltimas table {
    margin-bottom: 0;
    border-bottom: none;
}

#cardUltimas table tr:first-child td {
	border-top: none;
}

#cardUltimas i.colorYellow {
	font-size: 1.25rem;
	margin-right: 0.5rem;
}

#cardUltimas td:nth-child(4) {
    text-align: right;
    vertical-align: middle;
}


/* Botões */

.btn {
	border-width: 2px;
    padding: .375rem 1.5rem;	
    border-radius: 100px;
}

.btn.borderAlternative {
 	border-radius: 4px;
}

.btn.btn-sm {
    padding: .188rem 1.4rem;
}


.btn-group-lg>.btn,
.btn-lg {
	font-size: 1.1rem;
	padding: .5rem 2rem; 

}


.btn-group .btn+.btn, 
.btn-group .btn+.btn-group, 
.btn-group .btn-group+.btn, 
.btn-group .btn-group+.btn-group, 
.btn-group-vertical .btn+.btn, 
.btn-group-vertical .btn+.btn-group, 
.btn-group-vertical .btn-group+.btn, 
.btn-group-vertical .btn-group+.btn-group {
	margin-left: -2px;
}


.btn-primary {
	background-color:#ffc029;
	border-color: #ffc029;
}

.btn-primary:hover,
.btn-primary:not([disabled]):not(.disabled):active {
	background-color:#e5a40b;
	border-color: #e5a40b;

}

.btn-success {
	background-color:#339999;
	border-color: #339999;
}

.btn-info {
    background-color: #436fbe;
    border-color: #436fbe;
}

	
.btn-info:hover,
.btn-info:not([disabled]):not(.disabled):active{
    background-color: #2955A6;
    border-color: #2955A6;
}


.btn-info.collapsed {
    background-color: transparent;
    border-color: transparent;
    color: #566573;
}

.btn-light {
    color: #436fbe;
    background-color: #f5f5f5;
    border-color: #f5f5f5;
}

.btn-outline-light {
	color: #566573;
	border-color:#dbdfdc;
}

.btn-outline-light:hover,
.show>.btn-outline-light.dropdown-toggle {
	background-color:#dbdfdc;
	color: #566573;
	border-color:#dbdfdc;
}

.btn-outline-primary {
	color: #566573;
	border-color:#ffc029;
}

.btn-outline-primary i {
	color: #ffc029;
}

.btn-outline-primary:hover i {
	color: #fff;
}

.btn-outline-primary:hover,
.show>.btn-outline-primary.dropdown-toggle,
.btn-outline-primary:not([disabled]):not(.disabled).active, 
.btn-outline-primary:not([disabled]):not(.disabled):active {
	background-color:#ffc029;
	border-color:#ffc029;
	z-index: 9999;
}

.btn-outline-light:not([disabled]):not(.disabled).active, 
.btn-outline-light:not([disabled]):not(.disabled):active, 
.show>.btn-outline-light.dropdown-toggle {
	color: #FFF;
    background-color: #436fbe;
    border-color: #436fbe;
    box-shadow: none;
}

.show>.btn-outline-light.dropdown-toggle {
	box-shadow: none;
}

.btn:not([disabled]):not(.disabled) {
    cursor: pointer;
}

.btn-link {
	color: #007ac1;
}

.btn-link:hover {
	text-decoration: none;
}




/* Forms default */

.form-check-label {
	padding-left: 0;
	cursor: pointer;
	font-size: 0.85rem;
}

.card .form-group:not(:last-child),
.card .view-group:not(:last-child){
    margin-bottom: 0.75rem;
    border-bottom: 1px solid #f0f0f0;
    padding-bottom: 0.75rem;
}


/*
.view-content {
    padding-top: calc(.375rem + 1px);
    padding-bottom: calc(.375rem + 1px);
}
*/
.view-content .linkVermais {
	float: right;
	line-height: 1.75rem;
}

/*
.col-form-label,
label:not(.form-check-label) {
	font-size: 0.75rem;
	font-family: 'roboto_bold';
	color: #566573;
}*/

.view-group label,
#detalheFiliais label,
label {
	font-family: roboto;
	margin-bottom: 0;
	font-size: 0.75rem;
}
.label-title{
	font-size: 0.95rem !important;
    font-weight: 600 !important;
}



label.btn,
.view-group .form-check-label {
	font-size: 0.9rem;
}


fieldset input[type="date"],
fieldset input[type="datetime-local"],
fieldset input[type="text"],
fieldset select  {
	margin-top: -1rem;
	margin-bottom:  -1rem;
	margin-left: 0.75rem;
	display: inline-block;
	cursor: pointer;
}

.input-group>.input-group-append>.btn, 
.input-group>.input-group-append>.input-group-text, 
.input-group>.input-group-prepend:first-child>.btn:not(:first-child), 
.input-group>.input-group-prepend:first-child>.input-group-text:not(:first-child), 
.input-group>.input-group-prepend:not(:first-child)>.btn, 
.input-group>.input-group-prepend:not(:first-child)>.input-group-text {
    border-top-left-radius: 0;
    border-bottom-left-radius: 0;
    border-top-right-radius:.2rem;;
    border-bottom-right-radius:.2rem;;
}

.input-group-append {
    margin-left: -1px;
}

.input-group-append .btn, 
.input-group-prepend .btn {
    position: relative;
    z-index: 2;
}

.form-control-plaintext {
	color: #8995a1;
	width: 100%;
}

.form-control {
	padding: .438rem .75rem;
}

.form-control-sm, 
.input-group-sm>.form-control, 
.input-group-sm>.input-group-addon, 
.input-group-sm>.input-group-btn>.btn {
	padding: .32rem .5rem;
	height: calc(1.8125rem + 2px)
}

textarea.form-control-plaintext {
	min-height: 100%;
}


.form-check-inline .form-check-input {
    position: static;
    margin-top: 0;
    margin-right: .3125rem;
    margin-left: 0;
}

.form-check-input {
    position: absolute;
    margin-top: .3rem;
    margin-left: -1.25rem;
}

.form-check {
    padding-left: 1.25rem;
}

.view-group .btn {
	margin-bottom: 0.5rem;
}
.form-check-inline {
    /*display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;*/
    padding-left: 0;
    margin-right: .75rem;
}
.checkInputs select, .checkInputs input.dateField {
    margin-top: -1rem;
    margin-bottom: -1rem;
    margin-left: 0.75rem;
    width: auto;
    display: inline-block;
    cursor: pointer;
}


/* Filter Tables */

.checkInputs select, .checkInputs input.dateField {
    margin-top: -1rem;
    margin-bottom: -1rem;
    margin-left: 0.75rem;
    width: auto;
    display: inline-block;
    cursor: pointer;
}

.checkInputs .form-check {
    margin-bottom: 1rem;
}

.menuForm {
	min-width:555px;
}

.menuForm .dropdown-header {
	padding-left: 0;
	text-transform: uppercase;
}

/* Badges */

.badge {
	font-size: 0.75rem;
	border-radius: 2px;
    padding:0.25rem 0.45rem;	
    display: inline-block;
    font-weight: normal;
    line-height: normal;
}

.badge i {
	font-size: 0.85rem;
	margin-right: 0.5rem;
	float: left;
}

.badge-danger {
	background: #ffe8e8;
	color: #ff8585;
}

.badge-secondary {
	background: #f0f0f0;
	color: #aab7b8;
}

.badge-success {
	background: #e3f3c6;
	color: #88b538;
}



/* Media */

.card .media:not(:last-child) {
	border-bottom:1px solid #eeeeee;
    padding-bottom: 1.75rem;	
    margin-bottom: 1.75rem;
}

.card .media:first-child {
	border-top: none;
}



/* Footer */

footer {
    padding: 2rem 0;
    border-top: 1px solid #ddd;
    font-size: 0.9rem;
}

footer p {
	margin-bottom: 0;
}

footer img {
	margin-right: 0.5rem;
	height: 1.5rem;
}

.helpFooter {
	float: right;
	margin-bottom: 1.5rem;
}

.avisoRodape {
	margin-bottom: 30px;
	font-size: 0.875rem;
}

/* Jumbotron */

.jumbotron {
    background-color: #f5f5f5;
    border: 1px solid #dee2e6;
}

.jumbotron .card-title {
	font-family: roboto_bold_italic;
}



/* Tooltips */

.tooltip {
	font-size: 0.75rem;
	line-height: 1rem;

}

.tooltip-inner {
	background: #3c444d;
	text-align: left;	
	padding: 0.75rem;
	max-width: 180px;
}

.tooltip.bs-tooltip-right .arrow::before {
	border-right-color: #3c444d;
}



/* Drop File */

.dropFile {
	position: relative;
    background: #f0f0f0;
    padding: 1.5rem;
    text-align: center;
    cursor: pointer;
}
.dropFile:hover {
	background: #dddddd;
}

.dropFile label {
	margin: 0;
    font-family: 'roboto';
    color:#8995a1;
}
.dropFile i {
	font-size: 2rem;
    vertical-align: middle;
    margin-right: 1rem;	
}

.dropFile input {
	text-indent: 999999px;
    color: transparent;
    position: absolute;
    top: 0;
    bottom: 0;
    right: 0;
    left: 0;
    overflow: hidden;
    width: 100%;
}

.drop-group {
	margin-bottom: 0;
}

/* Select Empresa */


.selectEmpresa .dropdown-menu {
	width: 400px;
}

/* Select Menu */

.selectMenu {
	width: 100%;
}

.selectMenu .btn {
	text-align: left;
}

.selectMenu .dropdown-toggle::after {
	float: right;
    margin: 0.6rem 0;
}


.selectMenu .dropdown-menu {
	min-width: 100%;
	z-index: 9999;
}

.dropdown-menu .list-group {
	max-height: 190px;
	overflow-y: scroll;
	border-radius: .25rem;
	border: 1px solid rgba(0,0,0,.125);
}
.dropdown-menu .list-group-item {
	border-bottom: none;
	border-left: none;
	border-right: none;
}

.dropdown-menu .list-group-item:first-child {
	border-top: none;
}

.dropdown-menu .list-group-item:first-child,
.dropdown-menu .list-group-item:last-child {
	border-radius: 0;
}



/* TABS */

.nav-tabs {
	width: 100%;
}

.nav-tabs .nav-link,
.nav-tabs .nav-item.show .nav-link, 
.nav-tabs .nav-link.active,
.nav-tabs,
.nav-tabs .nav-link:focus, 
.nav-tabs .nav-link:hover {
	border: none;
	border-radius:0.15rem 0.15rem 0 0;
	z-index: 9;
}

.nav-tabs .nav-link.active {
	box-shadow: 0px 1px 2px -5px rgba(29, 29, 29, 0.1);
}


/* Tables */

.table td, 
.table th {
	vertical-align: middle;
}

.table thead th {
	font-size:0.75rem;
	font-weight: normal;
	color: #566573;
    padding: 0.15rem 0.5rem;	
}

.table {
	border-bottom: 2px solid #e9ecef
}

.table-content tbody td,
.table-content thead th {
	padding-right: 0;
	padding-left: 0;
	border-top-style: dotted;
}

.table-content {
	border-width: 1px;
	border-bottom: none;
	margin-bottom: 0;
}
.table-content thead th {
	border: none;
}

.table-content tr:first-child td {
	border-top: none;
	padding-top: 0;
}



/* Pager */

.page-link {
	color: #8995a1;
}

.pagination-sm .page-link {
    padding: .25rem .75rem;
}

.page-link:focus, 
.page-link:hover {
	background: #8995a1;
	color: #fff;
	border-color: #8995a1;
}

.labelPager {
	font-size: .9rem;
	color: #566573;
}




/* Modal */

.modal-header,
.modal-footer,
.modal-content {
    border-radius: 0!important;
    border: none;
}

.modal-header,
.modal-footer,
.modal-body {
	padding:1rem;
}


/* toogle panels */

.toglePanels a[aria-expanded="true"] {
	background: #566573;
	color: #fff;
	border-color: #566573;
}


/* Calendar Picker*/

.datepicker {
    padding-left: 1rem;
    padding-right: 1rem;
}


.datepicker td, 
.datepicker th {
    text-align: center;
    width: 30px;
    height: 30px;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    border-radius: 3px;
    border: none;
}

.datepicker table tr td.active, 
.datepicker table tr td.active.disabled, 
.datepicker table tr td.active.disabled:hover, 
.datepicker table tr td.active:hover,
.datepicker table tr td span.active, 
.datepicker table tr td span.active.disabled, 
.datepicker table tr td span.active.disabled:hover, 
.datepicker table tr td span.active:hover {
	background: #ffc029!important;
	border: none;
	border-radius: 2px;
}


.datepicker-dropdown.datepicker-orient-top:before {
    bottom: -7px;
    border-bottom: 0;
    border-top: 7px solid #f0f0f0;
}

.datepicker th {
    font-family: roboto_bold;
    color: #566573;
}

.text-muted {
	font-family: roboto_italic;
}

/* Loading */


#loadingFull {
    z-index: 99999;
    position: absolute;
    top: 0;
    bottom: 0;
    right: 0;
    left: 0;
    background: hsla(219, 40%, 20%, 0.95);
}

.sk-fading-circle {
	margin: auto;
    width: 100px;
    height: 100px;
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
}

.sk-fading-circle .sk-circle {
  width: 100%;
  height: 100%;
  position: absolute;
  left: 0;
  top: 0;
}

.sk-fading-circle .sk-circle:before {
  content: '';
  display: block;
  margin: 0 auto;
  width: 8%;
  height: 8%;
  background-color: #ffc029;
  border-radius: 100%;
  -webkit-animation: sk-circleFadeDelay 1.2s infinite ease-in-out both;
          animation: sk-circleFadeDelay 1.2s infinite ease-in-out both;
}
.sk-fading-circle .sk-circle2 {
  -webkit-transform: rotate(30deg);
      -ms-transform: rotate(30deg);
          transform: rotate(30deg);
}
.sk-fading-circle .sk-circle3 {
  -webkit-transform: rotate(60deg);
      -ms-transform: rotate(60deg);
          transform: rotate(60deg);
}
.sk-fading-circle .sk-circle4 {
  -webkit-transform: rotate(90deg);
      -ms-transform: rotate(90deg);
          transform: rotate(90deg);
}
.sk-fading-circle .sk-circle5 {
  -webkit-transform: rotate(120deg);
      -ms-transform: rotate(120deg);
          transform: rotate(120deg);
}
.sk-fading-circle .sk-circle6 {
  -webkit-transform: rotate(150deg);
      -ms-transform: rotate(150deg);
          transform: rotate(150deg);
}
.sk-fading-circle .sk-circle7 {
  -webkit-transform: rotate(180deg);
      -ms-transform: rotate(180deg);
          transform: rotate(180deg);
}
.sk-fading-circle .sk-circle8 {
  -webkit-transform: rotate(210deg);
      -ms-transform: rotate(210deg);
          transform: rotate(210deg);
}
.sk-fading-circle .sk-circle9 {
  -webkit-transform: rotate(240deg);
      -ms-transform: rotate(240deg);
          transform: rotate(240deg);
}
.sk-fading-circle .sk-circle10 {
  -webkit-transform: rotate(270deg);
      -ms-transform: rotate(270deg);
          transform: rotate(270deg);
}
.sk-fading-circle .sk-circle11 {
  -webkit-transform: rotate(300deg);
      -ms-transform: rotate(300deg);
          transform: rotate(300deg); 
}
.sk-fading-circle .sk-circle12 {
  -webkit-transform: rotate(330deg);
      -ms-transform: rotate(330deg);
          transform: rotate(330deg); 
}
.sk-fading-circle .sk-circle2:before {
  -webkit-animation-delay: -1.1s;
          animation-delay: -1.1s; 
}
.sk-fading-circle .sk-circle3:before {
  -webkit-animation-delay: -1s;
          animation-delay: -1s; 
}
.sk-fading-circle .sk-circle4:before {
  -webkit-animation-delay: -0.9s;
          animation-delay: -0.9s; 
}
.sk-fading-circle .sk-circle5:before {
  -webkit-animation-delay: -0.8s;
          animation-delay: -0.8s; 
}
.sk-fading-circle .sk-circle6:before {
  -webkit-animation-delay: -0.7s;
          animation-delay: -0.7s; 
}
.sk-fading-circle .sk-circle7:before {
  -webkit-animation-delay: -0.6s;
          animation-delay: -0.6s; 
}
.sk-fading-circle .sk-circle8:before {
  -webkit-animation-delay: -0.5s;
          animation-delay: -0.5s; 
}
.sk-fading-circle .sk-circle9:before {
  -webkit-animation-delay: -0.4s;
          animation-delay: -0.4s;
}
.sk-fading-circle .sk-circle10:before {
  -webkit-animation-delay: -0.3s;
          animation-delay: -0.3s;
}
.sk-fading-circle .sk-circle11:before {
  -webkit-animation-delay: -0.2s;
          animation-delay: -0.2s;
}
.sk-fading-circle .sk-circle12:before {
  -webkit-animation-delay: -0.1s;
          animation-delay: -0.1s;
}

@-webkit-keyframes sk-circleFadeDelay {
  0%, 39%, 100% { opacity: 0; }
  40% { opacity: 1; }
}

@keyframes sk-circleFadeDelay {
  0%, 39%, 100% { opacity: 0; }
  40% { opacity: 1; } 
}

/* Login */

.logoLogin {
	width: 50%;
}

#loginSite .btn-link {
	color: #566573;
}

#loginSite .card .form-group:not(:last-child), 
#loginSite .card .view-group:not(:last-child) {
	border: none;
	padding-bottom: 0;
}

#loginSite .card {
	box-shadow: 0px 1px 20px 0px rgba(29, 29, 29, 0.1);
	border-radius: .5rem;
}

#loginSite blockquote {
	font-size: 1.1rem;
	color: #ffc029;
}

.logoMaior {
	width: 50%;
}

#telaLogin {
	background: #436fbe;
}

.chamadaConta {
	color: #fff;
}

.chamadaConta a {
	color: #fff;
	text-decoration: underline;
}

/* Cadastro */

.passoCadastro {
	font-size: 1rem;
	text-transform: uppercase;
	color: #8995a1;
	padding: .5rem 0;
}

/* Helpers */

.btn-help {
    padding: 0.15rem 0;
    border-radius: 100px;
    height: 30px;
    width: 30px;
    text-align: center;
    color: #8995a1;
    border: 1px solid #8995a1;
    display: inline-block;
}

.btn-help:hover {
	color: #fff;
	background-color: #8995a1;
}



/* Ajuda */

.listaPerguntas {
	list-style-type: none;
	margin: 0;
	padding: 0;
}

.listaPerguntas li {
	border-top:1px solid #f0f0f0;
	padding: 1.5rem 0;
}

.listaPerguntas li:first-child {
	border-top: none;
	padding-top: 1rem;
}

/* Cosulta Form */ 

#formConsulta .btn-group.toglePanels {
	width: 100%;
	margin-bottom: 1rem;
}
#formConsulta .btn-group.toglePanels a{
	font-size: 0.9rem;
	width: 50%;
}

.modal-body img {
    max-width: 100%;
}


/* Consulta Detalhe */

.legendaContent {
    padding: 0.85rem;
    background: #f5f5f5;
    font-size: 0.75rem;
    border-radius: 3px;
    margin-bottom: 1rem;
    margin-top: 1rem;
}
.legendaContent i {
	font-size: 1rem;
    margin-right: 7px;
}

#detalheConsulta .table-content .fa-whatsapp,
#detalheConsulta .table-content .fa-address-card {
	margin-right:10px;
	font-size: 20px;
}

/* Detalhe Filiais */

#detalheFiliais .view-group{
	padding-left: 1.25rem;
	padding-right: 1.25rem;
}


/* Ícones nas listas */
.iconList {
	font-size: 1.5rem;
}


.dropItem {
	padding: .25rem 1.75rem;
	cursor: pointer;
}

.dropItem:hover {
    background: #eee;
}

/* Filtro PF */

.scrollForm {
    overflow-y: scroll;
    max-height: 170px;
    background: #f5f5f5;
    padding: 0.5rem .8rem;
}

.scrollForm2 {
	width: 100%;
    overflow-y: scroll;
    max-height: 250px;
    background: #f5f5f5;
    padding: 0.5rem .8rem;
}

.scrollForm3 {
    width: 100%;
    overflow-y: auto;
    max-height: 250px;
    background: #f5f5f5;
    margin-top: -1.25rem;
}

#filtroPF .btn-info i {
	float: right;
	font-size: 1.2rem;
	margin-top: 0.1rem;
}

#filtroPF #accordion .heroCustom {
	min-height: 232px;
}

#filtroPF .btn-group-toggle {
	margin-bottom: 1rem;
}


/* Resultado PF */

.totalResultado {
	font-size: 2.1225rem;
	margin-bottom: 2rem;
	text-align: center;
	font-family: roboto_bold;
}

#headResultado {
	margin: 0;
}

#headResultado .col-md-4 {
	background: #fafafa;
	padding-top: 1.5rem;
	padding-bottom: 1.5rem;
}

#headResultado .col-md-4.resultadoMeio {
	background: #f5f5f5;
}

#headResultado table {
	height: 100%;
}

#headResultado table tr td:first-child {
	text-align: center;
	
	color: #436fbe;
	font-size: .65rem;
}

#headResultado i {
	font-size: 2.25rem;
	display: block;
    margin-bottom: 0.5rem;

}

.doisDados,
.tresDados {
	font-size: 0.75rem;
}
.doisDados strong,
.tresDados strong  {
	font-size: 1.5rem;
}

.tresDados strong {
	display: block;
}

/* Checkout Extração */

.table-checkout thead th {
	color: #fff;
	padding: 1rem;
	text-align: center;
	border: none;
}

.table-checkout thead th .form-check-inline .form-check-label {
	font-size: 1rem;
	text-transform: uppercase;
}

.table-checkout tbody th {
	text-align: center;
}

.table-checkout thead th i {
    font-size: 1.25rem;
    margin-right: 0.5rem;
}

.table-checkout .form-check {
	margin-bottom: 0;
}

.table-checkout td,
.table-checkout th {
	vertical-align: middle;
}
.table-checkout td {
	border: 1px solid #e9ecef;
}

.table-checkout .fa-check-circle {
	color: #29c287;
	font-size: 2rem;
}

.footerExtracao {
	font-family: roboto_italic;
}

/* MAPA */

.google-maps {
    position: relative;
    padding-bottom: 75%; 
    height: 0;
    overflow: hidden;
}
.google-maps iframe {
    position: absolute;
    top: 0;
    left: 0;
    width: 100% !important;
    height: 100% !important;
}

/* Treeview */

.tree, .tree ul {
    margin:0;
    padding:0;
    list-style:none
}
.tree ul {
    margin-left:1em;
    position:relative
}
.tree ul ul {
    margin-left:.5em
}
.tree ul:before {
    content:"";
    display:block;
    width:0;
    position:absolute;
    top:0;
    bottom:0;
    left:0;
    border-left:1px solid
}
.tree li {
    margin:0;
    padding:0 1em;
    line-height:2em;
    position:relative
}
.tree ul li:before {
    content:"";
    display:block;
    width:10px;
    height:0;
    border-top:1px solid;
    margin-top:-1px;
    position:absolute;
    top:1em;
    left:0
}
.tree ul li:last-child:before {
    background:#fff;
    height:auto;
    top:1em;
    bottom:0
}
.indicator {
    margin-right:5px;
}
.tree li a {
    text-decoration: none;
}
.tree li button, 
.tree li button:active, 
.tree li button:focus {
    text-decoration: none;
    border:none;
    background:transparent;
    margin:0px 0px 0px 0px;
    padding:0px 0px 0px 0px;
    outline: 0;
}

#arvoreCNAE input[type="checkbox"] {
	margin-right: 0.5rem;
	margin-left: 0.5rem;
}

@media (max-width: 1200px) {
	.navbar-expand-lg .navbar-nav .nav-link {
		padding: 1rem .5rem;
	}
	#menuCreditos {
		padding: 1rem 0.5rem;
	}

}
@media (max-width: 992px) {
	.labelExtratomenu,
	#menuCreditos {
		display: block;
	}	
	#menuCreditos ul {
		display: none;
	}
	.card-body {
		padding: 1rem;
	}

}

@media (max-width: 768px) {
	body {
		font-size: 14px;
	}
	.navbar {
		padding: 0;
	}
	ul#menuCreditos {
		padding: 1rem 0;
	}
	ul#menuCreditos li {
		margin: 0 .25rem;
	}
	#ajudaMenu i {
		margin-top: 0;
		font-size: 1rem;
	}
	.selectEmpresa .dropdown-menu {
		width: 375px;
	}
	.nav-tabs .nav-link {
		padding: .8rem .5rem;
		font-size: 0.9rem;
	}
	h1.my-4 {
		margin: .5rem 0!important;
		font-size: 2rem;
	}
	.btn-lg.my-5 {
		margin: 2rem 0!important;
	}
	.col-md-8 {
	    -ms-flex:none;
	    flex: none;
	    max-width: none;
	}
	.borderRight {
		border-right: none;
		border-bottom: 1px solid #eee;
		margin-bottom: 1rem;
		padding-bottom: 1rem;
	}

	.form-check select, 
	.form-check input[type="text"],
	.form-check input.dateField {
		margin: 0;
		display: block;
		width: 100%;
	}
	.checkInputs span {
		margin: 0;
	}
	.dropInputTxt {
	    width: 100%;
	}

	.modal-footer {
		display: block;
		text-align: right;
	}
	#modalDelete .modal-footer .btn:first-child {
		margin-bottom: 1rem;
	}

	#homeContent .jumbotron i {
	    font-size: 2rem;
	    top: 2rem;
	    left: 2rem;
	}
	.contentJbtr {
	    padding-left: 3rem;
	}
	footer img {
	    height: 1rem;
	}
	.copyRight {
		font-size: 0.75rem;
	}
	#destaquesLogin {
		display: none;
	}
	.btn {
		white-space: normal;
		margin-bottom: 0.5rem;
	}
	#formConsulta .btn-group.toglePanels a {
		padding: .375rem .5rem;
	}
	.form-row>.col, 
	.form-row>[class*=col-] {
		margin-bottom:1rem;
	}
	/*
	.table-responsive-md tr td {
		display: block;
		border:none;
	}
	.table-responsive-md tr:first-child {
		border-top: none;
	}
	.table-responsive-md tr {
		border-top: 1px solid #e9ecef;
	}
	.table-responsive-md thead {
		display: none;
	}*/
	.menuForm {
		min-width: 310px;
	}
	#btnPgto a{
	    font-size: .75rem;
	    padding-left: 0.5rem;
	    white-space: nowrap;
	    padding-right: .5rem;
	}
	.btnsForm .col-md-6{
		-ms-flex: 0 0 50%;
	    flex: 0 0 50%;
	    max-width: 50%;
	}
	.filterTable>input[type="text"] {
	    max-width: 135px;
	    vertical-align: top;
	}

	
}
.h-32px{
	height:32px;
}
.display-inline{
	display: inline;
}
.overflow-hidden{
	overflow: hidden;	
}
.holdCNAE{
	overflow-y: scroll;
    max-height: 360px;
}

.display-block{
	display: block;
}
