EMV_CSCTEMPLATE.css 1.34 KB
Newer Older
Thitichaipun Wutthisak committed
1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44 45 46 47 48 49 50 51 52 53 54 55 56 57 58 59 60 61 62 63 64 65 66 67 68 69 70 71 72 73 74 75 76 77 78 79 80 81 82 83
.bg {
  background: url("../IMAGES/EMPVIEW/Hippojpg.jpg"); }

section {
  display: block;
  float: left;
  width: 100%;
  height: inherit; }

.detail-table {
  font-size: 16px;
  margin-bottom: 10px;
  color: #FFFFFF; }

.detail-table select {
  color: #000000; }

.table {
  width: 100%;
  max-width: inherit;
  border-spacing: 0px;
  font-size: 14px; }

.table a {
  color: #000000; }

.table thead {
  width: 100%; }

.table-head th {
  background-color: #3E3E3E;
  color: #FFFFFF;
  padding: 8px;
  text-align: center; }

.table-hover:hover {
  background-color: #E3E3E3;
  color: #000000; }

.table-bordered th, td {
  border: 1px solid #DDD; }

.table tr {
  background-color: #FFFFFF;
  color: #000000; }

.csc-content {
  margin-top: 20px; }

.csc-block {
  display: block;
  float: left;
  width: 100%;
  height: inherit;
  border: 2px solid rgba(84, 163, 255, 0.83);
  background: rgba(84, 163, 255, 0.83);
  margin-bottom: 30px; }

.control-label {
  font-size: 16px;
  color: #FFFFFF; }

.label-right {
  float: right; }

.center {
  text-align: center;
  color: #FFFFFF; }

.form-control {
  display: inline-block !important;
  border-radius: 2px !important; }

.input-group-addon {
  border-radius: 2px !important; }

.radio-inline {
  color: #FFFFFF; }

.btn-primary {
  background-color: #003868 !important; }

/*# sourceMappingURL=EMV_CSCTEMPLATE.css.map */