@charset "utf-8";
/* CSS Document */

input {
	cursor: pointer;
	padding: 0.25em;
}

  .fc-red{
  color: #cc0000;
}
  .text-center{
    text-align: center;
  }
  .text-end{
    text-align: right;
  }
  .container.inq .buttonmove{
    background-color: #087ac3;
    border: 0;
    border-radius: 2px;
    box-shadow: none;
    color: #fff;
    cursor: pointer;
    display: inline-block;
    font-size: 16px;
    min-width: 280px;
    font-weight: 800;
    line-height: 1;
    padding: 20px 10px;
    text-shadow: none;
    transition: background 0.2s, opacity 0.2s;
  }
  .container.inq .buttonmove:hover{
    opacity: .7;    
  }
  .container.inq .buttonmove.buttonback {
    background-color: #ddd;
    color: #000;
    font-size: 14px;
    width: 15%;
    min-width: 200px;
    padding: 15px;
    margin-top: 30px;
  }
  .container.inq .buttonmove:disabled {
    background: #656565;
    opacity: .7;
    cursor: default;
}
  
  .container.inq #contact-form textarea {
    resize: vertical;
    min-height: 200px;
  }
 .container.inq #contact-form input::placeholder {
  color: #999;
}
  .pp_lead {
    line-height: 1.7;
  }
  
  /* Table
----------------------------*/  
.table {
  border-collapse: collapse
}
.table-sm th, .table-sm td {
  padding: 1rem;
}
.table p, .table ul, .table ol, .table dl, .table dt {
  margin: 0 !important;
}
.table dd {
  margin-bottom: 1.5rem;
}
.table > thead > tr > th, .table > tbody > tr > td {
  vertical-align: middle;
}
.table > thead > tr > th {
  white-space: nowrap;
  border-bottom-width: 1px;
}
.table + p, .table + ul, .table-responsive + p, .table-responsive + ul {
  margin-top: 2rem;
}
.table td ul {
  margin: 0 1rem 0;
  padding: 0;
}
.table td [class^="list-"] {
  padding-left: 2rem;
}
.th-25 th, .th-20 th, .th-15 th {
  width: 100%;
}
.th-gray th {
  background: #F6F6F6 !important;
}
.th-darkgray th {
  background: #545653 !important;
  color: #fff;
}
.th-green th {
  background: #99c827 !important;
  color: #fff;
}
.td-white td {
  background: #fff !important;
}
.table-center th, .table-center td {
  text-align: center;
}
.table-basic {
  width: 100%;
  margin: 0 auto 3rem;
  border-collapse: collapse;
  border-bottom: 1px solid #ddd;
  box-sizing: border-box;
}
.table-basic td, .table-basic th {
  vertical-align: middle;
  display: block;
  background: rgba(255, 255, 255, 0.75);
}
.table-basic th {
  padding: 1.6rem 1.2rem 0;
  border-top: 1px solid #ddd;
  border-bottom: none;
  font-weight: 600;
  white-space: nowrap;
}
.table-basic td {
  border-bottom: none;
  padding: 0.5rem 1.2rem 1.6rem;
}
.table-basic.th-gray th {
  padding: 1.25rem 1.2rem;
}
.table-basic.th-gray td {
  padding: 2rem 1.2rem 2.25rem;
}
.table-responsive table td, .table-responsive table th {
  display: table-cell;
  white-space: nowrap;
}
.table-responsive .table-sm th, .table-responsive .table-sm td {
  padding: 1.2rem;
}
.table-tile tr {
  padding: .35rem;
  border-bottom: 2px solid #fff;
}
.table-tile thead th {
  border-right: 2px solid #fff;
  color: #fff;
  text-align: center;
}
.table-tile tbody th {
  color: #fff;
  vertical-align: middle;
  border-right: 2px solid #f6f6f6;
  text-align: center;
}
.table-tile tbody td {
  background: #fff;
  border-right: 2px solid #f6f6f6;
  border-bottom: 2px solid #f6f6f6;
}
  
  @media (min-width: 992px) {
    input {
	cursor: auto;
}	
  .dp-none-lg {
    display: none;
  }
  .th-15 th {
    width: 15%;
  }
  .th-20 th {
    width: 20%;
  }
  .th-25 th {
    width: 25%;
  }
  .table-basic {
    border-bottom: 1px solid #ddd;
  }
  .table-basic th, .table-basic td {
    padding: 3rem 2rem;
    display: table-cell;
  }
  .table-responsive table th, .table-responsive table td {
    white-space: initial;
  }
  .table-basic td {
    border-top: 1px solid #ddd;
  }
  .table-basic.th-gray th, .table-basic.th-gray td {
    padding: 2.25rem 2rem;
  }
  .table-basic.th-gray .td-select {
    padding-bottom: 1.25rem
  }
  .table-sm th, .table-sm td {
    padding: 1.25rem;
  }
  .btn-link-center .btn, .btn-link-center .btn-lg {
    width: 30%;
    margin: 4rem auto;
  }
  input[type="text"] {
    padding: 0.75rem;
  }
}