@charset "utf-8";
/* CSS Document */

.text-k{width:100%;
border:none;
background:none;
border-bottom:1px solid #E3E3E3;
height:30px;
transition:border-bottom 300ms ease;
color:#3D3D3D;
font-size:14px;}

.text-k:focus{border-bottom:1px solid rgba(26,149,227,1.00);}

.btn-a{height:32px;
font-size:13px;
border:1px solid rgba(17,91,132,1.00);
background:rgba(17,91,132,1.00);
color:rgba(255,255,255,1.00);
padding:0 20px 0 20px;
border-radius:2px;}

.btn-b{height:30px;
font-family:Segoe, "Segoe UI", "DejaVu Sans", "Trebuchet MS", Verdana, sans-serif;
font-size:16px;
border:1px solid rgba(241,93,4,1.00);
background:rgba(241,93,4,1.00);
color:#FBFBFB;
padding:0 10px 0 10px;
border-radius:2px;}

.btn-c{height:30px;
font-family:Segoe, "Segoe UI", "DejaVu Sans", "Trebuchet MS", Verdana, sans-serif;
font-size:16px;
border:1px solid rgba(7,147,248,1.00);
background:rgba(7,147,248,1.00);
color:#FBFBFB;
padding:0 10px 0 10px;
border-radius:2px;}

.btn-d{height:32px;
font-size:13px;
border:1px solid rgba(23,143,44,1.00);
background:rgba(23,143,44,1.00);
color:rgba(255,255,255,1.00);
padding:0 20px 0 20px;
font-family:Segoe, "Segoe UI", "DejaVu Sans", "Trebuchet MS", Verdana, sans-serif;
font-weight:bold;}

.text-a{width:100%;
border:1px solid rgba(197,197,197,1.00);
padding:0 10px 0 10px;
height:35px;
background:rgba(255,255,255,1.00);
transition:border 200ms ease;
color:#3D3D3D;
font-size:15px;
}

.text-a:focus,.area-a:focus,.text-b:focus{border:1px solid rgba(26,149,227,1.00);}

.text-a:disabled{background:rgba(248,248,248,1.00);}

.text-b{width:220px;
border:1px solid rgba(197,197,197,1.00);
padding:3px 10px 1px 10px;
height:25px;
background:rgba(255,255,255,1.00);
border-radius:2px;
transition:border 200ms ease;}

.area-a{width:100%;
border:1px solid rgba(197,197,197,1.00);
padding:10px;
height:50px;
background:rgba(255,255,255,1.00);
border-radius:2px;
transition:border 200ms ease;
}



.select-a{width:242px;
height:31px;
padding:2px 10px 0 10px ;
border:1px solid rgba(197,197,197,1.00);
border-radius:2px;
transition:border-color 300ms ease;
-moz-appearance:none; /* Firefox */
-webkit-appearance:none; /* Safari and Chrome */
background: rgba(255,255,255,1.00) url(../gambar/down.png) 95% 50% no-repeat;
}

.select-c{width:100px;
height:31px;
padding:2px 10px 0 10px ;
border:1px solid rgba(197,197,197,1.00);
border-radius:2px;
transition:border-color 300ms ease;
-moz-appearance:none; /* Firefox */
-webkit-appearance:none; /* Safari and Chrome */
background: rgba(255,255,255,1.00) url(../gambar/down.png) 95% 50% no-repeat;
}

.select-b{width:200px;
height:31px;
padding:2px 10px 0 10px ;
border:1px solid rgba(197,197,197,1.00);
border-radius:2px;
transition:border-color 300ms ease;
-moz-appearance:none; /* Firefox */
-webkit-appearance:none; /* Safari and Chrome */
background: rgba(255,255,255,1.00) url(../gambar/down.png) 95% 50% no-repeat;
}

/*--------------------------------cekbok-----------------------------------*/
.pure-checkbox,.pure-radiobutton{margin-top:10px;}
.pure-checkbox:first-child,.pure-radiobutton:first-child{margin-top:0;}


.pure-checkbox input[type="checkbox"],
.pure-radiobutton input[type="checkbox"],
.pure-checkbox input[type="radio"],
.pure-radiobutton input[type="radio"] {
  border: 0;
  clip: rect(0 0 0 0);
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute;
  width: 1px;
}
.pure-checkbox input[type="checkbox"]:focus + label:before,
.pure-radiobutton input[type="checkbox"]:focus + label:before,
.pure-checkbox input[type="radio"]:focus + label:before,
.pure-radiobutton input[type="radio"]:focus + label:before,
.pure-checkbox input[type="checkbox"]:hover + label:before,
.pure-radiobutton input[type="checkbox"]:hover + label:before,
.pure-checkbox input[type="radio"]:hover + label:before,
.pure-radiobutton input[type="radio"]:hover + label:before {
  border-color: #4f8196;
  background-color: #f2f2f2;
}
.pure-checkbox input[type="checkbox"]:active + label:before,
.pure-radiobutton input[type="checkbox"]:active + label:before,
.pure-checkbox input[type="radio"]:active + label:before,
.pure-radiobutton input[type="radio"]:active + label:before {
  transition-duration: 0s;
}
.pure-checkbox input[type="checkbox"] + label,
.pure-radiobutton input[type="checkbox"] + label,
.pure-checkbox input[type="radio"] + label,
.pure-radiobutton input[type="radio"] + label {
  position: relative;
  padding-left: 2em;
  vertical-align: middle;
  user-select: none;
  cursor: pointer;
  font-size:13px;
  font-family:Segoe, "Segoe UI", "DejaVu Sans", "Trebuchet MS", Verdana, sans-serif;
  color:#535353;
}
.pure-checkbox input[type="checkbox"] + label:before,
.pure-radiobutton input[type="checkbox"] + label:before,
.pure-checkbox input[type="radio"] + label:before,
.pure-radiobutton input[type="radio"] + label:before {
  box-sizing: content-box;
  content: '';
  color: #4f8196;
  position: absolute;
  top: 50%;
  left: 0;
  width: 14px;
  height: 14px;
  margin-top: -9px;
  border: 2px solid #4f8196;
  text-align: center;
  transition: all 0.4s ease;
}
.pure-checkbox input[type="checkbox"] + label:after,
.pure-radiobutton input[type="checkbox"] + label:after,
.pure-checkbox input[type="radio"] + label:after,
.pure-radiobutton input[type="radio"] + label:after {
  box-sizing: content-box;
  content: '';
  background-color: #4f8196;
  position: absolute;
  top: 50%;
  left: 4px;
  width: 10px;
  height: 10px;
  margin-top: -5px;
  transform: scale(0);
  transform-origin: 50%;
  transition: transform 200ms ease-out;
}
.pure-checkbox input[type="checkbox"]:disabled + label:before,
.pure-radiobutton input[type="checkbox"]:disabled + label:before,
.pure-checkbox input[type="radio"]:disabled + label:before,
.pure-radiobutton input[type="radio"]:disabled + label:before {
  border-color: #cccccc;
}
.pure-checkbox input[type="checkbox"]:disabled:focus + label:before,
.pure-radiobutton input[type="checkbox"]:disabled:focus + label:before,
.pure-checkbox input[type="radio"]:disabled:focus + label:before,
.pure-radiobutton input[type="radio"]:disabled:focus + label:before,
.pure-checkbox input[type="checkbox"]:disabled:hover + label:before,
.pure-radiobutton input[type="checkbox"]:disabled:hover + label:before,
.pure-checkbox input[type="radio"]:disabled:hover + label:before,
.pure-radiobutton input[type="radio"]:disabled:hover + label:before {
  background-color: inherit;
}
.pure-checkbox input[type="checkbox"]:disabled:checked + label:before,
.pure-radiobutton input[type="checkbox"]:disabled:checked + label:before,
.pure-checkbox input[type="radio"]:disabled:checked + label:before,
.pure-radiobutton input[type="radio"]:disabled:checked + label:before {
  background-color: #cccccc;
}
.pure-checkbox input[type="checkbox"] + label:after,
.pure-radiobutton input[type="checkbox"] + label:after {
  background-color: transparent;
  top: 50%;
  left: 4px;
  width: 8px;
  height: 3px;
  margin-top: -4px;
  border-style: solid;
  border-color: #ffffff;
  border-width: 0 0 3px 3px;
  border-image: none;
  transform: rotate(-45deg) scale(0);
}
.pure-checkbox input[type="checkbox"]:checked + label:after,
.pure-radiobutton input[type="checkbox"]:checked + label:after {
  content: '';
  transform: rotate(-45deg) scale(1);
  transition: transform 200ms ease-out;
}
.pure-checkbox input[type="radio"]:checked + label:before,
.pure-radiobutton input[type="radio"]:checked + label:before {
  animation: borderscale 300ms ease-in;
  background-color: white;
}
.pure-checkbox input[type="radio"]:checked + label:after,
.pure-radiobutton input[type="radio"]:checked + label:after {
  transform: scale(1);
}
.pure-checkbox input[type="radio"] + label:before,
.pure-radiobutton input[type="radio"] + label:before,
.pure-checkbox input[type="radio"] + label:after,
.pure-radiobutton input[type="radio"] + label:after {
  border-radius: 50%;
}
.pure-checkbox input[type="checkbox"]:checked + label:before,
.pure-radiobutton input[type="checkbox"]:checked + label:before {
  animation: borderscale 200ms ease-in;
  background: #4f8196;
}
.pure-checkbox input[type="checkbox"]:checked + label:after,
.pure-radiobutton input[type="checkbox"]:checked + label:after {
  transform: rotate(-45deg) scale(1);
}
@keyframes borderscale {
  50% {
    box-shadow: 0 0 0 2px #4f8196;
  }
}

