body {
    margin: 0;
    font-family: 'Segoe UI', system-ui, -apple-system, BlinkMacSystemFont, Roboto, Oxygen, Ubuntu, Cantarell, 'Open Sans', 'Helvetica Neue', sans-serif;
}
.header-body{
    width:100%;
    height: 60px;
    background-color: #008cca;
    padding:10px 20px 10px 20px;
}
.title-body{
    /* padding: 5px 0px; */
    height: 30px;
    font-weight: bold;
}
.title-body-label {
    line-height: 30px;
}
.content-body{
    background-color: #ecf0f5;
    width:100%;
    min-height: calc(100% - 60px);
    padding:10px 20px 10px 20px;
}
.header-icon{
    height: 40px;
}
.content-box {
    background-color: white;
    width: auto;
    margin-top: 10px;
}
.blue-top-border {
    border-top: 3px solid #008cca;
    border-top-left-radius: 5px;
    border-top-right-radius: 5px;
}
#divWebMainContent {
    display: none;
}
.big-message{
    padding-top:30px;
    padding-bottom:30px;
    font-size: 25px;
    text-align: center;
}
.footer {
    font-size:12px;
}
.div-gray {
    background-color: #d9d9d9;
    padding:3px 10px;
    color:#022e79;
    border-radius: 5px;
    border: 1px solid black;
}

.divInfoBox {
    /* background-color: #ecf0f5; */
    border: 1px solid rgba(0,0,0,0.5);
    width: calc(100% - 20px);
    margin: 0px 10px;
    min-height: 70px;
}

.divInfoBox-no-border {
    width: calc(100% - 20px);
    margin: 0px 10px;
    min-height: 70px;
}

.divInfoBox_title {
    padding-top:7px;
    padding-left:10px;
    padding-right:10px;
    padding-bottom: 5px;
    font-weight: bold;
}

.divInfoBox_separator {
    border-top: 1px solid rgba(0,0,0,0.3);
    margin-left:10px;
    margin-right:10px;
}

.divInfoBox_content {
    padding-top:5px;
    padding-left: 10px;
    padding-right: 10px;
    padding-bottom: 7px;
}

.gray-separator {
    height: 10px;
    width: 100%;
    background-color: #dcdee2;
}

label {
    margin-bottom: 0;
}

label.bold {
    font-weight: bold;
}

label.black {
    color: black;
}

label.bigger {
    font-size: 18px;
}

label.smaller {
    font-size: 14px;
}

.img-article-loading {
    max-height: 30%;
    max-width: 30%;
    margin: auto;
}

.img-article {
    max-width: 100%;
    max-height: 200px;
    margin: auto;
}

.img-small-icon {
    width: 25px;
}

/* .col-detail-article label {
    display: flex;
    justify-content: center;
    align-content: center;
    flex-direction: column;
} */

.icon_info_after_label {
    width: 15px;
    height: 15px;
    margin-left: 10px;
    cursor: pointer;
}

@media all and (max-width: 991px) {
    .mt-10-max-md {
        margin-top: 10px;
    }

    .divInfoBox {
        width: 100%;
        margin: 0px;
    }
}

.div-content-align-center {
    display: flex;
    align-items: center;
}

.full-width {
    width: 100%;
}

@media all and (max-width: 582px){
    #modalAlertAndConfirm .modal-dialog{
        width: 300px;
    }

    .modal-dialog {
        max-width: 500px;
    }
}

@media all and (max-width: 440px){
    label {
        font-size: 12px;
    }
    
    label.bigger {
        font-size: 14px;
    }
    
    label.smaller {
        font-size: 10px;
    }

    .div-gray {
        font-size: 12px;
    }

    .footer {
        font-size:11px;
    }
}

@media all and (min-width: 441px){
    .div-gray {
        font-size: 13px;
    }
}

.divInfoBox_forModal {
    border: 1px solid rgba(0,0,0,0.3);
    background-color: #ecf0f5;
}

.divInfoBox_forModal_separator {
    border-top: 1px solid rgba(0,0,0,0.3);
}

#modalDetailPembayaran .modal-footer {
    display: block
}

@media all and (max-height: 800px){
    .div-overflow-modal {
        max-height: 200px;
        overflow-y: auto;
    }
}
@media all and (min-height: 801px){
    .div-overflow-modal {
        max-height: 300px;
        overflow-y: auto;
    }
}

.modal-dialog {
    -webkit-appearance: none;
    margin: 0px auto !important;
}

.accordion .card,
.accordion .card-header,
.accordion .card-body
{
    background-color: rgba(0,0,0,0);
}

.accordion .card-header,
.accordion .card-body
{
    padding:10px 15px;
}

.div-img-accordion {
    height: 20px;
    width: 60px;
    display: flex;
    align-items: center;
}

.accordion label {
    display: inline-block;
}

.div-img-accordion img:not(.img-right) {
    max-height: 24px;
    max-width: 60px;
    margin: auto;
}

.div-img-accordion img.img-right {
    max-height: 24px;
    max-width: 60px;
    margin-left: auto;
}

.label-img-accordion {
    margin-left: 20px;
}

.accordion .collapsed [class*="fa-angle-"] {
    transform: rotate(180deg);
}

.accordion [class*="fa-angle-"] {
    -webkit-transition-duration: 0.5s;
    -moz-transition-duration: 0.5s;
    -o-transition-duration: 0.5s;
    transition-duration: 0.5s;
    -webkit-transition-property: -webkit-transform;
    -moz-transition-property: -moz-transform;
    -o-transition-property: -o-transform;
    transition-property: transform;
}

.accordion .border-bottom-gray {
    border-bottom: 1px solid rgba(0, 0, 0, .125);
}