main {
    /*background: rgb(200,174,209) 50%;*/
    /*background: rgb(129,87,148) 50%;*/
    /*background: radial-gradient(circle, rgba(200,174,209,1) 0%, rgba(129,87,148,1) 100%);*/
    background-image: url("../images/bg_el.png");
    background-size: 50%;
    background-repeat: repeat;
}

main > .container {
    padding: 100px 15px 20px;
}

.footer {
    background-color: #f5f5f5;
    font-size: .9em;
    height: 60px;
}

.footer > .container {
    padding-right: 15px;
    padding-left: 15px;
}

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

/* add sorting icons to gridview sort links */
a.asc:after, a.desc:after {
    content: '';
    left: 3px;
    display: inline-block;
    width: 0;
    height: 0;
    border: solid 5px transparent;
    margin: 4px 4px 2px 4px;
    background: transparent;
}

a.asc:after {
    border-bottom: solid 7px #212529;
    border-top-width: 0;
}

a.desc:after {
    border-top: solid 7px #212529;
    border-bottom-width: 0;
}

.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;
}

/* align the logout "link" (button in form) of the navbar */
.nav li > form > button.logout {
    padding-top: 7px;
    color: rgba(255, 255, 255, 0.5);
}

@media(max-width:767px) {
    .nav li > form > button.logout {
        display:block;
        text-align: left;
        width: 100%;
        padding: 10px 0;
    }
}

.nav > li > form > button.logout:focus,
.nav > li > form > button.logout:hover {
    text-decoration: none;
    color: rgba(255, 255, 255, 0.75);
}

.nav > li > form > button.logout:focus {
    outline: none;
}

.navbar-parent {
    background: rgba(255, 255, 255, 1);
    border-bottom: 1px solid #eee;
    /*background: linear-gradient(61deg, rgba(129,87,148,1) 22%, rgba(200,174,209,1) 88%);*/
    /*background: linear-gradient(0deg, rgba(200,174,209,1) 0%, rgba(129,87,148,1) 20%);*/
}

img.gambar-depan {
    max-width: 50%;
    height:auto;
}

p.judul-depan {
    font-family: "Brush Script MT",serif;
    font-size: 2rem;
}

.navbar-brand {
    color: #fff;
    font-family: "Arial Narrow",serif;
    /*font-size: 1.5rem;*/
    text-align: center;
    /*white-space: break-spaces;*/
}
.other {
    margin-right: -1rem;
    margin-left: -1rem;
}
.other-item {
    display: inline-block;
    width: calc(50% - 2px - 2rem);
    background-color: #fff;
    padding: 2rem;
    margin: 1rem;
    vertical-align: top;
    text-align: center;
    border-radius: 10px;
    box-shadow: 0 0 20px 0 rgba(0,0,0,.075);
}
.other-item img {
    width: 125px;
    margin: 0 auto 1rem;
}

.button {
    color: #fff;
    background-color: #389eec;
    border: 2px solid #389eec;
    border-radius: 7px;
    padding: .65rem 1rem;
    text-decoration: none;
    display: inline-block;
    -webkit-transition: all .25s ease;
    transition: all .25s ease;
}
.button:hover {
    background-color: #2085d2;
    border-color: #2085d2;
    text-decoration: none;
    box-shadow: 0 0 15px 0 rgba(56,158,236,.25);
    -webkit-transition: all .25s ease;
    transition: all .25s ease;
}

.button-wa {
    color: #28a745;
    background-color: transparent;
    border-color: #28a745;
    padding: .55rem 1rem;
    margin: auto;
    display: flex;
    align-items: center;
    width: fit-content;
    width: -moz-fit-content;
}
.button-wa:hover {
    color: #fff;
    background-color: #28a745;
    border-color: #28a745;
}

@media (min-width: 1400px) {
    .container, .container-sm, .container-md, .container-lg, .container-xl {
        max-width: 1300px;
    }
}