@font-face {
  font-family: "Montserrat-Light";
  src: url("../fonts/Montserrat-Light.otf");
}
@media(min-width: 1000px){
	.container{
		width: 72.5%;
		border: solid 3px orange;
		padding: 10px;
		box-shadow: 0px 0px 200px 200px #692084;
	}
}

@media(max-width: 991px){
	#first-thumb-overlay{
		width: 99.8% !important;
	}
}

@media(min-width: 768px) and (max-width: 991px){
	#frm-login {
		padding-bottom: 15px !important;
		top: 10px !important;
	}

	#frm-login-inner {
		padding: 10px 20px 0px 20px !important;
	}
}

/* condition when navbar start not collapsed (bootstrap default setting)*/
@media(min-width: 768px){
	#frm-login-mobile, #login-toggle-mobile, #login-area-mobile, #dropdown-mobile, #search-toggle-mobile, #search-area-mobile{
		display: none;
	}
	#menu-container-mobile, #profile-container-mobile{
		display: none;
	}
}

/* condition when navbar collpased (bootstrap default setting) */
@media(max-width: 767px){
	#frm-login, #more-search{
		display: none;
	}

	/* logo settings */
	#logo{
		left: 23% !important;
		width: 55% !important;
	}

	/* top nav settings */
	.navbar-brand{
		margin-left: 20px !important;
	}

	#top-nav .navbar-toggle{
		background-color: #6B2689;
		margin: 5px 20px 5px 0px;
	}

	#second-nav .navbar-toggle{
		background-color: #C27E01;
		float: left;
		margin: 5px 0px 5px 20px;
	}

	.navbar-toggle{
		border: medium none;
		padding: 6px 11px;
		border-radius: 0px;
	}

	.navbar-toggle .fa-reorder{
		color: #fff;
		font-size: 18px;
	}

	#top-nav .nav li{
		border-bottom: 1px solid #4B1163;
		border-top: 1px solid #6A2686;
	}

	#top-nav .nav li:last-child{
		border-bottom: none;
	}

	#top-nav .navbar-collapse{
		border: 1px solid #4F1468;
	}

	#second-nav .navbar-collapse{
		border: 1px solid #D89A27;
	}

	#search-toggle-mobile, #login-toggle-mobile{
		position: relative;
		float: left;
		color: #fff;
		font-size: 16px;
		background-color: #C27E01;
		margin: 5px 0px 5px 5px;
		padding: 6px 9px;
		line-height: 19px;
		display: inline-block;
	}

	#search-area-mobile{
		position: absolute;
		width: 100%;
		padding: 10px;
		background-color: rgba(255, 255, 255, 0.4);
		top: -54px;
		display: none;
		z-index: 99;
	}

	#search-area-mobile .form-control{
		width: 80%;
		float: left;
	}

	#search-area-mobile #btn-search{
		width: 20%;
		float: left;
	}

	.dropdown-menu:before{
		content: " " !important;
	}

	.dropdown-menu li a{
		color: #fff !important;
	}

	.dropdown-menu li:hover{
		text-indent: 5px;
	}

	/* second nav */
	#second-nav .nav li{
		border-bottom: 1px solid #F09C00;
		border-top: 1px solid #FFC04B;
	}

	#second-nav .nav li:first-child{
		border-top: none !important;
	}

	#second-nav .nav li:last-child{
		border-bottom: none;
	}

	#second-nav .dropdown-menu li a:hover{
		background-color: #C27E01 !important;
	}

	/* sidebar */
	#sidebar{
		padding: 0px 15px !important;
	}

	/* dosen profile (dosen.html) */
	#profile-container{
		display: none;
	}

	#profile-container-mobile:after{
		clear: both;
	}

	#profile-container-mobile:after, #profile-container-mobile:before{
		display: table;
		content: " ";
	}

	#profile-container-mobile{
		background-color: #6D248D;
		padding: 10px;
		width: 100%;
		margin-bottom: 10px;
	}

	#profile-image-mobile{
		width: 30%;
		float: left;
	}

	#profile-image-mobile img{
		width: 100%;
		border-radius: 50%;
		border: 2px solid #fff;
	}

	#detail-profile-mobile{
		width: 70%;
		float: left;
		padding: 0px 10px;
		color: #fff;
	}

	#profile-name-mobile{
		padding: 10px 0px 5px 0px;
		margin: 0px;
		line-height: normal;
		text-align: center;
		color: #fff;
		font-size: 16px;
		border-bottom: 2px solid #FEB220;
	}

	#profile-mail-mobile, #profile-phone-mobile{
		border-bottom: 1px solid #7D3C9A;
		margin: 0px;
		line-height: normal;
		padding: 5px 0px;
		font-size: 14px;
	}

	#menu-container{
		display: none;
		padding: 0px !important;
	}

	#menu-container-mobile{
		display: block;
		cursor: pointer;
		background-color: #500E68;
		padding: 10px 20px;
		color: #FFF;
		font-size: 14px;
		font-weight: bold;
		border-bottom: 2px solid #ffea00;
	}

	#menu-container-mobile i{
		line-height: 18px;
		padding: 0px;
		margin: 0px;
		font-size: 10px;
	}

	/* Right content (dosen.html) */
	#right-content-inner{
		padding: 0px !important;
	}

	#right-content{
		margin-top: 10px;
	}

	#filter-smstr, #filter-thn{
		margin-bottom: 5px;
	}

	#filter-smstr, #filter-thn, #btn-container-tampilkan{
		padding: 0px;
	}

	#btn-filter{
		padding: 10px 5px !important;
	}
}

@media(max-width: 574px){
	#kabar-it-title{
		width: 100% !important;
		border: none !important;
		text-align: center;
	}

	#kabar-it-title b{
		display: inline !important;
	}

	#kabar-it-content{
		width: 80% !important;
	}

	#kabar-it-more{
		padding: 0px 10px 0px 0px !important;
	}
}

@media(max-width: 544px){
	#credit{
		font-size: 13px !important;
	}
}

@media(max-width: 470px){
	#e-learning, #research{
		width: 100% !important;
		margin-bottom: 10px;
	}
}

@media(max-width: 432px){
	#berita-terbaru li {
		width: 33% !important;
	}
}

@media(max-width: 399px){
	.modal-content{
		width: 90%;
	}
	#kabar-it-content, .kabar-it-more{
		width: 100% !important;
	}
}

@media(max-width: 382px){
	#badan-usaha-title span, #award-title span {
		font-size: 14px !important;
		width: 100% !important;
	}
}

@media(max-width: 300px){
	#berita-terbaru li {
		width: 50% !important;
	}
}

@media(max-width: 289px){
	#scroll-banner-content p{
		font-size: 16px !important;
	}
}

@media(max-width: 250px){
	#berita-terbaru li {
		width: 100% !important;
		border-right: none !important;
		border-bottom: 1px solid #ddd;
	}	
	#berita-terbaru ul li:last-child{
		border-bottom: none;
	}
}

/* Mobile Login Form */
#frm-login-mobile{
	background-color: #fff;
	right: 70px;
	top: 40px;
	padding: 0px 0px 20px 0px;
	width: 100%;
}

.close{
	margin: 8px 15px;
}

#frm-login-mobile .form-control{
	background-color: #eee;
	margin: 0px 0px 10px 0px;
	color: #777;
	font-size: 14px;
	border: 1px solid #ddd;
}

#frm-login-mobile label{
	color: #666;
	font-weight: 700;
	text-transform: uppercase;
	font-size: 12px;
}

.modal-body{
	padding: 0px;
}

.modal-content{
	width: 900px;
	margin: 30px auto;
	border-radius: 0px;
	max-width: 100%;
}

#mhs-photo-mobile{
	display: block;
	width: 30%;
	border-radius: 50%;
	margin: auto;
	border: 2px solid #fff;
}

#frm-logedin-inner{
	background-color: rgb(110, 53, 134);
	padding: 20px;
}

#outer{
	background: url("http://203.148.85.147:7080/v2/assets/images/background.jpg");
	font-family: "Open Sans", arial, sans-serif;
	background-size: 1vh;
}	

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

a:focus{
	outline: none;
}

.form-control{
	border-radius: 1px;
	border-color: #864CA0;
}

.form-control:focus{
	box-shadow: none;
}

.btn{
	border-radius: 0px;
	transition: 0.5s;
}

.btn-primary{
	color: #fff !important;
	background-color: #864CA0;
	border: 1px solid #783197;
}

.btn-primary:hover, .btn-primary:focus{
	background-color: #591874;
	border: 1px solid #591874;
}	

/* top navigation */
#top-nav{
	background-color: #a00d15;
	border: none;
	min-height: 35px;
	float: none;
	width: 100%;
}

.navbar-brand, .navbar-brand:hover{
	margin-left: 30px;
	padding: 5px 15px;
	background-color: #4F1468 !important;
}

.navbar-brand i{
	font-size: 33px;
	color: #ffea00;
}

.navbar-brand span{
	display: inline-block;
}

.navbar-brand span p{
	padding: 0px;
	margin: 0px 0px 0px 5px;
	font-size: 12px;
	line-height: 16px;
	color: #FFF;
}

.navbar{
	border-radius: 0px;
	margin: 0px;
	position: relative;
}

/* Online Support */

#online-support{
	bottom: -125px;
	background-color: #fff;
	padding: 10px 15px;
	top:auto;
	color: #666;
}

#support-online-title{
	background-color: #ffea00;
	color: #FFF;
	line-height: normal;
	padding: 10px 20px;
	margin: 0px;
	text-transform: uppercase;
	font-size: 16px;
	font-family: "Open Sans", arial;
	font-weight: 900;
}

#support-online-title i{
	font-size: 22px;
}

#online-support .support-item{
	padding: 0px 0px 5px 0px;
	margin: 0px 0px 5px 0px;
	border-bottom: 1px solid #ddd;
	margin: 0px 0px 5px 0px;
}

#online-support .support-item:last-child{
	border: none;
	margin: 0px;
}

.support-item span{
	letter-spacing: normal;
	line-height: normal;
}

.support-item a, .support-item a:hover, .support-item a:focus{
	color: #fff;
	cursor: pointer;
}

.support-name{
	background-color: #ffea00;
	display: inline-block;
	padding: 6px 16px;
	color: #fff;
}

.support-name i{

}

.support-status{
	display: inline-block;
	padding: 3px 10px;
	margin-left: -4px;
	color: #fff;
}

.online{
	background-color: #A96DC0;
}

.offline{
	background-color: #bbb;
}

#top-nav .active > a, #top-nav .navbar-nav > .open > a{
	background-color: #4F1468;
}

#top-nav .navbar-nav > li > a{
	color: #bbbdc1;
	padding: 5px 10px;
	text-align: center;
}

#top-nav .list-inline > .dropdown > a .caret, #second-nav .navbar-nav > .dropdown > a .caret {
	border-top-color: #fff;
	border-bottom-color: #fff;
}

.navbar-right{
	float: right;
	list-style: none;
}

.navbar-right > li > a{
	padding: 12px !important;
	font-size: 14px;
	transition: 0.5s;
	float: right;
}

#top-nav .navbar-nav > li > a:hover{

	background-color: #4F1468;	
	color: #ffea00;
}

#more-search{
	padding-right: 30px;
	position: relative;
	margin-top: 10px;
}

#search-area{
	position: absolute;
	z-index: 11;
	top: 104px;
	right: 20px;
	left: auto;
	max-width: 100%;
	min-width: 400px;
	padding: 10px;
	background-color: rgba(255, 255, 255, 0.54);
	display: none;
}

#search-area .form-control{
	width: 70%;
	float: left;
	font-size: 13px;
	color: #888;
}

#search-area .btn{
	width: 30%;
	float: left;
}

#btn-more{
	color: #591874 !important;
	padding: 2px 11px !important;
	background-color: #ffea00 !important;
	font-size: 11px;
	line-height: normal;
	float: left;
	transition: 0.5s;
}

#login{
	color: #591874 !important;
	padding: 2px 11px !important;
	background-color: #ffea00 !important;
	font-size: 11px;
	line-height: normal;
	float: left;
	transition: 0.5s;
	border-right: 1px solid #591874;
}

#login:hover, #btn-login:focus{
	background-color: #ECA015 !important;
	color: #fff !important;
}

#btn-more:hover, #btn-more:focus{
	background-color: #ECA015 !important;
	color: #fff !important;
}

.dropdown-menu{
	border-radius: 0px;
	top: 39px;
	font-size: 13px;
}

.dropdown-menu:before{
	content: "\f0d8";
	position: absolute;
	color: #fff;
	font-family: fontawesome;
	top: -13px;
	left: 45%;
	font-size: 15px;
}

.dropdown-menu li a{
	color: #888;
	transition: 0.5s;
}

.dropdown-menu li a:hover{
	color: #fff;
	background-color: #ffea00;
}

#search-toggle, #search-toggle:focus{
	float: left;
	color: #ffea00 !important;
	padding: 2px 11px !important;
	background-color: #652A7E !important;
	font-size: 11px;
	line-height: normal;
	transition: 0.5s;
}

#search-toggle:hover{
	background-color: #712592 !important;
}



/* header */

header:after{
	clear: both;
}

header:after, header:before{
	display: table;
	content: " ";
}

header{
	width: 100%;
	float: none;
	position: relative;
}

header img{
	width: 100%;
	max-width: 100%;
	height: auto;
}

#logo{
	position: absolute;
	width: 45%;
	top: 50%;
	left: 3%;
}

#frm-login{
	background-color: #0c2973;
}

#frm-login2{
	color: #fff;
	background-color: #0c2973;
	padding: 5px 0px 5px 0px;
	margin-top: 70px;
	box-shadow: 0 40px 80px 0 rgba(0, 0, 0, 0.2), 0 60px 200px 0 rgba(0, 0, 0, 0.19);
	align:center;
	-webkit-box-reflect: below 0px -webkit-gradient(linear, left top, left bottom, from(transparent), color-stop(20%, transparent) , to(rgba(250, 250, 250, 0.1)));
}

#frm-login-inner{
	padding:20px;
}

#frm-login-header{
	background-color: #ffea00;
	color: #0d12ad;
	line-height: normal;
	padding: 10px 20px;
	margin: 0px;
	text-transform: uppercase;
	font-size: 16px;
	font-family: "Open Sans", arial;
	font-weight: 900;
}

#frm-login-header i{
	font-size: 17px;
}

#frm-login .form-control{
	background-color: #A96DC0;
	margin: 0px 0px 10px 0px;
	color: #fff;
	font-size: 14px;
}

#frm-login label{
	color: #fff;
	font-weight: 700;
	text-transform: uppercase;
	font-size: 12px;
}

.btn-login{
	width: 50%;
	background-color: #ffea00;
	color: #0d12ad;
	font-size: 17px;
	font-weight: 800;
	border-bottom: 3px solid #B2700F;
	padding: 8px;
	transition: 0.5s;
}

.btn-login:hover, .btn-login:focus{
	color: #0d12ad;
	background-color: #ECA015;
}

.btn-cek-status{
	width: 45%;
	line-height: 15px;
	letter-spacing: normal;
	background-color: #591874;
	font-weight: 800;
	font-size: 12px;
	padding: 5.3px;
	float: right;
	color: #fff;
	border-bottom: 3px solid #490D63;
	transition: 0.5s;
}

.btn-cek-status:hover, .btn-cek-status:focus{
	color: #fff;
	background-color: #651C84;
}

.btn-cek-status span{
	display: block;
	font-weight: 300;
}

/* second nav */
#second-nav{
	background-color: #ffea00;
	border: none;
	min-height: 20px;
	border-bottom: 5px solid #E39E1D;
}

#second-nav .list-inline > li > a{
	color: #fff;
	padding: 11px;
	font-size: 14px;
	transition: 0.5s;
}

#second-nav .list-inline > li > .active{
	background-color: #E39E1D !important;
}

#second-nav .list-inline > li > a:hover, #second-nav .list-inline > .open > a{
	background-color: #E39E1D;	
}

#second-nav .dropdown-menu{
	bottom: auto;
	left: auto;
	top: 30px;
	right: -75px;
}

#second-nav .dropdown-menu li a:hover{
	color: #fff;
	background-color: #591874;
}

/* Second Banner */
#second-banner{
	width: 100%;
	float: none;
}

#second-banner img{
	width: 100%;
	max-width: 100%;
}



/* content (main + sidebar) */

#content:after{
	clear: both;
}

#content:after, #content:before{
	display: table;
	content: " ";
}

#content{
	width: 100%;
	float: none;
	padding: 5px;
}

/* berita terbaru */
#berita-terbaru:after{
	clear: both;
}

#berita-terbaru:after, #berita-terbaru:before{
	content: " ";
	display: table;
}

#berita-terbaru{
	width: 100%;
	float: none;
	margin-bottom: 5px;
}

.widget-title-v1{
	color: #555;
	padding: 0px;
	margin: 0px 0px 5px 0px;
	border-bottom: 3px solid #783197;
	font-size: 18px;
	max-width: 100%;
	display: inline-block;
	line-height: normal;
	position: relative;
	padding-right: 5%;
}

.widget-title-v1:before{
	content: "";
	width: 61%;
	position: absolute;
	border-bottom: 3px solid #F49E15;
	bottom: -3px;
}

#berita-terbaru ul{
	padding: 0px;
	margin: 0px;
	list-style: none;
}

/*#berita-terbaru ul li:first-child{
	width: 100% !important;
	border-bottom: 1px solid #ddd;
	padding: 0px 0px 5px 0px;
	border-right: 0px;
}*/
.owl-carousel-3{
	display: inline-block;
}


#berita-terbaru li{
	width: 10%;
	height: 80px;
	float: left;
	padding: 2px;
	border-right: 1px solid #ddd;
}

#berita-terbaru ul li:last-child{
	border-right: 0px;
}

#btn-visit-archive{
	width: 10% !important;
}

#btn-visit-archive a i{
	display: block;
	background-color: #ffea00;
	color: #fff;
	text-align: center;
	padding: 11px 5px;
	font-size: 30px;
}

#btn-visit-archive a span{
	display: block;
	text-align: center;
	background-color: #E29012;
	color: #fff;
	text-transform: uppercase;
	padding: 4px 5px;
}

#berita-terbaru li img{
	width: 100%;
	height: 100%;
}

#first-title-recent{
	padding: 0px;
	margin: 0px;
	font-size: 20px;
	text-transform: capitalize;
	font-family: "Open Sans";
}

#first-detail-recent{
	padding: 5px 0px;
	margin: 0px 0px 5px 0px;
	border-bottom: 1px solid #ddd;
	font-size: 13px;

}

#first-detail-recent span{
	margin-right: 7px;
}

#first-detail-recent .fa-calendar{
	font-size: 11px;
	vertical-align: 1.2px;
}

#first-summ-recent{
	padding-right: 0px;
	color: #666;
}

#first-thumb-recent{
	padding: 0px;
	position: relative;
	cursor: pointer;
}

#first-thumb-overlay{
	position: absolute;
	background-color: rgba(134, 76, 160, 0.62);
	width: 100%;
	height: 100%;
	text-align: center;
	padding: 24% 0%;
	display: none;
}

#first-thumb-overlay a{
	color: #FFF;
	font-size: 16px;
	padding: 10px 15px;
	border: 1px solid #fff;
}

#first-thumb-recent img{
	max-width: 100%;
	max-height: 200px;
}

#berita-terbaru li a{
	position: relative;
}



/* kabar IT */

#kabar-it:after{
	clear: both;
}

#kabar-it:after, #kabar-it:before{
	display: table;
	content: " ";
}

#kabar-it{
	width: 100%;
	float: none;
	background-color: #fff;
	border: 1px solid #ffea00;
	margin-bottom: 10px;
}

#kabar-it-title{
	color: #FFF;
	background-color: #ffea00;
	width: 15%;
	border-right: 5px solid #E38F12;
	font-size: 16px;
	line-height: 16px;
	text-transform: uppercase;
	padding: 10px;
	float: left;
}

#kabar-it-title b{
	display: block;
}

#kabar-it-content{
	float: left;
	width: 65%;
	padding: 5px 10px;
}

#kabar-it-content h2{
	font-family: "Open Sans", arial;
	padding: 2px 0px 0px;
	margin: 0px;
	font-size: 13px;
	text-transform: capitalize;
	font-weight: bold;
}

#kabar-it-content h2 a{
	color: #666;
}

#kabar-it-content span{
	color: #777;
	font-size: 11px;
}

.kabar-it-more{
	width: 20%;
	display: inline-block;
	text-align: center;
	margin: 6px 0px;
}

.kabar-it-more a{
	display: inline-block;
	color: #864CA0;
	padding: 10px 10px;
	border: 1px solid #864CA0;
	font-size: 12px;
	transition: 0.3s;
	font-weight: 700;
}

.kabar-it-more a:hover{
	background-color: #864CA0;
	color: #fff;
}



/* bottom group */

#bottom-group:after{
	clear: both;
}

#bottom-group:after, #bottom-group:before{
	content: " ";
	display: table;
}

#bottom-group{
	width: 100%;
	float: none;
}



/* e-learning */
#e-learning{
	width: 49%;
	float: left;
}

.widget-title-v2:after{
	clear: both;
}

.widget-title-v2:before, .widget-title-v2:after{
	display: table;
	content: " ";
}

.widget-title-v2{
	background-color: #591874;
	color: #fff;
	padding: 10px 15px;
}

.widget-title-v2 i{
	width: 10%;
	float: left;
	font-size: 22px
}

.widget-title-v2 h3{
	width: 80%;
	float: left;
	padding: 0px;
	margin: 0px;
	line-height: normal;
	font-size: 15px;
	font-family: "Open Sans", arial;
	text-transform: uppercase;
	font-weight: 700;
	border-bottom: 3px solid #783197;
	position: relative;
	text-indent: 5px;
	margin-left: 5px;
}

.widget-title-v2 h3:before{
	content: "";
	width: 70%;
	border-bottom: 3px solid #F19C13;
	position: absolute;
	bottom: -3px;
	left: 0px;
}

#bottom-group-content{
	list-style: none;
	padding: 5px 5px 0px 5px;
	margin: 0px;
	border: 2px solid #845698;
}

#bottom-group-content li{
	border-bottom: 1px solid #ddd;
	padding: 0px 10px 5px 10px;
	margin-bottom: 2px;
}

#bottom-group-content li:last-child{
	margin: 0px;
	border-bottom: none;
}

#bottom-group-content li a{
	font-size: 13px;
	line-height: normal;
	font-weight: bold;
	color: #591874;
	text-transform: capitalize;
}

#bottom-group-content .detail{
	font-size: 11px;
	color: #888;
	padding: 0px;
	margin: 0px;
}

#bottom-group-content .detail span{
	margin-right: 5px;
}

#bottom-group-content .matkul{
	text-transform: uppercase;
	font-size: 13px;
	padding: 0px;
	color: #666;
	margin: 0px;
}

/* research */
#research{
	width: 49%;
	float: right;	
}

/* sidebar */
#sidebar{
	padding-left: 0px;
}

/* info kampus */
#info-kampus-content{
	list-style: none;padding: 0px;
	margin: 0px;
}

#info-kampus-content li{
	font-size: 14px;
	line-height: normal;
	text-transform: capitalize;
	padding: 5px 0px;
	border-bottom: 1px solid #ccc;
	transition: 0.2s;
}

#info-kampus-content li:hover{
	border-left: 3px solid #F49E15;
	padding-left: 5px;

}

#info-kampus-content li a{
	color: #666;
}

/* sidebar button group (arsip+rss) */
#sidebar-btn-group{
	width: 100%;
	padding: 5px 0px;
	text-align: right;
}

/* banner links */
#banner-links{
	width: 100%;
}

.widget-title-v3{
	background-color: #591874;
	color: #FFF;
	padding: 7px 15px;
	margin: 5px 0px 10px 0px;
	font-size: 15px;
	font-weight: 300;
	text-transform: uppercase;
}

#banner-links .col-2{
	width: 48%;
	float: left;
	margin-bottom: 10px;
}

#banner-links .col-2:nth-child(odd){
	float: right;
}

#banner-links .col-2 img, #banner-links .col-1 img{
	max-width: 100%;
	width: 100%;
}

/* awards */
#awards:after{
	clear: both;
}

#awards:after, #awards:before{
	display: table;
	content: " ";
}

#awards{
	background-color: #482373;
	width: 100%;
	float: none;
	text-align: center;
	padding-bottom: 20px;
}

#award-title{
	display: block;
	color: #fff;
	text-transform: uppercase;
	padding: 0px;
	margin: 0px;
}

#award-title span{
	width: 18%;
	border-bottom: 3px solid #F69C14;
	display: inline-block;
	max-width: 90%;
	padding: 30px 5px 5px 5px;
	font-family: "open sans", arial;
	font-size: 17px;
	font-weight: bold;
}

#awards a img{
	margin: 5px 30px 10px 30px;
}

/* bottom scroll banner */
#bottom-scroll-banner{
	padding: 50px 0px;
	width: 100%;
	min-height: 200px;
	float: none;
	background-color: #6018b1;
	position: relative;
}

#scroll-banner-content{
	position: absolute;
	width: 100%;
	list-style: none;
	line-height: normal;
	letter-spacing: normal;
	text-align: center;
	top: 35%;
}

#scroll-banner-content p{
	padding: 0px;
	margin: 0px;
	color: #fff;
	font-size: 20px;
	text-transform: capitalize;

}	

#scroll-banner-content p small{
	display: block;
	text-transform: none;
}

/* credit */
#credit{
	background-color: #260050;;
	color: #FFF;
	padding: 25px 3px;
	font-size: 14px;
	min-height: 100px;
}

#credit a{
	color: #fff;
}

/* dosen.html */
#left-sidebar, #right-content{
	padding: 0px;
	background-color: #a594e8;
}

#profile-container{
	background-color: #6D248D;
	padding: 5px 5px 5px 5px;
}

#profile-image img{
	width: 67%;
	border-radius: 50%;
	max-height: 100%;
	padding: 0px;
	display: block;
	border: 5px solid rgba(255, 255, 255, 0.11);
	margin: auto;
}

#profile-name{
	padding: 10px 0px 5px 0px;
	margin: 0px;
	line-height: normal;
	text-align: center;
	color: #fff;
	font-size: 16px;
	border-bottom: 2px solid #FEB220;
}

#profile-mail, #profile-phone{
	color: #fff;
	font-size: 14px;
	padding: 0px;
	margin: 0px;
}

#profile-phone .fa-phone-square{
	font-size: 15px;
}

#menu-container{
	padding: 20px 0px;
	margin: 0px;
	list-style: outside none none;
	background-color: #5A1872;
}

#menu-container .active{
	color: #692084;
	background-color: #fff;
	border-left: 5px solid #ffea00;
	border-bottom: 1px solid #ffea00;
	border-top: 1px solid #ffea00;
	padding-left: 15px;
}

#menu-container li{
	padding: 0px;
}

#menu-container li a{
	border-bottom: 1px solid #692084;
	border-top: 1px solid #52106A;
	display: block;
	color: #FFF;
	text-transform: uppercase;
	font-size: 13px;
	transition: 0.1s;
	padding: 7px 20px;
}

#menu-container li:first-child a{
	border-top: none;
}

#menu-container li:last-child a{
	border-bottom: none;
}

#menu-container li:first-child a:hover{
	border-top: none;	
}

#menu-container li:last-child a:hover{
	border-bottom: none;	
}

#menu-container li a:hover{
	color: #692084;
	background-color: #fff;
	border-left: 5px solid #ffea00;
	border-bottom: 1px solid #ffea00;
	border-top: 1px solid #ffea00;
	padding-left: 15px;
}

#content-title{
	background-color: #ffea00;
	padding: 10px 15px;
	margin: 0px;
	text-transform: capitalize;
	color: #FFF;
	font-family: "open sans", arial;
	font-size: 16px;
	border-bottom: 3px solid #DE9C21;
	position: static;
}

#right-content-inner{
	width: 100%;
	padding: 10px 0px 0px 15px;
}

#filter-container:after{
	clear: both;
}

#filter-container:after, #rfilter-container:before{
	display: table;
	content: " ";
}

#filter-container{
	padding: 10px;
	border: 1px solid #ddd;
}

#filter-container #filter-smstr, #filter-container #filter-thn{
	padding-left: 0px;
	overflow: hidden;
}

#btn-container-tampilkan{
	padding: 0px;
}

#filter-container label{
	font-weight: 300;
	color: #777;
	padding: 0px;
	font-size: 15px;
	margin: 4px 15px 0px 0px;
}

#filter-container select{
	font-size: 14px;
}

#filter-container select option{
	padding: 5px 10px;
	border-bottom: 1px solid #ddd;
}

.my-form-control{
	width: 100%;
	border-radius: 0px;
	border-style: none;
	border: 1px solid #ccc;
	color: #888;
}

#btn-filter{
	color: #FFF;
	background-color: #6A268D;
	padding: 5px;
	border-style: none;
	font-size: 13px;
	transition: all 0.5s ease 0s;
	width: 100%;
}

#btn-filter:hover, #btn-filter:focus{
	background-color: #7D3E9E;
}

#matkul-toggle{
	padding: 5px;
	background-color: #cc8700; 
}

.matkul-name:after{
	clear: both;
}

.matkul-name:after, .matkul-name:before{
	display: table;
	content: " ";
}

.matkul-name{
	background-color: #FEB21E;
	color: #FFF;
	font-family: "open sans", arial;
	text-transform: capitalize;
	text-align: center;
	font-size: 15px;
	margin: 10px 0px 0px 0px;
	position: relative;
}

.matkul-name span{
	padding: 4px;
	display: inline-block;
}

.matkul-name a i{
	font-size: 14px;
	color: #FFF;
	padding: 7px;
	background-color: #E79216;
	line-height: normal;
	letter-spacing: normal;
}

.matkul-list th{
	text-align: center;
	color: #666;
	font-size: 13px;
	font-family: arial;
}

.matkul-list td, .matkul-list td a{
	color: #777;
}

#matkul-list-childs{
	position: absolute;
	padding: 0px;
	list-style: outside none none;
	background-color: #FFF;
	right: 0%;
	bottom: auto;
	top: 28px;
	border: 1px solid #ccc;
	text-align: left;
	max-width: 200px;
	display: none;
}

#matkul-list-childs li a{
	display: block;
	color: #888;
	padding: 5px 10px;
	border-bottom: 1px solid #ddd;
	font-size: 12px;
	transition: 0.1s;
}

#matkul-list-childs li a:hover{
	background-color: #F9F9F9;
}

#matkul-list-childs li:last-child a{
	border-bottom: none;
}

.pagination{
	margin: 0px;
	clear: both;
	margin: auto;
}

.pagination .active a, .pagination .active a:hover{
	background-color: #6A268D;
	border: 1px solid #6A268D;
}

.pagination li a{
	color: #6A268D;
}

/* badan usaha */
#badan-usaha:after{
	clear: both;
}

#badan-usaha:after, #awards:before{
	display: table;
	content: " ";
}

#badan-usaha{
	background-color: #591874;
	width: 100%;
	float: none;
	text-align: center;
	padding: 25px 5px 40px;
}

#badan-usaha-title{
	display: block;
	color: #fff;
	text-transform: uppercase;
	padding: 0px;
	margin: 0px;
}

#badan-usaha-title span{
	width: 40%;
	border-bottom: 3px solid #F69C14;
	display: inline-block;
	max-width: 90%;
	padding: 10px;
	font-family: "open sans", arial;
	font-size: 17px;
	font-weight: bold;
}

#badan-usaha a img{
	margin: 15px 15px 00px 15px;
}



/* Logedin Mahasiswa */
.btn-logout{
	width: 50%;
	background-color: #ffea00;
	color: #fff;
	font-size: 17px;
	font-weight: 800;
	border-bottom: 3px solid #B2700F;
	padding: 8px;
	transition: 0.5s;
}

.btn-logout:hover, .btn-logout:focus{
	color: #fff;
	background-color: #ECA015;
}

.btn-menu-utama{
	letter-spacing: normal;
	background-color: #591874;
	font-weight: 800;
	font-size: 15px;
	float: right;
	color: #fff;
	border-bottom: 3px solid #490D63;
	transition: 0.5s;
	padding: 10px 8px;	
}

.btn-menu-utama:hover, .btn-menu-utama:focus{
	color: #fff;
	background-color: #651C84;
}

#mhs-photo{
	display: block;
	width: 30%;
	border-radius: 50%;
	margin: auto;
	border: 2px solid #fff;
}

#mhs-name, #mhs-npm{
	display: block;
	padding: 0px;
	margin: 0px;
	text-align: center;
	color: #fff;
}

#mhs-name{
	border-bottom: 2px solid #ffea00;
	font-size: 16px;
	padding: 5px 5px 1px 5px;
}

#mhs-npm{
	display: block;
	padding: 3px 0px 10px;
	margin: 0px;
	text-align: center;
	color: #FFF;
	font-size: 14px;
	font-family: arial;
	font-weight: bold;
}

.logedin{
	padding-bottom: 5px !important;
}

.listguru{
	margin: 1px 1px;
	padding: 1px 3px;
	background-color: #702593;
}

.linkguru{
	color: #ddd;
}

.linkguru:hover{
	color: #fff;
}

.menu-listguru{
	background-color: #762d96;
	padding-bottom: 15px;
	padding-top: 15px;
}

.profilguru{
	font-size: 14px;
	font-weight: bold;
	padding-left: 10px;
	padding-bottom: 3px;
}

.listriwayat{
	font-size: 14px;
	font-weight: 500;
	padding-left: 10px;
	padding-bottom: 3px;
}

.fotoprofilguru{
	width: 25%;
	height: 25%;
	margin: auto;
	border: solid 2px #591874;
	margin-bottom: 20px;
}

.fotoprofilguru2{
	width: 100%;
	height: 100%;
	margin: auto;
	border: solid 2px #591874;
}

.dataprofilguru{
	width: 95%;
	height: 95%;
	margin: auto;
}

.boxed{
	border-radius: 10px;
	border: solid 2px #591874;
	margin-bottom: 15px;
	margin-top: 10px;
}

@media (max-width:  767px){
	.content-h{
		padding: 10px;
	}
}

@media (min-width:  768px){
	.content-h{
		padding: 10px;
		height: 82vh;
		overflow-x: hidden;
		overflow-y: overlay;
	}
}

.thead{
	background-color:#6d248d;
	color:#fff;
}

.nopadding{
	padding: 0px;
	border-top: 0px;
}

.body-white{
	margin: 0.5%;
}

@media (max-width: 767px ){
	.adm-left{
		position: inherit;
	}
	.adm{
		position: inherit;
		overflow-y: auto;
		overflow-x: hidden;
	}
	.second-nav-fixed{
		background-color: rgba(98, 35, 153, .7);
		width:100%;
		align-content: center;
		height: 70px;
		z-index: 10;
		vertical-align: middle;
		position: absolute;
	}
	.navbar-center{
		position: absolute;
	    width: 250px;
	    left: calc(50% - 120px);
	    text-align: center;
	    margin:0 auto;
	}
	.brand{
		height: 75px;
		width: 250px;
		background-color: #612298;
		box-shadow: 2px 11px 16px rgba(0, 0, 0, 0.8);
		margin: auto;
		margin-top: -7.5px;
		padding: 7.5px;
		animation-name: stretch;
	  	animation-duration: 0.8s; 
	  	animation-timing-function: ease-in; 
	  	animation-delay: 0;
	  	animation-direction: alternate;
	  	animation-fill-mode: none;
	  	animation-play-state: running;
		-webkit-transition: all 200ms ease-in;
	    -webkit-transform: scale(1); 
	    -ms-transition: all 200ms ease-in;
	    -ms-transform: scale(1); 
	    -moz-transition: all 200ms ease-in;
	    -moz-transform: scale(1);
	    transition: all 200ms ease-in;
	    transform: scale(1);   
	}
	.logo-brand{
		padding: 5px;
		height: 75px;
		background-image: url('../images/web/nav-logo.png');
	}
	#slide{
		margin-top: 50px;
	}
}

@media (min-width: 768px ){
	.adm-left{
		position: inherit;
		overflow-x: hidden;
		overflow-y: hidden;
		height: 96.5vh;
	}
	.adm{
		position: inherit;
		overflow-y: auto;
		overflow-x: hidden;
	}
	.second-nav-fixed{
		background-color: rgba(98, 35, 153, .7);
		width:100%;
		align-content: center;
		height: 75px;
		position: absolute;
		z-index: 10;
		vertical-align: middle;
	}
	.navbar-center{
		position: absolute;
	    width: 250px;
	    left: calc(50% - 120px);
	    text-align: center;
	    margin:0 auto;
	}
	.brand{
		height: 90px;
		width: 250px;
		background-color: #612298;
		box-shadow: 2px 11px 16px rgba(0, 0, 0, 0.8);
		margin: auto;
		margin-top: -7.5px;
		padding: 7.5px;
		animation-name: stretch;
	  	animation-duration: 0.8s; 
	  	animation-timing-function: ease-in; 
	  	animation-delay: 0;
	  	animation-direction: alternate;
	  	animation-fill-mode: none;
	  	animation-play-state: running;
		-webkit-transition: all 200ms ease-in;
	    -webkit-transform: scale(1); 
	    -ms-transition: all 200ms ease-in;
	    -ms-transform: scale(1); 
	    -moz-transition: all 200ms ease-in;
	    -moz-transform: scale(1);
	    transition: all 200ms ease-in;
	    transform: scale(1);   
	}
	.logo-brand{
		padding: 5px;
		height: 75px;
		background-image: url('../images/web/nav-logo.png');
	}

}

.small-cont{
  font-size: 11px;
  line-height: 1;
  font-weight: 700;
  font-style: italic;
}

.paddingless{
  padding: 3px;
}

.nojadwal{
  background-color: #799cb1;
  color: #fff;
}
.masuk{
  background-color: #15a90b;
  color: #fff;
}
.izin{
  background-color: #f39c12;
  color: #fff;
}
.sakit{
  background-color: #c1bc05;
  color: #fff;
}
.alpha{
  background-color: #bb1717;
  color: #fff;
}
.gtp{
  background-color: #b925b5;
  color: #fff;
}
.MASUK{
  background-color: #15a90b;
  color: #fff;
}
.IZIN{
  background-color: #f39c12;
  color: #fff;
}
.SAKIT{
  background-color: #c1bc05;
  color: #fff;
}
.ALPHA{
  background-color: #bb1717;
  color: #fff;
}
.sts{
	height:10px;
	width: 10px;
	border-radius: 50%;
}
.nav-fixed{
	background-color: #a00d15;
	width:100%;
	align-content: center;
	height: 7vh;
}


@-webkit-keyframes slide {
  	0% {
    	transform: scale(.1);
	}
	100% {
	    transform: scale(1);
	}
}

@keyframes stretch {
	0% {
    	transform: scale(.1);
	}
	100% {
	    transform: scale(1);
	}
}

.modal{
	animation-name: stretch;
  	animation-duration: 0.3s; 
  	animation-timing-function: ease-in; 
  	animation-delay: 0;
  	animation-direction: alternate;
  	animation-fill-mode: none;
  	animation-play-state: running;
}

.brand:hover{
	box-shadow: 0px 0px 150px #000000;
    z-index: 2;
    -webkit-transition: all 200ms ease-in;
    -webkit-transform: scale(1.1);
    -ms-transition: all 200ms ease-in;
    -ms-transform: scale(1.1);   
    -moz-transition: all 200ms ease-in;
    -moz-transform: scale(1.1);
    transition: all 200ms ease-in;
    transform: scale(1.1);
}

.navbar-left{
	float: left;
	padding-left: 15px;
	padding-top: 8px;
}

.right-nav{
	float: right;
	width: calc(50% - 150px);
	display: inline;
	vertical-align: middle;
	padding: 15px 10px 5px 10px;
	z-index: 11;
	    transition: 0.5s;
}

.right-nav > ul{
	float: left;
	padding-left: 0px;
}

.right-nav > ul > li {
	list-style-type: none;
	padding: 10px;
	display: inline-block;
	vertical-align: middle;
}

.right-nav-a {
	float: left;
	font-size: 14px;
	display: inline;
	color: #fff;
	font-family: "Montserrat-Light";
	z-index: 11;
	    transition: 0.5s;
}

.right-nav-a:hover, .left-nav-a:hover{
	color: #ffea00;
}

.left-nav{
	float: left;
	width: calc(50% - 150px);
	display: inline;
	vertical-align: middle;
	padding: 15px 10px 5px 10px;
	z-index: 11;
	transition: 0.5s;
}

.left-nav > ul{
	float: right;
}

.left-nav > ul > li {
	list-style-type: none;
	padding: 10px;
	display: inline-block;
	vertical-align: middle;
}

.left-nav-a {
	float: right;
	font-size: 14px;
	display: inline;
	color: #fff;
	font-family: "Montserrat-Light";
	z-index: 11;
	transition: 0.5s;
}

.nav>li>a, .navbar-nav>li>a{
	transition: 0.5s;
	color: #fff;
}

.containing{
	padding: 5px;
	height: 89vh;
	color: #000;
	background: url("http://203.148.85.147:9090/v2/assets/images/bkg.png");
	background-size: cover;
}

.banner{
	width: 50%;
}

.banner-links{
	height: 50px;
	width: 100%;
	display: inline-block;
	margin-bottom: 25px;
}


::-webkit-scrollbar-track {
  -webkit-box-shadow: inset 0 0 6px transparent;
  background-color: #fff;
}

::-webkit-scrollbar {
  width: 8px;
  background-color: #fff;
}

::-webkit-scrollbar-thumb {
  background-color: #e5e5e5;
  border: 0px solid #fff;
  border-radius: 10px;
  opacity: 0.5;
}

.social{
	float: left;
}

.social i{
	margin-left: 15px;
}

.social i:hover {
    color: #f7ca18;
}

.footer{
	max-height: 5vh;
	background-color: #a00d15;
	width:100%;
	align-content: center;
	vertical-align: middle;
	display: table;
}

.footer-left{
	float: left;
	margin-top: -2px;

}
#mitra-banner{
	padding: 0px;
}

.light-center{
	font-family: "Montserrat-Light";
	font-size: 16px;
	color: #fff;
	vertical-align: middle;
	display: table-cell;
}

.light{
	font-family: "Montserrat-Light";
	font-size: 14px;
	color: #fff;
}

.blue-light{
	font-size: 27px;
	color: #0072d4;
    font-weight: bolder;
    margin-bottom: 0px;
}

.red-light{
	font-size: 27px;
	color: #ff0d0d;
    font-weight: bolder;
    margin-bottom: 0px;
}

.center{
	text-align: center;
	margin: 0px;
}

.paragraf{
	text-align: justify;
	text-indent: 50px;
}

@media(min-width: 768px){
	.flex{
		display: flex;
	}
}
.info{
	min-height: 200px;
	padding: 10px 10px;
}

#main{
	text-align: justify;
}

#main > p {
	text-indent: 30px;
}

.jurusan{
	color: #272273;
	border-radius: 50%;
}

.content-psb{
	margin-top: 100px;
	margin-bottom: 25px;
}

.bordered{
	border : 3px solid #ea6100;
}

.popover {
  animation: blinker 10s linear infinite;
}


.popover-content{
	font-size: 17px;
}

@keyframes blinker {  
  50% { opacity: 0; }
}

.btn-group{
	float: right;
}

.rotate {
  border: 1px solid #000;
  position: relative;
  padding: 10px;
  overflow: hidden;
}

.rotate > span {
  transform-origin: 0 50%;
  transform: rotate(-90deg); 
  white-space: nowrap; 
  display: block;
  position: absolute;
  bottom: 0;
  left: 50%;
}

.dataTables_scrollx{
 overflow: auto;
}

.blink_me {
  animation: blinker 1s linear infinite;
}

@keyframes blinker {  
  50% { opacity: 0; }
}

.blink_me:hover {
	opacity: 1;
	animation-name: none;
	box-shadow: 0px 0px 150px #000000;
    z-index: 2;
    -webkit-transition: all 200ms ease-in;
    -webkit-transform: scale(1.1);
    -ms-transition: all 200ms ease-in;
    -ms-transform: scale(1.1);   
    -moz-transition: all 200ms ease-in;
    -moz-transform: scale(1.1);
    transition: all 200ms ease-in;
    transform: scale(1.1);
}

td{
	vertical-align: middle !important;
	padding: 3px !important;
	font-size: 10px !important;
}

.hex-template {
	width: 25vh;
  	object-fit: fill;
  	/*background: url("http://203.148.85.147:7080/v2/assets/images/hexagon.png"); */
}

.hex-template > img{
	max-width: 21vh;
	height: 21vh;
}

.item-mitra{
	font-size: 14px;
}

.dropdown{
	padding: 5px;
}

.background{
	background-color: #688a9a;
}