@charset "utf-8";
/* CSS Document */

/*!
 * Bootstrap v2.3.2
 *
 * Copyright 2012 Twitter, Inc
 * Licensed under the Apache License v2.0
 * http://www.apache.org/licenses/LICENSE-2.0
 *
 * Designed and built with all the love in the world @twitter by @mdo and @fat.
 */
 
/* Bootstrap PRINT*/ 

@media print {

  /* Bootstrap Print settings */
  .visible-print {
    display: inherit !important;
  }
  .hidden-print {
    display: none !important;
  }
  * {
    color: #000 !important;
    text-shadow: none !important;
    background: transparent !important;
    box-shadow: none !important;
  }
  a,
  a:visited {
    text-decoration: underline;
  }
  a[href]:after {
    content: " (" attr(href) ")";
  }
  abbr[title]:after {
    content: " (" attr(title) ")";
  }
  .ir a:after,
  a[href^="javascript:"]:after,
  a[href^="#"]:after {
    content: "";
  }
  pre,
  blockquote {
    border: 1px solid #999;
    page-break-inside: avoid;
  }
  thead {
    display: table-header-group;
  }
  tr,
  img {
    page-break-inside: avoid;
  }
  img {
    max-width: 100% !important;
  }
  @page  {
    margin: 0.5cm;
  }
  p,
  h2,
  h3 {
    orphans: 3;
    widows: 3;
  }
  h2,
  h3 {
    page-break-after: avoid;
  }
  
  /* END Bootstrap Print settings */
  /* Start Telkom Custom Print settings */
  
		/* Note all properties of *{ color:; background:; text-shadow:; box-shadow:;} have been set in bootstrap to !important values */
		
		/*form,
		select,
		textarea,
		input,*/
		.sf-menu.sf-navbar,
		.btn,
		img,
		footer {
			display:none;
		}
			
		/* header */
		header .logo-block,
		header .logo-block h1,
		header .slogan-block,
		header .slogan-block h2,
		header .slogan-block h3,
		header .sprite,
		.main-content-area h1,
		.main-content-area h2,
		.main-content-area h3,
		.main-content-area h4,
		.main-content-area h5,
		.main-content-area h6,
		.main-content-area ul,
		.main-content-area ul li,
		.telkom-promo-main-img,
		.telkom-promo-main-img .drop-shadow-left-inset,
		.telkom-promo-main-bg,
		.telkom-promo-main-bg .drop-shadow-left-inset,
		.brand-message,
		.brand-message h1,
		.my-services,
		.my-services-container,
		.my-services h2,
		.form-style-btn,
		.gradient-fix .form-style-btn,
		.btn.form-style-btn,
		.btn.form-style-btn:hover,
		.btn.form-style-btn:focus,
		.indicator-arrow,
		.indicator-arrow-down,
		.btn.form-style-btn .indicator-arrow,
		.btn.form-style-btn .indicator-arrow-down,
		.btn.btn-block.form-style-btn,
		.btn.btn-block.form-style-btn .indicator-arrow,
		.btn.btn-block.form-style-btn .indicator-arrow-down,
		#promotional,
		#promotional h1,
		#promotional a img,
		.bundle-builder-container,
		.bundle-builder-container h2,
		.content-main-img,
		.my-services-container-product,
		.color-bar-area,
		.product-container,
		.font-tiny,
		.product-pricing h1,
		.product-pricing h2,
		.product-pricing h3,
		.add-container,
		.product-features,
		.product-features h1,
		.product-features ul,
		.product-features li,
		.product-features li .position-indicator,
		.product-features li.current .position-indicator,
		.product-features li a,
		.product-features li.current a,
		.product-features li a:hover,
		.associated-products h1,
		.footer-clear-space,
		.site-link-tree ul,
		.site-link-tree ul li:first-child a,
		footer .sprite {margin:0px; padding:0px; line-height:normal; height:auto; width:auto; position:relative; min-height:0px; max-height:100%; min-width:0px; max-width:100%;}
		
		.color-light-grey {color:#7a7e80;}
		.color-dark-grey {color:#595959;}
		.color-blue {color:#008bca;}
		.color-white {color:#ffffff;}
		.color-green,
		.hover-green:hover {color:#039540;}  
  		/* END Telkom Custom Print settings */
}