@charset "utf-8";
/* CSS Document */

.btn-icon-red{border:none;
color:#FFFFFF;
width:32px;
height:32px;
cursor:pointer;
background:#C3171A;
font-size:13px;
border-radius:100%;}

.btn-icon-blue{border:none;
color:#FFFFFF;
width:32px;
height:32px;
cursor:pointer;
background:#0FA6CC;
font-size:10px;
font-weight:bold;
border-radius:100%;}

.btn-red{
	border:0px solid #DC1B1E;
	background:#C3171A;
	color:#F8F8F8;
	font-family:Segoe, "Segoe UI", "DejaVu Sans", "Trebuchet MS", Verdana, sans-serif;
	padding:0px 15px 0px 15px;
	height:35px;
}


.btn-green{border:0px solid #DC1B1E;
	background:#288408;
	color:#F8F8F8;
	font-family:Segoe, "Segoe UI", "DejaVu Sans", "Trebuchet MS", Verdana, sans-serif;
	padding:0px 15px 0px 15px;
	height:35px;}

.btn-blue{
    border:0px solid #DC1B1E;
	background:#0387b3;
	padding:10px 15px 10px 15px;
	border-radius:5px;
	}

.btn-orange{border:none;
	background:#E87E06;
	color:#F8F8F8;
	font-family:Segoe, "Segoe UI", "DejaVu Sans", "Trebuchet MS", Verdana, sans-serif;
	padding:0px 15px 0px 15px;
	height:35px;}

.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-b,.text-a{
	border:1px solid #DCDCDC;
	padding:0 10px 0 10px;
	height:35px;
	background:rgba(255,255,255,1.00);
	transition:border 200ms ease;
	color:#3D3D3D;
	font-size:14px;
	
}

.text-a:focus,.area-a:focus,.text-b:focus{border:1px solid rgba(26,149,227,1.00);}

.text-a:disabled, .text-b:disabled,.area-a:disabled{background:rgba(248,248,248,1.00);}


.area-a{
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;
font-family:Gotham, "Helvetica Neue", Helvetica, Arial, sans-serif;
border:1px dashed #FF0000;

}



.select-a{
height:35px;
padding:2px 10px 0 10px ;
border:1px solid  #DCDCDC;
transition:border-color 300ms ease;
-moz-appearance:none; /* Firefox */
-webkit-appearance:none; /* Safari and Chrome */
background: rgba(255,255,255,1.00) url(img/down.png) 95% 50% no-repeat;
font-size:14px;
}

.select-c{
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(img/down.png) 95% 50% no-repeat;
}

.select-b{
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(img/down.png) 95% 50% no-repeat;
}

.select-a:focus,.select-b:focus{border:1px solid rgba(26,149,227,1.00);}

textarea {
  width: 100%;
  padding: 12px 20px;
  box-sizing: border-box;
  border:1px solid rgba(197,197,197,1.00);
  /*background-color: #f8f8f8;*/
  resize: none;
}

.textarea:focus{border:1px solid rgba(26,149,227,1.00);}
/*--------------------------------cekbok-----------------------------------*/


.checkbox-a{
	border:1px solid #DCDCDC;
	padding:0 10px 0 10px;
	height:25px;
	background:#337ab7;
	transition:border 200ms ease;
	color:#337ab7;
	font-size:14px;
	
}




.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:14px;
  font-family:Segoe, "Segoe UI", "DejaVu Sans", "Trebuchet MS", Verdana, sans-serif;
  color: #0FA6CC;
  font-weight:bold;
}
.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;
  -webkit-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;
  -webkit-transform: scale(0);
  -webkit-transform-origin: 50%;
  -webkit-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;
  -webkit-transform: rotate(-45deg) scale(0);
}
.pure-checkbox input[type="checkbox"]:checked + label:after,
.pure-radiobutton input[type="checkbox"]:checked + label:after {
  content: '';
  -webkit-transform: rotate(-45deg) scale(1);
  -webkit-transition: transform 200ms ease-out;
}
.pure-checkbox input[type="radio"]:checked + label:before,
.pure-radiobutton input[type="radio"]:checked + label:before {
  -webkit-animation: borderscale 300ms ease-in;
  background-color: white;
}
.pure-checkbox input[type="radio"]:checked + label:after,
.pure-radiobutton input[type="radio"]:checked + label:after {
  -webkit-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 {
  -moz-animation: borderscale 200ms ease-in;
  -webkit-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;
  }
}




/*--------------------SEARCH */
.search{
padding:20px 0 10px 0;
border:dashed 0px #FF0000;
width:100%;
height:auto;
}

.search-left{
position: relative;
float:left;
width:50%;
border:dashed 0px #FF0000;
}

.search-left .sub-left{
position: relative;
float:left;
width:80%;
border:dashed 0px #FF0000;
}

.search-rig{
float:right;
width:40%;
border:dashed 0px #FF0000;
}

.search-rig-btn{
width:50%;
border:dashed 0px #FF0000;
}



.btn-scr{
position: relative;
float:left;
height:33px;
padding:10px 15px 10px 15px;
background:#0387b3;
border-radius:2px;
border:0px dashed #FF0000;}

.btn-rig{
float: right;
right:-10px;
padding:10px 15px 10px 15px;
background:#0387b3;
border-radius:5px;
border:0px dashed #FF0000;
position: relative;
}



#result-complete{
position:absolute;
left:0;
right:-20px;
top:40px;
min-height:0px;
max-height:300px;
z-index:9;
background-color:#FFFFFF;
border:0px solid #ECECEC;
display:none;
overflow:auto;
cursor:pointer;

}

.con-search{
margin-left:auto;
margin-right:auto;
position:relative;
}


.list-barang{padding:10px;
color:#3A3A3A;
font-size:14px;}



/*--------------------SEARCH */

.scale-frm-100 {
width:100%;
}

.scale-frm {
width:40%;
}

.scale-frm-20 {
width:20%;
}


.scale-frmx {
width: auto;
}

@media (min-width: 768px) {
.scale-frm {
width:40%
}
.scale-frm-20 {
width:20%;
}

.scale-frm-100 {
width:100%
}

.margin-frm-20 {
margin-left:20px;
}


.img-left{
width:30%;
}

.img-right{
width:68%;
}




}

@media (max-width: 767px) {
.scale-frm {
width:100%
}
.scale-frm-20 {
width:100%;
}

.scale-frm-100 {
width:100%
}

.img-left{
width:100%;
}
.img-right{
width:100%;
}



}





