@font-face {
    font-family: BrunoAce;
    src: url("../../assets/fonts/BrunoAce-Regular.ttf");
}

body {
    font-family: 'Roboto', sans-serif !important;
    overflow: hidden;
}

h1, h2, h3, h4, h5, h6, h1 > span, h2 > span, h3 > span, h4 > span, h5 > span, h6 > span {
    font-family: 'BrunoAce', sans-serif !important;
}

p, span, div {
    font-family: 'Roboto', sans-serif !important;
}

body, html {
    height: 100%;
}

.main-bg {
    /* The image used */
    background-image: url("../../assets/images/bg-page.png");

    /* Full height */
    height: 100%;

    /* Center and scale the image nicely */
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
}



.header{
    /*background-color: rgba(0,0,0,0.7);*/
    background-image: url("../../assets/images/header.png");
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    padding: 10px;
    color: white;
    margin-bottom: 1rem;
}

.header-time{
    text-align: center;
    color: white;
    font-weight: bold;
}

.header-time .time{
    font-size: 1vw;
    margin-bottom: 0;
}

.header-time .date{
    font-size: 1vw;
}

.header-text{
    font-weight: bold;
}

.header-text .main-text{
    font-size: 1.0vw;
    margin: 0;

}

.header-text .sub-text{
    margin-top: 0;
    font-size: 0.5vw;
}

.img-responsive{
   width: 70%;
}

@media (min-width: 1800px) {
    .container, .container-lg, .container-md, .container-sm, .container-xl, .container-xxl {
        max-width: 2260px!important;
    }
}

@media (max-width: 1280px) {
    .container, .container-lg, .container-md, .container-sm, .container-xl, .container-xxl {
        max-width: 1270px!important;
    }
}

.panel.panel-default {
    margin: 20px 0;
}

.panel-default>.panel-heading {
    text-align: center;
    color: white;
    background-color: black;
    /*background-color: rgb(196,30,58);*/
    /*border-color: rgb(196,30,58);*/
}

.panel-heading {
    padding: 10px 15px;
    border-bottom: 1px solid transparent;
    border-top-left-radius: 3px;
    border-top-right-radius: 3px;
}

.panel-red{
    background-image: url("../../assets/images/panel-red.png");
    background-size: cover;
}

.panel-yellow{
    background-image: url("../../assets/images/panel-yellow.png");
    background-size: cover;
}
.panel-blue{
    background-image: url("../../assets/images/panel-blue.png");
    background-size: cover;
}
.panel-green{
    background-image: url("../../assets/images/panel-green.png");
    background-size: cover;
}

.panel-body{
    height: 350px!important;
    padding: 15px;
    background-color: rgba(255,255,255,1);
    margin-bottom: 15px;
}

.panel-body-2{
    height: 770px!important;
    padding: 15px;
    background-color: rgba(255,255,255,1);
    margin-bottom: 15px;
}

.panel-body.slider-profil{
    padding: 0!important;
}

/*.panel-body.slider-jadwal, .panel-body.slider-ujian, .panel-body.slider-kegiatan{*/
/*    height: 365px!important;*/
/*}*/

/*.panel-body.slider-ujian{*/
/*    height: 450px;*/
/*}*/
/*.panel-body.slider-kegiatan{*/
/*    height: 250px;*/
/*}*/
/*.panel-body.slider-jadwal{*/
/*    height: 350px;*/
/*}*/

.badge-penguji{
    background-color: rgb(196,30,58);
    color: white;
    padding: 5px;
    border-radius: 5px;
}

.badge-pembimbing{
    background-color: rgb(196,30,58);
    color: white;
    padding: 5px;
    border-radius: 5px;
}

.badge-promotor{
    background-color: rgb(196,30,58);
    color: white;
    padding: 5px;
    border-radius: 5px;
}

.badge-co-promotor{
    background-color: rgb(196,30,58);
    color: white;
    padding: 5px;
    border-radius: 5px;
}

.table.table-ujian > tbody > tr > th {
    /*height: 2em;*/
    /*font-size: 1vw;*/
}

.table.table-ujian > tbody > tr > td {
    /*font-size: 1vw;*/
}