/*
* Base structure
*/
/* @import url('https://fonts.googleapis.com/css2?family=Montserrat:wght@900&display=swap'); */
/* Move down content because we have a fixed navbar that is 50px tall */
.slim-btn-group {
  display: none !important;
  opacity: 0 !important;
}

body {
  padding-top: 50px;
  background: #f5f5f5;
}

h1,
h2,
h3,
h4,
h5,
h6,
p,
a {
  font-family: 'Mont-serrat', sans-serif !important;
  font-weight: 800 !important;
}

*:focus {
  outline: none !important;
}

.sidebar::-webkit-scrollbar {
  width: 8px;
  height: 6px;
  background: rgba(0, 0, 0, 0.1);
}

.sidebar::-webkit-scrollbar-track {
  background: rgba(0, 0, 0, 0.1);
}

.sidebar::-webkit-scrollbar-thumb {
  border-radius: 10px;
  background: rgba(100, 100, 100, 0.7);
}

.panel-login {
  margin-top: 7.5vw;
}

.dropdown-menu {
  z-index: 1000000 !important;
}

.botao-adicionar,
.botao-adicionar:hover {
  padding: 15px;
  margin-top: 30px;
  background: linear-gradient(150deg, rgba(0, 155, 210, 1) 0%, rgba(0, 144, 200, 1) 10%, rgba(0, 116, 176, 1) 35%, rgba(0, 72, 137, 1) 82%, rgba(0, 58, 125, 1) 100%);
  border: none;
  border-radius: 15px;
  color: #fff !important;
}

.botao-remover {
  margin-top: 30px;
}

.right {
  float: right;
}

.flex-space {
  display: flex;
  flex-direction: row;
  justify-content: space-around;
  padding: 0 !important;
}

.flex-space>.checkbox-pay {
  padding: 0 !important;
}

.bootstrap-select>.btn {
  width: 101% !important;
  padding-right: 25px;
  height: 50px !important;
  margin-top: -1px;
  margin-left: -1px !important;
}

.bootstrap-select>.btn {
  display: block;
  width: 100% !important;
  height: 50px !important;
  padding: 5px 15px;
  font-size: 14px;
  line-height: 1.42857143 !important;
  color: #555;
  background-color: #fff;
  background-image: none;
  border: 1px solid #cccccca8;
  /* border-radius: 35px !important; */
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075);
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075);
  -webkit-transition: border-color ease-in-out .15s, -webkit-box-shadow ease-in-out .15s;
  -o-transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;
  transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;
}

.bootstrap-select .dropdown-toggle .filter-option-inner-inner {
  overflow: hidden;
  /* padding-top: 8px; */
}

.bootstrap-select.btn-group>.disabled {
  cursor: not-allowed;
  background: #ddd;
  border-radius: 30px;
}

#form-login img {
  width: 50%;
}

/*
* Global add-ons
*/
.pull-right {
  float: right;
}

.navbar-inverse .navbar-nav>li>a {
  color: #0d4da1;
}

.navbar-inverse .navbar-nav>li>a:hover {
  opacity: 0.8;
  color: #616caa;
  transition: 1s;
}

.sub-header {
  padding-bottom: 10px;
  border-bottom: 1px solid #eee;
}

/*
* Top navigation
* Hide default border to remove 1px line.
*/
.navbar-fixed-top {
  border: 0;
}

form h4 {
  font-size: 16px;
  margin-bottom: 5px;
  margin-top: 40px;
  font-weight: bold;
  text-transform: uppercase;
  color: #1dccd4;
}

.file-upload-btn {
  width: 100%;
  height: 45px;
  border: 0;
  outline: none;
  text-transform: uppercase;
  font-weight: 700;
  font-size: 80%;
}

.file-upload-btn:hover {
  border: 0;
}

.panel-blue {
  background-color: #032c61 !important;
  border-radius: 5px;
  border-color: #032c61 !important;
}

.panel-blue>span>i {
  color: #fff !important;
}

.painel>i {
  color: #032c61 !important;
}

.panel-fff {
  background-color: #fff !important;
}

@media(max-width: 767px) {
  .nav>li>a>i {
    color: #0d4da1 !important;
  }
}

.nav>li:hover>a>i {
  color: #fff !important;
}

.nav-sidebar>.active>a>i {
  color: #fff !important;
}

.navbar-escondido>.active>a>i {
  color: #fff !important;
}

.file-upload-image {
  height: 193px;
  width: 95%;
  margin-top: 5.2%;
  margin-left: 4%;
  padding: 0.4vw;
}

.file-upload-image img {
  width: 100%;
  height: 100%;
}

.file-upload-content .file-upload-image:hover {
  -webkit-transform: scale(1, 1) !important;
  -moz-transform: scale(1, 1) !important;
  -ms-transform: scale(1, 1) !important;
  -o-transform: scale(1, 1) !important;
  transform: scale(1, 1) !important;
  -webkit-filter: blur(0px) !important;
  filter: blur(0px) !important;
  border-radius: 20px;
  cursor: pointer;
  transition: 1s;
}

.file-upload-content .file-upload-image:hover:before {
  transition: 1s;
  width: 100%;
  height: 100%;
  background: rgba(255, 255, 255, 0.5);
  content: "\f00e";
  font-family: FontAwesome;
  font-style: normal;
  font-weight: normal;
  text-decoration: inherit;
  color: #000;
  z-index: 999;
  font-size: 40px;
  position: absolute;
  top: 0%;
  left: 0%;
  vertical-align: middle;
  line-height: 5;
  text-align: center;
}


.inserir-tab {
  background: #e9fcff;
  border-color: #b8deff !important;
  color: #92c1c8 !important;
  font-size: 19pt !important;
  padding: 2px 13px !important;
  transition: 1s;
}

.inserir-tab:hover {
  background: #fff !important;
}

.file-upload {
  background-color: #ffffff;
  margin: 0 auto;
  padding: 0px 18px;
  max-width: 260px;
}

.selecione>.btn-group>.btn {
  border-radius: 30px !important;
}

.selecione>.btn-group>.dropdown-menu {
  z-index: 999 !important;
}

.file-upload-btn {
  width: 100%;
  height: 45px;
  margin: 0;
  color: #fff;
  background: #11cce5;
  border: none;
  margin-top: 6px;
  padding: 10px;
  border-radius: 4px;
  border-bottom: 4px solid #13afc0;
  transition: all .2s ease;
  outline: none;
  text-transform: uppercase;
  font-weight: 700;
}

.file-upload-btn:hover {
  background: #12a0b4;
  color: #ffffff;
  border-bottom: 4px solid #0f7b8a;
  transition: all .2s ease;
  cursor: pointer;
}

.file-upload-btn:active {
  border: 0;
  transition: all .2s ease;
}

.file-upload-content {
  display: none;
  text-align: center;
}

.file-upload-input {
  position: absolute;
  margin: 0;
  padding: 0;
  width: 100%;
  height: 100%;
  outline: none;
  opacity: 0;
  cursor: pointer;
}

.image-upload-wrap {
  margin-top: 20px;
  border: 4px dashed #1dccd4;
  position: relative;
  transition: 1s;
  height: 180px;
}

.image-dropping,
.image-upload-wrap:hover {
  background-color: #1dccd4;
  border: 4px dashed #ffffff;
}

.image-title-wrap {
  padding: 0 10px 0px 20px;
  color: #222;
}

.file-upload-content {
  overflow: hidden;
  max-width: 220px;
}

.drag-text {
  text-align: center;
}

.drag-text h3 {
  font-weight: 100;
  text-transform: uppercase;
  color: #1dccd4;
  padding: 80px 10px;
  margin: 0 auto;
  text-align: center;
  font-size: 16px;
}

.image-upload-wrap:hover h3 {
  color: #fff !important;
}

.remove-image {
  width: 105%;
  height: 45px;
  margin: 0;
  margin-left: -5px;
  color: #fff;
  background: #cd4535;
  border: none;
  padding: 0.5vw;
  border-radius: 4px;
  border-bottom: 4px solid #b02818;
  transition: all .2s ease;
  outline: none;
  text-transform: uppercase;
  font-weight: 700;
  font-size: 75%;
  word-break: break-all;
}

.remove-image:hover {
  background: #c13b2a;
  color: #ffffff;
  transition: all .2s ease;
  cursor: pointer;
}

.remove-image:active {
  border: 0;
  transition: all .2s ease;
}

.form-control {
  display: block;
  width: 100%;
  height: 50px;
  -o-transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;
  transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;
}

.hidden {
  display: none !important;
}

.show {
  display: inline-block !important;
}

.modal-status {
  top: 250px;
}

.btn-login {
  background: #0d4da1;
  height: 50px;
  border-radius: 30px;
  color: #FFF;
  font-size: 15px;
  text-transform: uppercase;
  font-weight: bold;
}

.btn-success {
  color: #fff;
  background-color: #0d4da1 !important;
  padding: 10px 20px;
  transition: 1s;
}

label {
  display: inline-block;
  max-width: 100%;
  margin-bottom: 5px;
  margin-top: 10px;
  font-weight: 600;
}

/*
* Sidebar
*/
button.selectpicker {
  border-radius: 30px !important;
}

.navbar-inverse .navbar-nav>.active>a {
  background-color: #0d4da1 !important;
}

form label {
  margin-top: 10px;
}

form .form-control {
  display: block;
  width: 100%;
  height: 50px;
  padding: 5px 15px;
  font-size: 14px;
  line-height: 1.42857143 !important;
  color: #555;
  background-color: #fff;
  background-image: none;
  border: 1px solid #cccccca8;
  /* border-radius: 35px !important; */
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075);
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075);
  -webkit-transition: border-color ease-in-out .15s, -webkit-box-shadow ease-in-out .15s;
  -o-transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;
  transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;
}

form .form-control.mensagem {
  display: block;
  width: 100%;
  height: 100px;
  padding: 5px 15px;
  font-size: 14px;
  line-height: 1.42857143 !important;
  color: #555;
  background-color: #fff;
  background-image: none;
  border: 1px solid #cccccca8;
  border-radius: 10px !important;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075);
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075);
  -webkit-transition: border-color ease-in-out .15s, -webkit-box-shadow ease-in-out .15s;
  -o-transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;
  transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;
}

.btn-info,
.btn-success {
  font-family: Montserrat, sans-serif;
  color: #fff;
  background: linear-gradient(150deg, rgba(0, 155, 210, 1) 0%, rgba(0, 144, 200, 1) 10%, rgba(0, 116, 176, 1) 35%, rgba(0, 72, 137, 1) 82%, rgba(0, 58, 125, 1) 100%);
  border: none !important;
  text-transform: uppercase;
  border-radius: 10px;
  padding: 10px 20px;
  transition: 1s;
}

.btn-info:hover,
.btn-success:hover {
  background: linear-gradient(150deg, rgba(0, 155, 210, 1) 0%, rgba(0, 144, 200, 1) 10%, rgba(0, 116, 176, 1) 35%, rgba(0, 72, 137, 1) 82%, rgba(0, 58, 125, 1) 100%);
  border: none !important;
}

.btn-xs {
  padding: 5px 10px !important;
}

.btn-limpa {
  width: 170px !important;
}

@media(max-width: 991px) {
  .btn-margin {
    margin-top: 10px;
  }
}

@media(min-width: 992px) and (max-width: 1200px) {
  .btn-top {
    margin-top: 10px;
  }
}

.btn-danger {
  color: #fff;
  background-color: #d9534f !important;
  border-color: #d43f3a !important;
  border-radius: 10px;
  padding: 10px 20px;
  transition: 1s;
  margin-left: 15px !important;
  text-transform: uppercase !important;
}

.btn-danger:hover {
  background-color: #d9534f !important;
  border-color: #d43f3a !important;
}

.flRight {
  display: block;
  float: right;
}

.pago-marg {
  margin-right: 20px;
}

.mod_hidden {
  display: none;
}

/* Hide for mobile, show later */
.sidebar {
  display: none;
}

a .btn-block {
  display: flex;
  font-size: 25px;
  background: transparent;
  color: #053a7d;
}

@media (min-width: 768px) {
  .navbar-escondido {
    display: none !important;
  }

  .sidebar {
    position: fixed;
    top: 0;
    bottom: 0;
    left: 0;
    display: block;
    padding: 0 20px;
    overflow-x: hidden;
    overflow-y: auto;
    background-color: #053a7d;
    z-index: 9999;
  }

  .sidebar a {
    color: #496fa0;
  }

  .sidebar a:hover,
  .sidebar a.active,
  .sidebar a:active,
  .sidebar a:focus {
    transition: 1s;
    background-color: #296ec7 !important;
    opacity: 0.95;
  }
}

/* Sidebar navigation */
.nav-sidebar {
  margin-right: -21px;
  /* 20px padding + 1px border */
  margin-bottom: 20px;
  margin-left: -20px;
}

.nav-sidebar>li>a {
  padding-right: 20px;
  padding-left: 20px;
}

.nav-sidebar>.active>a,
.nav-sidebar>.active>a:hover,
.nav-sidebar>.active>a:focus {
  color: #fff;
  background-color: #428bca;
}


/*
* Main content
*/

.main {
  padding: 20px;
}

@media (min-width: 768px) {
  .main {
    padding-right: 40px;
    padding-left: 40px;
  }
}

@media(max-width: 992px) {
  a .btn-block {
    margin-bottom: 10px;
  }

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

.main .page-header {
  margin-top: 0;
}

.page-header {
  padding-bottom: 9px;
  margin: 40px 0 20px;
  border-bottom: none !important;
  color: #0e4da1;
  ;
  /* text-transform: uppercase; */
  font-weight: 500;
}

/*
* Placeholder dashboard ideas
*/

.placeholders {
  margin-bottom: 30px;
  text-align: center;
}

.placeholders h4 {
  margin-bottom: 0;
}

.placeholder {
  margin-bottom: 20px;
}

.placeholder img {
  display: inline-block;
  border-radius: 50%;
}

.navbar-brand img {
  max-height: 40px;
  margin-top: -10px;
  ;
}

/* .navbar-inverse .navbar-collapse, .navbar-inverse .navbar-form {
  background-color: #fff !important;
  } */
.navbar-inverse {
  background-color: #fff !important;
}

.navbar-brand img {
  min-width: 100%;
  margin-top: -10px;
}

.tool {
  position: relative;
  text-align: center
}

.menus i {
  margin-right: 10px;
  width: 13px;
}

.tool::before,
.tool::after {
  position: absolute;
  left: 50%;
  opacity: 0;
  z-index: 1000000000;
}

.tool:hover::before,
.tool:focus::before,
.tool:hover::after,
.tool:focus::after {
  opacity: 1;
  z-index: 1000000000;
  font-size: 11px;
  text-transform: uppercase;
}

.tool::before {
  border-style: solid;
  border-width: 1em .75em 0 .75em;
  border-color: rgba(62, 71, 79, 0.8) transparent transparent transparent;
  bottom: 100%;
  margin-left: -.5em;
  content: " ";
}

.tool::after {
  background: rgba(62, 71, 79, 0.8);
  border-radius: 20px;
  bottom: 125%;
  color: white;
  min-width: 14em;
  padding: 3px;
  margin-left: -11em;
  content: attr(data-tip);
}

.form-busca .col-md-4 {
  margin-bottom: 10px;
}

.form-adicionar .col-md-4 {
  margin-bottom: 10px;
}

.center {
  text-align: center;
}


.stepper {
  padding: 4px;
  font-weight: bold;
  cursor: pointer;
  border: 1px solid #000;
  border-radius: 15px;
  margin-right: 4px;
  margin-left: 4px;
  font-size: 12px;
}

.stepper-active {
  background-color: #616caa;
  color: #fff;
  border: 1px solid #000;
  border-radius: 15px;
  padding: 4px;
  font-size: 12px
}

.stepper:hover {
  background-color: #80d2c3;
  color: #fff
}

span.stepper-next {
  text-decoration: underline;
  cursor: pointer;
  font-size: 15px
}

.valid {
  border: 1px solid green;
}

.filtroativo {
  background-color: #d9edf7;
}

.carne_body {
  padding-right: 41px !important;
  width: 450px !important;
  height: 16cm !important;
  padding-top: 35px;
  padding-left: 41px !important;
  background-color: #f7f7f7;
  /* margin-bottom:40px;  */
}

.logo {
  width: 100px;
  height: 120px;
}

a {
  color: #000000;
}

.nav-sidebar>.active>a,
.nav-sidebar>.active>a:hover,
.nav-sidebar>.active>a:focus {
  background-color: #032c61;
}

.lista-recusados_col_0 {
  width: 15% !important;
}

.lista-recusados_col_1 {
  width: 15% !important;
}

.btn-info {
  background-color: #0d4da1;
  border-color: #0d4da1;
}

.rodape {
  background-color: #0d4da1;
  text-align: left;
  color: #FFF;
  font-size: 11px;
  /* padding: 20px 10px 10px 10px; */
  position: relative;
  /* bottom: 10% !important; */
  z-index: 1000;
  margin: 0 auto;
  top: 70% !important;
  width: 100%;
  /* display: none; */
}

.main {
  min-height: 750px;
}

.recovery {
  cursor: hand !important;
}

.buttons {
  margin-bottom: 10px;
}

@media(max-width:552px) {
  .navbar-brand img {
    margin-top: 3vw;
    margin-left: 2vw;
  }
}

@media(min-width: 552px) and (max-width: 767px) {
  .navbar-brand img {
    margin-top: 2vw;
    margin-left: 2vw;
  }
}

@media(max-width:767px) {
  .navbar-inverse .navbar-brand {
    padding: 0 !important;
  }

  .navbar-inverse .navbar-toggle:hover .icon-bar {
    background-color: #4edfdf;
  }

  .navbar-inverse .navbar-toggle {
    background-color: #fff;
    border: 1px solid #032c61;

  }

  .navbar-inverse .navbar-toggle .icon-bar {
    background-color: #1e207a;
  }

  .navbar-inverse .navbar-toggle:focus,
  .navbar-inverse .navbar-toggle:hover {
    background-color: #fff;
    border-color: #48cafc;
  }
}

.invalid {
  border: 1px dashed red !important;
  background-color: rgba(255, 0, 0, 0.04) !important;
}

/*-----------------DROPZONE---------------*/

.dropzone,
.dropzone *,
.dropzone-previews,
.dropzone-previews * {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}

.dropzone {
  position: relative;
  border: 1px solid rgba(0, 0, 0, 0.08);
  background: rgba(0, 0, 0, 0.02);
  padding: 1em;
}

.dropzone.dz-clickable {
  cursor: pointer;
}

.dropzone.dz-clickable .dz-message,
.dropzone.dz-clickable .dz-message span {
  cursor: pointer;
}

.dropzone.dz-clickable * {
  cursor: default;
}

.dropzone .dz-message {
  opacity: 1;
  -ms-filter: none;
  filter: none;
}

.dropzone.dz-drag-hover {
  border-color: rgba(0, 0, 0, 0.15);
  background: rgba(0, 0, 0, 0.04);
}

.dropzone.dz-started .dz-message {
  display: none;
}

.dropzone .dz-preview,
.dropzone-previews .dz-preview {
  background: rgba(255, 255, 255, 0.8);
  position: relative;
  display: inline-block;
  margin: 17px;
  vertical-align: top;
  border: 1px solid #acacac;
  padding: 6px 6px 6px 6px;
}

.dropzone .dz-preview.dz-file-preview [data-dz-thumbnail],
.dropzone-previews .dz-preview.dz-file-preview [data-dz-thumbnail] {
  display: none;
}

.dropzone .dz-preview .dz-details,
.dropzone-previews .dz-preview .dz-details {
  width: 100px;
  height: 40px;
  position: relative;
  padding: 5px;
}

.dropzone .dz-preview .dz-details .dz-filename,
.dropzone-previews .dz-preview .dz-details .dz-filename {
  overflow: hidden;
  height: 100%;
}

.dropzone .dz-preview .dz-details img,
.dropzone-previews .dz-preview .dz-details img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100px;
  height: 40px;
}

.dropzone .dz-preview .dz-details .dz-size,
.dropzone-previews .dz-preview .dz-details .dz-size {
  position: absolute;
  bottom: -28px;
  left: 3px;
  height: 28px;
  line-height: 28px;
}

.dropzone .dz-preview.dz-error .dz-error-mark,
.dropzone-previews .dz-preview.dz-error .dz-error-mark {
  display: block;
}

.dropzone .dz-preview.dz-success .dz-success-mark,
.dropzone-previews .dz-preview.dz-success .dz-success-mark {
  display: block;
}

.dropzone .dz-preview:hover .dz-details img,
.dropzone-previews .dz-preview:hover .dz-details img {
  display: none;
}

.dropzone .dz-preview .dz-success-mark,
.dropzone-previews .dz-preview .dz-success-mark,
.dropzone .dz-preview .dz-error-mark,
.dropzone-previews .dz-preview .dz-error-mark {
  display: none;
  position: absolute;
  width: 40px;
  height: 40px;
  font-size: 30px;
  text-align: center;
  right: -10px;
  top: -10px;
}

.dropzone .dz-preview .dz-success-mark,
.dropzone-previews .dz-preview .dz-success-mark {
  color: #8cc657;
}

.dropzone .dz-preview .dz-error-mark,
.dropzone-previews .dz-preview .dz-error-mark {
  color: #ee162d;
}

.dropzone .dz-preview .dz-progress,
.dropzone-previews .dz-preview .dz-progress {
  position: absolute;
  top: 100px;
  /*left: 6px;*/
  right: 6px;
  height: 6px;
  background: #d7d7d7;
  display: none;
}

.dropzone .dz-preview .dz-progress .dz-upload,
.dropzone-previews .dz-preview .dz-progress .dz-upload {
  display: block;
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  width: 0%;
  background-color: #8cc657;
}

.dropzone .dz-preview.dz-processing .dz-progress,
.dropzone-previews .dz-preview.dz-processing .dz-progress {
  display: block;
}

.dropzone .dz-preview .dz-error-message,
.dropzone-previews .dz-preview .dz-error-message {
  display: none;
  position: absolute;
  top: -5px;
  left: -20px;
  background: rgba(245, 245, 245, 0.8);
  padding: 8px 10px;
  color: #800;
  min-width: 140px;
  max-width: 500px;
  z-index: 500;
}

.dropzone .dz-preview:hover.dz-error .dz-error-message,
.dropzone-previews .dz-preview:hover.dz-error .dz-error-message {
  display: block;
}

.dropzone {
  border: 1px solid rgba(0, 0, 0, 0.03);
  min-height: 250px;
  /*max-height: 500px;*/
  -webkit-border-radius: 3px;
  border-radius: 3px;
  background: rgba(0, 0, 0, 0.03);
  padding: 23px;
  border: 2px dashed #5778bb;
}

.dropzone .dz-default.dz-message {
  opacity: 1;
  -ms-filter: none;
  filter: none;
  -webkit-transition: opacity 0.3s ease-in-out;
  -moz-transition: opacity 0.3s ease-in-out;
  -o-transition: opacity 0.3s ease-in-out;
  -ms-transition: opacity 0.3s ease-in-out;
  transition: opacity 0.3s ease-in-out;
  background-repeat: no-repeat;
  background-position: 0 0;
  position: absolute;
  width: 428px;
  height: 123px;
  margin-left: -214px;
  margin-top: -10px;
  top: 50%;
  left: 50%;
}

@media all and (-webkit-min-device-pixel-ratio:1.5),
(min--moz-device-pixel-ratio:1.5),
(-o-min-device-pixel-ratio:1.5/1),
(min-device-pixel-ratio:1.5),
(min-resolution:138dpi),
(min-resolution:1.5dppx) {
  .dropzone .dz-default.dz-message {
    -webkit-background-size: 428px 406px;
    -moz-background-size: 428px 406px;
    background-size: 428px 406px;
  }
}

.dropzone .dz-default.dz-message span {
  display: block;
  color: #000;
}

.dropzone .dz-default.dz-message span img {
  margin-right: 10px;
}

.dropzone.dz-square .dz-default.dz-message {
  background-position: 0 -123px;
  width: 268px;
  margin-left: -134px;
  height: 174px;
  margin-top: -87px;
}

.dropzone.dz-drag-hover .dz-message {
  opacity: 0.15;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=15)";
  filter: alpha(opacity=15);
}

.dropzone.dz-started .dz-message {
  display: block;
  opacity: 0;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
  filter: alpha(opacity=0);
}

.dropzone .dz-preview,
.dropzone-previews .dz-preview {
  -webkit-box-shadow: 1px 1px 4px rgba(0, 0, 0, 0.16);
  box-shadow: 1px 1px 4px rgba(0, 0, 0, 0.16);
  font-size: 14px;
}

.dropzone .dz-preview.dz-image-preview:hover .dz-details img,
.dropzone-previews .dz-preview.dz-image-preview:hover .dz-details img {
  display: none;
  opacity: 0.1;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=10)";
  filter: alpha(opacity=10);
}

.dropzone .dz-preview.dz-success .dz-success-mark,
.dropzone-previews .dz-preview.dz-success .dz-success-mark {
  opacity: 1;
  -ms-filter: none;
  filter: none;
}

.dropzone .dz-preview.dz-error .dz-error-mark,
.dropzone-previews .dz-preview.dz-error .dz-error-mark {
  opacity: 1;
  -ms-filter: none;
  filter: none;
}

.dropzone .dz-preview.dz-error .dz-progress .dz-upload,
.dropzone-previews .dz-preview.dz-error .dz-progress .dz-upload {
  background: #ee1e2d;
}

.dropzone .dz-preview .dz-error-mark,
.dropzone-previews .dz-preview .dz-error-mark,
.dropzone .dz-preview .dz-success-mark,
.dropzone-previews .dz-preview .dz-success-mark {
  display: block;
  opacity: 0;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
  filter: alpha(opacity=0);
  -webkit-transition: opacity 0.4s ease-in-out;
  -moz-transition: opacity 0.4s ease-in-out;
  -o-transition: opacity 0.4s ease-in-out;
  -ms-transition: opacity 0.4s ease-in-out;
  transition: opacity 0.4s ease-in-out;
  background-repeat: no-repeat;
}

@media all and (-webkit-min-device-pixel-ratio:1.5),
(min--moz-device-pixel-ratio:1.5),
(-o-min-device-pixel-ratio:1.5/1),
(min-device-pixel-ratio:1.5),
(min-resolution:138dpi),
(min-resolution:1.5dppx) {

  .dropzone .dz-preview .dz-error-mark,
  .dropzone-previews .dz-preview .dz-error-mark,
  .dropzone .dz-preview .dz-success-mark,
  .dropzone-previews .dz-preview .dz-success-mark {
    -webkit-background-size: 428px 406px;
    -moz-background-size: 428px 406px;
    background-size: 428px 406px;
  }
}

.dropzone .dz-preview .dz-error-mark span,
.dropzone-previews .dz-preview .dz-error-mark span,
.dropzone .dz-preview .dz-success-mark span,
.dropzone-previews .dz-preview .dz-success-mark span {
  display: none;
}

.dropzone .dz-preview .dz-error-mark,
.dropzone-previews .dz-preview .dz-error-mark {
  background-position: -268px -123px;
}

.dropzone .dz-preview .dz-success-mark,
.dropzone-previews .dz-preview .dz-success-mark {
  background-position: -268px -163px;
}

.dropzone .dz-preview .dz-progress .dz-upload,
.dropzone-previews .dz-preview .dz-progress .dz-upload {
  -webkit-animation: loading 0.4s linear infinite;
  -moz-animation: loading 0.4s linear infinite;
  -o-animation: loading 0.4s linear infinite;
  -ms-animation: loading 0.4s linear infinite;
  animation: loading 0.4s linear infinite;
  -webkit-transition: width 0.3s ease-in-out;
  -moz-transition: width 0.3s ease-in-out;
  -o-transition: width 0.3s ease-in-out;
  -ms-transition: width 0.3s ease-in-out;
  transition: width 0.3s ease-in-out;
  -webkit-border-radius: 2px;
  border-radius: 2px;
  position: absolute;
  top: 0;
  left: 0;
  width: 0%;
  height: 100%;
  background-repeat: repeat-x;
  background-position: 0px -400px;
}

@media all and (-webkit-min-device-pixel-ratio:1.5),
(min--moz-device-pixel-ratio:1.5),
(-o-min-device-pixel-ratio:1.5/1),
(min-device-pixel-ratio:1.5),
(min-resolution:138dpi),
(min-resolution:1.5dppx) {

  .dropzone .dz-preview .dz-progress .dz-upload,
  .dropzone-previews .dz-preview .dz-progress .dz-upload {
    -webkit-background-size: 428px 406px;
    -moz-background-size: 428px 406px;
    background-size: 428px 406px;
  }
}

.dropzone .dz-preview.dz-success .dz-progress,
.dropzone-previews .dz-preview.dz-success .dz-progress {
  display: block;
  opacity: 0;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
  filter: alpha(opacity=0);
  -webkit-transition: opacity 0.4s ease-in-out;
  -moz-transition: opacity 0.4s ease-in-out;
  -o-transition: opacity 0.4s ease-in-out;
  -ms-transition: opacity 0.4s ease-in-out;
  transition: opacity 0.4s ease-in-out;
}

.dropzone .dz-preview .dz-error-message,
.dropzone-previews .dz-preview .dz-error-message {
  display: block;
  opacity: 0;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
  filter: alpha(opacity=0);
  -webkit-transition: opacity 0.3s ease-in-out;
  -moz-transition: opacity 0.3s ease-in-out;
  -o-transition: opacity 0.3s ease-in-out;
  -ms-transition: opacity 0.3s ease-in-out;
  transition: opacity 0.3s ease-in-out;
}

.dropzone .dz-preview:hover.dz-error .dz-error-message,
.dropzone-previews .dz-preview:hover.dz-error .dz-error-message {
  opacity: 1;
  -ms-filter: none;
  filter: none;
}

.dropzone a.dz-remove,
.dropzone-previews a.dz-remove {
  background-image: -webkit-linear-gradient(top, #c7bfbf, #e0dfdf);
  background-image: -moz-linear-gradient(top, #c7bfbf, #e0dfdf);
  background-image: -o-linear-gradient(top, #c7bfbf, #e0dfdf);
  background-image: -ms-linear-gradient(top, #c7bfbf, #e0dfdf);
  background-image: linear-gradient(to bottom, #c7bfbf, #e0dfdf);
  -webkit-border-radius: 2px;
  border-radius: 2px;
  border: 1px solid #eee;
  text-decoration: none;
  display: block;
  padding: 4px 5px;
  text-align: center;
  color: #666;
  margin-top: 5px;
}

.dropzone a.dz-remove:hover,
.dropzone-previews a.dz-remove:hover {
  color: #000;
}

.drop-galeria .fallback {
  pointer-events: none;
}

.table-responsive img {
  border-radius: 50%;
}

.dropzone .dz-preview:hover .dz-image img {
  -webkit-transform: scale(1, 1) !important;
  -moz-transform: scale(1, 1) !important;
  -ms-transform: scale(1, 1) !important;
  -o-transform: scale(1, 1) !important;
  transform: scale(1, 1) !important;
  -webkit-filter: blur(0px) !important;
  filter: blur(0px) !important;
  border-radius: 20px;
  cursor: pointer;
  transition: 1s;
}

.dropzone .dz-preview:hover:before {
  transition: 1s;
  width: 100%;
  height: 100%;
  background: rgba(255, 255, 255, 0.5);
  content: "\f00e";
  font-family: FontAwesome;
  font-style: normal;
  font-weight: normal;
  text-decoration: inherit;
  color: #000;
  z-index: 999;
  font-size: 40px;
  position: absolute;
  top: 0%;
  left: 0%;
  vertical-align: middle;
  line-height: 300%;
  text-align: center;
}

.popup {
  position: fixed;
  z-index: 9999;
  top: 0;
  left: 0;
  width: 100%;
  height: 100vh;
  background: rgba(255, 255, 255, 0.75);
  opacity: 0;
  -webkit-transition: opacity .5s ease-in-out .2s;
  transition: opacity .5s ease-in-out .2s;
}

.popup.pop {
  opacity: 1;
  -webkit-transition: opacity .2s ease-in-out 0s;
  transition: opacity .2s ease-in-out 0s;
}

.popup.pop figure {
  margin-top: 0;
  opacity: 1;
}

.popup figure {
  position: relative;
  top: 5%;
  left: 0;
  bottom: 5%;
  margin: 0 auto;
  width: 50vw;
  z-index: 9999;
  height: 90vh;
  opacity: 0;
}

.drop-galeria .dz-image {

  pointer-events: all !important;
  cursor: pointer !important;
}

.drop-galeria .dz-image:hover {
  -webkit-filter: blur(0);
  filter: blur(0);
}

.drop-galeria img:hover {
  -webkit-filter: blur(0);
  filter: blur(0);
}

.shadow {
  width: 100%;
  height: 100%;
  background-size: cover !important;
  background-repeat: no-repeat;
  background-position: center;
  box-shadow: -1px 1px 15px #ccc;
  border-radius: 10px;
}

.popup figure .close {
  position: absolute;
  z-index: 99;
  top: 5%;
  right: 5%;
  width: 40px;
  height: 40px;
  cursor: pointer;
  background: url(#close);
  border-radius: 25px;
  background: rgba(255, 255, 255, 0.9);
  box-shadow: 0 0 3px rgba(0, 0, 0, 0.2);
}

.popup figure .close i {
  margin-left: 30%;
  margin-top: 20%;
}

.popup .close svg {
  width: 100%;
  height: 100%;
  padding: 7px;
  opacity: 0.9;
}

.trash {
  position: absolute;
  border: 0;
  bottom: 2%;
  left: 0;
  right: 0;
  margin: 0 auto;
  text-align: center;
  vertical-align: middle;
  width: 60px;
  line-height: 390%;
  height: 50px;
  background: #e22424ee;
  border-radius: 5px;
  box-shadow: -1px 1px 10px #666;
}

.trash i {
  font-size: 25px;
  color: #fff;
  text-align: center;
}

/**************************estilo da galeria************************/

@-moz-keyframes loading {
  from {
    background-position: 0 -400px;
  }

  to {
    background-position: -7px -400px;
  }
}

@-webkit-keyframes loading {
  from {
    background-position: 0 -400px;
  }

  to {
    background-position: -7px -400px;
  }
}

@-o-keyframes loading {
  from {
    background-position: 0 -400px;
  }

  to {
    background-position: -7px -400px;
  }
}

@keyframes loading {
  from {
    background-position: 0 -400px;
  }

  to {
    background-position: -7px -400px;
  }
}

.fallback {
  pointer-events: none;
}

.bola {
  width: 30px;
  height: 30px;
  border-radius: 45px;
  padding: 15px;
}

.bola_verde {
  background-color: green;
}

.bola_vermelha {
  background-color: red;
}

.bola_amarela {
  background-color: yellow;
}

button {
  text-transform: none;
}

.aplica-btn {
  margin-left: 5%;
}

#loading-teste {
  position: fixed;
  z-index: 5000;
  top: 0;
  height: 100%;
  width: 100%;
  background-color: #000;
  opacity: 0.6;

}

@media print {
  * {
    background: transparent !important;
    color: #000 !important;
    text-shadow: none !important;
    filter: none !important;
    -ms-filter: none !important;
  }

  body {
    margin: 0;
    padding: 0;
    line-height: 1.4em;
  }

  .print {
    display: block;
  }

  .no-print {
    display: none;
  }

}

.btn-entrega {
  background-color: #6170a6 !important;
}

.div-pagamento {
  display: flex;
  width: 100%;
  padding: 15px;
  justify-content: space-around;
}

.div-infos {
  background: #f2f2f2;
  border: 1px solid #DDD;
  border-left: 1px solid #f2f2f2;
  min-height: 515px;
}

.div-selecione {
  padding-left: 0px;
  padding-right: 0px;
}

.li-formas-pagamento {
  list-style: none;
  padding: 15px;
  border: 1px solid #DDD;
  border-right: none;
  width: 100%;
  font-weight: 600;
}

.li-compra-pagamento {
  list-style: none;
  padding: 15px;
  border: 1px solid #DDD;
  border-right: none;
  width: 100%;
  font-weight: 600;
}

.btn-finaliza-cancelamento {
  float: right;
  border-radius: 5px;
}

.li-selecionada {
  margin-left: 5px;
  border-bottom-left-radius: 5px;
  border-top-left-radius: 5px;
  background: #f2f2f2;
}

.pagamentos-options>div {
  width: 12%;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
  border: 1px solid #DDD;
  padding-bottom: 15px;
  padding-top: 15px;
  border-top-left-radius: 5px;
  border-top-right-radius: 5px;
  border-bottom: none;
  margin-bottom: -1px;
  z-index: 4000;
  background: #FFF;
}

.pagamentos-options>.tab-fade {
  background: #DDD;
}

.pagamentos-options {
  display: flex;
  flex-direction: row;
  justify-content: space-between;
}

.div_formas {
  border: 1px solid #DDD;
  min-height: 450px;
  padding: 30px;
  display: flex;
  justify-content: center;
}

.forma_troca>a {
  font-weight: 600;
  text-decoration: none;
  font-size: 12px;
}

.multiplos-li {
  display: flex;
  justify-content: space-between;
}

.formas_multiplos {
  background: #f2f2f2;
  border: 1px solid #DDD;
  border-left: 1px solid #f2f2f2;
  padding-bottom: 30px;
  min-height: 435px;
}

.multiplos_checkbox {
  -ms-transform: scale(1.5);
  -moz-transform: scale(1.5);
  -webkit-transform: scale(1.5);
  -o-transform: scale(1.5);
  transform: scale(1.5);
  padding: 10px;
  margin-top: 18px;
  margin: 18px auto;
}

.etiqueta-royal {
  width: 303px;
  height: 166px;
  border: 1px solid #DDD;
  margin: 10px auto;
}

.etiqueta-text {
  line-height: 5px;
  font-size: 9px;
}

.div-contrato {
  width: 50%;
}

.contrato-flex {
  display: flex;
}

.div-padding-center {
  width: 100%;
  display: flex;
  justify-content: center;
  text-align: center;
}

.btn-add-file {
  width: 30px;
  height: 30px;
  text-align: center;
  padding: 0;
  margin-right: 5px;
  color: #fff;
  background-color: #0d4da1 !important;
  border-radius: 50%;
}

.img-beneficio {
  width: 260px;
  height: 150px;
  border-radius: 15px;
  object-fit: cover;
}




.box-listagem {
  background-color: #FFF;
  border: 1px solid #DDD;
  border-radius: 10px;
  margin-bottom: 20px;
  padding: 0 !important
}

.box-listagem>.tittle-div {
  width: 100%;
  padding: 5px 10px;
  background: #0e4da1;
  border-top-right-radius: 10px;
  border-top-left-radius: 10px;
  text-transform: uppercase;
  color: #FFF
}

.box-listagem>.div-direita {
  width: 100%;
  min-height: 150px
}

.box-listagem>.div-esquerda {
  width: 100%;
  min-height: 50px
}

.card_list_group {
  border: 1px solid #DDD;
  padding: 15px;
}

.list-group-item {
  min-height: 70px;
  background-color: #EEEEEE;
}

.list-group-item :hover {
  background-color: #DDD;
}

.list-group-item>img {
  width: 30px;
  margin-right: 10px;
}

.lista-pagamentos {
  padding: 0 !important;
}

.lista-pagamentos>.list-group {
  width: 100%;
  margin-bottom: 0;
}

.adesao-pagamento {
  color: #FFF;
  padding: 0 10px;
  width: fit-content;
  border-radius: 5px;
  margin: 15px;
}

.item-ativo {
  background-color: #FFFFFF !important;
}

.div-registrar {
  display: flex;
  justify-content: flex-end;
  margin: 20px 0;
}

.formas-recebimentos {
  display: flex;
  justify-content: space-between;
  border: 1px #DDD solid;
  margin: 15px;
  padding: 0 10px;
  padding-top: 7px;
}

.formas-recebimentos>div>span {
  background-color: #993621;
  color: #FFF;
  height: fit-content;
  margin-left: 10px;
  padding: 0 5px;
}

/*AJUSTE 61*/
.padding-5 {
  padding: 15px;
}

.padding-left-0{
padding-left: 0px;
}

@media screen and (min-width: 992px){
.btn-verificar-cel{
  position: absolute;
  bottom: 5px;
  margin-left: 15px;
}
}

@media screen and (max-width: 991px){
.btn-verificar-cel{
  position: relative;
  margin-top: 10px;
}
}

.border-recebimentos {
  border-left: 3px #0f4da1 solid;
}

.border-desconto {
  border-left: 3px red solid;
  color: red;
}

.div-esquerda {
  width: 100%;
  font-size: large;
  width: 100%;
  min-height: 50px;
  display: flex;
  justify-content: flex-end;
  align-items: center;
  padding-right: 15px;
}

.remover-campo,
.remover-desconto {
  cursor: pointer;
}

.btn-desconto {
  border-radius: 5px !important;
  height: 35px !important;
  padding: 5px 10px !important;
}

.adesao-span {
  background-color: #032c61 !important;
}

.panel-default>.panel-heading {
  color: #fff;
  background-color: #b9b9b9;
  border-color: #ddd;
}

.table>thead>tr>td {
  color: #fff;
  font-weight: 800;
  background-color: #b9b9b9;
}

#lista-caixa_row_0,
#lista-credito_row_0,
#lista-debito_row_0,
#lista-recorrente_row_0,
#lista-transferencias_row_0 {
  background-color: #0e4da1;
  color: #FFF;
}

.tabela-center {
  text-align: center;
}

.menu-especifico {
  font-size: 12px;
  padding-left: 30px;
}

.col-boleto {
  box-shadow: 1px 1px 10px #888888;
  border-radius: 15px;
  margin-bottom: 10px;
  padding-bottom: 20px;
}

.panel-blue-claro {
  background-color: #0e4da1 !important;
  border-radius: 5px;
  border-color: #0e4da1 !important;
  color: #FFF !important;
}

.search-results {
  width: 80%;
  color: #3a3a3a;
  background-color: #fff;
  height: auto;
  position: absolute;
  z-index: 9999;
  box-shadow: 0px 0px 10px #6b62828f;
  margin-top: 0%;
  padding-top: 0%;
  padding-bottom: 1%;
  border-bottom-left-radius: 20px;
  border-bottom-right-radius: 20px;
  transition: all .5s;
}

#resultados {
  width: 98%;
  max-height: 310px;
  overflow-y: auto;
}

.search-p {
  font-size: 12px;
  text-align: center;
  padding: 15px 0;
  color: #222;
  margin-bottom: 0;
}

.search-results a {
  color: #000;
  text-decoration: none !important;
  width: 100%;
  display: flex;
  align-items: center;
}

.search-data {
  width: 100%;
  padding: 5px 15px;
  border-bottom: 1px solid #eee;
}

.search-data:last-child {
  border-bottom: none !important;
}

.search-data .search-a p {
  margin: 0px !important;
}

.row-dependente {
  padding: 25px;
  border-bottom: 1px solid #DDD;
}

.btn-add-fields {
  background-color: #F06E1E !important;
  border-color: #F06E1E !important;
}

.box_carousel {
  width: 100%;
  padding: 20px;
  overflow-x: scroll;
  overflow-y: hidden;
  display: flex;
  align-items: center;
  flex-direction: row;
}

.flex-column {
  display: flex;
  flex-direction: column;
  justify-content: center;
  margin-right: 10px;
}

.box-destaque {
  padding: 10px;
  border-radius: 10px;
  border: solid 1px #DDD;
  width: 300px;
}

.info-destaque {
  padding: 10px;
  border: 1px solid #DDD;
  border-radius: 10px;
  margin-bottom: 10px;
  width: 300px;
}

.title-checkbox {
  color: #053a7d;
  font-family: Montserrat, sans-serif;
  font-weight: 800;
  white-space: nowrap;
}

.modalContrato {
  background-color: white;
  width: 35vw;
  min-width: 300px;
  border-radius: 5px;
  position: absolute;
  z-index: 9999;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  border: 1px solid #b9b9b9;
  display: flex;
  flex-direction: column;
}

.modalContrato_header {
  display: flex;
  align-items: last baseline;
  justify-content: space-between;
}

.modalContrato_title {
  color: #053a7d;
  margin-bottom: 0;
  padding: 1rem;
}

.modalContrato_close {
  font-size: 2.5rem;
  margin-right: 1rem;
}

.modalContrato_close:hover {
  cursor: pointer;
  color: #053a7d;
}

.modalContrato_subtitle {
  color: white;
  background-color: #b9b9b9;
  padding: 1rem;
}

.modalContrato_content {
  padding: 0 1rem 1rem 1rem;
  margin: 1rem;
  border: 1px solid #b9b9b96b;
}

.modalContrato_button {
  color: white;
  border: none;
  align-self: flex-end;
  font-family: Montserrat, sans-serif;
  background: linear-gradient(150deg, rgba(0, 155, 210, 1) 0%, rgba(0, 144, 200, 1) 10%, rgba(0, 116, 176, 1) 35%, rgba(0, 72, 137, 1) 82%, rgba(0, 58, 125, 1) 100%);
  text-transform: uppercase;
  border-radius: 10px;
  padding: 5px 15px;
  transition: 1s;
  margin: 0 1rem 1rem 0;
}

.modalContrato_info {
  padding: 1rem;
  margin: 1rem;
  border: 1px solid #b9b9b96b;
  display: 'none';
}

.modalContrato_infoTitle {
  font-weight: 600 !important;
}

.modalContrato_infoContent {
  font-weight: 600 !important;
  color: #053a7d;
}

.row-img-cor-cartao {
  padding: 0 !important;
  display: flex;
  margin-top: .5rem;
  flex-wrap: wrap;
  row-gap: 2rem;
}

.row-img-cor-cartao-dois {
  margin-bottom: 1rem; 
  border-top: 1px solid #ddd;
}

.coluna-img-cor-cartao {
  display: flex; 
  flex-direction: column; 
  row-gap: 1.5rem;
}

.coluna-input-cor-cartao {
  display: flex; 
  flex-direction: column;
}

.d-none {
  display: none;
}

.d-flex {
  display: flex;
  flex-direction: column;
}