/*
    DEMO STYLE
*/
/**
@import "https://fonts.googleapis.com/css?family=Poppins:300,400,500,600,700";
body {
    font-family: 'Poppins', sans-serif;
    background: #fafafa;
}
*/

p {
    font-family: 'Poppins', sans-serif;
    font-size: 1.1em;
    font-weight: 300;
    line-height: 1.7em;
    color: #999;
}

a,
a:hover,
a:focus {
    color: inherit;
    text-decoration: none;
    transition: all 0.3s;
}

.sidebar-active{
    color: #7386D5 !important;
    background: #fff !important;
}
.sidebar-fixed-active {
    color: #F6BE17 !important;
    background: #FFF !important;
}

.is-hand{
    cursor: hand;
    cursor: pointer;
}
.text-middle{vertical-align: middle !important;}
input{border-radius: 0px !important;}

.bg-success{
    background-color: #dff0d8;
    border-color: #d6e9c6;
}
.panel-clear{
    background-color: #fff !important;
    border-color: #fff !important;
}
.dl-horizontal dt.text-left{text-align: left !important}
.pptq-bottom{
    padding: 5px 10px;
    background-color: #ccc
}
.pptq-bottom.active{
    color: #F6BE17 !important;
    background-color: #212121 !important}
.pptq-border{
    border-right: solid 1px #fff;
    border-left: solid 1px #fff}
.pptq-background{
    background-color: #F6BE17 !important; 
    color: #FFF !important;
    border: solid 1px #F6BE17 !important;
}
/** panel */
.panel-pptq {
    border-color: #F6BE17;
}

.panel-pptq>.panel-heading, .pptq-modal-header {
    color: #F6BE17;
    background-color: #000;
    border-color: #F6BE17;
}

.panel-pptq>.panel-heading+.panel-collapse>.panel-body {
    border-top-color: #F6BE17;
}

.panel-pptq>.panel-heading .badge {
    color: #fcf8e3;
    background-color: #8a6d3b;
}

.panel-warning>.panel-footer+.panel-collapse>.panel-body {
    border-bottom-color: #F6BE17;
}


.pptq-bottom{
    background-color: #9CAC4D !important;
    color: #FFF;
    padding: 0px;
}
.pptq-bottom.active,
.pptq-bottom .active{
    color: #9CAC4D !important;
    background-color: #FFF
}

/*-------------------------------*/
/*      Code snippet by          */
/*      @maridlcrmn              */
/*-------------------------------*/


section {
    padding-top: 100px;
    padding-bottom: 100px;
}

.quote {
    color: rgba(0, 0, 0, .1);
    text-align: center;
    margin-bottom: 30px;
}

/*-------------------------------*/
/*    Carousel Fade Transition   */
/*-------------------------------*/

#carousel-ppdb.carousel {
    padding-bottom: 60px;
}

#carousel-ppdb.carousel .carousel-inner .item {
    opacity: 0;
    -webkit-transition-property: opacity;
    -ms-transition-property: opacity;
    transition-property: opacity;
}

#carousel-ppdb.carousel .carousel-inner .active {
    opacity: 1;
    -webkit-transition-property: opacity;
    -ms-transition-property: opacity;
    transition-property: opacity;
}

#carousel-ppdb.carousel .carousel-indicators {
    bottom: 10px;
}

#carousel-ppdb.carousel .carousel-indicators>li {
    background-color: #e84a64;
    border: none;
}

#carousel-ppdb blockquote {
    text-align: center;
    border: none;
}

#carousel-ppdb .profile-circle {
    width: 100px;
    height: 100px;
    margin: 0 auto;
    border-radius: 100px;
    border: solid 1px #ccc
}

.ui-autocomplete {
    max-height: 200px;
    overflow-y: auto;
    /* prevent horizontal scrollbar */
    overflow-x: hidden;
}

/* IE 6 doesn't support max-height
   * we use height instead, but this forces the menu to always be this tall
   */
* html .ui-autocomplete {
    height: 150px;
}
#dsp_init{
    /** background-image: url("/assets/ppdb/ppdb.png") */
    /** linear-gradient( rgba(243, 209, 19, 0.5), rgba(240, 209, 107, 0.5)) */
}
div.ppdb-smp{
    background-image: linear-gradient( #E8EAF6, #9FA8DA)
}
div.ppdb-sma{
    background-image: linear-gradient( #E3F2FD, #90CAF9)
}
.ppdb-all {
    position: relative;
    height: 100px;
}
.ppdb-all .caption {
    position: absolute;
    top: 25%;
    left: 0;
    width: 100%;
}
img.opacity-50{
    opacity: 0.5;
}