/* Background Bottom Content */
#content {
  /*background: url(../img/bg-bottom.png) no-repeat;*/
  background-position: center bottom -50px;
  padding-bottom:70px;
}

#content.bg-left {
  background-position: right -600px bottom -50px;
}

.footer-section {
  margin-top:0px !important;
}

.no-background {
  background: none !important;
}

/* End of Background Bottom Content */

#content p {
  font-size:18px;
}

#card-cari {
  /*border: 1px solid #ddd;*/
  border-radius: 2px;
  box-shadow: rgba(0,0,0,0.4) 1px 1px 5px;
  padding: 2px;
}

#card-cari .image {
  margin: 2px
}

#card-cari .content {
  padding: 10px;
  text-align: justify;
}

#content .title {
  position:relative;
  z-index: 10;

}

#content .title-header {
  position:relative;
  z-index: 10;

  background:url(../img/bg.png) no-repeat top right #0d62aa;
  background-position: right;
  background-size: 30%;

  padding:35px 0 25px 0;
  color:#fff;
}

#content .title h2 {
  font-family: 'Roboto', calibri;
  font-weight: bold;
}

.breadcrumb {
  font-size:16px;
  padding: 0 0 10px 0;
  margin:30px 0 20px 0;
  border-bottom: 2px solid #0d62aa;
}

.breadcrumb li {
  list-style: none;
  display:inline-block;
}

.breadcrumb li:not(:last-child):after {
  font-family: "Californian FB", serif;
  content:">>";
  font-size:20px;
  margin:0 8px 0 8px;
}

.breadcrumb li.active a {
  color:#447ea1;
  cursor: pointer;
}

/* Potrlet / Card */
.portlet {
  -webkit-box-shadow: 0px 0px 15px -3px rgba(0,0,0,0.5);
  -moz-box-shadow: 0px 0px 15px -3px rgba(0,0,0,0.5);
  box-shadow: 0px 0px 15px -3px rgba(0,0,0,0.5);
  border-radius:5px;
  background: #0d62aa;
}

.portlet-header {
  text-align: center;
  color:#fff;
  padding:10px 0;
}

.portlet-header h3 {
  font-size: 20px;
}

.portlet-body {
  background: #fff !important;
  border-bottom-left-radius:5px;
  border-bottom-right-radius:5px;

  padding:10px 15px 10px 15px !important;
}

/* Event Box */
.event-box {
  background: none !important;
  border-radius: 0px;
}

.event-box img {
  object-fit: cover;
  width: 100%;
  height:200px;
}

.event-box .content {
  padding:10px 10px;
}

.event-box h3 {
  margin:5px 0 0 0;
  height: 45px;
}

.event-box .meta {
  color:#447ea1;
}

.event-box .lokasi a {
  font-size:12px;
  color:#777;
}

.event-box .footer {
  background:#ebebeb;
}

.event-box ul {
  list-style: none;
  padding:0;
  margin:0;
  text-align: right;
}

.event-box li {
  display: inline-block;
  padding:10px;
  border-left: 1px solid #dadada;
  color:#979797;
}

/* Calender Portlet */
.calendar {
  margin-top:10px;
  margin-bottom:10px;
}

.calendar-header {
  border-bottom:#d7d7d7 2px solid;
  padding-left:25px;
  margin-bottom:25px;
  padding-bottom:5px;
}

.calendar-header h4 {
  font-size:16px;
}

.calender-body {
  padding:0px 20px 10px 20px;
}

.calender-body .item {
  margin-bottom:10px;
}

.calender-body .wide {
  margin:0 !important;
  padding:0 !important;
}

.calender-body .desc {
  text-align: justify;
}

/* Style for Book */
#book .selection, #book input, #book button {
  background:#ebebeb;
  border:none;
}

.book h3 {
  font-size:18px;
  text-align: center;
  padding:0;
  margin:0 0 15px 0;
}

.book .author {
  text-align: center;
  font-size:12px !important;
  color:#666;
}

.book img {
  padding:30px;
}

#book .pagination {
  margin-top:70px;
}

#book .pagination .active {
  background:#0d62aa;
  color:#fff;
}

.detail-book h1 {
    font-size:36px;
    color:#000;
}

.detail-book .author {
    font-size:24px !important;
    color:#666 !important;
    margin:0 0 10px 0;
}

.detail-book .penerbit {
    font-size:14px !important;
    margin:0 0 40px 0;
}

.detail-book {
    color:#666 !important;
}

.detail-book .deskripsi-inner {
    text-align: justify;
}

.list-section .ui.card a.image {
    /* padding: 7px; */
    box-sizing: border-box;
    border-radius: 0;
    /* background-color: #dd; */
    /* box-shadow: 0 0 5px rgba(0, 0, 0, 0.5); */
}



.list-section .ui.card .content {
  /*padding: 14px 0 0 0;*/
}

.list-section .ui.card .meta span, .kalender-section .ui.cards div.meta {
  color: #0a62a9;
  line-height: 25px;
}

.list-section .pagination {
  margin: 40px 0 0 8px;
}

.list-section .pagination .ui.button {
  background: transparent;
  border: 2px solid lightgrey;
  border-radius: 5px;
}

.list-section .pagination .ui.button:hover {
  background-color: #0a62a9;
  color: #fff;
  border-color: transparent !important;
}

.list-section .pagination .ui.button .arrow.right.icon {
  margin-left: 0;
}

.kalender-section div.ui.cards div.card {
  margin-bottom: 0;
}

.kalender-section .breadcrumb li {
  font-weight: bold;
}

.share a {
  color:#666;
  transition:.5s;
}

.share a:hover {
  color:#0a62a9;
}

.kurikulum-page{
  min-height: 400px;
}

/*
  Override style untuk tab header kurikulum
*/
.ui.menu .tab-header.blue.active.item{
  color: #0a62a9!important;
  border-color: #0a62a9!important;
}

.table-center{
  margin-left: auto!important;
  margin-right: auto!important;
}
