/* Ultima alteração - Rodrigo - 14/12/2020 */

@media only screen and (min-height: 0px) and (max-height: 650px) {
  .rolagem {
    max-height: 48vh;
    min-height: 48vh;
  }
}

@media screen and (max-width: 768px) {
  .full {
    display: none !important;
  }

  .mobile-info {
    display: block !important;
  }

  .pr {
    margin-right: -62% !important;
  }

  .img-info {
    width: 100% !important;
  }
}

@media screen and (max-width: 420px) {
  .img-info-25 {
    width: 100% !important;
  }

  .img-info-50 {
    width: 100% !important;
  }
}

@media screen and (min-width: 421px) and (max-width: 768px) {
  .img-info-25 {
    width: 50% !important;
  }
}

@media only screen and (min-height: 651px) and (max-height: 800px) {
  .rolagem {
    max-height: 53vh;
    min-height: 53vh;
  }
}

@media only screen and (min-height: 801px) and (max-height: 899px) {
  .rolagem {
    max-height: 58vh;
    min-height: 58vh;
  }
}

@media only screen and (min-height: 900px) {
  .rolagem {
    max-height: 65vh;
    min-height: 65vh;
  }
}

/* Alterações do Bootstrap */

body {
  font-family: "Titillium Web", Roboto, sans-serif;
  font-weight: 300;
  color: #888;
  line-height: 30px;
  text-align: center;
}

.select2-dropdown {
  text-align: left;
}

.close {
  color: #555 !important;
  opacity: 1;
}

#report_body section .dataTables_wrapper td {
  text-align: center;
}

.ui-widget,
.ui-widget input {
  font-family: "Titillium Web", Roboto, sans-serif;
}

.icon-information {
  color: rgba(143, 143, 143, 1) !important;
  vertical-align: middle;
  padding-left: 5px;
  font-size: 21px !important;
  cursor: default;
}

strong {
  font-weight: 500;
}

a,
a:hover,
a:focus {
  color: #ffffff;
  text-decoration: none;
  -o-transition: all 0.3s;
  -moz-transition: all 0.3s;
  -webkit-transition: all 0.3s;
  -ms-transition: all 0.3s;
  transition: all 0.3s;
}

p {
  margin: 0px;
}

h1,
h2 {
  margin-top: 10px;
  font-size: 38px;
  font-weight: 100;
  color: #555;
  line-height: 50px;
}

h3 {
  font-size: 26px;
  font-weight: 300;
  color: #555;
  line-height: 30px;
}

img {
  max-width: 100%;
}

::-moz-selection {
  background: #377fc9;
  color: #fff;
  text-shadow: none;
}

::selection {
  background: #377fc9;
  color: #fff;
  text-shadow: none;
}

/*table th:hover{
    background: #e0dfdf;
}*/

#banner-left {
  position: fixed;
  display: inline-block;
  left: 10px;
  height: 600px;
  width: 200px;
  padding: 10px 5px;
  text-align: center;
  background-color: #fff;
  padding-top: 45px;
  /*border: 5px solid #000;*/
}

#banner-right {
  position: fixed;
  display: inline-block;
  right: 11px;
  height: 600px;
  width: 200px;
  padding: 10px 5px;
  text-align: center;
  background-color: #fff;
  padding-top: 45px;
  /*border: 5px solid #000;*/
}

.imgwrapper {
  width: 80%;
}

#tab1 {
  font-family: "Titillium Web", Roboto, sans-serif;
  width: 100%;
  border-collapse: collapse;
}

#tab1 td,
#tab1 th {
  font-size: 2.7em;
  border: 1px solid #aaaaaa;
  padding: 1px 1px 1px 5px;
}

#tab1 th {
  font-size: 1.8em;
  text-align: center;
  padding-top: 0px;
  padding-bottom: 0px;
  background-color: #cfcccc;
  color: #000000;
}

#tab1 tr.alt td {
  font-size: 4.7em;
  color: #000000;
  background-color: #aaffff;
}

#tab2 {
  font-family: "Titillium Web", Roboto, sans-serif;
  width: 100%;
  border-collapse: collapse;
}

#tab2 td,
#tab2 th {
  font-size: 1em;
  border: 1px solid #aaaaaa;
  padding: 2px 3px 1px 4px;
}

#tab2 th {
  font-size: 3.5em;
  text-align: center;
  padding-top: 15px;
  padding-bottom: 15px;
  background-color: #ccddcc;
  color: #111111;
}

#tab2 tr.alt td {
  color: #000000;
  background-color: #aaffff;
}

#footer {
  font-family: "Titillium Web", Roboto, sans-serif;
  font-size: 0.9em;
  background-color: #ffffff;
  color: black;
  clear: both;
  text-align: center;
  padding: 0px;
}

P.breakhere {
  page-break-before: always;
}

#pageloader {
  background: #ffffff;
  display: none;
  height: 86%;
  position: fixed;
  width: 105%;
  z-index: 9999;
  margin-top: -30px;
  margin-left: -4%;
}

#msg-error {
  background-color: #ff5959;
  font-size: 19px;
  border-radius: 15px;
  color: #fff;
}

#msg-success {
  background-color: #5cb85c;
  font-size: 19px;
  border-radius: 15px;
  color: #fff;
}

#msg-error_edit {
  background-color: #ff5959;
  font-size: 19px;
  border-radius: 15px;
  color: #fff;
}

#msg-success_edit {
  background-color: #5cb85c;
  font-size: 19px;
  border-radius: 15px;
  color: #fff;
}

.no-js #loader {
  display: none;
}

.js #loader {
  display: block;
  position: absolute;
  left: 100px;
  top: 0;
}

.se-pre-con {
  position: fixed;
  left: 0px;
  top: 0px;
  width: 100%;
  height: 100%;
  z-index: 9999;
  background: url(../../assets/img/wait.gif) center no-repeat
    rgba(10, 23, 55, 0.5);
}

.TabControl .abas li {
  display: inline-block;
  padding-right: 1px;
  padding-left: 1px;
}

.selected-aba span {
  color: #fff;
}

.TabControl #content {
  background: #fff;
}

.TabControl {
  overflow: hidden;
}

.TabControl #header {
  width: 100%;
  overflow: hidden;
}

.TabControl #content {
  /* width:100%;  */
  overflow: hidden;
  height: 100%;
}

.aba {
  border-radius: 5px 5px 5px 5px;
  text-align: center;
  padding-top: 5px;
  padding-bottom: 5px;
  background-color: #2aa56c94;
  color: #fff;
}

.aba:hover {
  box-shadow: 0px 6px 6px 0px #00000069;
}

.ativa {
  border-radius: 5px 5px 5px 5px;
  text-align: center;
  padding-top: 5px;
  padding-bottom: 5px;
  background-color: #2aa56c;
}

.TabControl .conteudo {
  width: 100%;
  background: #fff;
  display: none;
  height: 100%;
  color: #888;
}

.selected-aba {
  border: 1px solid #969696 !important;
  border-radius: 5px 5px 5px 5px;
  text-align: center;
  padding-top: 5px;
  padding-bottom: 5px;
  box-shadow: 0px 6px 6px 0px #969696;
  background-color: #2aa56c;
}

@supports (-ms-ime-align: auto) {
  .selected-aba {
    box-shadow: 0px 6px 6px 0px #969696;
  }
}

/*.selected-li {
	border-bottom: 6px solid #000;
    padding-bottom: 5px;
}*/

.actions {
  display: table-cell;
}

.btn-link-1 {
  display: inline-block;
  height: 50px;
  margin: 5px;
  padding: 16px 20px 0 20px;
  background: #de615e;
  font-size: 16px;
  font-weight: 300;
  line-height: 16px;
  color: #fff;
  -moz-border-radius: 4px;
  -webkit-border-radius: 4px;
  border-radius: 4px;
}

.btn-link-1:hover,
.btn-link-1:focus,
.btn-link-1:active {
  outline: 0;
  opacity: 0.6;
  color: #fff;
}

.btn-link-1.btn-link-1-facebook {
  background: #4862a3;
}

.btn-link-1.btn-link-1-twitter {
  background: #55acee;
}

.btn-link-1.btn-link-1-google-plus {
  background: #dd4b39;
}

.btn-link-1 i {
  padding-right: 5px;
  vertical-align: middle;
  font-size: 20px;
  line-height: 20px;
}

.btn-link-2 {
  display: inline-block;
  height: 50px;
  margin: 5px;
  padding: 15px 20px 0 20px;
  background: rgba(0, 0, 0, 0.3);
  border: 1px solid #fff;
  font-size: 16px;
  font-weight: 300;
  line-height: 16px;
  color: #fff;
  -moz-border-radius: 4px;
  -webkit-border-radius: 4px;
  border-radius: 4px;
}

.btn-link-2:hover,
.btn-link-2:focus,
.btn-link-2:active,
.btn-link-2:active:focus {
  outline: 0;
  opacity: 0.6;
  background: rgba(0, 0, 0, 0.3);
  color: #fff;
}

.modal {
  text-align: center;
  padding: 0 !important;
}

@media only screen and (max-width: 768px) {
  .modal:before {
    content: "";
    display: inline-block;
    /* height: 100%; */
    vertical-align: middle;
    margin-right: -4px;
  }
}

@media only screen and (min-width: 1024px) {
  .modal:before {
    content: "";
    display: inline-block;
    height: 100%;
    vertical-align: middle;
    margin-right: -4px;
  }
}

.modal-dialog {
  display: inline-block;
  text-align: left;
  vertical-align: middle;
}

.new-modal {
  text-align: center;
}

/***** Top content *****/

.inner-bg {
  padding: 0 0 0 0;
}

.top-content .text {
  color: #fff;
}

.top-content .text h1 {
  color: #fff;
}

.top-content .description {
  margin: 20px 0 10px 0;
}

.top-content .description p {
  opacity: 0.8;
}

.top-content .description a {
  color: #fff;
}

.top-content .description a:hover,
.top-content .description a:focus {
  border-bottom: 1px dotted #fff;
}

.form-box {
  margin-top: 3px;
  /* margin-top: 15px; */
}

.form-top {
  overflow: hidden;
  padding: 3px;
  /* padding: 0 13px 15px 15px; */
  background: #444;
  background: rgba(0, 0, 0, 0.35);
  -moz-border-radius: 4px 4px 0 0;
  -webkit-border-radius: 4px 4px 0 0;
  border-radius: 4px 4px 0 0;
  text-align: left;
}

.form-top-left {
  float: left;
  width: 75%;
  padding-top: 3px;
  /* padding-top: 13px; */
}

.form-top-left h3 {
  margin-top: 0;
  color: #fff;
}

.form-top-left p {
  opacity: 0.8;
  color: #fff;
}

.form-top-right {
  float: right;
  padding-top: 3px;
  /* padding-top: 13px; */
  font-size: 66px;
  color: #fff;
  line-height: 100px;
  text-align: right;
}

.form-bottom {
  padding: 3px;
  /* padding: 13px 13px 15px 13px; */
  background: #444;
  background: rgba(0, 0, 0, 0.3);
  -moz-border-radius: 0 0 4px 4px;
  -webkit-border-radius: 0 0 4px 4px;
  border-radius: 0 0 4px 4px;
  text-align: left;
}

.form-bottom form textarea {
  height: 100px;
}

.form-bottom form button.btn {
  width: 100%;
}

.form-bottom form .input-error {
  border-color: #de615e;
}

.social-login {
  margin-top: 35px;
}

.social-login h3 {
  color: #fff;
}

.social-login-buttons {
  margin-top: 25px;
}

.red {
  border: solid 1px red;
}

#aba-aprovando,
.C6F8FBD {
  background-color: rgb(30, 104, 165);
  border: 1px solid rgb(30, 104, 165);
}

#aba-concluidos,
.C2AA56C {
  background-color: rgb(42, 165, 108);
  border: 1px solid rgb(42, 165, 108);
}

#aba-produzindo,
.CFE5225 {
  background-color: rgb(176, 153, 119);
  border: 1px solid rgb(176, 153, 119);
}

#aba-recebidos,
.CB353B3 {
  background-color: rgb(150, 110, 170);
  border: 1px solid rgb(150, 110, 170);
}

#aba-cancelados,
.CFF5959 {
  background-color: rgb(238, 0, 13);
  border: 1px solid rgb(238, 0, 13);
}

#aba-pedidos,
.CEEA239 {
  background-color: rgb(243, 140, 35);
  border: 1px solid rgb(243, 140, 35);
}

/* Deixar espaços entre os campos de inserção / seleção nos modals e tela de configurações */

.form-control,
.form-check-label {
  margin-bottom: 5px !important;
}

/* Nos radiogroup, adiciona um padding no topo do primeiro elemento, afastando da borda */

div > .form-check-label:first-child {
  padding-top: 10px;
}

/* Para os labels não ficarem em negrito */

label {
  font-weight: 300;
}

/* Tira todo o padding dos bootstrap-select, consertando vários erros no layout entre os campos */

.bootstrap-select {
  padding: 0px !important;
}

strong {
  font-weight: 700;
}

.btn-primary {
  border-color: #5193ce;
}

.iframe-container {
  overflow: hidden;
  padding-top: 187%;
  position: relative;
}

.iframe-container iframe {
  border: 0;
  height: 100%;
  left: 0;
  position: absolute;
  top: 0;
  width: 100%;
}

button.profile {
  height: 40px;
  margin: 0;
  padding: 0 20px;
  vertical-align: middle;
  background: #2e8b57;
  border: 0;
  font-family: "Titillium Web", Roboto, sans-serif;
  font-size: 14px;
  font-weight: 300;
  line-height: 50px;
  color: #fff;
  -moz-border-radius: 4px;
  -webkit-border-radius: 4px;
  border-radius: 4px;
  text-shadow: none;
  -moz-box-shadow: none;
  -webkit-box-shadow: none;
  box-shadow: none;
  -o-transition: all 0.3s;
  -moz-transition: all 0.3s;
  -webkit-transition: all 0.3s;
  -ms-transition: all 0.3s;
  transition: all 0.3s;
}

button.profile:hover {
  opacity: 0.6;
  color: #fff;
}

button.profile:active {
  outline: 0;
  opacity: 0.6;
  color: #fff;
  -moz-box-shadow: none;
  -webkit-box-shadow: none;
  box-shadow: none;
}

button.profile:focus {
  outline: 0;
  opacity: 0.6;
  background: #2e8b57;
  color: #fff;
}

button.profile:active:focus,
button.profile.active:focus {
  outline: 0;
  opacity: 0.6;
  background: #2e8b57;
  color: #fff;
}

.sidenav {
  height: 100%;
  width: 0;
  position: fixed;
  z-index: 1;
  top: 0;
  left: 0;
  background-color: #111;
  overflow-x: hidden;
  transition: 0.5s;
  padding-top: 60px;
  z-index: 2;
}

.sidenav a {
  padding: 8px 8px 8px 32px;
  text-decoration: none;
  font-size: 25px;
  color: #818181;
  display: block;
  transition: 0.3s;
}

.sidenav a:hover {
  color: #f1f1f1;
}

.sidenav .closebtn {
  position: absolute;
  top: 0;
  right: 25px;
  font-size: 36px;
  margin-left: 50px;
}

#main {
  transition: margin-left 0.5s;
  padding: 16px;
}

@media screen and (max-height: 450px) {
  .sidenav {
    padding-top: 15px;
  }

  .sidenav a {
    font-size: 18px;
  }
}

.leftnav {
  margin: 0;
  padding: 0;
  width: 250px;
  background-color: #f1f1f1;
  position: fixed;
  height: 100%;
  overflow: auto;
}

.leftnav a {
  display: block;
  color: black;
  padding: 10px;
  text-decoration: none;
  font-size: 16px;
  border-radius: 5px;
  /* Borda arredondada */
}

.leftnav a.active {
  background-color: rgb(111, 111, 111);
  color: white;
}

.leftnav a:hover:not(.active) {
  background-color: #555;
  color: white;
}

div.content-profile {
  margin-left: 250px;
  padding: 1px 16px;
}

@media screen and (max-width: 700px) {
  .leftnav {
    width: 100%;
    height: auto;
    position: relative;
  }

  .leftnav a {
    float: none;
    display: block;
    width: auto;
    margin: 5px 0;
    text-align: center;
    border: 1px solid #ddd;
    background-color: #fff;
    border-radius: 4px;
  }

  .leftnav a.active {
    background-color: rgb(111, 111, 111);
    /* Cor de fundo do item ativo */
    color: white;
    border: none;
    /* Remove a borda para o botão ativo para evitar deslocamento visual */
  }

  .leftnav a:hover:not(.active) {
    background-color: #555;
    color: white;
  }

  div.content-profile {
    margin-left: 0;
  }
}

@media screen and (max-width: 420px) {
  .leftnav a {
    text-align: center;
    float: none;
  }
}

.btnPesquisar,
.btnMaisBotoes {
  position: fixed;
  float: bottom;
  bottom: 15px;
  right: 15px;
  z-index: 100;
}

/* Botão superior esquerdo */

.btnSupEsquerdo {
  position: fixed;
  top: 85%;
  left: 94%;
  z-index: 100;
}

.btnCircular {
  border-radius: 50%;
}

.btnPrincipal {
  font-size: 20px;
  padding: 13px 20px 13px 20px;
}

input[type="number"]::-webkit-inner-spin-button {
  -webkit-appearance: none;
  cursor: pointer;
  display: block;
  color: #333;
  text-align: center;
  position: relative;
}

input[type="number"] {
  -moz-appearance: textfield;
  appearance: textfield;
  margin: 0;
}

.col-1 {
  width: 2.3%;
  float: left;
}

.col-2 {
  width: 5.6%;
  float: left;
}

.col-3 {
  width: 10.3%;
  float: left;
  /* width: 13.5%;
    float: left; */
}

.col-4 {
  width: 68.33%;
}

.col-5 {
  width: 5.6%;
  float: left;
}

.col-6 {
  width: 50%;
}

.col-7 {
  width: 12.3%;
}

.col-8 {
  width: 66.66%;
}

.col-9 {
  width: 75%;
}

.col-10 {
  width: 83.33%;
}

.col-11 {
  width: 91.66%;
}

.col-12 {
  width: 100%;
}

button,
html [type="button"],
[type="reset"],
[type="submit"] {
  -webkit-appearance: none;
}

/***** Media queries *****/

@media (min-width: 769px) and (max-width: 840px) {
  .col-2 {
    width: 8.7%;
    float: left;
  }

  .col-3 {
    width: 8.1%;
    float: left;
  }

  .iframe-container {
    position: none;
  }

  #plan {
    display: none;
  }
}

@media (min-width: 841px) and (max-width: 920px) {
  .col-2 {
    width: 7.9%;
    float: left;
  }

  .col-3 {
    width: 8.6%;
    float: left;
  }

  .iframe-container {
    position: none;
  }

  #plan {
    display: none;
  }
}

@media (min-width: 921px) and (max-width: 1000px) {
  .col-2 {
    width: 7.2%;
    float: left;
  }

  .col-3 {
    width: 9.1%;
    float: left;
  }

  .iframe-container {
    position: none;
  }

  #plan {
    display: none;
  }
}

@media (min-width: 1001px) and (max-width: 1199px) {
  .col-2 {
    width: 6.6%;
    float: left;
  }

  .col-3 {
    width: 9.6%;
    float: left;
  }

  .iframe-container {
    position: none;
  }

  #plan {
    display: none;
  }
}

@media (min-width: 768px) {
  .modal-size {
    width: 350px;
    margin: 30px auto 30px auto;
  }

  .iframe-container {
    position: none;
  }

  #plan {
    display: none;
  }
}

@media (max-width: 768px) {
  .inner-bg {
    padding: 0 0 0 0;
  }

  .hide-label {
    display: none;
  }

  .giro-view {
    display: block !important;
    float: left;
    padding-left: 8px;
    color: #999;
    font-weight: 300;
  }

  /* .dropdown-menu { width: 0px; } */
  /* .dropdown-menu>li>a { white-space: pre-wrap; } */
  .iframe-container {
    position: none;
  }

  #plan {
    display: none;
  }
}

@media only screen and (max-width: 768px) {
  .iframe-container {
    position: none;
  }

  #plan {
    display: none;
  }

  /* For mobile phones: */
  [class*="col-md"] {
    width: 100%;
    margin-bottom: 10px;
  }

  .col-xs-12 {
    width: 100% !important;
  }

  .col-xs-6 {
    width: 50% !important;
  }

  .col-7 {
    width: 8.1%;
    float: left;
  }

  .mbpedido {
    width: 100%;
    float: left;
    text-align: left;
    margin-left: 1%;
  }

  .mbmulti {
    width: 39%;
    float: left;
    text-align: left;
    padding-left: 5px;
    margin-right: 1%;
  }

  .clickfunc {
    display: none;
  }

  .btnaction {
    padding-left: 94px !important;
  }

  .mbdesc {
    padding-right: 5px;
    padding-left: 5px;
    width: 100%;
  }

  .mbchapa {
    padding-right: 5px;
    padding-left: 5px;
    width: 67%;
  }

  .mbfita {
    padding-right: 5px;
    padding-left: 5px;
    width: 50%;
  }

  .col-1 {
    padding-top: 5px;
    padding-left: 5px;
    padding-right: 5px;
    width: 30%;
    margin-left: 1.4%;
    margin-right: 1.6%;
    display: block;
    height: 34px;
    font-size: 14px;
    line-height: 1.42857143;
    color: #555;
    background-color: #fff;
    background-image: none;
    border: 1px solid #ccc;
    border-radius: 4px;
    -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
    box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
    -webkit-transition: border-color ease-in-out 0.15s,
      -webkit-box-shadow ease-in-out 0.15s;
    -o-transition: border-color ease-in-out 0.15s, box-shadow ease-in-out 0.15s;
    transition: border-color ease-in-out 0.15s, box-shadow ease-in-out 0.15s;
  }

  .col-2 {
    width: 33.33%;
  }

  .pull-right {
    /* width: 100%; */
  }

  /* div.aba {
    	width: 200px;
    } */
}

@media (max-width: 415px) {
  .iframe-container {
    position: none;
  }

  #plan {
    display: none;
  }

  h1,
  h2 {
    font-size: 32px;
  }
}

.priority-9 {
  display: none !important;
}

.priority-10 {
  display: none !important;
}

.tutorial-table {
  border: #e1e0e0 1px solid;
}

.tutorial-table th {
  text-align: left;
  background: #f0f0f0;
  padding: 10px;
}

.tutorial-table td {
  border-bottom: #e1e0e0 1px solid;
  padding: 10px;
}

@media screen and (max-width: 900px) and (min-width: 550px) {
  .priority-4 {
    display: none;
  }

  .iframe-container {
    position: none;
  }

  #plan {
    display: none;
  }
}

@media screen and (max-width: 550px) {
  .priority-1 {
    display: none;
  }

  .priority-3 {
    display: none;
  }

  .priority-4 {
    display: none;
  }

  .priority-6 {
    display: none;
  }

  .priority-7 {
    display: none;
  }

  .priority-8 {
    display: none;
  }

  .priority-9 {
    visibility: visible !important;
    border-radius: 4px !important;
  }

  .priority-10 {
    display: table-cell !important;
  }

  /* .dropdown-menu {
			right: 0;
			left: unset;
		} */
}

@media screen and (max-width: 300px) {
  .priority-5 {
    display: none;
  }

  .priority-4 {
    display: none;
  }

  .priority-3 {
    display: none;
  }

  .priority-2 {
    display: none;
  }
}

.shadow-drop-center {
  -webkit-animation: shadow-drop-center 1s ease-in-out infinite
    alternate-reverse both;
  animation: shadow-drop-center 1s ease-in-out infinite alternate-reverse both;
  padding: 9px !important;
}

.shadow-drop-center:hover {
  background-color: #2aa46c !important;
  animation-play-state: paused;
}

.shadow-drop-center:focus {
  background-color: #2aa46c !important;
}

@-webkit-keyframes shadow-drop-center {
  0% {
    box-shadow: 0 0 0 0 #2aa46c;
  }

  100% {
    box-shadow: 0 0 20px 0px #2aa46c;
  }
}

@keyframes shadow-drop-center {
  0% {
    box-shadow: 0 0 0 0 #2aa46c;
  }

  100% {
    box-shadow: 0 0 20px 0px #2aa46c;
  }
}

.shadow-drop-center-at {
  -webkit-animation: shadow-drop-center-at 1s ease-in-out infinite
    alternate-reverse both;
  animation: shadow-drop-center-at 1s ease-in-out infinite alternate-reverse
    both;
  padding: 9px !important;
}

.shadow-drop-center-at:hover {
  background-color: #f10707 !important;
  animation-play-state: paused;
}

.shadow-drop-center-at:focus {
  background-color: #f10707 !important;
}

@-webkit-keyframes shadow-drop-center-at {
  0% {
    box-shadow: 0 0 0 0 #f10707;
  }

  100% {
    box-shadow: 0 0 20px 0px #f10707;
  }
}

@keyframes shadow-drop-center-at {
  0% {
    box-shadow: 0 0 0 0 #f10707;
  }

  100% {
    box-shadow: 0 0 20px 0px #f37d7d;
  }
}

/* Limita a altura e largura do logo na pagina inicial e deixa alinhado a esquerda da coluna no desktop  */

.logoPgInicial {
  float: left;
  width: auto;
  margin-right: 5px;
  /* height: 40px; */
}
/* -------------------------------------------------- */

/* Reduz o espaçamento entre o título e o input das modais novo pedido */

.linH {
  line-height: 20px;
}

/* -------------------------------------------------- */

/* Limitar tamanho do textarea em config>texto fixo */

.travaText {
  min-height: 55px;
  max-height: 55px;
  min-width: 100%;
  max-width: 100%;
}

/* -------------------------------------------------- */

/* ################## Media queries ################## */

/* Ajustes na altura das modais de adicionar, editar cliente/funcionário,
	Ajuste na largura da modal de boas-vindas */

@media only screen and (max-width: 425px) {
  .mdWelcome,
  .mdFunc,
  .mdFuncEdit,
  .mdClient,
  .mdClientEdit {
    width: 90vw;
  }
}

/* -------------------------------------------------- */

/* Remove o padding e centraliza o botão adicionar cliente das modais de novo pedido e modais tela config. de fitas
	Ajusta a altura das modais de novo pedido e em configurações de chapas, fitas e usinagem,
    Centraliza o logotipo da página inicial
    Centraliza os botões de banco de corte e pedido em editar cliente */

/* Adicionadas as tabelas dos modais de novo pedido do CC Web */
@media only screen and (max-width: 768px) {
  #chapaSelecionadas,
  #fitasSelecionadas,
  #sobrasSelecionadas,
  #chapaSelecionadasCCWeb,
  #fitasSelecionadasCCWeb,
  #sobrasSelecionadasCCWeb {
    height: 300px !important;
  }

  #tbodyTableTransporte,
  #tbodyTableTransporteEdit,
  #tbodyTableTiras,
  #tbodyTableTirasEdit {
    height: 370px !important;
  }

  .btn-cliente {
    padding-top: 0px;
  }

  .btn-cliente > .btn.btn-success.pull-right {
    float: none !important;
  }

  .logoPgInicial {
    float: none;
  }

  .modal-body-type1 {
    height: 580px !important;
  }

  .modal-body-type2 {
    height: 500px !important;
  }

  .mdAddConfigFita {
    height: 650px;
    max-height: 650px !important;
  }

  .mdEditConfigFita {
    height: 730px;
    max-height: 730px !important;
  }

  .mdAddConfigChapa {
    height: 1165px;
    max-height: 1165px !important;
  }

  .mdEditConfigChapa {
    height: 500px;
    max-height: 1210px !important;
  }

  .modal-dialog {
    /* display: block; */
    text-align: left;
  }

  .tipo-imagem-chapa {
    width: 50%;
    margin: 50% 25%;
  }

  .editAcabamentos {
    height: 500px;
    overflow-y: auto;
  }
}

/* -------------------------------------------------- */

/* Ajustes na altura das modais de adicionar, editar cliente/funcionário e modais tela configurações de chapas, fitas e usinagem
    Ajustes na altura da tabela em editar pedido
	Ajustes na largura das modais novo pedido e boas-vindas
	Arruma o botão de adicionar cliente nas modais novo pedido transporte e tiras */

@media only screen and (min-width: 1024px) {
  .mdFunc {
    height: 370px;
  }

  .mdClient {
    height: 440px;
  }

  .mdFuncEdit,
  .mdClientEdit {
    height: 530px;
  }

  /* Adicionada a classe do pedido de produto, para que o modal seja exibido conforme o padrão */
  .mdCPadrao,
  .mdCTransp,
  .mdCTiras,
  .mdCProd {
    width: 90%;
  }

  /* .rolagem {
        max-height: 50vh; 
        min-height: 42vh;
    } */
  .mdAddConfigFita {
    height: 245px;
  }

  .mdEditConfigFita {
    height: 320px;
  }

  /* Adicionadas as tabelas dos modais de novo pedido do CC Web */
  #chapaSelecionadas,
  #fitasSelecionadas,
  #sobrasSelecionadas,
  #chapaSelecionadasCCWeb,
  #fitasSelecionadasCCWeb,
  #sobrasSelecionadasCCWeb {
    height: 185px !important;
  }

  #tbodyTableTransporte,
  #tbodyTableTransporteEdit,
  #tbodyTableTiras,
  #tbodyTableTirasEdit {
    height: 325px !important;
  }

  .btn-cliente {
    padding-top: 20px;
  }

  .btn-banco {
    margin-top: 30px;
  }
}

/* -------------------------------------------------- */

/* Diminui o espaçamento entre as colunas de anúncio e datatables da página principal em telas ultra wide >1920px */

@media only screen and (min-width: 2240px) {
  .divAd {
    width: 8.33333333%;
  }

  .divTable {
    width: 91.66666667%;
  }

  /* .rolagem {
        max-height: 75vh; 
        min-height: 75vh;
    } */
}

/* -------------------------------------------------- */

/* ######################################################## */

/* ################## Classes globais estilo bootstrap 4 ################## */

/* Cores usadas nas modais */

.verde {
  background-color: #5cb85c;
  border-radius: 6px 6px 0px 0px;
  /*Modal success*/
  color: #f7f7f7;
}

.azul {
  background-color: #0275d8;
  /*Modal primary*/
  color: #f7f7f7;
}

.ciano {
  background-color: #5bc0de;
  /*Modal info*/
  color: #f7f7f7;
}

.amarelo {
  background-color: #f0ad4e;
  /*Modal warning*/
  color: #f7f7f7;
}

.vermelho {
  background-color: #d9534f;
  /*Modal danger*/
  color: #f7f7f7;
}

.cinza-chumbo {
  background-color: #3d3f41;
  color: #f7f7f7;
}

/* -------------------------------------------------- */

/* Padding remove */

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

.pt-0 {
  padding-top: 0 !important;
}

.pb-0 {
  padding-bottom: 0 !important;
}

.pl-0 {
  padding-left: 0 !important;
}

.pr-0 {
  padding-right: 0 !important;
}

/* -------------------------------------------------- */

/* Margin remove */

.m-0 {
  margin: 0 !important;
}

.mt-0 {
  margin-top: 0 !important;
}

.mb-0 {
  margin-bottom: 0 !important;
}

.ml-0 {
  margin-left: 0 !important;
}

.mr-0 {
  margin-right: 0 !important;
}

/* -------------------------------------------------- */

/* Border remove */

.b-0 {
  border: none !important;
}

.bt-0 {
  border-top: none !important;
}

.bb-0 {
  border-bottom: none !important;
}

.bl-0 {
  border-left: none !important;
}

.br-0 {
  border-right: none !important;
}

/* -------------------------------------------------- */

/* Largura */

.w-50 {
  width: 50% !important;
}

.w-70 {
  width: 70% !important;
}

.w100 {
  width: 100% !important;
}

.nospace {
  white-space: nowrap;
}

/* -------------------------------------------------- */

/* ######################################################## */

/* -----------------------------------------------------  */

/* Alterações DataTable - Pesquisar e Num. de resultados por página */

.dataTables_filter label input,
#porFunc,
#acaoFiltro,
.select-periodo-geral {
  border-radius: 3px !important;
  height: 25px !important;
  border: 1px solid #ccc !important;
  color: #333;
  background-color: white;
}

.dataTables_length + label {
  color: #333;
}

.dataTables_filter label input:focus {
  outline: 0;
}

/* Ícone de informação para textos de juda */

.icon-i {
  cursor: pointer;
  color: #dfdddd;
  /* #b6b6b6  */
}

/* cor do ícone de ajuda em Configuração geral -> Configurações de loja
arquivo em main/settings/inc/configLoja/config_loja.php */
.icon-i-loja {
  cursor: pointer;
  color: #b6b6b6;
}

.info-text-left {
  float: left;
}

.info-text-right {
  float: right;
}

.mobile-info {
  display: none;
}

.text-info-bold {
  font-weight: bold;
}

.img-info-25 {
  width: 25%;
}

.img-info-50 {
  width: 50%;
}

.img-info-100 {
  width: 100%;
}
