@page {
  size 8.5in 11in;
  margin: 2cm
}

* //*div.ficha { page-break-after: always }*/

* {
  font-family: arial;
}

body {
  margin: 0px;
  position: relative;
  padding-top: 20px;
  padding-bottom: 40px;
}

/*div{
	border-left:2px dotted #000;
	border-right:2px dotted #000;
	text-align:center;
}*/
table thead tr {
  font-size: 115% !important;
  background: #ffe;
  font-weight: bold !important;
}

.daterangepicker thead tr {
  font-size: 100% !important;
}

.box {
  margin: 10px;
  padding: 10px;
  background: #eee;
  border: 1px solid #ddd;
}

.box-viscera .label-warning {
  color: #000;
  text-shadow: #fff 0 1px 1px;
  background: #ffd63f;
}

.box-applet {
  border-radius: 4px;
  padding: 10px 0 10px 0;
  border: 1px solid #ddd;
  width: 100%;
  text-align: center;
  margin-top: 25px;

}

.msg {
  margin: 10px;
  padding: 10px;
  border: 1px solid #ddd;
  background: #eee;
}

.legenda {
  font-size: 11px;
  display: block;
  text-align: center;
}


.bootbox-body {
  padding: 25px;
}

.dashboard {
  padding: 10px;
}

.dashboard iframe {
  border: 0;
  margin: 15px;
  width: 45%;
  height: 400px;
  box-shadow: #ddd 0 2px 5px;
}

/*--------------- ITENS ---------------*/
._cancelado_,
._cancelado_ td {
  background: #f99 !important;
  color: #744;
  text-decoration: line-through;
}

.box-item {
  /*border-bottom:1px solid #ddd;*/
  white-space: nowrap;
  /*padding:4px;*/
  text-align: center;
  position: relative;
}

.box-item .dropdown {
  display: inline;
}

.box-item .item {
  margin: 4px 5px 0;
  /*	border-bottom: 1px solid #ccc;
*/
  color: #777;
  font-weight: normal;
}

.box-item .i-peso {
  font-size: 16px;
  color: #410;
  font-weight: bold;
  padding: 2px 8px;
}

.box-item .i-peso a.editable {
  color: #048;
}

.editable-popup.top {
  margin-top: -60px !important;
}

.box-item .i-peso a {
  font-size: 20px;
  color: #520;

}

.box-item .i-cod {
  font-size: 16px;
  color: #000;
  font-weight: bold;
}

.box-item .i-cod span {
  font-size: 17px;
  color: #200;

}

.box-item .i-marchante {
  font-size: 20px;
  color: #000;
  font-weight: bold;
  text-align: center;
}

.novo-item {
  font-size: 18px;

}

input.novo-item {
  font-size: 18px;
  border: none !important;
  background: none !important;
}

.icon-text {
  opacity: 0.8;
  margin-right: 5px;
  text-shadow: #000 0 1px 2px;
  font-size: 22px;
  font-weight: bold;
}

.acao:hover {
  background-color: #fff;
}

/*-------------------------------------*/

/*%%%% FORMULÁRIOS %%%%*/
.selectbox {
  background: #ffffff;
  color: #333333;
  padding: 8px;
  line-height: 18px;
  cursor: pointer;
  border: 1px solid #ddd;
  border-radius: 4px !important;
  border-width: 0 1px 4px 1px;
}

.selectbox .caret {
  position: relative;
  top: -2px;
}

.grupo-item-form {
  padding: 5px;
  display: table;
  margin: 5px;
  float: left;
  min-height: 65px;
}

.caret {
  display: inline-block;
  width: 0;
  height: 0;
  margin-left: 2px;
  vertical-align: middle;
  border-top: 4px solid;
  border-right: 4px solid transparent;
  border-left: 4px solid transparent;
}

.modal-usuario {
  height: 80% !important;
  width: 50% !important;
  right: 0 !important;
  left: 0 !important;
  margin: auto !important;
}

.modal-usuario .modal-body {
  height: 100% !important;
}

.modal form .item-form {
  display: table;
  width: 100%;
  min-height: 30px;
  background: #f3f3f3;
  border-bottom: 1px solid #ddd;
  padding: 0 4px;
  margin: 1px 0;
}

.modal form .item-form label {
  font-size: 13px;
  font-weight: normal;
  padding: 5px 0 5px 40px;
  width: 150px;
  border-right: 1px solid #ddd;
}

.modal form .item-form .box-input {
  background: #ffe;
  padding: 2px;
}

.modal form .item-form label,
form .item-form .box-input {

  display: table-cell;
  vertical-align: middle;
  position: relative;

  /*overflow: hidden;*/

}

.modal form .item-form input,
.modal form .item-form select,
.modal form .item-form textarea {
  /*	margin-top:8px;*/
  width: 97% !important;
  padding: 7px 5px;
  margin-bottom: 0;
  display: block;
  border: none !important;
  background: none !important;
  border-radius: 2px;


}

.modal h3 {
  margin: 5px 15px;
}

.modal.modal-content {
  height: 400px;
  overflow: auto;
}


.dataTable .peso-total {
  font-size: 20px;
}


.form-inline .item-form {
  margin: 0px;
  float: left;
  padding: 5px;
  display: table !important;
  min-height: 55px;
}

.form-inline .item-form input[type="text"],
.form-inline .item-form input[type="number"],
.form-inline .item-form input[type="password"],
.form-inline .item-form textarea,
.selectize-input>input {
  padding-left: 10px !important;
}

.selectize-input>input {
  margin-left: 7px !important;
}

.form-inline .item-form label {
  text-align: left;
  margin: 0 0 0 4px;
  display: block;
  font-size: 11px;
}

.form-inline .control-group {
  display: table;
  margin: auto;
}

.selectize-control {
  margin-bottom: 3px;
  width: 218px;

}

.selectize-input {
  width: 100%;
  white-space: nowrap;
  padding: 2px !important;
  border: 1px solid #ccc !important;
  cursor: pointer !important;

}

.selectize-input .item {
  border: none !important;
  font-weight: bold;
}

.selectize-input input {
  width: 100% !important;
}

/*FILTRO*/
.filtro_ativado {
  border: 1px solid #f50 !important;
  box-shadow: #f95 0 0 10px;
  border-radius: 4px;
}


/*--------------------------*/



/*.tab-pane div.select{
    position:relative;
    z-index: 9999;

}*/

/*.tab-pane .cliente_viscera_vermelha{
    top:0;
}
.tab-pane .cliente_viscera_branca{
    top:30px;
}*/

.has-switch label {
  z-index: 0 !important;
}

.bt-show-sidebar {
  display: none;
  position: fixed;
  right: 45px;
  transition: 1s;
  height: 30px;
  z-index: 999999;
  box-shadow: #bbb 0 0 10px;
}

.bt-show-sidebar:hover {
  box-shadow: #aaa 0 0 20px;
}

/* %%FIM FORMULÁRIOS %%*/


.label {
  cursor: help;
}


/*Tabs Visceras _form-animal*/
.cortes-n-pesados tr td {
  background: #fd5 !important;
}

.animal-condenado tr {
  background: #eaa;
}

.form-animal ul.nav-tabs,
.form-alterar-animal ul.nav-tabs {
  display: table;
  width: 98%;
  margin: 0;
}

.form-animal .tab-content,
.form-alterar-animal .tab-content {
  background: #fff;
  border: 1px solid #e9e9e9;
  border-top: 0px;
  box-shadow: rgba(0, 0, 0, 0.2) 0 2px 5px;
  padding: 4px;
}

/* %%%% ABATE %%%%*/

.input-peso-quarto {
  width: 50px;
  margin: 0;
  font-size: 18px !important;
}

.input-peso-quarto.salvo {
  border: 1px solid #393;
  color: #292
}

.alterado .input-peso-quarto.salvo {
  border: 1px dashed #933;
  color: #933;
}

.input-peso-quarto.condenado {
  border: 1px solid #e00;
  color: #c00;
}

.input-peso-quarto.vacinado {
  border: 1px solid #ec0;
  color: #c80;
}

.sigla-marchante {
  margin-left: 8px;
}

.box-check {
  border-radius: 5px;
  border: 1px solid #ccc;
  background: #fff;
  box-shadow: inset 0 1px 1px #fff, inset -1px 2px 3px #ccc;
  width: 18px;
  height: 18px;

}

.box-check.desativado {
  background: rgba(255, 255, 255, 0.4);
  border: none;
}

.custom-check {
  padding: 4px;
}

.custom-check .icon-ok {
  visibility: hidden;
  margin-left: 2px;
}

.table-abate thead tr {
  background: #eee;
  color: #000;
  text-align: center !important;
}

.table-abate tbody td {
  font-size: 15px;
  text-align: center;
  vertical-align: middle;

}

.tr_listras td {
  background-color: #dfd !important;
}

tr.selected td {
  background-color: #ffc !important;
}

.form-quarto {
  border-radius: 5px;
  margin: 1px;
}

.form-quarto.alterado {
  border-radius: 5px;
  margin: 1px;
  border: 1px dashed #d00;
}

/* %% FIM ABATE %%*/


/* %%% SAIDA %%% */

.title-saida {
  margin: 2px 0 0;
  padding: 5px 0;
  background: #ffe;
  border: 1px solid #ccc;
  cursor: pointer;
  overflow: hidden;
}

.title-saida:hover {
  background: #ffd;
  box-shadow: rgba(0, 0, 0, 0.2) 0 1px 10px;
}

.formSaida {
  margin: 0px;
}

.title-saida .code-style {
  text-align: center;
  width: 20px !important;

}

.title-saida div {
  padding: 8px 12px;
  margin: 0;
  border-left: 1px solid rgba(255, 255, 255, 0.7);
  border-right: 1px solid rgba(0, 0, 0, 0.15);
  display: table;
  float: left;
  width: 120px;
  max-width: 220px;
  height: 20px;
  font-weight: normal;
  color: #444;
  white-space: nowrap;
  overflow: auto;
}

.item-saida.est-salvo {
  opacity: 0.7 !important;
}

.item-saida.est-salvo .title-saida {
  background: #dfd !important;
}

.title-saida div b {
  color: #000;
}

.table-vendas {
  display: none;
  box-shadow: inset rgba(0, 0, 0, 0.2) 0 1px 10px !important;
  padding: 10px 20px;
  background: #f7f7f7;

  /*page-break-after: always;*/
}

.table-vendas input {
  margin: 0 5px;
}

.table-vendas thead {
  font-size: 12px;
  background: #fee;
}

.table-vendas thead td {
  padding: 3px 10px;
  text-transform: capitalize;
}

.table-vendas table {
  background: #fff;
  box-shadow: rgba(0, 0, 0, 0.2) 0 1px 7px !important;
}

/* %%% FIM SAIDA %%% */


.transp-efeito {
  opacity: 0.3;
}

a:hover>.transp-efeito {
  opacity: 0.8;
}

.label-quartos hr {
  border-top: 1px solid rgba(0, 0, 0, 0.1);
  border-bottom: 1px solid rgba(255, 255, 255, 0.2);
  margin: 2px
}

.label-quartos .info-data {
  font-size: 13px;
  text-align: center;
  font-weight: normal;
  color: rgba(0, 0, 0, 0.7);
  text-shadow: rgba(255, 255, 255, 0.4) 0 1px 2px
}

.label-quartos .info-corte {
  font-size: 13px;
  font-weight: normal;
  color: #ccc
}

.label-quartos .info-peso b {
  font-size: 17px;
}

.label-quartos .info-peso {
  color: #ff0;
  font-weight: normal;
}

.label-quartos {
  font-size: 16px !important;
  padding: 8px;
  margin: 2px !important;
  text-align: center;
}


/* DASHBOARD */

.dash-box {
  box-shadow: #000 0 2px 8px;
  background: #f5f5f5;
  margin: 10px;
  padding: 10px;
}





/* Custom container */
.container-narrow {
  margin: 0 auto;
  max-width: 700px;
}

.container-narrow>hr {
  margin: 30px 0;
}

/* Main marketing message and sign up button */
.jumbotron {
  margin: 60px 0;
  text-align: center;
}

.jumbotron h1 {
  font-size: 72px;
  line-height: 1;
}

.jumbotron .btn {
  font-size: 21px;
  padding: 14px 24px;
}

/* Supporting marketing content */
.marketing {
  margin: 60px 0;
}

.marketing p+h4 {
  margin-top: 28px;
}

.dropdown {
  position: relative;
}


.dataTable thead tr td {
  font-size: 16px;
}




.menu-acoes li {
  font-size: 12px;

}


.meuModal {
  position: fixed;
  top: 0%;
  left: 0%;
  width: 100%;
  height: 100%;
  background-color: black;
  z-index: 1001;
  -moz-opacity: 0.5;
  opacity: .50;
  filter: alpha(opacity=50);
}

.frenteModal {
  position: fixed;
  text-align: center;
  top: 20%;
  left: 40%;
  width: 20%;
  /*height: 100px;*/
  padding: 20px 14px;
  border: 1px solid #000;
  border-radius: 4px;
  box-shadow: #000 0 0 20px;
  background-color: white;
  z-index: 1002;
  overflow: auto;
  font-size: 20px;


}

table tbody {
  font-weight: normal !important;
}



/**
* 			::::::::::::::::::::  IMPRESSÃO DA NOTA DE ENTREGA ::::::::::::::::::::

*/
.pagina {
  width: 900px;
  position: relative;
  margin: 20px auto;
  padding: 20px 20px 70px;
  box-shadow: #c5c5c5 0 1px 15px;
  background: #fff;
  border-radius: 3px;
  /*page-break-after: right;*/
}

.box-info {
  position: relative;
  margin: 15px 0 0px;
  list-style: none;
  padding-bottom: 5px;
  display: table;
}

.box-info li {
  padding: 8px 10px !important;
  float: left;
  font-size: 18px;
}

.box-info li:hover {
  background: #ffe;
}


/******** CSS ROTA *********/
.box-rota {
  width: 350px;
  min-height: 270px;
  background: url('../img/rota.png') -20px -20px no-repeat #f3f3f3;
  padding: 10px;
  margin: 10px;
  border: 1px solid #ccc;
  background-size: 60%;
  float: left;
}

.box-rota:hover {
  box-shadow: #f99 0 0 10px;
}

.box-rota h3 {
  color: #777;
}

.box-rota p {
  color: #888;
}

.box-rota span {
  color: #500;
}

/***************************/

/* RELATÓRIOS*/
#cabecalho {
  display: none;
  width: 100% !important;
  padding: 10px;
}

/*LABELS*/
.label-maior {
  font-size: 17px;
  padding: 8px;
}

.label-maior.centralizado {
  margin: 0 10px;
}

.label-maior.label-info {
  margin: 0 10px;
}

.label-indicador {
  background: #fff;
  border: 1px solid #ccc;
  font-size: 15px;
  color: #999;
  padding: 0px 6px;
  border-radius: 50px;
  box-shadow: #aaa 0 0 5px;
}

.label-indicador.esquerda {
  margin-left: -20px;
  float: left;
}

.label-indicador.direita {
  margin-right: -20px;
  float: right;
}

/**
* 			::::::::::::::::::::  CSS PARA IMPRESSÃO  ::::::::::::::::::::

*/
#sel-camara {
  width: 90px !important;
}

@page {
  margin: 0 5px 0 0;
}


.label-white {
  background: #fff;
  box-shadow: #eee 0 0 5px;
  color: #444;
  border: 1px solid #eee;
}

.label-red {
  background: #c00;
  color: #fff;
  text-shadow: #900 0 0 2px;
  border: 1px solid #f33;
}

.label-franco {
  background: none;
  color: #bbb;
  text-shadow: #fff 0 0 2px;
  /*border:1px solid #ddd;*/
}







.b-g {
  font-size: 22px;
}

.dropdown-menu>li>a:hover {
  background: #ffc !important;
  color: #000 !important;
}

/*RESPONSIVE*/
.mobile {
  display: none;
}

@media only screen and (max-width: 768px) {
  .box-menu ul {
    z-index: 99999;
    opacity: 1;
    padding: 5px;
    width: 100%;
    margin: 0 !important;
    border: none;
    box-shadow: none;
  }

  .box-menu ul li {
    margin: 0 !important;
  }

  .box-menu ul a:active {
    background: #e22
  }

  .dropdown-submenu>.dropdown-menu {
    left: 0 !important;
    background: #ddd;
  }

  .dropdown.open ul a,
  .dropdown-submenu ul a {
    background: #eee;
    border-radius: 5px;
  }

  .dropdown-menu,
  .dropdown-submenu {
    position: relative !important;
    background: none !important;
  }

  /** correção do daterange periodo que utiliza a class dropdown-menu*/
  .daterangepicker.dropdown-menu,
  .daterangepicker.dropdown-submenu {
    position: absolute !important;
    background: rgba(255, 255, 255, 0.8) !important;
    margin-top: -20px !important;

  }

  .daterangepicker .ranges {
    width: 100% !important;
    padding: 10px !important;
    box-sizing: border-box !important;
  }

  .daterangepicker.dropdown-menu ul {
    display: flex !important;
    flex-direction: row !important;
    flex-wrap: wrap !important;
    justify-content: center !important;
  }

  .daterangepicker.dropdown-menu li {
    flex: 1;
    margin: 2px;
  }

  /************/

  .dropdown.open ul {
    display: block !important
  }

  .dropdown.open .dropdown-submenu ul {
    display: block !important;
  }

  .dropdown.open .dropdown-submenu ul a {
    background: #ccc
  }

  .dataTables_filter {
    float: none !important;
  }

  body {
    padding: 2px;
  }

  .close {
    font-size: 35px !important;
  }

  .container-fluid,
  .row-fluid,
  #dataTable_wrapper {
    width: 100%;
  }

  table.table,
  .table thead,
  .table tbody,
  .table th,
  .table td,
  .table tr {
    display: block;

  }

  .table th {
    text-align: right;
  }

  table.table {
    position: relative;
    padding-bottom: 0;
    border: none;
    margin: 0 -10px;
    box-shadow: 0 0 10px rgba(0, 0, 0, .2);
  }

  .table thead {
    float: left;
    white-space: nowrap;
    display: none;
  }

  .table tbody {
    overflow-x: auto;
    overflow-y: hidden;
    position: relative;
    white-space: nowrap;
  }

  .table tr {
    border-right: 2px solid #ccc;
    display: inline-block;
    vertical-align: top;
  }

  .table th {
    border-bottom: 1px solid #a39485;
  }

  .table .box-item td {
    width: auto !important;
  }

  .table td {
    border-bottom: 1px solid #e5e5e5;
  }

  */
}



@media only screen and (max-width : 500px) and (min-width : 0px) {
  body {
    padding: 5px
  }

  .box-menu {
    background: #eee;
  }

  .popover {
    position: fixed !important;
    top: 50% !important;
    left: 50% !important;
    transform: translate(-50%, -50%) !important;
    width: 90% !important;
    max-width: 300px !important;
    margin: 0 !important;
    border-radius: 6px !important;
    box-shadow: 0 3px 9px rgba(0, 0, 0, .5) !important;
    background-color: #fff !important;
    padding: 15px !important;
    border: 1px solid #ddd !important;
  }

  .btn-registrar-animal {
    z-index: 100;
    width: 100% !important;
    white-space: nowrap;
    margin: 0 !important;
    left: 0 !important;
    top: 0 !important;
  }

  .modal {
    z-index: 99999;
  }

  .modal form .item-form label {
    padding: 10px;
  }

  .btn-menu {
    width: 100%;
    text-align: center;
    padding: 8px 0;
    margin: 2px auto;
    clear: both;
  }

  .mobile {
    display: block;
  }

  .box-menu {
    display: none;
  }

  .nav.nav-pills li {
    display: block !important;
    margin: 5px !important;
    width: 100% !important;
    text-align: center;
  }

  #meus-filtros .grupo-item-form {
    margin: 0;
  }
}

@media only screen and (max-width : 800px) and (min-width : 0px) {

  * {
    font-size: 98% !important;
  }

  .input-peso-quarto {
    width: 25px !important;
    font-size: 14px !important;
  }

  #sel-camara {
    width: 40px !important;
  }

  .modal .close {
    font-size: 40px;
  }

  .modal {
    background: rgba(255, 255, 255, 0.9);
    height: 100% !important;
    width: 100% !important;
    right: 0 !important;
    left: 0 !important;
    margin: auto !important;
    top: 0 !important;
  }

  .modal-body {
    height: 100% !important;
  }
}




.badge-print {
  background: #eee;
  color: #000;
}

/*media print*/
@media print {

  .dataTables_filter {
    display: none !important;
  }

  .dataTables_filter label {
    display: none !important;
  }

  .dataTables_filter input {
    display: none !important;
  }

  .badge-print .badge {
    color: #777 !important;
    border-left: 1px solid #999;
  }

  .badge-print {
    border: 1px solid #555;
  }

  .noprint {
    display: none !important;
  }

  .divisoria-print {
    border-top: 1px dotted #555 !important;
    margin: 5px 0 !important;
    display: block !important;
  }

  #cabecalho {
    display: block;
    /*position:fixed;top:15px;*/
  }

  /* .box-cabecalho{margin:80px 0 0 0;}*/
  thead {
    /* display: table-header-group;*/
    display: table-row-group;
    !important;
  }

  #msg {
    display: none;
  }

  .pace {
    display: none;
  }


  .input-peso-quarto {
    width: 70px;
  }

  .label-indicador {
    display: none;
  }

  b.legenda {
    display: none;
  }

  .table-abate .acao {
    display: none !important;
  }

  .table-abate table {
    border: 0 !important;
  }

  /*esconder a camara do estoque no print*/
  .table-abate #sel-camara {
    padding: 0 !important;
    margin: 0 !important;
    height: 12px !important;
    display: table !important;
    width: 70px !important;
  }

  /*.table-abate table td:nth-last-child(-n+2){display:block;}*/

  /*.table-abate table td:first-child{display:none;}*/
  .i-cod {
    font-size: 12px;
    font-weight: bold;
  }


  .box-check {
    display: none;
  }



  .table-abate table td i {
    display: none;
  }

  table {
    border: 1px solid #333 !important;
  }

  table tbody td {
    padding: 3px 5px !important;
  }

  .i-peso {
    font-size: 16px;
  }

  .table-abate tbody td {
    padding: 1px !important;
  }

  .table-abate thead,
  .table-abate tbody {
    font-size: 14px;
  }

  .table-abate td:last-child {
    display: none;
  }

  .form-quarto {
    padding: 0 !important;
    margin: 0 !important;
  }

  .form-quarto * {
    border: none !important;
  }

  .form-quarto input {
    border: none !important;
  }

  .form-quarto button.btn {
    display: none;
  }

  .peso-total {
    font-size: 16px;
  }

  .table-abate .input-append {
    margin: 0 !important;
  }

  .table-abate .alert {
    margin: 0 !important;
    padding: 2px !important;
  }

  .input-peso-quarto {
    width: 40px !important;
    border: none !important;
    border: 0 !important;
    border-width: 0 !important;
    text-align: right;
  }

  .input-peso-quarto.entregue {
    width: 40px !important;
    border: none !important;
    border: 0 !important;
    border-width: 0 !important;
  }

  .table-vendas table,
  table * {
    box-shadow: none !important;
    border-radius: 0 !important;
  }

  .box-applet,
  .nav,
  .table-vendas input,
  .btn,
  .logo,
  .footer,
  .cumprimentos,
  hr {
    display: none !important;
  }

  .item-saida.est-entregue {
    opacity: 1 !important;
  }

  .title-saida div {
    display: inline;
    min-width: 100px;
  }

  .table-vendas {
    display: block !important;
    box-shadow: none !important;
  }

  .logo {
    width: 150px !important;
    margin: 0 !important;
  }

  hr {
    margin: 5px !important;
  }

  .title-saida div {
    overflow: visible;
    max-width: 100%;
    width: inherit;
  }

  .title-saida .code-style {
    width: 50px !important;
  }

  .pagina {
    /*border-bottom:2px dashed #ccc;*/
    padding-bottom: 90px;
    /* page-break-after: right;*/
  }

  .anbu {
    display: none;
  }


  * {
    font-size: 98% !important;
    margin: 0 !important;
    padding: 1px !important;
  }

  .cumprimentos,
  h3,
  div,
  table table td {
    margin: 0 !important;
    padding: 1px !important;
    line-height: normal !important;
  }

  table tr,
  table td {
    border: 1px solid #000 !important;
  }

  table thead td {
    text-align: center !important;
    background: #eee !important;
  }

  table table tr,
  table table td {
    border: none !important;
    line-height: 10px !important;
    border-top: 1px solid #000 !important;
  }

  table table tr:first-child {
    border: none !important;
    background: #f00;
  }

  hr {
    display: none;
  }

  h2,
  h3 {
    font-family: Oswald, trebuchet, tahoma, arial !important;
    display: block !important;
    height: 18px !important;
    font-wheight: bold !important;
    line-height: 18px;
    text-align: center;
    margin: 4px auto !important padding:2px !important
  }

  h4 {
    margin: 0 2px !important;
    padding: 1px 4px !important;
    line-height: 14px;
    /*float:left;*/
  }

  h2 {
    font-size: 20px !important;
    padding: 10px !important;
  }

  table {
    border-radius: 10px !important;
    border: none !important;
  }

  table tr {
    border: none !important;
  }

  table td {
    border: 1px solid #555 !important;
  }
}

/* camara quarto */
.select-camara-corte-acao {
  width: 85px;
  background: none;
  margin: -3px !important;
  border: none;
  padding: 0px !important;
  font-size: 12px
}


/*FIM MEDIA PRINT*/


.swal2-container {
  z-index: 9999999 !important;
}


/* correção selectize itens selecteds*/

.selectize-input.items.has-options.full.has-items>input {
  width: 135px;
  opacity: 0;
  position: absolute;
  left: -10000px;
}




/*PACE*/
.pace {
  -webkit-pointer-events: none;
  pointer-events: none;
  -webkit-user-select: none;
  -moz-user-select: none;
  user-select: none;
}

.pace-inactive {
  display: none;
}

.pace .pace-progress {
  background: #ab1c38;
  position: fixed;
  z-index: 2000;
  top: 0;
  right: 100%;
  width: 100%;
  height: 2px;
}

.pace .pace-progress-inner {
  display: block;
  position: absolute;
  right: 0px;
  width: 100px;
  height: 100%;
  box-shadow: 0 0 10px #ab1c38, 0 0 5px #ab1c38;
  opacity: 1.0;
  -webkit-transform: rotate(3deg) translate(0px, -4px);
  -moz-transform: rotate(3deg) translate(0px, -4px);
  -ms-transform: rotate(3deg) translate(0px, -4px);
  -o-transform: rotate(3deg) translate(0px, -4px);
  transform: rotate(3deg) translate(0px, -4px);
}

.pace .pace-activity {
  display: block;
  position: fixed;
  z-index: 2000;
  top: 15px;
  right: 15px;
  width: 14px;
  height: 14px;
  border: solid 2px transparent;
  border-top-color: #ab1c38;
  border-left-color: #ab1c38;
  border-radius: 10px;
  -webkit-animation: pace-spinner 400ms linear infinite;
  -moz-animation: pace-spinner 400ms linear infinite;
  -ms-animation: pace-spinner 400ms linear infinite;
  -o-animation: pace-spinner 400ms linear infinite;
  animation: pace-spinner 400ms linear infinite;
}

@-webkit-keyframes pace-spinner {
  0% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }

  100% {
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}

@-moz-keyframes pace-spinner {
  0% {
    -moz-transform: rotate(0deg);
    transform: rotate(0deg);
  }

  100% {
    -moz-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}

@-o-keyframes pace-spinner {
  0% {
    -o-transform: rotate(0deg);
    transform: rotate(0deg);
  }

  100% {
    -o-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}

@-ms-keyframes pace-spinner {
  0% {
    -ms-transform: rotate(0deg);
    transform: rotate(0deg);
  }

  100% {
    -ms-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}

@keyframes pace-spinner {
  0% {
    transform: rotate(0deg);
    transform: rotate(0deg);
  }

  100% {
    transform: rotate(360deg);
    transform: rotate(360deg);
  }
}

/*
.pace {
  -webkit-pointer-events: none;
  pointer-events: none;
  -webkit-user-select: none;
  -moz-user-select: none;
  user-select: none;
}

.pace-inactive {
  display: none;
}

.pace .pace-progress {
  background: #ec0000;
  position: fixed;
  z-index: 2000;
  top: 0;
  right: 100%;
  width: 100%;
  height: 2px;
}

.pace .pace-progress-inner {
  display: block;
  position: absolute;
  right: 0px;
  width: 100px;
  height: 100%;
  box-shadow: 0 0 10px #ec0000, 0 0 5px #ec0000;
  opacity: 1.0;
  -webkit-transform: rotate(3deg) translate(0px, -4px);
  -moz-transform: rotate(3deg) translate(0px, -4px);
  -ms-transform: rotate(3deg) translate(0px, -4px);
  -o-transform: rotate(3deg) translate(0px, -4px);
  transform: rotate(3deg) translate(0px, -4px);
}

.pace .pace-activity {
  display: block;
  position: fixed;
  z-index: 2000;
  top: 15px;
  right: 15px;
  width: 14px;
  height: 14px;
  border: solid 2px transparent;
  border-top-color: #ec0000;
  border-left-color: #ec0000;
  border-radius: 10px;
  -webkit-animation: pace-spinner 400ms linear infinite;
  -moz-animation: pace-spinner 400ms linear infinite;
  -ms-animation: pace-spinner 400ms linear infinite;
  -o-animation: pace-spinner 400ms linear infinite;
  animation: pace-spinner 400ms linear infinite;
}

@-webkit-keyframes pace-spinner {
  0% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }

  100% {
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}

@-moz-keyframes pace-spinner {
  0% {
    -moz-transform: rotate(0deg);
    transform: rotate(0deg);
  }

  100% {
    -moz-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}

@-o-keyframes pace-spinner {
  0% {
    -o-transform: rotate(0deg);
    transform: rotate(0deg);
  }

  100% {
    -o-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}

@-ms-keyframes pace-spinner {
  0% {
    -ms-transform: rotate(0deg);
    transform: rotate(0deg);
  }

  100% {
    -ms-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}

@keyframes pace-spinner {
  0% {
    transform: rotate(0deg);
    transform: rotate(0deg);
  }

  100% {
    transform: rotate(360deg);
    transform: rotate(360deg);
  }
}*/

/*fim pace*/

/*loading*/
#loading-overlay {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.5);
  z-index: 9999999999999;
}

#loading {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  font-size: 24px;
  color: #fff;
}

#loading-close {
  position: absolute;
  top: 10px;
  right: 10px;
  font-size: 18px;
  cursor: pointer;
}

.loading-animation {
  width: 50px;
  height: 50px;
  border: 10px solid #e36e6e;
  border-top: 10px solid #ccc;
  border-left: 10px solid #ccc;
  border-radius: 50%;
  animation: loading-spin 1s linear infinite;
}

@keyframes loading-spin {
  0% {
    transform: rotate(0deg);
  }

  100% {
    transform: rotate(360deg);
  }
}