/*-----------------------------------
	General Styles
-----------------------------------*/

body{
	font-size : 14px;
	background-color: #f2f6f9;
	
	font-family: "IXFont", Verdana, Tahoma;
}

ul{
	list-style-type: none;
}

a:hover,
a:link {
	text-decoration:none;
}

@font-face {
    font-family: Chopin;
    src: url(../fonts/ChopinScript.otf) format("truetype");
}

@font-face {
  font-family: IXFont;
  src: url(../fonts/SourceSansPro-Regular_2.otf) format("truetype"); 
}


/*-----------------------------------
	Logo 
-----------------------------------*/

.logo{
	display: inline-block;
}

.logo>img{
 	max-height: 50px;
 }

/*-----------------------------------
	Login Box
-----------------------------------*/

.login-box {
	margin-top: 55px;
	margin-bottom: 150px;
}


/*-----------------------------------
	Navbar 
-----------------------------------*/

.minicart{
	background:url(https://cert.indonesiax.co.id/assets/images/sprite.png);
	background-position: -156px 11px;
	background-repeat:no-repeat;
	width: 40px;
	height: 50px;
	padding-right: 32px;
}

.navbar{
	background-color: #fff;
	padding: 12px 15px ;
	border-radius: 0;
	margin-bottom: 25px;
	box-shadow: 0 0 5px rgba(0,0,0,0.1);
	border-bottom-color: #e3e3e3;
}

.navbar-brand{
	color: #fff;
	font-family: Open Sans, sans-serif;
	padding-left: 32px;
}

.navbar-brand:hover{
	color: #fff;
}

/*-----------------------------------
	Breadcrumb 
-----------------------------------*/

.breadcrumb > .active a{
	color: #468595;
	/*color: #058140;*/
	font-weight: bold;
	text-transform: uppercase;
}

.breadcrumb > .active span{
	color: #468595;
	font-weight: bold;
	text-transform: uppercase;
}


.breadcrumb li a{
	color :#b3d4dc;
	font-weight: bold;
	text-transform: uppercase;
}

.breadcrumb li span{
	color :#b3d4dc;
	font-weight: bold;
	text-transform: uppercase;
}

.breadcrumb li .glyphicon{
	font-size:10pt;
}

.breadcrumb>li+li:before {
	content: "";
}

.breadcrumb{
	/*margin-bottom: 100px;*/
	/*background-color: #44a2de;*/
	/*background-color: #0078b0;*/
	/*background-color: #4ea6bc;*/
	background-color: #2152a4;
}

.breadcrumbBox{
	/*background-color: #ffffff;*/
	background-color: #2152a4;
	height: 100px;
	margin-bottom: 100px;
	padding-top: 32px;
}

/*----------------------------------- 
	Main
-----------------------------------*/

.container.text-center{
	padding: 0 32px;
}

/*-----------------------------------  
	Logo and description 
----------------------------------- */


.col-md-5.col-sm-12{
	padding: 0;
}

.col-md-5.col-sm-12 h1{
	color: #595c5f;
	font-size: 24px;
	font-weight: bold;
	margin-bottom:30px;
	text-align: left;
}

.col-md-5.col-sm-12 p{
	color: #898e92;
	line-height: 1.5;
	/*max-width: 400px;*/
	text-align: justify;
}

.bigcart{
	display: inline-block;
	background:url(../images/sertifikat_tmb.png);
	/*background-position: 0px 11px;*/
	background-position: 0px 0px;
	background-repeat:no-repeat;
	background-size:100% 100%;
	width: 320px;
	height: 226px;
	/*margin:0 0 40px 60px;*/
	/*margin:0 0 40px 0;*/
	margin:0 0 0 0;
}

.certext{
	display:table;
	font-family:Chopin;
	font-size:18pt;
	color:#204696;
    width:100%;
    padding-top:75px;
}


/*-----------------------------------  
	Cart items list
-----------------------------------*/

.col-md-7.col-sm-12{
	padding-left: 50px ;
	margin-bottom: 72px;
}

.row span{
	display:table-cell;
	/*padding: 20px 0 6px 0;*/
	/*padding: 15px 0 0 0;*/
	vertical-align:middle;
}

.row .orderlist{
	height:63px;
}

.orderlist{
	display:table;
	width:100%;
	box-shadow: 0 1px 0 #e1e5e8;
	padding-bottom :0;
	background-color: #ffffff;
	margin-bottom: 11px;
}

/* Column Captions */

.columnCaptions{
	color: #7e93a7;
	font-size:12px;
	text-transform: uppercase;
	padding: 0;
	margin-bottom: 11px;
	box-shadow: 0 0 0;
	background-color: #f2f6f9;
}

.columnCaptions span:first-child{
	padding-left:8px;
}

.columnCaptions span{
	padding: 0 21px 0 0;
	float: left;
}

.columnCaptions span:last-child{
	float: right;
	padding-right: 72px;
}


/* Items */

.itemName{	
	color: #727578;
	font-size :16px;
	/*font-weight: bold;*/
	/*float: left;*/
	/*padding-left:25px;*/
	padding-left:15px;
	padding: 12px 15px;
}


.quantity{	
	color: #4ea6bc;
	font-size :18px;
	font-weight: bold;
	/*float : left;*/
	width:8%;
	/*padding-left: 7px;*/
}


.popbtn{
	background-color: #e6edf3;
	margin-left: 25px;
	height: 63px;
	width: 40px;
	padding: 32px 0 0 14px !important;
	float: right;
	cursor: pointer;
}

.pop{
	background-color: #e6edf3;
	/*margin-left: 25px;*/
	/*height: 63px;*/
	width: 10%;
	/*padding: 32px 0 0 14px !important;*/
	/*padding: 20px 0 0 6px !important;*/
	/*float: right;*/
}

.arrow{
	width: 0; 
	height: 0; 
	border-left: 6px solid transparent;
	border-right: 6px solid transparent;
	border-top: 6px solid #858e97;
}

.price{
	/*color: #0078b0;*/
	color: #727578;
	font-size :18px;
	font-weight: bold;
	/*float: right;*/
	width:30%;
}


/* Totals */

.totals{
	background-color: #f2f6f9;
}

.totals .orderlist {
	background-color: transparent;
}

.totals span{
	display:table-cell;
	padding: 40px 15px 40px 0;
}

.totals .price{
	/*float: left;*/
	width:100%;
	/*color:#204696;*/
	color:#0078b0;
}

.totals .itemName{
	margin-top: 1px;
	width:10%;
	color:#595c5f;
}

.totals .order{
	/*float: right;*/
	padding: 0;
	vertical-align:middle;
	/*margin-top: 40px; 
	padding-left: 5px;
	cursor: pointer;*/
}

.totals label{
	font-weight:bold;
	font-size:15pt;
}

.order a{
	/*background-color: #0078b0;*/
	background-color: #204696;
	color: #fbfffa;
	font-weight: bold;
	border-radius: 2px;
	padding: 20px 30px;
}


/* Popovers */

.popover{
	border-radius: 3px;
	box-shadow: 0 0 1px 1px rgba(0,0,0,0.2);
	border: 0;
	background-color: #ffffff;
}

.popover.bottom{
	margin-top: -9px;
}

.glyphicon{
	width: 24px;
	font-size: 24px;
	padding: 0;
}

.glyphicon-pencil{
	color: #858e97;
	margin: 7px 12px 7px 10px;
}

.glyphicon-remove{
	color: #f06953;
	margin-right: 10px;
}

/*-----------------------------------  
	Horizontal Text Line
----------------------------------- */

.hr-line {
    display: block;
    text-align: center;
    overflow: hidden;
    white-space: nowrap; 
}

.hr-line > span {
    position: relative;
    display: inline-block;
}

.hr-line > span:before,
.hr-line > span:after {
    content: "";
    position: absolute;
    top: 50%;
    width: 9999px;
    height: 1px;
    background: #aaa;
}

.hr-line > span:before {
    right: 100%;
    margin-right: 15px;
}

.hr-line > span:after {
    left: 100%;
    margin-left: 15px;
}

/*-----------------------------------  
	Linkedin
----------------------------------- */

.btn--linkedin {
	display: inline-block;
	margin-top: 10px;
}

/*-----------------------------------  
	Media Queries 
----------------------------------- */

/* Tablet size */

@media (max-width: 992px) {

	.container.text-center{
		padding: 0 15px;
	}

	/*.breadcrumb{
		margin-bottom: 32px;
	}*/

	.bigcart{
		/*margin: 0 auto 40px auto;*/
		margin: 0 auto 0 auto;
	}

	.col-md-5.col-sm-12 h1{
		text-align: center;
	}

	.col-md-5.col-sm-12 p{
		margin: 0 auto 64px auto;
		text-align: justify;
	}

	.col-md-7.col-sm-12{
		padding-left: 10px ;
		padding-right: 50px;
	}

	.totals{
		box-shadow: 0 0 0;
	}

}


/*-----------------------------------  
	Mandatory Input Form
----------------------------------- */

.form-group.required .control-label:after {
	/*color: #d00;*/
	content: "*";
	position: absolute;
	margin-left: 8px;
	top:7px;
}

/*-----------------------------------  
	Alert Message
----------------------------------- */

.alert .glyphicon{
    display:table-cell;
}

.alert div,
.alert span{
    /*padding-left: 10px;*/
	padding-right:20px;
    display:table-cell;
    font-size:12pt;
}

.alert .title{
	font-size:24px;
}

.alert ul {
    list-style:none;
    margin-left: 0;
    padding-left: 20px;
}

.alert li:before {
  content: "\2713";
  display: inline;
  float: left;
  margin-left: -18px;
}


/*-----------------------------------  
	Button Icon
----------------------------------- */

.btn .glyphicon{
    display:table-cell;
	padding-right: 5px;
	font-size:12pt;
}

.btn div,
.btn span{
    display:table-cell;
}

/*-----------------------------------  
	Panel Color
----------------------------------- */

.panel-primary > .panel-heading{
	color: #FFF;
	/*background-color: #204696!important;*/
	background-image:url("../images/header.png");
	background-size:cover;
	/*border-color: #29A8E0!important;*/
}

.noborder{
    border: none;
    box-shadow: none;
}

.border{
    border: 1px solid #29A8E0;
}

.panel-info > .panel-heading{
	color: #FFF;
	background-color: #29A8E0!important;
	/*border-color: #89C540!important;*/
}

.panel-heading .glyphicon{
    display:table-cell;
}

.panel-heading div,
.panel-heading span{
	padding-right:20px;
    display:table-cell;
}


/*-----------------------------------  
	Gradasi Color
----------------------------------- */

.cta{
	border:1px solid #00095f;
	border-bottom:1px solid #000036;
	border-radius:5px;
	box-shadow:inset 0 1px 0 0 #2595bc;
	color:#fff;
	display:inline-block;
	font-size:inherit;
	font-weight:bold;
	background-color:#0078b0;
	background-image:-webkit-linear-gradient(top, #0078b0 0%,#00468f 50%,#002d80 50%,#003282 100%);
	background-image:linear-gradient(to bottom,#0078b0 0%,#00468f 50%,#002d80 50%,#003282 100%);
	padding:7px 18px;text-align:center;
	text-decoration:none;
	text-shadow:0 -1px 1px #00003e;
	-webkit-box-sizing:border-box;
	-moz-box-sizing:border-box;
	box-sizing:border-box;
	border-radius:3px;
	display:block;
	/*font:normal 1.2rem/1.6rem "Open Sans",Verdana,Geneva,sans-serif,sans-serif;*/
	font:normal "Open Sans",Verdana,Geneva,sans-serif,sans-serif;
	letter-spacing:1px;
	padding:10px 0;
	text-transform:uppercase;
	text-align:center;
	margin:0;
	/*width:48.82117%;*/
}

/*-----------------------------------  
	Button Color
----------------------------------- */

.btn-primary {
	border-color: transparent;
	background-color: #21c2e2;
	background-image: url("../images/header.png");
	background-size: 100% 100%;
	box-shadow: 5px 5px 6px #888888; 
}

.btn-primary:hover, 
.btn-primary:focus, 
.btn-primary:active, 
.btn-primary.active, 
.open>.dropdown-toggle.btn-primary {
    border: 1px solid transparent;
    opacity: 0.85;
}

.btn-primary:active, 
.btn-primary.active {
    border-color: #fff;
    background-color: #0ab2d4!important;
    box-shadow: none;
    -webkit-transform: scale(0.9);
    -moz-transform:    scale(0.9);
    -ms-transform:     scale(0.9);
    -o-transform:      scale(0.9);
    transform:         scale(0.9);
    border-color: transparent!important;
}

/*-----------------------------------  
	loading
----------------------------------- */

.loading{
	/*display:none;*/
	background:url(../images/loading.gif);
	background-position: 0px 0px;
	background-repeat:no-repeat;
	background-size:100% 100%;
	width: 100px;
	height: 226px;
}

.loading{
	display:none;
	background:url(../images/loading.gif);
	background-position: 0px 0px;
	background-repeat:no-repeat;
	background-size:100% 100%;
	width: 100px;
	height: 100px;
}

/*-----------------------------------  
	Navbar Menu
----------------------------------- */

.nav>li>a:focus, 
.nav>li>a:hover {
	background-color: #fff;
}

/*-----------------------------------  
	logout
----------------------------------- */

.logout,
.logout .icon {
	font-size: 16px;
}

.logout {
	padding-top: 7px;
	padding-bottom: 7px;
	border-radius: 5px;
}

.admin-logout {
	display:table;
}

.admin-logout div,
.admin-logout span{
	padding-right:5px;
    display:table-cell;
    font-size:12pt;
}

/*-----------------------------------  
	Helpers
----------------------------------- */

.mt-10 { margin-top: 10px }
.mt-20 { margin-top: 20px }
.mb-10 { margin-bottom: 10px }
.mb-20 { margin-bottom: 20px }
.mb-30 { margin-bottom: 30px }
.mb-40 { margin-bottom: 40px }
.mb-100 { margin-bottom: 100px }
.min-height { min-height: 500px }
.container--narrow { max-width: 800px }



/* Mobile device size */

@media (max-width: 768px) {

	.navbar{ 
		padding:10px 0;
	}
	
	.minicart{
		margin-right: -1px;
		padding-right: 0;
	}

	.navbar-brand{
		padding-left: 0;
	}

	.breadcrumbBox{
		height:80px;
		padding-top:21px;
	}

	.col-md-5.col-sm-12 p{
		max-width: 320px;
	}

	.col-md-7.col-sm-12{
		padding-left: 0;
		padding-right: 15px;
		margin-bottom: 32px;
	}

	.col-md-7.col-sm-12 ul{
		padding-left: 15px ;
	}

	.columnCaptions span{
		padding: 0 21px 0 0;
	}

	.columnCaptions span:last-child{
		/*float: right;*/
		padding-right: 42px;
	}

	/*.row{
		padding-bottom:10px;
	}*/

	/*.quantity{	
		width: 23px;
		padding-right: 40px !important;
	}*/

	.popbtn{
		background-color: white;
		position: absolute;
		height:40px;
		right: 0;
	}
	
	/*.pop{
		background-color: white;
		position: absolute;
		height:40px;
		right: 0;
	}*/

	/*.price{	
		position: absolute;
		right: 42px;
	}*/

	.totals{
		padding: 0;
	}

	.totals .price{
		position: static;
	}

	/* Change Bootstrap's default popover to make it look nice on a mobile device */

	.popover.bottom>.arrow{
		left: auto;
		margin-left: 0;
		right: 5px;
	}

	.popover.bottom{
		margin-top: 7px;
		margin-left: -40px;
	}
	
	.logout {
		margin:5px 0 5px 0;
	}

}


/*-----------------------------------  
	Footer
----------------------------------- */

.footer {
	position: relative;
	background: #fff;
	box-shadow: 0 -1px 5px 0 rgba(0,0,0,0.1);
	padding: 25px 0 30px;
	line-height: 1.5;
	font-family: 'Open Sans', 'IXFont', sans-serif;
	font-weight: 300;
	color: #484848;
}

.footer-logo {
	max-height: 45px;
	margin-bottom: 10px;
}

.footer-links::after {
	content: '';
	display: block;
	clear: both;
}
.footer-links .links-group {
	width: 50%;
}
.links-group {
    list-style: none;
    padding-left: 0;
    margin-top: 20px;
    float: left;
    line-height: 16px;
}
.links-group .links-category {
    margin-bottom: 12px;
    text-transform: uppercase;
    font-weight: 600;
}
.links-group li {
    margin-bottom: 10px;
}
.links-group li>a {
    color: inherit;
    cursor: pointer;
}
.links-group li>a:hover {
	color: #4573d8;
}

@media(min-width: 768px) {
	.footer-right {
		text-align: right;
	}
}

.poweredby {
    max-width: 100%;
}
@media (min-width: 768px) {
    .poweredby {
    	margin-top: 90px;
    }
}

.app-link {
	display: inline-block;
	margin-top: 5px;
}

.social-link {
    margin-bottom: 20px;
}
.social-link a {
    display: inline-block;
    font-size: 22px;
    margin-right: 5px;
    margin-bottom: 3px;
    color: #484848;
}
.social-link .facebook:hover { color: #3765a3; }
.social-link .twitter:hover { color: #5ea9dd; }
.social-link .instagram:hover { color: #88564d; }
.social-link .linkedin:hover { color: #0274b3; }
.social-link .youtube:hover { color: #de2c28; }

.footer-copy {
	margin-top: 25px;
	margin-bottom: 0;
}
@media(min-width: 768px) {
	.footer-copy {
		margin-top: 0;
		float: right;
	}
}

.separator-brand {
    width: 100%;
    position: absolute;
    top: 0;
    left: 0;
}
.separator-brand::after {
	content: '';
	display: block;
	clear: both;
}
.separator-brand .line {
    display: block;
    float: left;
    border-top: 3px solid #204597;
    width: 33.33333%;
}
.separator-brand .line:nth-child(2) {
    border-top-color: #89c541;
}


/*-----------------------------------  
	Verify Certificate
----------------------------------- */

.verify-result {
    padding: 50px 40px 25px;
    margin-top: 20px;
    margin-bottom: 70px;
	text-align: center;
}

.verify-result-error {
	color: #a94442;
	text-align: center;
	margin-top: 40px;
}

.verify-result-error .glyphicon {
	font-size: inherit;
}

.verify-result .icon {
	width: 130px;
	margin-bottom: 30px;
}

.verify-result::after {
	content: '';
	display: block;
	clear: both;
}

.box-cert {
	background-color: #fff;
	background-image: url('../images/icon-certified.svg');
	background-repeat: no-repeat;
	background-size: 62%;
	background-position: 50% 0;
    box-shadow: 0 0 1px rgba(0,0,0,0.2);
    border-radius: 0;
}

.cert-name {
	font-family: 'Chopin', 'IXFont', serif;
	font-size: 45px;
	color: #204597;
}

.cert-course-name {
	max-width: 80%;
	margin-left: auto;
	margin-right: auto;
	font-size: 19px;
	font-weight: bold;
	color: #204597;
}

.cert-course-code {
	font-size: 20px;
}

.cert-footnote {
	color: #777;
	font-size: 10px;
}

.box-white {
	background: #fff;
	border-radius: 3px;
	box-shadow: 0 0 1px rgba(0,0,0,0.2);
}

.wrapper-input-cert {
	padding: 10px 20px 10px;
}

.wrapper-input-cert .btn {
	display: inline-block;
	margin: 0;
	width: 100%;
}

.wrapper-input-cert .form-group::after {
	content: '';
	display: block;
	clear: both;
}

.form-group .input-sn {
	display: inline-block;	
	margin: 0;
	width: 100%;
}

.wrapper-input-cert .input-sn-container {
	padding-right: 0;
}