body {
  font-weight: 400;
}

.tim-row {
  margin-bottom: 20px;
}

.tim-white-buttons {
  background-color: #777777;
}

.typography-line {
  padding-left: 25%;
  margin-bottom: 35px;
  position: relative;
  display: block;
  width: 100%;
}

.typography-line span {
  bottom: 10px;
  color: #c0c1c2;
  display: block;
  font-weight: 400;
  font-size: 13px;
  line-height: 13px;
  left: 0;
  position: absolute;
  width: 260px;
  text-transform: none;
}

.tim-row {
  padding-top: 60px;
}

.tim-row h3 {
  margin-top: 0;
}

.offline-doc .page-header {
  display: flex;
  align-items: center;
}

.offline-doc .footer {
  position: absolute;
  width: 100%;
  background: transparent;
  bottom: 0;
  color: #fff;
  z-index: 1;
}

.tim-typo {
  padding-left: 25%;
  margin-bottom: 40px;
  position: relative;
  width: 100%;
}

.tim-typo .tim-note {
  bottom: 5px;
  color: #c0c1c2;
  display: block;
  font-weight: 400;


  font-size: 13px;
  line-height: 15px;
  left: 0;
  margin-left: 20px;
  position: absolute;
  width: 260px;
}

.zEWidget-launcher.zEWidget-launcher--active {
  margin: 0 !important;
  margin-right: 10px !important;
}

.zEWidget-launcher.zEWidget-launcher--active .u-userLauncherColor:not([disabled]) {
  padding: 10px !important;
}

body {
  background: #e6e6e6
}

.footer {
  padding: 0;
}

.dataTables_wrapper .dataTables_info {
  float: left;
  padding: 0 !important;
}

.navbar.navbar-expand-lg.navbar-light.bg-light {
  background: linear-gradient(to left, #bf0c00 0%, #e70f00 62%) !important;
  color: white;
}

.navbar-brand {
  padding: .5rem 0;
}

.card [class*="card-header-"] .card-text {
  width: 100%;
}

.bmd-form-group.is-focused .bmd-label-floating,
.bmd-form-group [class^='bmd-label'].bmd-label-floating, 
.bmd-form-group [class*=' bmd-label'].bmd-label-floating {
  left: 15px;
  line-height: 2.4;
}

.bmd-form-group [class^='bmd-label'].bmd-label-floating, .bmd-form-group [class*=' bmd-label'].bmd-label-floating {
  line-height: 2.4 !important;
}

.no-maring {
  margin: 0 !important;
}

.no-margin-top {
  margin: 0
}

.no-padding {
  padding: 0 !important;
}

.bootstrap-select .btn.dropdown-toggle.select-with-transition {
  margin: 0;
  margin-top: 3px;
}

.checkbox label {
  line-height: 0;
}

.checkbox .checkbox-label {
  line-height: 1.4 !important;
  font-size: 12px !important;
}

.bootstrap-select:not([class*="col-"]):not([class*="form-control"]):not(.input-group-btn) {
  width: 100% !important;
}

.card .card-header.card-header-text {
  margin-bottom: 1rem;
}

tbody>tr>td>a.btn-edit {
  background: #f74134;
  color: #ffffff;
  padding: 7px 5px;
  display: inline-block;
  width: 40px;
  margin: -5px 0;
  text-align: center
}

tbody>tr>td>input.check_pagto {
  margin: 10px 5px 10px 10px;
}

tbody>tr>td>a.btn-disable {
  background: #8a8a8a;
  color: #ffffff;
  padding: 7px 5px;
  display: inline-block;
  width: 40px;
  margin: -5px 0;
  text-align: center
}

.dataTable>thead>tr>th, 
.dataTable>tbody>tr>th, 
.dataTable>tfoot>tr>th, 
.dataTable>thead>tr>td, 
.dataTable>tbody>tr>td, 
.dataTable>tfoot>tr>td {
  padding: 0;
}

.dataTable>tbody>tr>th, 
.dataTable>tbody>tr>td {
  padding: 5px 10px !important;
}

.dataTable>thead>tr>th {
  border: none;
  font-size: 16px;
}

.table-striped {
  font-size: 12px;
}

.table-striped>thead>tr:first-child {
  background: #dedede;
  color: #737373;
  border-radius: 6px;
  text-align: center;
  height: 59px;
  box-shadow: 1px 2px 2px #bdbdbd;
}

.table-striped>tbody>tr {
  background: white;
  height: 40px;
  box-shadow: 1px 2px 2px rgba(0,0,0, .1);
}

.table-striped>tbody>tr>td {
  text-align: center;
}

.table-striped>tbody>tr.tr-spacing:first-child {
  height: 0;
}

.table-striped>tbody>tr.tr-spacing {
  height: 10px;
  box-shadow: none;
}

.dataTables_wrapper .bottom {
  margin-top: 10px;
}

.dataTables_scrollHead {
  margin-top: 8px; 
  padding: 0 10px 12px 0;
  width: 96% !important;
}

.dataTables_scrollBody {
  margin-left: 0;
  margin-bottom: 25px;
  height: 73vh !important;
  width: 100%;
  padding: 0px 1%;
}

.dataTables_scrollBody::-webkit-scrollbar-track {
	background-color: #FFF;
} 

.dataTables_scrollBody::-webkit-scrollbar {
  width: 7px;
  height: 7px;
	background-color: #F5F5F5;
}

.dataTables_scrollBody::-webkit-scrollbar-thumb {
	background-color: #e70f00;
}

.btn-border-default {
  padding: 10px !important;
  color: #e70f00 !important;
  border: 2px solid #e70f00 !important;
  background: transparent !important;
  font-weight: bold !important;
}

.file-upload{
  color: #313131;
  display:block;
  text-align:center;
  font-size: 12px;
}
.file-upload .file-select{
  display:block;
  border: 2px solid #e70f00;
  color: #313131;
  cursor:pointer;
  height:40px;
  line-height:40px;
  text-align:left;
  background:#FFFFFF;
  overflow:hidden;
  position:relative;
}
.file-upload .file-select .file-select-button{
  background:#e70f00;
  color: #fff;
  cursor: pointer;
  padding:0 10px;
  display:inline-block;
  height:40px;
  line-height:40px;
}
.file-upload .file-select .file-select-name{
  line-height:40px;
  display:inline-block;
  padding:0 10px;
}
.file-upload .file-select:hover{
  border-color:#313131;
  transition:all .2s ease-in-out;
  -moz-transition:all .2s ease-in-out;
  -webkit-transition:all .2s ease-in-out;
  -o-transition:all .2s ease-in-out;
}
.file-upload .file-select:hover .file-select-button{
  background:#313131;
  color:#FFFFFF;
  transition:all .2s ease-in-out;
  -moz-transition:all .2s ease-in-out;
  -webkit-transition:all .2s ease-in-out;
  -o-transition:all .2s ease-in-out;
}
.file-upload.active .file-select{
  border-color:#3fa46a;
  transition:all .2s ease-in-out;
  -moz-transition:all .2s ease-in-out;
  -webkit-transition:all .2s ease-in-out;
  -o-transition:all .2s ease-in-out;
}
.file-upload.active .file-select .file-select-button{
  background:#3fa46a;
  color:#FFFFFF;
  transition:all .2s ease-in-out;
  -moz-transition:all .2s ease-in-out;
  -webkit-transition:all .2s ease-in-out;
  -o-transition:all .2s ease-in-out;
}
.file-upload .file-select input[type=file]{
  z-index:100;
  cursor:pointer;
  position:absolute;
  height:100%;
  width:100%;
  top:0;
  left:0;
  opacity:0;
  filter:alpha(opacity=0);
}
.file-upload .file-select.file-select-disabled{
  opacity:0.65;
}
.file-upload .file-select.file-select-disabled:hover{
  cursor:default;
  display:block;
  border: 2px solid #dce4ec;
  color: #34495e;
  cursor:pointer;
  height:40px;
  line-height:40px;
  margin-top:5px;
  text-align:left;
  background:#FFFFFF;
  overflow:hidden;
  position:relative;
}
.file-upload .file-select.file-select-disabled:hover .file-select-button{
  background:#dce4ec;
  color:#666666;
  padding:0 10px;
  display:inline-block;
  height:40px;
  line-height:40px;
}
.file-upload .file-select.file-select-disabled:hover .file-select-name{
  line-height:40px;
  display:inline-block;
  padding:0 10px;
}

.footer {
  position: fixed;
  bottom: 10px;
  width: 100vw;
  left: 0;
}

.zEWidget-launcher.zEWidget-launcher--active {
  bottom: 10px !important;
}

.btn.btn-default {
  color: #737373 !important;
  background-color: #dedede !important;
}

.dataTables_wrapper .dataTables_info {
  font-size: 12px;
  color: #999999;
  font-weight: 400;
}

iframe[data-product="web_widget"] {

}

.dataTables_scrollHeadInner {
  display: none;
}

tbody>tr>td {
  white-space: nowrap;
}

tbody>tr.thead {
  background-color: #cecece !important;
  text-align: center;
}

tbody>tr.thead>th {
  line-height: 14px;
}

#consulta_data_wrapper .dataTables_scrollBody {
  height: 58vh !important;
}


#consulta_data_wrapper .bottom {
  margin-bottom: 10px;
}

#empresa_data td:last-child,
#grupo_data td:last-child  {
  text-align: right;
}

.select-custom-label {
  font-size: 11px !important;
  margin: 0;
  line-height: 0px !important;
}

.bootstrap-select .dropdown-menu {
  min-width: 100% !important;
  top: 0 !important;
}

.navbar-light .navbar-toggler {
  border: none;
}

.navbar .navbar-toggler .navbar-toggler-icon {
  width: 22px;
  height: 22px;
  background-color: transparent; 
}

@media (max-width: 991px) {

  .navbar-collapse {
    position: inherit;
  }

  .navbar-collapse.collapse.show {
    display: block !important;
  }

  .navbar-collapse::after {
    background-color: #970000;
  }

  .navbar .dropdown.show .dropdown-menu, .navbar .dropdown .dropdown-menu {
    padding: 0;
    margin: 0;
    height: auto;
  } 

  .dropdown-menu .dropdown-item, .dropdown-menu li>a {
    color: white;
  }

  .dataTables_scrollBody {
    height: 35vh !important
  }

}


.was-validated .form-control:invalid {
  background-image: linear-gradient(to top, #f44336 2px, rgba(244, 67, 54, 0) 2px), 
  linear-gradient(to top, #f44336 1px, rgba(210, 210, 210, 0) 1px)
}

.alert {
  position: fixed;
  bottom: 0;
  right: 10px;
  z-index: 1000000;
  max-width: 600px;
  opacity: 0.9;
}

.has-error .bootstrap-select .dropdown-toggle, .error .bootstrap-select .dropdown-toggle, .bootstrap-select.is-invalid .dropdown-toggle, .was-validated .bootstrap-select .selectpicker:invalid+.dropdown-toggle {
  border: 1px solid #b94a48 !important;
  padding: 8px 12px !important;
}

.swal2-popup {
  display: flex;
  font-size: 12px !important;
  padding: 10px 16px !important;
}

.swal2-icon {
  transform: scale(.7) !important;
  margin: 0 auto !important;
}

.reveal-overlay {
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 1005;
  display: none;
  background-color: rgba(10, 10, 10, 0.45);
  overflow-y: scroll;
}

#tourme-content.arrow-up .tourme-arrow {
  top: 11px;
  left: 41px;
  border-left: 10px solid transparent;
  border-right: 10px solid transparent;
  border-bottom: 10px solid #fff;
}

#tourme-content.arrow-left .tourme-arrow {
  left: 11px;
  border-top: 10px solid transparent;
  border-bottom: 10px solid transparent;
  border-right: 10px solid #fff;
}

#tourme-content.arrow-down .tourme-arrow {
  bottom: 11px;
  border-left: 10px solid transparent;
  border-right: 10px solid transparent;
  border-top: 10px solid #fff;
}

#tourme-content.arrow-right .tourme-arrow {
  right: 11px;
  border-top: 10px solid transparent;
  border-bottom: 10px solid transparent;
  border-left: 10px solid #fff;
}

.tourme-content-container {
  padding: 0;
  padding-bottom: 0px;
  border-radius: 6px;
  position: relative;
}

.tourme-content-container .content {
  padding: 12px;
  padding-bottom: 38px;
  font-size: 12px;
  font-weight: 400;
  line-height: 16px;
}

#tourme-buttons {
  border: 0;
  border-top: 1px solid #ccc;
  position: absolute;
  bottom: 0;
  width: 100%;
  padding-right:4px;
}

#tourme-button-end, #tourme-button-next, #tourme-button-prev { 
  margin: 0;
  float: inherit;
  border-radius: 0px;
  border: 0;
  border-right: 1px solid #ccc;
  display: inline-block;
  font-weight: bold;
  padding: 4px 15px;
}

#tourme-button-end {
  float: right;
  border: 0;
}


.card .card-body+.card-footer, .card .card-footer {
  justify-content: flex-end;
}

.modal-open .modal {
  background: #00000040;
}

.modal .modal-dialog {
  margin: 1.75rem auto;
}

.jFiler-theme-default .jFiler-input {
  width: 100%;
}

.jFiler-theme-default .jFiler-input-caption {
  padding: 5px 10px;
}

.jFiler-theme-default .jFiler-input-button:active {
  padding: 5px 10px;
}
.jFiler-theme-default .jFiler-row {
  max-height: 170px;
  overflow-y: auto;
}



#form-suporte .modal-body::-webkit-scrollbar-track {
	background-color: #FFF;
} 

#form-suporte .modal-body::-webkit-scrollbar {
  width: 7px;
  height: 7px;
	background-color: #F5F5F5;
}

#form-suporte .modal-body::-webkit-scrollbar-thumb {
	background-color: #e70f00;
}