.biggertext {
  font-size: 15px;
}
.my-class .x-form-cb-label {
  font-size: 15px;
  /* font-weight: bold; */
}
.big-25 {
  width: calc(25% - 20px);
  background-position: 25% 20px !important;
}
.big-30 {
  width: calc(30% - 20px);
  background-position: 30% 20px !important;
}
.big-70 {
  width: calc(70% - 20px);
  background-position: 70% 20px !important;
}

#myBtn {
  display: none;
  position: fixed;
  bottom: 20px;
  right: 30px;
  z-index: 99;
  font-size: 18px;
  border: none;
  outline: none;
  background-color: cyan;
  color: white;
  cursor: pointer;
  padding: 15px;
  border-radius: 4px;
}

#myBtn:hover {
  background-color: #555;
}

#msform {
  width: 80%;
  margin: 50px auto;
  text-align: center;
  position: relative;
}
#msform fieldset {
  background: white;
  border: 0 none;
  border-radius: 3px;
  box-shadow: 0 0 15px 1px rgba(0, 0, 0, 0.4);
  padding: 20px 30px;
  box-sizing: border-box;
  width: 80%;
  margin: 0 10%;
  position: absolute;
}
#msform fieldset:not(:first-of-type) {
  display: none;
}
#msform input,
#msform textarea {
  padding: 15px;
  border: 1px solid #ccc;
  border-radius: 3px;
  margin-bottom: 10px;
  width: 100%;
  box-sizing: border-box;
  font-family: "Ubuntu", sans-serif !important;
  color: #2c3e50;
  font-size: 13px;
}
#msform .action-button {
  width: 100px;
  background: #27ae60;
  font-weight: 400;
  color: white;
  border: 0 none;
  border-radius: 1px;
  cursor: pointer;
  padding: 10px 5px;
  margin: 10px 5px;
}
#msform .action-button:hover,
#msform .action-button:focus {
  box-shadow: 0 0 0 2px white, 0 0 0 3px #27ae60;
}
.fs-title {
  font-size: 15px;
  /* text-transform: uppercase; */
  color: #2c3e50;
  margin-bottom: 10px;
  font-weight: 500;
}
.fs-subtitle {
  font-weight: normal;
  font-size: 13px;
  color: #666;
  margin-bottom: 20px;
}
#progressbar {
  margin-bottom: 30px;
  overflow: hidden;
  counter-reset: step;
}
#progressbar li {
  list-style-type: none;
  color: #d2d2d2;
  /* text-transform: capitalize; */
  font-size: 16px;
  width: 20%;
  float: left;
  position: relative;
}
#progressbar li.active {
  color: #27ae60;
}
#progressbar li:before {
  content: ""; /*counter(step)*/
  counter-increment: step;
  width: 50px;
  line-height: 50px;
  display: block;
  font-size: 18px;
  color: #fff;
  background: transparent;
  border-radius: 100%;
  margin: 0 auto 5px auto;
  border: 2px solid #ececec;
}
#progressbar li:nth-child(1):before {
  content: "\f044";
  font-family: "Font Awesome 5 Free";
}
#progressbar li:nth-child(2):before {
  content: "\f574";
  font-family: "Font Awesome 5 Free";
}
#progressbar li:nth-child(3):before {
  content: "\f502";
  font-family: "Font Awesome 5 Free";
}
#progressbar li:nth-child(4):before {
  content: "\f071";
  font-family: "Font Awesome 5 Free";
}
#progressbar li:nth-child(5):before {
  content: "\f058";
  font-family: "Font Awesome 5 Free";
}
#progressbar li:after {
  content: "";
  width: 73%;
  height: 2px;
  background: #ececec;
  position: absolute;
  left: -35%;
  top: 25px;
  z-index: -1;
}
#progressbar li:first-child:after {
  content: none;
}
#progressbar li.active:before {
  border: 2px solid #27ae60;
  color: #27ae60;
  /* content: "\f164"; */
}
#progressbar li.active:after {
  background: #27ae60;
  color: white;
}
.form_holder {
  text-align: center;
  margin: 30px 0 0;
}
.dataview {
  width: 120px;
  height: 120px;
  margin: 15px;
  display: inline-block;
  float: left;
  text-align: center;
}
.custom-grid .x-grid-row {
  /* background: red; */
  line-height: 25px;
}
.rowHighlight .x-grid-cell {
  background-color: #9eff75;
}
.watermark {
  color: rgba(255, 0, 0, 0.2);
  position: absolute;
  top: 70px;
  bottom: 0;
  left: 0;
  right: 0;
  padding: 5px;
  text-align: center;
  font-size: 40px;
}
p {
  /* text-indent: 50px; */
  display: block;
  line-height: 2em;
}
.pendaftar-grid .x-grid-td {
  vertical-align: middle;
}
.pendaftar-grid-avatar {
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  -ms-border-radius: 50%;
  border-radius: 50%;
}
.pendaftar-grid .x-grid-body {
  border-width: 1px;
}

.sencha-logo .main-logo img {
  margin-left: 22px;
  margin-right: 22px;
  margin-top: -5px;
  position: relative;
}

.imageZoomCls:hover {
  height: 100%;
  width: 100%;
}

.blink_me {
  animation: blinker 1s linear infinite;
  color: red;
  font-weight: bold;
  font-size: 20px;
}

@keyframes blinker {
  50% {
    opacity: 0;
  }
}

#container {
  width: 820px;
  height: 100px;
  overflow: hidden;
}
#container.rotate90,
#container.rotate270 {
  width: 100px;
  height: 820px;
}
#image {
  transform-origin: top left;
  /* IE 10+, Firefox, etc. */
  -webkit-transform-origin: top left;
  /* Chrome */
  -ms-transform-origin: top left;
  /* IE 9 */
}
#container.rotate90 #image {
  transform: rotate(90deg) translateY(-100%);
  -webkit-transform: rotate(90deg) translateY(-100%);
  -ms-transform: rotate(90deg) translateY(-100%);
}
#container.rotate180 #image {
  transform: rotate(180deg) translate(-100%, -100%);
  -webkit-transform: rotate(180deg) translate(-100%, -100%);
  -ms-transform: rotate(180deg) translateX(-100%, -100%);
}
#container.rotate270 #image {
  transform: rotate(270deg) translateX(-100%);
  -webkit-transform: rotate(270deg) translateX(-100%);
  -ms-transform: rotate(270deg) translateX(-100%);
}
