EMV_USERSET.css 1.26 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
/*$bgcolor-child-tab: #212121;*/
.tab {
  display: block;
  float: left;
  width: 80%;
  height: inherit;
  margin-left: 10%;
  margin-right: 10%;
  box-shadow: 1px 1px 5px #000000; }

.tab-left {
  display: block;
  float: left;
  width: 20%; }

.tab-body {
  display: none;
  float: left;
  width: 80%;
  background-color: #FFFFFF;
  color: #CFCFCF;
  border: 1px solid #D1CACA;
  height: 500px; }

.child-tab {
  display: block;
  float: left;
  width: 80%;
  width: 100%;
  text-align: center;
  font-size: 16px;
  cursor: pointer;
  border: 1px solid #D1CACA;
  background-color: #FFFFFF;
  color: #000000; }

.child-tab.active {
  background-color: #0072C6;
  color: #FFFFFF;
  display: block !important; }

.tab-body.active {
  background-color: #FFFFFF;
  color: #000000;
  display: block !important; }

.blank {
  background-color: #FFFFFF;
  color: #FFFFFF;
  border: 0px solid white !important;
  cursor: default; }

.center {
  text-align: center;
  padding-bottom: 20px !important; }

.tab-detail {
  padding-left: 50px;
  padding-right: 50px;
  padding-top: 20px !important; }

.tab-data {
  font-size: 18px;
  margin-bottom: 12px; }

.tab-form {
  background-color: #FFFFFF;
  border-radius: 5px;
  padding-bottom: 20px !important; }

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