@font-face {
    font-family: Celias;
    src: url(../fonts/Celias.otf);
}

@font-face {
    font-family: CeliasLight;
    src: url(../fonts/CeliasLight.otf);
}
@font-face {
    font-family: Nevis;
    src: url(../fonts/nevis.ttf);
}


@font-face {
    font-family: Roboto;
    src: url(../fonts/Roboto-Regular.ttf);
}

.Celias {
	font-family: Celias;
}

.CeliasLight {
	font-family: CeliasLight;
}

body {
	font-family: Celias;
}

.navbar-gloria {
	background: #5E5F61;
	padding-bottom: 1px;
}

.navbar .navbar-nav {
  display: inline-block;
  float: none;
  vertical-align: top;
}

.navbar .navbar-collapse {
  text-align: center;
}
.input-desc {
    color: #d4d4d4;
    font-size: 9pt;
    line-height: 22pt;
  }
.pendaftaransiswabaru {
	margin-top: 4px;
	font-size: 14px;
	color: #FFF;
}
.pendaftaransiswabaru .year-box {
	padding: 0px 7px;
	background: #fff;
	color:#5F5754;
	font-size: 11px;
	font-weight: bold;
	margin-right: 1px;
}

@media (max-width: 1200px) {
    /* .navbar-header {
        float: none;
    } */
    .navbar-left,.navbar-right {
        float: none !important;
    }
    .navbar-toggle {
        display: block;
    }
    .navbar-collapse {
        border-top: 1px solid transparent;
        box-shadow: inset 0 1px 0 rgba(255,255,255,0.1);
    }
    .navbar-fixed-top {
        top: 0;
        border-width: 0 0 1px;
    }
    .navbar-collapse.collapse {
        display: none!important;
    }
    .navbar-nav {
        float: none!important;
        margin-top: 7.5px;
    }
    .navbar-nav>li {
        float: none;
    }
    .navbar-nav>li>a {
        padding-top: 10px;
        padding-bottom: 10px;
    }
    .collapse.in{
        display:block !important;
    }
}


@media (min-width: 1200px) {
	.pendaftaransiswabaru {
		margin-top: 30px;
		font-size: 20px;
		color: #FFF;
	}
	.pendaftaransiswabaru .year-box {
		padding: 0px 7px;
		background: #fff;
		color:#5F5754;
		font-size: 16px;
		font-weight: bold;
		margin-right: 1px;
	}
	.logo-gloria {
		margin-top:-40px !important;
		height: 60px !important;
	}


}

.navbar-toggle-menu-utama {
	color: #fff;
}
.logo-gloria {
	margin-top:-14px;
	height: 40px;
}

.navbar-collapse-gloria {
	/*display: inline-block;*/

}
.navbar-collapse-gloria > ul.menu-utama > li > a {
	color:#fff;
	height: 50px;
	border-bottom: 5px solid #B6ACA9;
	background: none;
	margin: 0 15px;
}

.navbar-collapse-gloria > ul.menu-utama > li > a:hover {
	background:none;
	border-bottom: 5px solid #F59733;
}

.navbar-collapse-gloria > ul.menu-utama > li.active a{
	background:none;
	border-bottom: 5px solid #F4A310;
}


.navbar-right > li > a{
	color:#fff;
	height: 60px;
	background: none;
	margin-bottom: -18px;
	
}
.navbar-right > li > a:hover, .navbar-right > li > a:focus,.navbar-right > li > a:active{
	background: none !important;
}



.login_button_hello {
	color:#fff;
}

.login_button_name {
	color:#fff;
	font-size: 10px;
}

/* BAGIAN MENU TAB*/
.navbar-gloria-menu-tab {
	background: #fff;
	width: 100%;
	text-align: center;
	margin-top: -49px;
	margin-bottom: -14px;
	padding-top: 6px;
	padding-bottom: 8px;
	position: fixed;
	overflow: auto;
	white-space: nowrap;
	z-index: 5;
}

.navbar-gloria-menu-tab a {
	color:#000;
	height: 25px;
	background: none;
	margin: 0 3px;
	border-radius: 50px;
	border: 1px solid #5F5754;
	font-size: 10px;
	padding: 5px 12px;
	display: inline-block;
	text-decoration: none;
}
.navbar-gloria-menu-tab a.active {
	background: #E6B4AF;
}

@media (min-width: 1200px) {
	.navbar-gloria-menu-tab {
		margin-top: 0px;
		padding-top: 20px;
		padding-bottom: 20px;
	}

	.navbar-gloria-menu-tab a {
		color:#000;
		height: 30px;
		background: none;
		margin: 0 15px;
		border-radius: 50px;
		border: 1px solid #5F5754;
		font-size: 14px;
		padding: 5px 20px;
		display: inline-block;
		text-decoration: none;
	}
}

.batas-header {
	height: 130px;
}

@media (min-width: 1200px) {
	.batas-header {
		height: 110px;
	}
}
/**/

.image-cover {
	height: 500px;
}

@media (max-width:1200px) {
	.image-cover {
		height: 200px;
	}
}

/* BAGIAN CONTENT ECOMMERCE*/
.content-ecommerce {
	background: #F5F4F2;
	margin-top: 15px;
	margin-bottom: 15px;
	padding-top: 20px;
	padding-bottom: 20px;
}
.ecommerce-detail-siswa tr td{
	padding: 10px 2px;
}
.nav-cart {
	text-align: center;
}
.nav-cart nav a{
	margin-left: 10px;
	font-size: 10px;
}
.nav-cart nav a.btn{
	border-radius: 0;
	border: 1px solid #C2C2C2;
	color: #C2C2C2;
}
.nav-cart nav a.active{
	background: #181617;
	border-radius: 0;
	border: 1px solid #181617;
	color: #FFF;
}

@media (min-width: 1200px) {
	.nav-cart {
		text-align: right;
	}
	.nav-cart nav a{
		font-size: 14px;
	}
}



.content-item {
	margin-top: 20px;
	border: 1px solid #D5D5D5;
	background: #fff;
    min-height: 230px;
}

.item-img img{
	width: 100px;
	height:auto;
}
.item-name {
	margin-top: 10px;
	font-size: 14px;
}
.item-price {
	font-weight: bold;
	font-size: 20px;
}
.item-pcs-size div{
	margin-top:10px;
}

.item-input {
	width: 50px;
	border: 1px solid #6b6b6b;
}

.content-item .col-3 {
	margin-left: 25px !important;
	margin-right: -25px !important;
}

@media (min-width: 1200px) {
	.content-item {
		padding-top: 10px;
		padding-bottom: 10px;
		margin-left: -10px;
		margin-right: -10px;
	}

	.item-img img{
		width: 180px;
	}
	.item-name {
		margin-top: 15px;
		font-size: 20px;
	}
	.item-price {
		font-weight: bold;
		font-size: 20px;
	}

	.item-pcs-size div{
		margin-top:10px;
		font-size: 20px;
	}
	.item-input {
		width: 70px;
	}
}

/* END BAGIAN MENU TAB*/



/* BIAYA ADMIN*/

.admin-item {
	margin-top: 20px;
	border: 1px solid #D5D5D5;
	background: #fff;

}
.admin-item-img {
	text-align: center;
	background: #000;
	height: 180px;
}
.admin-item-img img{
	height: 100%;
}
.admin-item-name {
	margin-top: 10px;
	font-size: 14px;
}
.admin-item-price {
	font-weight: bold;
	font-size: 20px;
}
@media (min-width: 1200px) {
	.admin-item {
		margin-left: 0px;
		margin-right: 0px;
	}
} 
/* END BIAYA ADMIN */


/* BOX CART*/
.box-cart {
	border: 2px solid #F0EEEF;
	background: #fff;
	margin-left: 0px;
	margin-right: 0px;
}
.table-cart thead{
	border-bottom: 2px solid #D8C5CB;
}
.table-cart thead tr th {
	padding-bottom: 20px;
}

.qty-cart {
	width: 130px;
	padding-right: 10px;
}
.qty-cart .btn-number, .qty-cart .input-number {
	height: 40px !important;
	z-index: 0;
}



.box-cart-total {
	background: #000;
	height: 170px;
	color:#fff;
	margin-top:15px;
}

@media (min-width: 1200px) {
	.box-cart-total {
		padding-top: 30px;
		height: 150px;
	}	
}
/* END BOX CART*/

.footer {
	background: #DBDBDB;
	
	color: #000;
	padding-top: 30px;
	padding-bottom: 20px;
}

.footer .logo_tengah {
	font-size:9px;
}
.footer .logo_tengah2 {
	font-size:12px;
}

.footer .logo_tengah2 a,.footer .logo_tengah2 a:hover{
	text-decoration: none;
	color: #000;
}

@media (max-width: 1200px) {
	.logo_tengah,.logo_tengah2 {
		padding-top: 5px;
		text-align: center;
	}

	.footer .social-link {
		text-align: center;
	}
}

.footer .social-link a {
	margin: 0 4px;
}

/* Custom*/
.padding-t-b{
     padding: 20px 0;
}
 .padding-t-b-footer{
     padding: 20px 0;
}
 .padding-dsc{
     padding:70px 0 30px 0;
}
 .padding-table-80{
     padding-top: 80px;
}
 .margin-80{
     margin-top: 80px;
     margin-bottom: 30px 
}
 .text-center{
     text-align: center;
}
 .text-white{
     color: #ffffff;
}
 .content-center{
     margin: 0 auto;
}
 .content-center-fn{
     margin: 0 auto;
     float:none;
}
 .img-barcode{
     width: 120px;
     height: 120px;
}
 .img-form-daftar{
     max-width: 419px;
     max-height: 88px;
}
 .clear{
     clear:both;
}
 .panduan_1-pt{
}
 .tab-menu-show{
     display:none;
}
 .tab-cutom-fx {
     position: fixed;
     right: 0;
     left: 0;
     top: 0;
     margin-top: 82px;
}
 .tab-custom a{
     color: #000 !important;
     font-size: 14px;
     text-align:left;
}
 .tab-custom > li > a{
     padding: 20px 0 !important;
     margin-bottom: 0px;
     text-align:center;
     border-bottom: 5px solid #B6ACA9;
}
 .tab-custom > li > a:hover {
     background:none;
     border-bottom: 5px solid #F59733;
}
 .tab-custom > li > a:active {
     background:none;
     border-bottom: 5px solid #F4A310;
}
 .box {
     display: -webkit-box;
     display: -ms-flexbox;
     display: flex;
     height: 40%;
     -webkit-box-align: center;
     -ms-flex-align: center;
     align-items: center;
     -webkit-box-pack: center;
     -ms-flex-pack: center;
     justify-content: center;
}
 .box-content {
     padding: 20px;
}
 .table-bordered>tbody>tr>td{
     border: 1px solid #000;
}
 .table-bordered{
     border: 1px solid #000;
}
 .table-bordered>thead>tr>th{
     border: 1px solid #000;
}
 .padding-img{
     margin-top: 80px;
     margin-bottom: 30px;
}
 .margin-clear{
     margin-right: 0px !important;
}
/*Hasil*/
 .img_pengumuman {
     width: 100%;
}
 .text-hasil{
     color:#5E5F61;
     font-weight: bold;
     font-size:16px;
}
/* Table Hasil*/
 .table_jadwal tr td{
     padding: 5px;
}
 .div_detail {
     font-family: Celias;
     margin-top: 30px;
}
 .table_jadwaltes {
     border-collapse: collapse;
     width: 100%;
}
 .table_jadwaltes tr td ,.table_jadwaltes tr th {
     border: 1px solid #000;
     padding: 5px;
}
 .table_jadwaltes tr th {
     text-align: center !important;
}
/*Pembelian Perlengkapan*/
 .image-cover2 {
     background-position: center center;
     background-repeat: no-repeat;
     background-size: cover;
     position: relative;
     overflow: hidden;
     height: 58%;
     width: 100%;
     margin-top: 80px;
     display: inline-block;
     background: url('../images/pembelian-perlengkapan.jpg') no-repeat;
}
 .button-store{
     position: absolute;
     background: none;
     bottom: 0;
     right: 13%;
}
 .button-info{
     position: absolute;
     background: none;
     bottom: 0;
     left: 7%;
}
 .playstoreicon {
     height: 50px;
}
 .applestoreicon {
     height: 50px;
}
 .pembelian-padding{
     padding-top: 24%;
}
/*END Pembelian*/

 .borderless td, .borderless th .borderless tr {
     border: none !important;
}
 .table-no-border {
     border-bottom:0px !important;
}
 .table-no-border th, .table-no-border td {
     border: 1px !important;
}
 .fixed-table-container {
     border:0px !important;
}
.btn-assign{
    padding: 5px;
    float: right;
}
.btn-assign option {
    background-color: #fff;
    color: #000;
}

.btn-transparent {
    color: #333;
    background: transparent;
    border: solid 3px #333;
    font-weight: bold;
    border-radius: 0;
}

.btn-transparent:hover {
    background: rgba(255, 255, 0, 0.5);
}

.btn-black {
    background-color: #000;
    color: #FFF;
}

.btn-black:hover {
    background-color: #181617;
    color: #FFF;
}

.ecommerce-img {
    width: 180px;
    height: 150px;
}

.mt-1 { margin-top: 1em; }
.mt-2 { margin-top: 2em; }
.mt-3 { margin-top: 3em; }
.mt-4 { margin-top: 4em; }

/* Loading block */
.loading {
    width: 100%;
    height: 100%;
    position: fixed;
    background: rgba(0, 0, 0, 0.5);
    margin: 0;
    padding: 0;
    top: 0;
    left: 0;
    z-index: 1060;
    display: none;
}
.loading h4 {
    color: white;
    margin: 0 auto;
    text-align: center;
    top: 35%;
    position: relative;
}
.loading-spinner {
    margin: 0 auto;
    top: 35%;
    display: block;
    position: relative;
    width: 80px;
    height: 80px;
}
.loading-spinner div {
    box-sizing: border-box;
    display: block;
    position: absolute;
    width: 64px;
    height: 64px;
    margin: 8px;
    border: 8px solid #fff;
    border-radius: 50%;
    animation: loading 1.2s cubic-bezier(0.5, 0, 0.5, 1) infinite;
    border-color: #fff transparent transparent transparent;
}
@keyframes loading {
    0% {
        transform: rotate(0deg);
    }
    100% {
        transform: rotate(360deg);
    }
}
/* End of loading screen */

/* CUSTOM RESPONSIVE */
 @media (max-width: 300px) {
     .img-form-daftar{
         width: 272px;
         height: 57px;
    }
     .padding-dsc{
         padding: 360px 0 30px 0 !important;
    }
    .ecommerce-img {
        width: 80px;
        height: 136px;
    }
}
@media (max-width: 576px) and (min-width:321px) {
    .ecommerce-img {
        width: 90px;
        height: 155px;
    }
}
    @media (max-width: 576px) {
     .text-hasil{
         position:unset;
    }
     .padding-dsc{
         padding:500px 0 30px 0;
    }
     .imagewrap{
         margin-top: 51px;
    }
     .button-store{
         position: none;
    }
     .button-info{
         position: reset;
    }
     .in-small{
         margin-top:120px;
    }
     .pembelian-padding {
         padding-top: 50%;
    }
     .padding-img{
         margin-top: 10px;
         margin-bottom: 30px;
    }
}
@media (max-width: 767px) {
    .tab-menu-hidden{
        display:none;
   }
    .tab-menu-show{
        display:block;
   }
    .batas-header{
        height: 80px;
   }
    .imagewrap{
        margin-top: 51px;
   }
    .padding-table-80{
        padding-top: 50px;
   }
    .item-img img{
        width: 100% !important;
        height: auto;
        top: 0;
   }
    .button-store{
        position: absolute;
        background: none;
        bottom: 0;
        right: 13%;
   }
    .panduan_1-pt{
        padding-top:40px;
   }
    .soal .jawaban{
        margin-left: 0px !important;
   }
    .soal .jawaban table{
        margin-left: 0px !important;
   }
    .padding-img{
        margin-top: 0px;
   }
}
@media (max-width: 767px) and (min-width: 577px) {
    .ecommerce-img {
        width: 150px;
        height: 165px;
    }
}
 @media (min-width: 768px){
     .imagewrap{
         margin-top: 5px;
    }
     .padding-img{
         margin-top: 10px;
         margin-bottom: 30px;
    }
     .padding-table-80{
         padding-top: 10px;
    }
     .image-cover2{
         margin-top: 1px;
    }
     .padding-img{
         margin-top: 30px;
    }
    .ecommerce-img {
        width: 150px;
        height: 168px;
    }
     @media (min-width: 992px){
         .imagewrap{
             margin-top: 5px;
        }
         .padding-table-80{
             padding-top: 80px !important;
        }
    }
}
