JobExam.css 1.53 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 84 85 86 87 88 89 90 91 92 93 94 95 96 97
.header{
  text-align: center;
}
.timeline{
  list-style: none;
  padding: 0 0 22px 0;
  position: relative;
}
.timeline >li{
  position: relative;
  margin-bottom: 30px;
}
.timeline >li::before{
  display: table;
  content: ""
}
.timeline::before{
  top: 10px;
  bottom: 0;
  position: absolute;
  content: "";
  width: 4px;
  background-color: rgba(0,0,0,.4);
  left: 50%;
  margin-left: -1.5px;
}
.timeline-point{
  width: 35px;
  height: 35px;
  display: block;
  background: #fff;
  z-index: 100;
  left: 50%;
  top: -10px;
}
.icon-circle{
  width: 30px;
  height: 30px;
  border-radius: 50%;
  border-width: 6px;
  border-color: #ffcc00;
  display: inline-flex;
  border-style: solid;
}
.timeline-body{
  position: relative;
  width: calc(50% - 20px);
  float: right;
  margin-left: 50%;
  text-align: left;
}
.table-margin{
  /*margin-left: 20px;
  margin-right: 20px;*/
  min-width: 1000px;
  margin-left: 40px;
  margin-right: 40px;
  margin-top: 20px;
  width: calc(100% - 80px);
}
.btn-spacebot{
  margin-bottom: 20px;
}
tbody td.center{
  text-align: center
}
tbody td.custom-td, tbody td.custom-td a{
  font-size: 16px !important;
}
thead th.custom-th{
  color: #fff;
  text-align: center;
  font-size: 16px !important;
}
.btn-icon{
  cursor: pointer;
}
.circle-green{
  border-color: #00b75d !important;
}
fabtool{
  position: fixed;
  left: 90%;
  z-index: 100;
}

md-icon.faicon{
  font-size: 18px !important;
}
md-icon.faicon-mini{
  font-size: 16px !important;
}
@media screen and (max-width: 600px){
  fabtool{
    left: 85% !important;
  }
}