input[type=checkbox]{	
 padding-top: 5px;
}

a.text-default{
  color: #47525d !important;
}
.mt-1{
  margin-top: 1rem;
}
.ml-1{
  margin-left: 1rem;
}

.mb-1{
  margin-bottom: 1rem;
}

.mr-1{
  margin-right: 1rem;
}
.login-wrapper {

  margin-top: 20px;
}
.login-wrapper .logo{
  margin-bottom: 10px;
}
.login-wrapper .box h6 {
  text-transform: none;
  }
form label.error{
  color: red;
}
.header {
    margin-top: -20px; 
    margin-bottom: 30px;
}

.table-products .row.filter-block {
   margin-bottom: 14px; 
  }
.novocliente{
  margin-bottom: 50px;
}
.periodo{
  padding-top: 15px;
}
 .section.small {  
    margin-top: 10px;
    padding-top: 20px;
    margin-bottom: 20px;
  }   

 .section {  
  margin-top: 50px;
  }   
.editable-text{
  height: auto;
  min-height: 200px;
  max-height: 350px;  
  padding-right: 30px;
}
.modal .modal-body {
    max-height: 420px;
    overflow-y: auto;
}
.modal-lg{
  min-width: 720px;  
  padding-right: 20px;]  
}
/* table sample below */
.table-products {
  width: 100%; }
  .table-products .filter-block {
    margin-bottom: 34px; }
    .table-products .filter-block .ui-select {
      margin-right: 20px;
      top: 1px;
      height: 24px;
      width: 150px; }
    .table-products .filter-block .search {
      margin: 0 60px 0 0; }
    .table-products .filter-block .new-product {
      padding: 4px 14px; }
  .table-products .table tr.first td {
    border-top: 0 none; }
  .table-products .table td.description {
    vertical-align: middle;
    color: #516372; }
  .table-products .table td a {
    text-decoration: underline;
    margin-top: 6px;
    display: inline-block; }
  .table-products .table th input[type="checkbox"] {
    margin-top: 4px; }
  .table-products .table input[type="checkbox"] {
    float: left;
    margin-top: 11px;
    margin-right: 23px; }
  .table-products .table .img {
    height: 31px;
    float: left;
    background: white;
    width: 31px;
    border: 1px solid #dfe4eb;
    text-align: center;
    cursor: pointer;
    margin-right: 23px; }
    .table-products .table .img img {
      margin-top: 4px; }
  .table-products .table ul.actions {
    margin: 5px 0 0 0;
    padding: 0;
    float: right; }
    .table-products .table ul.actions li {
      display: inline;
      border-right: 1px solid #d0dde9;
      padding: 5px 6px 0px 3px; }
      .table-products .table ul.actions li.last {
        border: 0 none; }
    .table-products .table ul.actions i {
      cursor: pointer;
      opacity: 0.6;
      transition: opacity .1s linear;
      -moz-transition: opacity .1s linear;
      -webkit-transition: opacity .1s linear;
      -o-transition: opacity .1s linear; }
      .table-products .table ul.actions i:hover {
        opacity: 1; }
  .table-products .label {
    position: relative; }
  .table-products .pagination {
    float: right;
    margin-top: 35px; }

  #chart_div{

    height: 450px;

  }

  .content.imprimir{
    margin: 0px;

  }
  #pad-wrapper.impressao .title{
    margin-bottom: 10px;
  }

  #pad-wrapper.impressao .logo{
    margin-top: -50px;
    margin-bottom: 10px;
    padding-top: 0px;
  }
  .title-expand{
    display: flex;
    flex-direction: row;
    align-content: space-around;
    flex-wrap: nowrap;
    justify-content: flex-start;
    align-items: center;
  }

  .submit-evento{
    display: block;
    position: fixed;
    bottom: 10px;
    right: 10px;
    max-width: 180px;
  }