html,
body {
    height: 100%;
}

.popover-footer {
  margin: 0;
  padding: 8px 14px;
  font-size: 14px;
  font-weight: 400;
  line-height: 18px;
  background-color: #F7F7F7;
  border-bottom: 1px solid #EBEBEB;
  border-radius: 5px 5px 0 0;
}

.wrap {
    min-height: 100%;
    height: auto;
    margin: 0 auto -60px;
    padding: 0 0 60px;
}

.wrap > .container {
   /* padding: 70px 15px 20px; */
}

.footer {
    height: 60px;
    padding-top: 20px;
}

.jumbotron {
    text-align: center;
    background-color: transparent;
}

.jumbotron .btn {
    font-size: 21px;
    padding: 14px 24px;
}

.not-set {
    color: #c55;
    font-style: italic;
}

/* add sorting icons to gridview sort links */
a.asc:after, a.desc:after {
    position: relative;
    top: 1px;
    display: inline-block;
    font-family: 'Glyphicons Halflings';
    font-style: normal;
    font-weight: normal;
    line-height: 1;
    padding-left: 5px;
}

a.asc:after {
    content: /*"\e113"*/ "\e151";
}

a.desc:after {
    content: /*"\e114"*/ "\e152";
}

.sort-numerical a.asc:after {
    content: "\e153";
}

.sort-numerical a.desc:after {
    content: "\e154";
}

.sort-ordinal a.asc:after {
    content: "\e155";
}

.sort-ordinal a.desc:after {
    content: "\e156";
}

.grid-view th {
    white-space: nowrap;
}

.hint-block {
    display: block;
    margin-top: 5px;
    color: #999;
}

.error-summary {
    color: #a94442;
    background: #fdf7f7;
    border-left: 3px solid #eed3d7;
    padding: 10px 20px;
    margin: 0 0 15px 0;
}


.site-welcome {
    min-height: 100vh;
    /* background: url('../uploaded_files/aplikasi/bg.png') no-repeat center center fixed; */
    /* background-size: cover; */
    display: flex;
    align-items: center;
    justify-content: center;
}

.welcome-container {
    /* background: rgba(0, 0, 0, 0.6); */
    padding: 50px;
    border-radius: 15px;
    /* box-shadow: 0 0 20px rgba(0,0,0,0.5); */
}

.buttons-container {
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 15px;
}

.welcome-container .btn {
    text-transform: uppercase;
    letter-spacing: 1px;
    font-weight: bold;
    transition: all 0.3s ease;
    width: 200px;
    margin: 10px;
    font-size: 18px;
}

.welcome-container .btn:hover {
    transform: translateY(-2px);
    /* box-shadow: 0 5px 15px rgba(0,0,0,0.3); */
}

.logo-container {
    margin-bottom: 50px;
    text-align: center;
}

.title-container {
    margin-bottom: 50px;
    text-align: center;
}

.title-container h1 {
    color: #fff;
    font-size: 36px;
}

.title-container p {
    color: #fff;
    font-size: 18px;
}
