/*
Created on Feb 4, 2016

Copyright (c) 2016 .::Limabit
http://www.limabit.com
*/
body{
	font-family: "Manrope", "Segoe UI", -apple-system, BlinkMacSystemFont, "Helvetica Neue", Arial, sans-serif;
	font-size: 15px;
	background-color: #fff;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: antialiased;
	font-smoothing: antialiased;
	word-spacing: .5px;
	/*letter-spacing: .2px;*/
}
.h1, .h2, .h3, .h4, .h5, .h6, h1, h2, h3, h4, h5, h6{
	/*font-family: Barlow, 'Segoe UI', -apple-system, BlinkMacSystemFont, "Helvetica Neue", Arial, sans-serif;*/
	color: #5a6169;
}
p{
	margin-bottom: 1rem;
}
a{
	color: #000;
}
a:hover, a:focus{
	text-decoration: none;
	color: #808080;
}
.navbar.navbar-khj{
	/*font-family: Barlow, 'Segoe UI', -apple-system, BlinkMacSystemFont, "Helvetica Neue", Arial, sans-serif;*/
	background: #fff;
	padding: 0;
	/*transition: background 1s;*/
	/*font-size: 1.1em;*/
	max-height: 70px;
	box-shadow: 0 -6px 10px rgba(0, 0, 0, .6);
}
.navbar-khj .navbar-header{
	height: 100%;
	/*min-height: 70px;*/
}
.navbar-khj .navbar-brand{
	display: block;
	height: 100%;
	color: #111;
}
.navbar-khj .navbar-brand img{
	max-height: 70px;
	display: inline-block;
	overflow: hidden;
	-webkit-transition: max-height .5s;
	transition: max-height .5s;
}
.navbar-khj .navbar-brand h1{
	display: inline-block;
	vertical-align: middle;
	padding-left: 10px;
	font-size: 18px;
	line-height: 20px;
	letter-spacing: .2px;
	margin-bottom: 0;
}
.navbar-nav > li > a{
	/*line-height: 40px;
	-webkit-transition: line-height .5s;
	transition: line-height .5s;*/
}
.navbar-khj ul.dropdown-menu{
	font-size: 14px;
	width: 220px;
	max-width: 220px;
	transition: none !important;
}
.navbar-khj ul.dropdown-menu > li > a{
	padding: 5px 15px;
	white-space: normal;
}
.navbar-khj .btn-outline-primary > span.icon-bar{
	border: 1px solid #007bff !important;
}
.navbar-khj .btn-outline-primary:hover,
.navbar-khj .btn-outline-primary:focus{
	box-shadow: none !important;
}
.navbar-khj .btn-outline-primary:hover > span.icon-bar{
	border-color: #fff !important;
}
.navbar-khj .main-menu{
	justify-content: flex-end;
	align-items: center;
	height: 70px;
}
ul.dropdown-menu{
	box-shadow: 0 2px 3px rgba(90,97,105,.05), 0 5px 15px rgba(90,97,105,.09), 0 3px 35px rgba(90,97,105, .02);
	border-radius: 5px;
}
.header{
	background: #c6edfb url(image/bg-uppm.jpg) center no-repeat;
	background-size: cover;
	margin-top: 70px;
}
.login-box{
	/* box-shadow: 0 4px 6px rgba(90,97,105,.05),
		0 10px 10px rgba(90,97,105,.09),
		0 7px 70px rgba(90,97,105, .02); */
	background: #338b4f;
	border-radius: 5px;
	margin: 0 auto;
	text-align: left;
	color: #fff;
	padding: 20px;
	width: 100%;
	max-width: 450px;
}
.login-header{
	padding-bottom: 10px;
	border-bottom: 1px dashed #FFF;
}
.login-body{
	padding-top: 20px;
}
.login-box a{
	color: #ffb400;
	padding: 3px 0;
	display: block;
	transition: padding .3s;
}
.login-box a:hover,
.login-box a:focus{
	text-decoration: none;
	background-color: #2B6E46;
	padding-left: 5px;
}
.login-box ul{
	padding: 0;
	margin: 15px 0 0;
	list-style: none;
}
.login-box ul li{
	border-bottom: 1px dashed #FFF;
}
#user-menu .dropdown-menu > li > a{
	color: #338b4f;
}
#user-menu .dropdown-menu > li > a:hover{
	background-color: #fcf3d3;
	padding-left: 10px;
}
.input-group{
	position: relative;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	-ms-flex-align: stretch;
	align-items: stretch;
	width: 100%;
}
.input-group-text{
	display: -ms-flexbox;
	display: flex;
	-ms-flex-align: center;
	align-items: center;
	padding: .375rem;
	background-color: #f3f3f3 !important;
}
.input-group-seamless .input-group-text{
	background: transparent !important;
}
.input-group-text i.glyphicon{
	top: 0;
	font-size: .8125rem;
}
.input-group .form-control{
	width: auto;
}
.login-body .input-group .form-control{
	width: 100% !important;
}
.input-group-append, .input-group-prepend{
	display: -ms-flexbox;
	display: flex;
}
.input-group-addon, .input-group-btn{
	width: auto;
}
.input-group .input-group-addon{
	background-color: #f3f3f3;
}
.has-error .control-label{
	color: inherit;
}
.has-error .form-control:not(.not-required){
	border-color: #c4183c;
}
.has-error .form-control:focus:hover{
	border-color: #c4183c;
}
.form-group label.has-error{
	color: #c4183c;
	font-size: .85rem;
}
.box-shadowed{
	box-shadow: 0 5px 10px rgba(90,97,105,.09);
}
.box-bordered{
	border: 1px solid #dcdcdc;
}
.box-rounded{
	border-radius: 5px;
}
.box-centered{
	margin: 0 auto;
}
.border0{
	border: 0 !important;
}
.alert{
	border-radius: 5px;
	/*margin-top: 1rem;*/
}
.alert-yo2k > i{
	float: right;
	margin-top: 10px;
	font-size: 30px;
}
.alert-yo2k > strong{
	display: block;
	margin-right: 50px;
}
.alert-yo2k > p{
	margin: 5px 0 0;
}
b,strong{
	font-weight: bold;
}
.bg-white{
	background-color: #fff;
}
.bg-soft-danger{
	background-color: #ffe2e2 !important;
}
.text-white{
	color:#fff;
}
.text-info{
	color: #53b6ff !important;
}
.tooltip .tooltip-inner{
	background-color: #000;
	color: #fff;
	border-radius: 3px;
}
.tooltip.left .tooltip-arrow{
	border-left-color: #000;
}
.tooltip.right .tooltip-arrow{
	border-right-color: #000;
}
.tooltip.top .tooltip-arrow{
	border-top-color: #000;
	bottom: 1px;
}
.tooltip.bottom .tooltip-arrow{
	border-bottom-color: #000;
}
.table-hover > tbody > tr:hover{
	background-color: #eaeaea !important;
}
.table-notifications td a.action{
	display: block;
}
.table-responsive > .table.sticky-last-col{
	overflow-x: auto;
}
.table.sticky-last-col th:last-child,
.table.sticky-last-col td:last-child {
  position: -webkit-sticky; /* Safari support */
  position: sticky;
  right: 0;
  z-index: 2; /* Ensures the column sits above scrolling text */
  background-color: #fff; /* Must be solid to hide overlapping text */
}
.table.sticky-last-col th:last-child,
.table.sticky-last-col td:last-child {
    box-shadow: -2px 0 5px rgba(0,0,0,0.1);
}
.table.sticky-last-col.scrolled-end th:last-child,
.table.sticky-last-col.scrolled-end td:last-child {
    box-shadow: none;
}
.user-photo{
	margin: 0 auto;
  border-radius: 75px;
  width: 75px;
  height: 75px;
  background-size: cover;
  /* background-size: 70px; */
  background-position: top center;
  background-repeat: no-repeat;
  border: 3px solid white;
}
.user-photo-square{
	width: 100px;
	max-width: 150px;
	height: 110px;
	max-height: 170px;
	overflow: hidden;
	background-size: cover;
	background-position: top center;
	background-repeat: no-repeat;
	margin: 0 auto;
}
.user-info{
	/*font-family:Barlow,'Segoe UI', Arial, sans-serif;*/
	line-height:1.2;
	min-height: 75px;
}
.user-occupation{
	font-size: 12px;
	color: #333;
	margin:3px 0;
}
.avatar{
	width: 18px;
	border-radius: 50%;
	vertical-align: text-bottom;
}
.user-name{
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
}
.user-actions{
	display: flex;
}
.nav .open > a, .nav .open > a:focus, .nav .open > a:hover{
	border-color: transparent;
	background-color: #338b4f;
	color: #fff;
}
.page-title{/*#5a6169*/
	font-size: 26px;
	border-bottom: 1px dashed #b0b0b0;
	color: #338b4f;
}
.page-subtitle{
	font-size: 24px;
	/*border-bottom: 1px dashed #b0b0b0;*/
}

.blog,.blog.big{
	overflow: hidden;
	box-sizing: border-box;
	box-shadow: 0px 2px 28px rgba(0, 0, 0, 0.05);
	margin: 0 0 30px 0;
	transition: box-shadow .3s;
	box-radius: ;
}
.blog{
	height: 330px;
	max-height: 330px;
}
.blog.big{
	height: 250px;
	max-height: 250px;
}
.blog:hover{
	/*box-shadow: 0 5px 10px rgba(0,0,0,.1);
	transform: scale(1.01);*/
}
.blog > .blog-cover{
	width: 100%;
	height: 200px;
	height: 60%;
	background-size: cover;
	background-position: center;
}
.blog .blog-cover > a{
	display: block;
	width: 100%;
	height: 100%;
}
.blog > .blog-content{
	padding: 20px;
}
.blog-content > ol,
.blog-content > ul{
	padding: 0 0 0 15px;
	margin-bottom: 1rem;
}
.blog-content > ol > li,
.blog-content > ul > li{
	padding-left: 5px;
}
.blog-title{
	font-size: 16px;
	font-weight: bold;
}
.blog-title a{
	color: #555;
}
.blog .blog-content > p{
	margin: 10px 0 20px;
	height: 45px;
	overflow: hidden;
}
.blog.big .blog-content > p{
	height: 130px;
}
.blog-date{
	font-size:12px;
	color:#ababab;
	line-height:30px;
}
.blog.big .blog-cover{
	float: left;
	width: 100%;
	height: 250px;
	max-height: 250px;
	background-size: cover;
	background-position: center;
}
.blog.big .blog-content{
	padding: 10px 20px 10px 0;
}
.blog-detail-cover{
	height: 350px;
	max-height: 350px;
	overflow: hidden;
	background-size: cover;
	background-position: center;
	background-repeat: no-repeat;
	margin-bottom: 20px;
}
.blog-other-list{
	padding-left: 20px;
}
.blog-other-list li{
	/* line-height: 25px; */
}
.blog-list-cover{
	height: 150px;
	max-height: 150px;
	overflow: hidden;
	background: transparent center no-repeat;
	background-size: cover;
}
.blog-list-container .row:nth-child(odd){
	padding: 10px 0;
	background-color: #f3f3f3;
}
.blog-list-cover a{
	display: block;
	width: 100%;
	height: 100%;
}
.post-wrapper{
	margin-bottom: 20px;
	border-bottom: 1px dashed #dcdcdc;
}
.post-thumbnail{
	width: 100%;
	height: 250px;
	max-height: 250px;
	overflow: hidden;
	display: block;
	background-color: #ffffff;
}
.post-thumbnail > a{
	display: block;
	width: 100%;
	height: 100%;
	background-size: cover;
	background-repeat: no-repeat;
	background-position: center;
	transition: transform .3s;
}
.post-thumbnail > a:hover{
	transform: scale(1.1);
}
.post-title{
	font-size: 1.1rem;
}
.prop-title{
	padding-bottom: 10px;
	border-bottom: 1px solid #ddd;
}
.prop-box {
	position: relative;
	font-size: .875rem;
	box-shadow: 0 1px 2px rgba(0,0,0,0.3);
	border-radius: 2px;
	background: #fff;
}
.prop-header::before{
	content: ' ';
	display: table;
}
.prop-header::after{
	clear: both;
}
.prop-header{
	position: relative;
	border-bottom: 1px solid #eee;
	border-top-left-radius: 2px;
	border-top-right-radius: 2px;
	min-height: 55px;
	line-height: 2rem;
}
.prop-footer{
	border-top: 1px solid #eee;
}
.prop-actions{
	list-style: none;
}
.prop-actions::after{
	content: ' ';
	clear: both;
}
.prop-actions li{
	display: inline-block;
}
.btn-prop-action{
	display: inline-block;
	padding: 0 .5em;
	background: #fff;
	border: 1px solid #ddd;
	border-radius: 3px;
	line-height: 2rem;
	font-weight: 700;
	color: #006798;
	text-decoration: none;
	box-shadow: 0 1px 0 #ddd;
	cursor: pointer;
	font-size: .95em;
}
.prop-table tr:first-child > td{
	border: 0 !important;
}
.prop-table .no{
	width: 40px;
}
.prop-table a{
	color: #007bff;
}
.prop-table a:hover,
.prop-table a:focus{
	color: #808080;
}
.prop-table .filename{
	overflow: hidden;
	white-space: nowrap;
	text-overflow: ellipsis;
	max-width: 180px;
}
.prop-table .filestat{
	width: 50px;
}
.prop-table .filedate{
	/*width: 110px;
	max-width: 110px;*/
}
.prop-input{
	display: inline-block;
	width: 90%;
	max-width: 90%;
}
.footer{
	background: #175399;
	color: #fff;
	font-size: 13px;
}
.bold{
	font-weight: bold;
}
.required {
    color: red;
    font-weight: bold;
}
.help-block{
	font-size: .85em;
	font-style: italic;
	color: #a2a2a2;
	margin-bottom: 5px;
}
.pagination-centered ul{
	margin: 0;
}
.btn{
	/*font-family: Barlow, "Segoe UI", -apple-system, BlinkMacSystemFont, "Helvetica Neue", Arial, sans-serif;*/
	font-size: 14px;
	letter-spacing: 0;
}
.btn.btn-white{
	background-color: #eef1f6;
}
.btn.btn-white:hover{
	background-color: #e1e5eb;
	box-shadow:0 5px 15px rgba(0, 0, 0, 0.05),
		0 4px 10px rgba(225, 229, 235, 0.25);
}
.btn-dark:focus, .btn-dark.focus{
	color: #b7b7b7;
}
.btn-xs{
	padding: 0.35rem 0.6rem;
}
.btn-close {
  box-sizing: content-box;
  width: 1em;
  height: 1em;
  padding: .25em .25em;
  color: #000;
  background: transparent url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16' fill='%23000'%3e%3cpath d='M.293.293a1 1 0 0 1 1.414 0L8 6.586 14.293.293a1 1 0 1 1 1.414 1.414L9.414 8l6.293 6.293a1 1 0 0 1-1.414 1.414L8 9.414l-6.293 6.293a1 1 0 0 1-1.414-1.414L6.586 8 .293 1.707a1 1 0 0 1 0-1.414z'/%3e%3c/svg%3e") center/1em auto no-repeat;
  border: 0;
  border-radius: .375rem;
  opacity: .5;
}
button .no-click{
	pointer-events: none;
}
.label{
	border-radius: 30px !important;
}
.label-md{
	font-size: .9em;
}
.label-lg{
	font-size: 1em;
	padding: .3em .8em .4em;
}
.form-group{
	margin-bottom: 10px;
}
.form-group label{
	/*font-family: Barlow, "Segoe UI", -apple-system, BlinkMacSystemFont, Arial, sans-serif;*/
}
.typeahead.dropdown-menu{
	font-size: 13px !important;
}
.form-control-static{
	border: 1px solid #e1e5eb;
	padding: 0.4375rem 0.75rem;
	font-size: 0.8125rem;
	font-weight: 300;
	line-height: 1.5;
	border-radius: 0.25rem;
	background-color: #f5f6f7;
}
.form_control-static{
	display: inline;
}
.form_control-static.textarea{
	display: inline-block;
	width: 90%;
	max-width: 90%;
}
.form_control-static.editable{
	border: 1px solid #e1e5eb;
	padding: 0.4375rem 0.75rem;
	font-weight: 300;
	line-height: 1.5;
	border-radius: 0.25rem;
	box-shadow: none;
  transition: box-shadow 250ms cubic-bezier(0.27, 0.01, 0.38, 1.06), border 250ms cubic-bezier(0.27, 0.01, 0.38, 1.06);
}
.form_control-static.disabled{
	background-color: #f5f6f7;
}
.pop-image a{
	text-decoration: none;
	display: block;
	height:100%;
	width: 100%;
	cursor: zoom-in;
}
.text-disabled{
	color: #ababab;
}
.popover{
	min-width: 150px;
	max-width: none;
	border-radius: 4px;
	box-shadow: 0 3px 5px rgba(0,0,0,.2);
}
.popover-title{
	line-height: 1rem;
}
.popover-content{
	font-size: 14px;
}
.popover.top > .arrow{
	border-top-color: rgba(0,0,0,.1);
}
.popover.right > .arrow{
	border-right-color: rgba(0,0,0,.1);
}
.popover.left > .arrow{
	border-left-color: rgba(0,0,0,.1);
}
.popover.bottom > .arrow{
	border-bottom-color: rgba(0,0,0,.1);
}
.popover-notification{
	max-width: 240px;
}
.valign-middle{
	vertical-align: middle !important;
}
.prop-author{
	font-size: .9em;
}
ul.notification-list{
	list-style: none;
	padding: 0;
}
ul.notification-list > li{
	border-bottom:1px solid #f5f5f5;
	padding: 6px 14px;
	font-size: 12px;
	line-height: 1.2;
	overflow: hidden;
	text-overflow: ellipsis;
}
ul.notification-list > li:nth-child(even){
	background-color: #f5f5f5;/*fff9e7;*/
}
.link{
	color: #197e4d;
	cursor: pointer;
}
.nav.nav-tabs > li.active > a{
	/* font-weight: bold; */
}
.tab-content{
	border-left: 1px solid #ddd;
	border-right: 1px solid #ddd;
	border-bottom: 1px solid #ddd;
	border-radius: 0 0 4px 4px;
}
.tab-content > .tab-pane{
	padding: 15px;
}
.tab-content > .tab-pane-relative{
	position: relative;
	overflow: hidden;
}
.section{
	padding: 50px 0;
}
.yo2k-loader{
	/* position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background-color: rgba(255,255,255,.8);
	text-align: center; */
	text-align: center;
	position: absolute;
	top: 0;
	left: 0;
	height: 100%;
	width: 100%;
	background-color: rgba(255,255,255,.9);
	/*background-image: url('image/ajax-loader.gif');*/
	background-image: url('../../image/loading.gif');
	background-position: center;
	background-repeat: no-repeat;
	background-size: 35px;
	z-index: 1000;
}
.flip-horizontal{
	-moz-transform: scaleX(-1);
    -webkit-transform: scaleX(-1);
    -o-transform: scaleX(-1);
    transform: scaleX(-1);
    -ms-filter: fliph; /*IE*/
    filter: fliph; /*IE*/
}
.xs-only{
	display: none;
}
.position-absolute{
	position: absolute;
}
.d-none{
	display: none;
}
.d-block{
	display: block;
}
.d-flex{
	display: flex;
}
.padding0{
	padding: 0;
}
.padding5{
	padding: 5px;
}
.padding10{
	padding: 10px;
}
.padding20{
	padding: 20px;
}
.padding10t{
	padding-top: 10px;
}
.padding10b{
	padding-bottom: 10px;
}
.padding10tb{
	padding-top: 10px;
	padding-bottom: 10px;
}
.padding20tb{
	padding-top: 20px;
	padding-bottom: 20px;
}
.margin0{
	margin: 0;
}
.margin0b{
	margin-bottom: 0;
}
.margin10{
	margin: 10px;
}
.margin5t{
	margin-top: 5px;
}
.margin10t{
	margin-top: 10px;
}
.margin5b{
	margin-bottom: 5px;
}
.margin10b{
	margin-bottom: 10px;
}
.margin10tb{
	margin-top: 10px;
	margin-bottom: 10px;
}
.margin10r{
	margin-right: 10px;
}
.margin20t{
	margin-top: 20px;
}
.margin20b{
	margin-bottom: 20px;
}
.margin20tb{
	margin-top: 20px;
	margin-bottom: 20px;
}
.margin30t{
	margin-top: 30px;
}
.margin30b{
	margin-bottom: 30px;
}
.margin30tb{
	margin-top: 30px;
	margin-bottom: 30px;
}
.margin50b{
	margin-bottom: 50px;
}
.clearfix::before{
	content: "";
	clear: both;
}

@media (min-width: 768px){
  .navbar-right .dropdown-menu.left0{
  	left: 0;
  	right: auto;
  }
}

@media (max-width: 991px){
	.blog.big{
		height: auto;
		max-height: none;
	}
	.blog.big .blog-cover{	
		float: none;
		width: 100%;
		display: block;
	}
	.blog.big .blog-content{
		padding: 10px 20px;
	}
	.navbar-khj .navbar-brand h1{
		display: none;
	}
}

@media (max-width: 970px) {
	.navbar-khj .navbar-brand h1{
		font-size: 14px;
	}
}

@media (max-width: 767px) {
	.navbar.navbar-khj{
		background-color: rgba(248,248,248,1);
		border-color: #e7e7e7;
	}
	.navbar-khj .navbar-header{
		min-height: 50px;
	}
	.navbar-khj .navbar-brand{
		padding: 10px;
	}
	.navbar-khj .navbar-brand img{
		max-height: 40px;
	}
	.navbar-khj .navbar-brand h1{
		display: inline-block;
	}
	.navbar-khj .main-menu{
		display: block !important;
		height: auto;
	}
	.navbar-nav li a{
		line-height: 20px !important;
		padding-top: 8px !important;
		padding-bottom: 8px !important;
	}
	.navbar-khj ul.dropdown-menu{
		width: 100%;
		max-width: 100%;
	}
	.navbar-khj ul#dropdown-user{
		width: 220px;
		max-width: 220px;
		left: auto;
		right: 10px;
	}
	.navbar-nav .open .dropdown-menu{
		background-color: #80808012;
	}
	#navbar-collapsed{
		background-color: #fff;
	}
	#navbar-collapsed.navbar-collapse.in{
		overflow-y: visible !important;
	}
	.header{
		margin-top: 50px;
	}
	.login-box{
		margin-bottom: 15px;
	}
}
@media (max-width: 600px){
	.blog{
		height: auto;
		max-height: none;
	}
	.blog > .blog-cover{
		float: none;
		width: 100%;
		display: block;
		height: 200px;
	}
	.blog > .blog-content{
		margin-left: 0;
	}
	.blog > .blog-content > button{
		margin-bottom: 10px;
	}
}
.navbar .nav>li>a {
  color: #111;
  text-shadow: none;
  padding: 10px 15px;
  font-size:.9rem;
}

.navbar .nav a:hover {
  background: #1565c0;
  color: #fff;
}

.navbar .nav>.active>a, .navbar .nav>.active>a:hover {
  background: none;
  font-weight: 600;
}

.navbar .nav>.active>a:active, .navbar .nav>.active>a:focus {
  background: none;
  outline: 0;
  font-weight: 600;
}

/*=========== multilevel dropdown menu ============*/
.dropdown-submenu {
    position: relative;
}

.dropdown-submenu>.dropdown-menu {
    top: 0;
    left: 100%;
    margin-top: -6px;
    margin-left: -1px;
    -webkit-border-radius: 0 6px 6px 6px;
    -moz-border-radius: 0 6px 6px;
    border-radius: 0 6px 6px 0;
}

.dropdown-submenu:hover>.dropdown-menu {
    display: block;
}

.dropdown-submenu>a:after {
    display: block;
    content: " ";
    float: right;
    width: 0;
    height: 0;
    border-color: transparent;
    border-style: solid;
    border-width: 5px 0 5px 5px;
    border-left-color: #ccc;
    margin-top: 5px;
    margin-right: -10px;
}

.dropdown-submenu:hover>a:after {
    border-left-color: #fff;
}

.dropdown-submenu.pull-left {
    float: none;
}

.dropdown-submenu.pull-left>.dropdown-menu {
    left: -100%;
    margin-left: 10px;
    -webkit-border-radius: 6px 0 6px 6px;
    -moz-border-radius: 6px 0 6px 6px;
    border-radius: 6px 0 6px 6px;
}

@media (max-width: 767px) {
	.dropdown-menu .dropdown-submenu .dropdown-menu{
		padding: 0;
	}
	.navbar-nav .open .dropdown-menu .dropdown-submenu > .dropdown-menu > li > a{
		padding-left: 35px;
	}
	.xs-only{
		display: block;
	}
	.dosen-info{
		padding-top: 10px;
		text-align: center;
	}
	.blog-title{
		margin-top: 10px !important;
	}
}

iframe#ifrm{display: none;}

/*=========== diskusi ============*/
.course-reviews-list {
  list-style: none;
  padding-left: 0;
  margin-top: 0;
}
.course-reviews-list li {
  list-style-type: none;
  margin-bottom: 10px;
  padding: 10px 10px 20px;
  border: 0;
  border: 1px solid #eee;
  border-bottom: 3px solid #eee;
  border-radius: .25rem;
}
.review.me .title,
.rt_name{
	color: #00a357;
}
@media only screen and (max-width: 767px) {
  .course-reviews-list li {
    padding: 0 15px;
    padding-bottom: 28px;
  }
}
.course-reviews-list li + li {
  margin: 10px 0 0;
}
.course-reviews-list li .review-container .review-author {
  width: 80px;
  float: left;
  margin-right: 20px;
}
@media only screen and (max-width: 479px) {
  .course-reviews-list li .review-container .review-author {
    width: 40px;
    /*float: none;
    margin-right: 0;
    margin-bottom: 20px;*/
  }
}
.course-reviews-list li .review-container .review-author img {
  border-radius: 50%;
}
.course-reviews-list li .review-container .review-content {
  position: relative;
  overflow: hidden;
  margin-left: 125px;
}
.course-reviews-list li .review-container .review-content.full{
	margin-left: 0;
}
@media only screen and (max-width: 767px) {
  .course-reviews-list li .review-container .review-content {
    margin-left: 110px;
  }
}
@media only screen and (max-width: 479px) {
  .course-reviews-list li .review-container .review-content {
    margin-left: 0px;
  }
}
.course-reviews-list li .review-container .review-content .title {
  margin: 0;
  font-size: 15px;
  font-weight: 700;
  /*text-transform: uppercase;*/
  /*letter-spacing: 1px;*/
}
.course-reviews-list li .review-container .review-content .review-stars-rated {
  position: absolute;
  top: 0;
  right: 0;
}
.course-reviews-list li .review-container .review-content .review-stars-rated .review-stars {
  width: 120px;
  height: 24px;
  font-size: 14px;
  text-align: right;
  color: #f2b827;
}
.course-reviews-list li .review-container .review-content .review-stars-rated .review-stars::before {
  content: "\f005\f005\f005\f005\f005";
  line-height: 1;
  vertical-align: top;
  white-space: nowrap;
  font-family: "Font Awesome 5 Free";
}
.course-reviews-list li .review-container .review-content .review-title {
  font-size: 15px;
  font-weight: 700;
  font-style: normal;
  margin: 15px 0 5px;
}
.review-content blockquote{
	margin: 10px 0 20px;
	font-size: .9em;
	background-color: #f9f9f9;
}
#reply-wrapper{
	position: relative;
}
#reply-wrapper blockquote{
	position: absolute;
	top: 20px;
	left: 20px;
	right: 20px;
	font-size:0.9em;
	background-color: #f9f9f9;
}
#commentbox{
	padding: 20px;
}

/*=============== alur ==============*/
.alur-section {
	width: 100vw;
	margin-left: calc(-50vw + 50%);
  text-align: center;
  padding: 50px 20px;
  background: linear-gradient(to bottom right, #e3f2fd, #f7fcff);
  overflow-x: hidden;
}

.alur-section h3 {
  color: #0d47a1;
  /*font-size: 28px;*/
  margin-bottom: 50px;
}

.alur-container {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  align-items: stretch;
  gap: 30px;
  position: relative;
}

.alur-step {
  background: #fff;
  border-radius: 12px;
  box-shadow: 0 4px 10px rgba(146, 195, 225, 0.3);
  /*width: 225px;*/
  width: 20%;
  padding: 20px;
  position: relative;
  transition: transform 0.3s ease;
}

.alur-step:hover {
  transform: translateY(-5px);
}

.alur-step img.icon {
  /*width: 40%;*/
  height: 85px;
  margin-bottom: 25px;
}

.alur-step h5 {
  color: #1565c0;
  font-size: 18px;
  margin-bottom: 10px;
}

.alur-step p {
  color: #555;
  font-size: 14px;
  line-height: 1.5;
}

/* Panah penghubung antar langkah */
.alur-step::after {
  content: "➜";
  font-size: 28px;
  color: #729ddf;
  position: absolute;
  right: -30px;
  top: 50%;
  transform: translateY(-50%);
}

.alur-step:last-child::after {
  content: "";
}

@media (max-width: 991px){
  .alur-step img.icon {
  	height: 60px;
  }
}

@media (max-width: 767px) {
  .alur-container {
    flex-direction: column;
    align-items: center;
  }
  .alur-step{
  	width: 50%;
  }
  .alur-step::after {
    /*display: none;*/
    top: auto;
    right: 43%;
    bottom: -33px;
    transform: rotate(90deg);
  }
}
@media (max-width: 500px) {
  .alur-step{
  	width: 75%;
  }
}