@font-face {
    font-family: 'nimbus_sans_lbold';
    src: url("../webfonts/nimbus-sans-l/NimbusSanL-Bol-webfont.eot");
    src: url("../webfonts/nimbus-sans-l/NimbusSanL-Bol-webfont.eot?#iefix") format("embedded-opentype"), url("../webfonts/nimbus-sans-l/NimbusSanL-Bol-webfont.woff") format("woff");
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: 'nimbus_sans_lbold_italic';
    src: url("../webfonts/nimbus-sans-l/NimbusSanL-BolIta-webfont.eot");
    src: url("../webfonts/nimbus-sans-l/NimbusSanL-BolIta-webfont.eot?#iefix") format("embedded-opentype"), url("../webfonts/nimbus-sans-l/NimbusSanL-BolIta-webfont.woff") format("woff");
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: 'nimbus_sans_lregular_italic';
    src: url("../webfonts/nimbus-sans-l/NimbusSanL-RegIta-webfont.eot");
    src: url("../webfonts/nimbus-sans-l/NimbusSanL-RegIta-webfont.eot?#iefix") format("embedded-opentype"), url("../webfonts/nimbus-sans-l/NimbusSanL-RegIta-webfont.woff") format("woff");
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: 'nimbus_sans_lregular';
    src: url("../webfonts/nimbus-sans-l/NimbusSanL-Reg-webfont.eot");
    src: url("../webfonts/nimbus-sans-l/NimbusSanL-Reg-webfont.eot?#iefix") format("embedded-opentype"), url("../webfonts/nimbus-sans-l/NimbusSanL-Reg-webfont.woff") format("woff");
    font-weight: normal;
    font-style: normal;
}

body {
	color: rgba(0,0,0,0.87);
	font-family: 'Roboto',Helvetica,Arial,sans-serif;
	font-size: .8125rem;
	font-weight: 400;
	line-height: 1.25rem;
	margin: 0;
	min-width: 18.75rem;
}

.app-title .app-title-link{
	display: flex;
	flex-direction: column;
	max-width: 100%;
	overflow: hidden;	
}
.app-title-link:hover{
	text-decoration: none;
}
.app-title-link, .app-title-link:visited {
    color: #333;
    cursor: pointer;
}
.app-text{
	text-overflow: ellipsis;
	overflow: hidden;
	white-space: nowrap;
	display: block;	
}
.app-title-text{
	letter-spacing: .00625em;
	font-family: 'Google Sans',Roboto,Arial,sans-serif;
	font-size: 1rem;
	font-weight: 500;
	line-height: 1.5rem;
	color: #3c4043;	
}

.app-title-subtext{
	letter-spacing: .025em;
	font-family: Roboto,Arial,sans-serif;
	font-size: .75rem;
	font-weight: 400;
	line-height: 1rem;
	color: #5f6368;	
}

.navbar-nav > .user-menu .user-image {
  float: left;
  width: 35px;
  height: 35px;
  border-radius: 50%;
  margin-right: 10px;
  margin-top: -2px;
}

.user-name{
	font-size:1.5vw;
}

#menu-profile {
	right:5%!important;
	left : auto!important;
}

.sidebar-kiri {
	background-color: #fff;
	position: fixed;
	top: 0;
	left: -304px;
	height:100vh;
	min-height: 100%;
	width: 304px;
	z-index: 9999;
	-webkit-transition: all .4s ease-in-out;
	-moz-transition: all .4s ease-in-out;
	-o-transition: all .4s ease-in-out;
	transition: all .4s ease-in-out;	
}

.sidebar-content{
	box-sizing: border-box;
	height: 100%;
	overflow-x: hidden;
	overflow-y: auto;
	padding-bottom: .5rem;
	padding-top: .5rem;
	width: 100%;	
}
a.sidebar-item{
	text-decoration:none;
	color:black;
	font-size:1rem;
}
.sidebar-item{
	align-items: center;
	cursor: pointer;
	display: -webkit-box;
	display: -moz-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	height: 3.5rem;
	padding-left: 1rem;
	padding-right: 1rem;
	position: relative;	
}
a.sidebar-item:hover{
	background-color: #eff1f2;
	border-radius: 0px 50px 50px 0px;
}

a.active{
	background-color:#e0e1e2;
	border-radius: 0px 50px 50px 0px;	
}

.sidebar-item > span {
	padding-right:1rem;
}
.footer {

  right:0;
  bottom: 0;
  left:0;
  width: 100%;
  /* Set the fixed height of the footer here */
  height: 60px;
  line-height: 60px; /* Vertically center the text there */
  background-color: #f5f5f5;
  box-shadow:-2px -2px 30px 2px  #c4c5c6 ; 
}

.card-footer > a{
    color: #333;
    cursor: pointer!important;
    text-decoration: none;	
}

#hasil-body{
  width:100%;
  height:300px;
  overflow: hidden;
  position: relative;
}
#hasil-body div{
  display: block;
  height:auto;
  width:100%;
  position: absolute;
  overflow: hidden;

  animation: marquee 10s linear 3s infinite;	
}

@keyframes marquee {
  0% { top: 0%; }
  100% { top: -100%; }
}
header.header-home {
  position: relative;
  background-color: #343a40;
  background: url("../../../../images/bg-home.jpg") no-repeat center center;
  background-size: cover;
  padding-top: 8rem;
  padding-bottom: 8rem;
}
header.header-home .overlay {
  position: absolute;
  background-color: #212529;
  height: 100%;
  width: 100%;
  top: 0;
  left: 0;
  opacity: 0.3;
}

#persyaratan > ol > li {
	font-size : 1.2rem!important;
}

#persyaratan {
	font-size : 1.2rem!important;
	line-height : 1.9rem!important;
}

.content-up{
	margin-top:5vh!important;
	margin-bottom:15vh!important;
}

@media only screen and (max-width: 324px) { 
	.navbar-brand{
		font-size:1rem!important;
	}
}
@media only screen and (max-width: 382px) { 
	#nama-sekolah{
		font-size:2rem!important;
	}
}

.btn-same{
	width:150px!important;
	margin-top:5px!important;
}

.pengumuman {
	background-image: url(../Images/team-bg-2.jpg);
	background-size: cover;
	background-position: center;		
    padding-top: 130px;
    padding-bottom: 130px;
	color: #f8f9fa;
}
.medsos {
    padding-top: 4rem;
    padding-bottom: 7rem
}
#pengumuman{
	font-size:1.5rem;
}

.no-decor{
	cursor:pointer!important;
	text-decoration:none!important;
}

.bootstrap-tagsinput > .label {
  display: inline-block;
  padding: 0.25em 0.4em;
  font-size: 100%;
  font-weight: 700;
  line-height: 1;
  text-align: center;
  white-space: nowrap;
  vertical-align: baseline;
  border-radius: 0.25rem;
}

.bootstrap-tagsinput > .label-info {
  color: #fff;
  background-color: #17a2b8;
}
