/* Animation menu */
/*
	.dropdown-menu {
    padding: 4px 0;
    -webkit-animation: dropdownOpen 0.3s ease-out;
    -o-animation: dropdownOpen 0.3s ease-out;
    animation: dropdownOpen 0.3s ease-out;
    border: 0;
    box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.26);
	}
	
	.dropdown-menu > li > a {
    padding: 6px 20px;
	}
	
*/

/*
	.breadcrumb {
    background: rgba(255, 255, 255, 1);
    background: -webkit-linear-gradient(top, rgba(83, 224, 18, 0.83) 0%, rgba(255, 255, 255, 1) 100%);
    background: linear-gradient(to bottom, rgba(83, 224, 18, 0.83) 0%, rgba(255, 255, 255, 1) 100%);
    border: 1px solid #cccccc;
    border-radius: 4px;
    display: block;
	
	width:100%;
    padding: 15px 15px 15px 15px;
	list-style:none;
	
	margin: 20px 12px 17px 12px;
	}
	
	.breadcrumb li {
    font-size: 14px;
	display:inline;
	}
	
	.breadcrumb li a {
    color:#2d00b3;
	text-decoration:underline;
	
	}
	.breadcrumb li a:hover {
    color:#eee;
	text-decoration:none;
	
	}
	.breadcrumb a {
    color: rgba(17, 152, 173, 1);
	}
	
	.breadcrumb a:hover {
    color: rgba(30, 255, 0, 1);
	}
	
	.breadcrumb>.active {
    color: rgba(153, 153, 153, 1);
	}
*/

.breadcrumb {
  /*float: right;
  background: transparent;
 
  margin-top: 0;
  margin-bottom: 0;
  font-size: 12px;
  padding: 7px 5px;
  position: absolute;
  top: 15px;
  right: 10px;
  */
  
  border-radius: 2px;
   
}
.breadcrumb > li > a {
  /*color: #444;*/
	  
  text-decoration: none;
  display: inline-block;
  
}
.breadcrumb > li > a > .fa,
.breadcrumb > li > a > .glyphicon,
.breadcrumb > li > a > .ion {
  margin-right: 5px;
}
/* custom */
/*
.breadcrumb > li + li:before {
  content: '>\00a0';
}
*/
@media (max-width: 991px) {
  .breadcrumb {
    position: relative;
    margin-top: 5px;
    top: 0;
    right: 0;
    float: none;
    /*background: #d2d6de; #91c254;*/
	/*background: rgba(145, 194, 84, 0.5);*/
    padding-left: 10px;
  }
  .breadcrumb li:before {
    color: #97a0b3;
  }
}
.navbar-toggle {
  /*color: #fff;
  border: 0;
  margin: 0;
  padding: 15px 15px;*/
}
@media (max-width: 991px) {
  .navbar-custom-menu .navbar-nav > li {
    float: left;
  }
  .navbar-custom-menu .navbar-nav {
    margin: 0;
    float: left;
  }
  .navbar-custom-menu .navbar-nav > li > a {
    padding-top: 15px;
    padding-bottom: 15px;
    line-height: 20px;
  }
}
@media (max-width: 767px) {
/*
  .logo,
  .navbar {
    width: 100%;
    float: none;
  }
  */
   .navbar {
   /* margin: 0;*/
  }
  .navbar-custom-menu {
    float: right;
  }
}
@media (max-width: 991px) {
  .navbar-collapse.pull-left {
    float: none !important;
  }
  .navbar-collapse.pull-left + .navbar-custom-menu {
    display: block;
    position: absolute;
    top: 0;
    right: 40px;
  }
}
/*
-----------------------------------------
*/

 
.breadcrumb>li+li:before {
	/*color: rgba(204, 204, 204, 1); */
	/*content: "\00bb";*/
	content: "\276F\00a0";
	font-size: 16px;
    font-size: 1.6rem;
    padding: 0 8px;
	
}

.breadcrumb-bar li {
    color: #ffffff;
    font-family: "montserratregular";
    font-size: 12px;
    line-height: 12px;
    margin: 0 16px;
    position: relative;
    text-transform: uppercase;
}
.breadcrumb.text-left li {
    margin-left: 0;
    margin-right: 5px;
}
.breadcrumb.text-right li {
    margin-right: 0;
    margin-left: 5px;
}



/*
	===================or-spacer==========================
	<div class="or-spacer">
	<div class="mask"></div>
	</div> 
*/  

.or-spacer {
	margin-top:50px; width:100%; 
	position:relative; 
}
.or-spacer  .mask { 
    overflow:hidden; height:20px;
}
.or-spacer  .mask:after { 
	content:''; 
	display:block; margin:-25px auto 0;
	width:100%; height:25px;  
	border-radius:125px / 12px;  
	box-shadow:0 0 8px #B6B6B6;
}
.or-spacer   span {
    width:50px; height:50px; 
    position:absolute; 
    bottom:100%; margin-bottom:-$size/2;
    left:50%; margin-left:25px;
    border-radius:100%;
    box-shadow:0 2px 4px #999;
    background:white;
}





.has-divider {
	border-bottom: 1px dotted #e8e8e8;
	padding-bottom: 15px!important;
}
.has-divider-solid {
	border-bottom: 1px solid #e8e8e8;
}
.row-divider {
	border-bottom: 1px dotted #e8e8e8;
	padding: 10px 0 !important;
}

.row-end {
	margin-right: 0;
	padding-right: 0;
}


/*
	===================gcustom-title==========================
	
	<h1 class="title-line-solid gcustom-title"><span class="border-warning">Test</span></h1>
*/
.gcustom-title{
	display: inline-block;
	/*
		font-size: 24px!important;
	*/
	margin: 0;
	line-height: 1; 
	margin-bottom:30px;   
	width: 100%
}

.gcustom-title > span {
	padding: 0px 10px 0px 10px; /*top-right-bottom-left*/
}

.gcustom-title .border-primary{
	border-left: 5px #91c254 solid !important; 
}

.gcustom-title .border-custom{
	border-left: 5px #f39c12 solid !important; 
}


.gcustom-title .border-green{
	border-left: 5px #91c254 solid !important; 
}

.gcustom-title .border-blue{
	border-left: 5px #47a1de solid !important; 
}

.gcustom-title .border-purple{
	border-left: 5px #a469bc solid !important; 
}
.gcustom-title .border-amber{
	border-left: 5px #ff9800 solid !important; 
}


.gcustom-title .border-light{
	border-left: 5px #f5f5f5 solid !important; 
}

.gcustom-title .border-medium{
	border-left: 5px #bdbdbd solid !important; 
}

.gcustom-title .border-dark{
	border-left: 5px #424242 solid !important; 
}

/* tambahan */
.gcustom-title a.view-all {
    color: #999;
    /* text-transform: uppercase; */
    font-size: 12px;
    float: right;
    padding-top: 14px;
}
.gcustom-title a.view-all i {
    font-size: 11px;
}


.gcustom-title a.view-all:hover {
    color: #222!important;
}


/*
	===================gbottom-block-title==========================
	<h2 class="gbottom-block-title text-warning"><span>Test</span></h2>
*/


.gbottom-block-title {
    display: block;
    height: 39px;
    margin-bottom: 15px;
    border-bottom: 2px solid #ddd
}
.gbottom-block-title > span {
	display: inline-block;
    height: 39px;
    line-height: 39px;
    border-bottom-style: solid;
	text-transform: uppercase;
    /* text-transform: uppercase; */
    /* font-weight: 400; */
    /* font-size: 22px; */
    margin: 0;
    border-bottom-width: 2px;
}



.gbottom-block-title a.view-all {
    color: #999;
    /* text-transform: uppercase; */
    font-size: 12px;
    float: right;
    padding-top: 16px;
	
	
	-ms-filter:"progid:DXImageTransform.Microsoft.Alpha(Opacity=80)";
	filter: alpha(opacity=80);
	opacity: 0.8;
	
	
}
.gbottom-block-title a.view-all i {
    font-size: 11px;
}


.gbottom-block-title a.view-all:hover {
    color: #222!important;
	
	-ms-filter:"progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
	filter: alpha(opacity=100);
	opacity: 1;
	
}


/*
	===================gbottom-block-title==========================
	<div class="gbox-block-title">
	<span>Blocked</span>
    </div>  
*/
.gbox-block-title {
    position: relative;
	font-family: 'Roboto', Oswald, Open sans;
    border-bottom: 2px solid #31B0D5;
	/* font-size: 20px;*/
    margin: 0px 0px 26px 0px;
	/*custom*/
    line-height: 28px;
    font-weight: normal;
	
	margin-top: 0;
	margin-bottom: 15px;
	font-size: 20px;
	
}
.gbox-block-title a,
.gbox-block-title span,
.gbox-block-title label {
    background-color: #31B0D5!important;
    z-index: 1;
    color: white;
    font-family: 'Roboto', Oswald, Open sans;
    padding: 3px 10px 3px 10px;
}

@media print{
	/*
		<link rel="stylesheet" href="<?=base_url()?>assets/css/styles.css" media="print" type='text/css'>
		<div id="no-print">i will be hidden</div>
		<button onclick="window.print()">Print</button>
	*/
	#no-print{
		display:none;
	}
}

/* HR Line */
hr.on-dark {
	color: #1a1a1a;
}

hr.on-light {
	color: white;
}

hr {
	display: block;
	border-top: 1px solid #ddd;
	margin: 25px 0;
}

hr.color {
	border-color: #8bc34a!important;
}

hr.dotted {
	/*<hr class="dotted">*/
	border-style: dotted!important;
}

hr.dashed {
	border-style: dashed!important;
}

hr.double {
	height: 5px;
	border-bottom-width: 1px;
	border-bottom-color: #ddd;
	border-bottom-style: solid;
}


.inline-block-w60 {
    display: inline-block !important;
	width: 60px
}


hr.w20{
	/*<hr class="w20">*/
	/*margin:5px auto;*/
	margin:1px;
	width:20%;
	display:block;
	height:0px;
	border-top:2px double #ffa00b !important; /*006cd9*/
	
	text-align: center;
	display: block;
    margin-left: auto;
    margin-right: auto;
	
	
}



/* RIBBON---------------------------------------------- */
/* exp 
https://www.cssportal.com/css-ribbon-generator/

<div class="boxX">
   <div class="ribbon"><span>POPULAR</span></div>
</div>
*/


.boxX {
  /*width: auto; 
  height: auto;
  */
  position: relative;
  border: 1px solid #BBB;
  background: #EEE;
}

.ribbon {
  position: absolute;
  right: -5px; top: -5px;
  z-index: 1;
  overflow: hidden;
  width: 75px; height: 75px;
  text-align: right;
}
.ribbon span {
  font-size: 10px;
  font-weight: bold;
  color: #FFF;
  text-transform: uppercase;
  text-align: center;
  line-height: 20px;
  transform: rotate(45deg);
  -webkit-transform: rotate(45deg);
  width: 100px;
  display: block;
  background: #79A70A;
  background: linear-gradient(#F70505 0%, #8F0808 100%);
  box-shadow: 0 3px 10px -5px rgba(0, 0, 0, 1);
  position: absolute;
  top: 19px; right: -21px;
}
.ribbon span::before {
  content: "";
  position: absolute; left: 0px; top: 100%;
  z-index: -1;
  border-left: 3px solid #8F0808;
  border-right: 3px solid transparent;
  border-bottom: 3px solid transparent;
  border-top: 3px solid #8F0808;
}
.ribbon span::after {
  content: "";
  position: absolute; right: 0px; top: 100%;
  z-index: -1;
  border-left: 3px solid transparent;
  border-right: 3px solid #8F0808;
  border-bottom: 3px solid transparent;
  border-top: 3px solid #8F0808;
}