*{
	padding: 0px;
	margin: 0px;
}


/*** MARGINS AND PADDIGNS ***/
.m{
	margin:20px;
}

.mb{
	margin-bottom: 20px;
}

.mt{
	margin-top: 20px;
}

.ml{
	margin-left: 20px;
}

.mr{
	margin-right: 20px;
}

.p{
	padding:20px;
}

.pb{
	padding-bottom: 20px;
}

.pt{
	padding-top: 20px;
}

.pl{
	padding-left: 20px;
}

.pr{
	padding-right: 20px;
}

.btn-yellow{
  background: #ffd100;
  color: #1a2791;
}

.main-container{
	margin-top: 20px;
	margin-right: 20px;
}

.breadcrumb{
	background-color: white;
}

/*breadcrumb-processs process*/
.breadcrumb-process { 
  list-style: none; 
  overflow: hidden; 
  font-size: 12px;
}
.breadcrumb-process li { 
  float: left; 
}
.breadcrumb-process li a {
  color: white;
  text-decoration: none; 
  padding: 10px 0 10px 65px;
  background: brown; /* fallback color */
  background: #094C83; 
  position: relative; 
  display: block;
  float: left;
}

.breadcrumb-process li a::after { 
  content: " "; 
  display: block; 
  width: 0; 
  height: 0;
  border-top: 50px solid transparent; /* Go big on the size, and let overflow hide */
  border-bottom: 50px solid transparent;
  border-left: 30px solid #094C83;
  position: absolute;
  top: 50%;
  margin-top: -50px; 
  left: 100%;
  z-index: 2; 
}

.breadcrumb-process li a::before { 
  content: " "; 
  display: block; 
  width: 0; 
  height: 0;
  border-top: 50px solid transparent;       
  border-bottom: 50px solid transparent;
  border-left: 30px solid white;
  position: absolute;
  top: 50%;
  margin-top: -50px; 
  margin-left: 1px;
  left: 100%;
  z-index: 1; 
}

.breadcrumb-process li:first-child a {
  padding-left: 10px;
}

.breadcrumb-process li:nth-child(2) a       { background:        #1266AB; }
.breadcrumb-process li:nth-child(2) a:after { border-left-color: #1266AB; }
.breadcrumb-process li:nth-child(3) a       { background:        #5393C8; }
.breadcrumb-process li:nth-child(3) a:after { border-left-color: #5393C8; }
.breadcrumb-process li:nth-child(4) a       { background:        #7EB1DC; }
.breadcrumb-process li:nth-child(4) a:after { border-left-color: #7EB1DC; }
.breadcrumb-process li:nth-child(5) a       { background:        #337BB7; }
.breadcrumb-process li:nth-child(5) a:after { border-left-color: #337BB7; }



.breadcrumb-process li a:hover { 
  background: rgb(235, 189, 0); 
}
.breadcrumb-process li a:hover:after { 
  border-left-color: rgb(235, 189, 0) !important; 
}

#divProvider .panel,#divTrxType .panel,#divProcess .panel,#divKYC .panel{
  border-color: #fff;
}

#divProvider .panel-heading,#divTrxType .panel-heading,#divProcess .panel-heading,#divKYC .panel-heading{
  padding:5px 15px;
}

#divProvider .radio{
	width: 80%;
	text-align: justify;
	padding-left: 20px;
}

label.radio-inline{
	margin-left: 20px !important;

}

label.radio-inline:nth-child(2){
	margin-left: 50px !important;
}

#custSearch{
  margin-bottom: 0px !important;
  margin-left: -15px;
}

#divProvider .radio{
  margin-top: 0px !important;
  margin-bottom: 0px !important;
}

.label-gcash {
  padding: 0;
  display: none;
}

#custWalletLabelGCash {
  font-size: 12px;
}