.scroll-menu {
    max-height: 93vh;
    overflow-y: auto;
    overflow-x: hidden;
}

.c-btn {
    display: inline-block;
    font-weight: 400;
    text-align: center;
    white-space: nowrap;
    vertical-align: middle;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    border: 1px solid transparent;
    padding: 0.475rem 0.75rem;
    font-size: 13px;
    line-height: 0.5;
    border-radius: 0.25rem;
    -webkit-transition: background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, -webkit-box-shadow 0.15s ease-in-out;
    transition: background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, -webkit-box-shadow 0.15s ease-in-out;
    transition: background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
    transition: background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out, -webkit-box-shadow 0.15s ease-in-out;
}

.c-bg-green {
    background-color: #13065f !important;
}

.c-card-header-post {
    padding: 0.75rem 1.25rem;
    margin-bottom: 0;
    background-color: #024797;
    border-bottom: 1px solid #e6e5e5;
    color: #ffffff;
}

.c-btn:focus,
.c-btn:hover {
    text-decoration: none;
}

.c-card-margin {
    margin: 10vh 8vw 5vh 8vw;
}

@media (max-width: 768px) {
    .c-card-margin {
        margin: 60px 2vw 30px 2vw;
    }
}

@media (min-width: 768px) {
    .img-responsive {
        width: 400px;
        height: auto;
    }
}

.c-card-padding {
    padding-top: 2vh;
    padding-bottom: 2vh;
    padding-left: 1vw;
    padding-right: 1vw;
}

.c-card-padding-post {
    padding-top: 1vh;
    padding-bottom: 4vh;
    padding-left: 1vw;
    padding-right: 1vw;
}

.c-form-control {
    margin-bottom: 1vh;
    max-width: 32vw;
}

.c-form-label {
    margin-bottom: 1vh;
    margin-right: 1vw;
    width: 100px;
    text-align: right;
    margin-left: 1vw;
}


.c-form-inline {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-flow: row wrap;
    flex-flow: row wrap;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}

.c-form-inline .form-check {
    width: 100%;
}

.c-form-inline .form-group {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    max-width: 85vw;
    -webkit-box-flex: 0;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-flow: row wrap;
    flex-flow: row wrap;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    margin-bottom: 0;
}


.c-form-action {
    display: inline !important;
}

/*for dialog*/

.c-dialog-form-control {
    margin-bottom: 1vh;
    max-width: 22vw;
    border-radius: 5px;
}

.c-dialog-form-label {
    margin-bottom: 1vh;
    margin-right: 1vw;
    width: 100px;
    text-align: right;
    margin-left: 1vw;
}


.c-dialog-form-inline {
    align-items: center;
}

.c-dialog-form-inline .form-check {
    width: 100%;
}

.c-dialog-form-inline .form-group {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    max-width: 75vw;
    -webkit-box-flex: 0;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-flow: row wrap;
    flex-flow: row wrap;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    margin-bottom: 0;
}


.c-dialog-form-action {
    display: inline !important;
}



.card-header-medium {
    padding: 0.25rem 1.25rem;
    margin-bottom: 0;
    background-color: #024797;
    border-bottom: 1px solid #e6e5e5;
    color: #ffffff;
}

.img-center {
    display: block;
    margin-left: auto;
    margin-right: auto;
}

@media (max-width: 576px) {
    .font-mobile {
        font-size: 12px;
    }
    .img-responsive {
        width: 100%;
        height: auto;
    }
}

table.dataTable tbody tr.selected {
    background-color: #0b93d5;
    color: white;
}

.c-contextMenu {
    position: absolute;
    display: none;
    z-index: 100;
    overflow-y: auto;
    max-height: 20vh;
}
.c-contextMenu::-webkit-scrollbar {
    width: 6px;
}

.c-contextMenu::-webkit-scrollbar-track {
    -webkit-box-shadow: inset 0 0 6px rgba(0,0,0,0.3);
    border-radius: 10px;
}

.c-contextMenu::-webkit-scrollbar-thumb {
    border-radius: 10px;
    -webkit-box-shadow: inset 0 0 6px rgba(0,0,0,0.7);
}

.c-img-pegawai {
    width: 120px;
    height: 160px;
    margin-left: auto;
    margin-right: auto;
    border-radius: 8px
}

.c-img-slider {
    width: 160px;
    height: 120px;
    margin-left: auto;
    margin-right: auto;
    border-radius: 8px
}

.c-col-centered{
    float: none;
    margin: 0 auto;
}


@media (min-width: 1024px) {
    .boxbig {
        min-height: 82vh;
    }
    .c-force-size-input {
        width: 22vw
    }
    .c2-dialog-form-control {
        margin-bottom: 1vh;
        max-width: 17vw;
        border-radius: 5px;
    }
}

@media (max-width: 1023px) {
    .c-force-size-input {
        width: 55vw
    }
    .c-dialog-form-inline {
        display: inline;
        -webkit-box-orient: horizontal;
        -webkit-box-direction: normal;
        -ms-flex-flow: row wrap;
        flex-flow: row wrap;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
    }
    .c-dialog-form-label {
        width: 100px;
        text-align: left;
    }
    .c-dialog-form-control {
        max-width: 90vw;
    }
    .c-form-inline {
        display: inline;
        -webkit-box-orient: horizontal;
        -webkit-box-direction: normal;
        -ms-flex-flow: row wrap;
        flex-flow: row wrap;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
    }
    .c-form-label {
        width: 100px;
        text-align: left;
    }
    .c-form-control {
        max-width: 90vw;
    }
}


input[type="date"] {
    position: relative;
}

/* create a new arrow, because we are going to mess up the native one
see "List of symbols" below if you want another, you could also try to add a font-awesome icon.. */
input[type="date"]:after {
    content: "\25BC";
    color: #555;
    padding: 0 5px;
}

/* change color of symbol on hover */
input[type="date"]:hover:after {
    color: #bf1400;
}

/* make the native arrow invisible and stretch it over the whole field so you can click anywhere in the input field to trigger the native datepicker*/
input[type="date"]::-webkit-calendar-picker-indicator {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    width: auto;
    height: auto;
    color: transparent;
    background: transparent;
}

/* adjust increase/decrease button */
input[type="date"]::-webkit-inner-spin-button {
    z-index: 1;
}

/* adjust clear button */
input[type="date"]::-webkit-clear-button {
    z-index: 1;
}

.unselectable {
    -webkit-user-select: none;
    -webkit-touch-callout: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
}

.margin-space {
    margin-bottom: 5px;
    margin-right: 3px;
}
.green-button {
    background-color: green;
    color: #ffffff;
}

.yellow-button {
    background-color: orange;
    color: #ffffff;
}
#loading-img {
    background: url('/admin/images/loading.gif') center center no-repeat;
    height: 100%;
    z-index: 99;
}

.overlay {
    background: #e9e9e9;
    display: none;
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    opacity: 0.5;
}
.btnsoal {
    width: 46px!important;
    text-align: center!important;
}

.btnsoal-list {
    margin-bottom: 15px!important;
    margin-right: 5px!important;
    float: left!important;
    padding: 0 15px 0 15px!important;
}

