

.main-menu {
	background-color: #00A65A !important;
	color: #fff !important;
	text-align: center;
}

.dash-numb{
	font-size: 25pt !important;
	text-align: center !important;
}

.dash-text{
	text-transform: capitalize !important;
}

.carousel-indicators 

.active{ background: #31708f; } 
.adjust1{ float:left; width:95%; margin-bottom:0; } 
.adjust2{ margin:0; padding-left: 35px; text-align: justify; } 
.carousel-indicators li{ border :1px solid #ccc; } .carousel-control{ color:#31708f; width:5%; } .carousel-control:hover, .carousel-control:focus{ color:#31708f; } .carousel-control.left, .carousel-control.right { background-image: none; } .media-object{ margin:auto; margin-top:15%; } @media screen and (max-width: 768px) { .media-object{ margin-top:0; } }
.ind{ bottom: -18px !important; }

.bott-bar{
  position:relative !important;
  width:100% !important;
  /*margin-bottom:15px !important;*/
  /*min-height:58px !important;*/
}
.pos-bar{
  position: relative !important;
}
.content-bar{
  /*padding:5px 0;*/
  width:20%;
  float:left;
  color:#000;
}
.group-bot-bar{
  height:48px;
  position:relative;
  text-align:center;
  padding-top: 5px;
}
.content-bar:hover{
  color: #20A8D8;
}

.content-bar.active{
  color: #20A8D8;
}
.icon-bot-bar{
  font-size: 30px; 
  text-align: center;
  
  position: relative;
}

.text-bot-bar{
  margin-top:-5px;
  font-size:11px;
  text-align:center;
}

.Table
{
display: table;
}
.Title
{
display: table-caption;
text-align: center;
font-weight: bold;
font-size: larger;
}
.Heading
{
display: table-row;
font-weight: bold;
text-align: center;
}
.Row
{
display: table-row;
}
.Cell
{
display: table-cell;
border: solid;
border-width: thin;
padding-left: 5px;
padding-right: 5px;
}

/* ===== Pembayaran Online ===== */
.payment-table {
    overflow-x: auto;
}

.payment-table th,
.payment-table td {
    vertical-align: middle;
    font-size: 14px;
}

.payment-table table {
    width: 100%;
}

/* ===== KHUSUS PAYMENT ONLINE ===== */
.table-payment-online {
    table-layout: fixed;
    width: 100%;
}

.table-payment-online th,
.table-payment-online td {
    vertical-align: middle;
    font-size: 14px;
}

.table-payment-online .col-siswa {
    max-width: 180px;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}

.table-payment-online .col-total,
.table-payment-online .col-tanggal {
    white-space: nowrap;
}
/* ===== CONTENT WRAPPER (AMAN ADMINLTE) ===== */
.content-wrapper {
  min-height: calc(100vh - 50px);
  padding: 15px;
}

/* ===============================
   MODERN OVERRIDE DASHBOARD
   (TANPA MERUSAK CSS LAMA)
   =============================== */

/* HEADER */
.content-header h1 {
  font-size: 26px;
  font-weight: 700;
  color: #0f172a;
}

/* INFO BOX DASHBOARD */
.info-box {
  border-radius: 16px;
  box-shadow: 0 10px 28px rgba(0,0,0,.08);
  border: none;
  transition: all .3s ease;
  background: #ffffff;
}

.info-box:hover {
  transform: translateY(-6px);
  box-shadow: 0 18px 40px rgba(0,0,0,.12);
}

.info-box-icon {
  border-radius: 16px 0 0 16px;
  font-size: 40px;
}

.info-box-text {
  font-size: 13px;
  color: #64748b;
  text-transform: capitalize;
}

.info-box-number {
  font-size: 22px;
  font-weight: 700;
  color: #0f172a;
}

/* WARNA ICON LEBIH MODERN */
.bg-aqua {
  background: linear-gradient(135deg,#38bdf8,#0284c7) !important;
}
.bg-red {
  background: linear-gradient(135deg,#fb7185,#be123c) !important;
}
.bg-green {
  background: linear-gradient(135deg,#4ade80,#15803d) !important;
}
.bg-yellow {
  background: linear-gradient(135deg,#facc15,#ca8a04) !important;
}

/* BOX (INFORMASI & KALENDER) */
.box {
  border-radius: 16px;
  border: none;
  box-shadow: 0 10px 28px rgba(0,0,0,.08);
}

.box-header {
  padding: 18px 20px;
}

.box-title {
  font-size: 16px;
  font-weight: 600;
}

/* CAROUSEL INFORMASI */
.carousel-inner {
  border-radius: 12px;
}

/* KALENDER */
#calendar {
  background: #ffffff;
  border-radius: 14px;
  padding: 10px;
}

.fc-event {
  border-radius: 8px;
  border: none;
}

/* MODAL */
.modal-content {
  border-radius: 16px;
  border: none;
  box-shadow: 0 20px 50px rgba(0,0,0,.25);
}

