
.blue-btn
{
    background-color: #1968b3 ! important;
}
.gray-btn
{
    background-color: #2d3a41 ! important;
}
.btn-gray:focus, .btn-gray:active, .btn-gray {
  color: #fff;
  font-size: 14px;
  font-weight: 500;
  cursor: pointer;
  background-color: #2d3a41;
  border: 1px solid #2d3a41;
  border-radius: 0;
  -moz-border-radius: 0;
  -webkit-border-radius: 0;
  min-width: 100px;
  padding-top: 10px;
  padding-bottom: 10px;
  margin-top: 10px;
}
.btn-gray:hover {
  color: black;
  font-size: 14px;
  font-weight: 500;
  text-decoration: none;
  background-color: #fff;
  min-width: 100px;
  font: bold;
}
.btn-white:focus, .btn-white:active, .btn-white {
  color: black;
  font-size: 14px;
  font-weight: 500;
  cursor: pointer;
  background-color: #d9d9d9;
  border: 1px solid #d9d9d9;
  border-radius: 0;
  -moz-border-radius: 0;
  -webkit-border-radius: 0;
  min-width: 100px;
  padding-top: 10px;
  padding-bottom: 10px;
  margin-top: 10px;
}
.btn-white:hover {
  color: black;
  font-size: 14px;
  font-weight: 500;
  text-decoration: none;
  background-color: #fff;
  min-width: 100px;
  font: bold;
}
.datatable-width
{
  width: 100% !important;
}
.required
{
  color: red;
}
.btn-blue:focus, .btn-blue:active, .btn-blue {
  color: #fff !important;
  font-size: 14px;
  font-weight: 500;
  cursor: pointer;
  background-color: #1968b3;
  border: 1px solid #1968b3;
  border-radius: 0;
  -moz-border-radius: 0;
  -webkit-border-radius: 0;
  min-width: 100px;
  padding-top: 10px;
  padding-bottom: 10px;
  margin-top: 10px;
}
.btn-blue:hover {
  color: black !important;
  font-size: 14px;
  font-weight: 500;
  text-decoration: none;
  background-color: #fff;
  min-width: 100px;
  font: bold;
}
.btn-white:focus, .btn-white:active, .btn-white {
  color: black;
  font-size: 14px;
  font-weight: 500;
  cursor: pointer;
  background-color: #fff;
  border: 1px solid #000;
  border-radius: 0;
  -moz-border-radius: 0;
  -webkit-border-radius: 0;
  min-width: 100px;
  padding-top: 10px;
  padding-bottom: 10px;
  margin-top: 10px;
  border-radius: 50px;
}
.dropify-infos-inner p {
  display: none !important;
}