body {
    width: 100%;
    height: 95vh;
    margin-top: 60px;
    margin-bottom: 10px;
    font-family: "Lato", sans-serif;
    background-size: cover;
    overflow-y: hidden;
}
.div-Content {
    margin-top: 0;
    height: 93vh;
    width: 98%;
    padding-left: 55px;
    padding-right: 2px;
    overflow: hidden;
}
.div-Scroll {
    height: 93vh;
    overflow: auto;
}
.form-control-sm {
    font-size: 12px;
}
.aMenu {
    border-width: 2px;
    border-color: yellow;
}

.icon-bar-pdf {
    position: fixed;
    top: 5%;
    left: 2px;
    transform: translateY(-50%);
}
.icon-bar {
    position: fixed;
    top: 50%; 
    left: 10px;
    width: 35px;
    transform: translateY(-50%);
}
.icon-bar a {
    display: block;
    text-align: center;
    padding: 8px;
    margin: 1px;
    font-size: 15px;
    transition: all 0.3s ease;
    border-radius: 20%;
}
.icon-bar a:hover {
    color: red;
    cursor: pointer;
    border-color: aqua;
}

#MenuSold a:hover {
    color: red;
    cursor: pointer;
    border-color: aqua;
}

.cardSub1 {
    background-color: transparent;
}
.cardSub1 a {
    display: block;
    height: 75%;
    width: 75%;
    margin-left: 20%;
    margin-top: 0px;
    margin-bottom: 0px;
    transition: all 0.3s ease;
}

h5 {
    font-family: Arial, Helvetica, sans-serif;
    font-weight: bolder;
    font-size: x-large;
}
h6 {
    font-family:'Franklin Gothic Medium', 'Arial Narrow', Arial, sans-serif;
    font-weight: bolder;
    font-size: larger;
}
.modal-header, .modal-body, .modal-footer {
    padding-top: 1px;
    padding-bottom: 1px;
}
.modal-body > div {
    margin-top: 1px;
    margin-bottom: 1px;
}
.modal-besar {
    max-width: 1000px;
}
.modal-pdf {
    max-width: 1000px;
}
tr.pembatas {
    background-image: linear-gradient(black, white, skyblue);
}
tbody > tr:nth-child(odd):hover {
    background-image: linear-gradient(rgb(76, 248, 76), white, white, white, rgb(76, 248, 76));
}
tbody > tr:nth-child(even):hover {
    background-image: linear-gradient(rgb(250, 236, 42), white, white, white, rgb(250, 236, 42));
}
.table-sm thead th {
    vertical-align: middle;
    font-family: 'Courier New', Courier, monospace;
    font-size: 14px; font-weight: bold;
}
.table-sm tbody td {
    vertical-align: middle;
    font-family: Arial, Helvetica, sans-serif;
    font-size: 12px;
}

.fa:hover {
    color: red;
} 

.btnJurnalD:focus {
    border: yellow solid;
}

.wrn-ijo {
    color: green;
}
.wrn-biru {
    color: blue;
}
.wrn-marun {
    color: maroon;
}
.wrn-kuning {
    color: yellow;
}

div.scrollmenu {
    overflow: auto;
    white-space: nowrap;
}

div.scrollmenu a {
    display: inline-block;
    text-align: center;
    padding: 5px;
    text-decoration: none;
}

div.scrollmenu a:hover {
    background-color: yellow;
}

.flex-container {
    display: flex;
    flex-wrap: wrap;
    background-color: inherit;
}
.flex-container > div {
    background-color: inherit;
    width: 60px;
    margin: 3px;
    text-align: center;
    line-height: 30px;
    font-size: 20px;
}
div > .div-show-flex {
    display: flex;
}
#div-Message {
    height: 10vh;
    width: 40%;
    top: 45vh;
    left: 30%;
    text-align: center;
}
.spinning {
    border: 10px solid red;
    border-radius: 10px 500px;
    animation: spin 20s linear infinite;  
}
/* Safari */
@-webkit-keyframes spin {
    0% { -webkit-transform: rotate(0deg); }
    100% { -webkit-transform: rotate(360deg); }
}
@keyframes spin {
    0% { transform: rotate(0deg); padding-left: 25px;}
    50% { transform: rotate(180deg); padding-left: 50px;}
    100% { transform: rotate(360deg); padding-left: 75px;}
}
