@CHARSET "UTF-8";
.container {
  padding-left: 2px;
  padding-right: 2px;
}
.text-red {
  color: #FE0000;
}
.text-blue{
  color: #0000FF;
}
.btn-font {
  font-weight: 700;
  font-size: 14px;
  font-style: normal;
}
button {
  height: 35px;
  vertical-align: middle !important;
  padding: 0px 15px !important;
  border-radius: 1px !important;
}
.modal-title {
  border-radius: 5px 5px 0px 0px !important;
  background-image: linear-gradient(to bottom, #d9edf7 0px, #c4e3f3 100%);
  background-repeat: repeat-x;
  padding-top: 4px;
  padding-bottom: 4px;
  font-family: "Calibri Bold","Calibri";
  font-weight: 700;
  font-size: 18px;
  font-style: normal;
  text-align: center;
}
.modal-footer {
  border-top: 0px solid #eee;
  padding: 0 20px 20px;
}
.close {
  padding: 0 !important;
}
.dataTables_wrapper .dataTables_processing {
  text-align: center;
  font-size: 18px;
  font-style: normal;
  font-weight: 700;
  background: linear-gradient(to right, rgba(173, 216, 230, 0) 0%, rgba(173, 216, 230, 0.9) 25%, rgba(173, 216, 230, 0.9) 75%, rgba(173, 216, 230, 0) 100%) repeat scroll 0 0 rgba(0, 0, 0, 0);
  height: 120% !important;
  left: 50%;
  margin-left: -50%;
  margin-top: -25px;
  padding-top: 20px;
  position: absolute;
  top: 0;
  width: 100%;
}
/* chit summary style */
.center {
  width: auto;
  display: table;
  margin-left: auto;
  margin-right: auto;
  vertical-align:middle;
}
.text-center {
  text-align: center;
}
.btn-center {
  margin-left: 30px;
  margin-right: 30px;
}
