﻿body {
}

/* login */
.m-input-login{
    padding:10px !important;
}
/* end login */
.custom-portlet-header-height{
    height: 2rem !important;
}
.image-preview {
    position: relative;
    vertical-align: top;
    height: 45px;
}
.logoIS {
    padding: 0 15px !important;
    background: white !important;
}

@media (min-width: 1360px) {
    .modal-xl {
        width: 1200px !important;
        max-width: 1200px !important;
    }
}
.k-grid-toolbar {
    padding: 8px 8px;
    border-width: 0 0 1px;
    border-style: solid;
    border-color: inherit;
    text-overflow: clip;
    cursor: default;
    display: block;
    background-color: white !important;
}

    .k-grid-toolbar .k-button {
        vertical-align: middle;
    }

        .k-grid-toolbar .k-button + .k-button {
            margin-left: 4px;
        }

.k-multiselect ul {
    padding: 3px;
}

    .k-multiselect ul li {
        height: 28px;
    }

.k-multiselect .k-input {
    margin-top: -5px;
}

.k-primary:hover {
    background-color: #685592 !important;
    color: white;
    border: 1px solid #7c63b3;
}

.k-dropdown--full {
    width: 100%;
    height: 100%;
}

    .k-dropdown--full .k-input {
        height: 100%;
    }

.filter-search {
    border-color: #8e84ac;
    margin-top: 5px;
    margin-right: 5px;
}

.fieldlist {
    margin: 0 0 -1em;
    padding: 0;
}

    .fieldlist li {
        list-style: none;
        padding-bottom: 1em;
    }

.required {
    color:#e62626;
}

/*add by Irham */
.form-control {
    border-color: rgb(203, 181, 218);
}

.modal .modal-content .modal-header, .modal .modal-content .modal-footer {
    padding: 15px;
}

.m-form .m-form__group {
    margin-bottom: 0;
    padding-top: 5px;
    padding-bottom: 5px;
}

.k-checkbox-label::before {
    border-color: rgb(203, 181, 218);
}

.iconpicker-container .fade:not(.show) {
    opacity: 1;
}

.portlet.light {
    padding: 12px 20px 15px;
    background-color: #fff;
}

.k-icon {
    vertical-align: sub;
}

.k-tooltip-validation {
    display: inline-block;
}

.cursor-pointer {
    cursor: pointer;
}

.label-prev {
    padding-bottom: 0;
}
.col-form-checkbox {
    padding-top: calc(.70rem + 1px);
}
.without-form {
    max-width: 10%;
}

/* For Kendo Scheduler*/



/* End For Kendo Scheduler*/
/* For Tracking Approval*/
.dot {
    display: inline-block;
    width: 10px;
    height: 10px;
    background-color: red;
    border-radius: 50% !important;
    margin-left: 5px;
    margin-right: 5px;
}

.progress-info .progress {
    margin: 0;
    height: 4px;
    clear: both;
    display: block;
}

.progress-info .status {
    margin-top: 5px;
    font-size: 11px;
    color: #AAB5BC;
    font-weight: 600;
    text-transform: uppercase;
}

    .progress-info .status .status-title {
        float: left;
        display: inline-block;
    }

    .progress-info .status .status-number {
        float: right;
        display: inline-block;
    }

.progress-info {
    clear: both;
}


.timeline.small .timeline-badge-userpic {
    width: 50px;
    height: 55px;
}

.timeline.small:before {
    margin-left: 23px;
    margin-top
}

.timeline.small .timeline-body {
    margin-left: 40px;
    padding: 5px;
}

.timeline.small .timeline-body-arrow {
    top: 20px;
    left: -8px;
    border-width: 8px 8px 8px 0;
}

.timeline.small .timeline-body-alerttitle, .timeline.small .timeline-body-title {
    font-size: 12px;
}

.timeline.small .timeline-body:after {
    clear: none;
}

.timeline-detail {
    font-size: 11px;
    display: block;
    font-weight: bold;
}

.timeline-item.timeline-success .timeline-body {
    background-color: greenyellow;
}

.timeline-item.timeline-success .timeline-body-arrow {
    border-color: transparent greenyellow transparent transparent !important;
}

.timeline-item.timeline-current .timeline-body {
    background-color: #E0E0E0;
}

    .timeline-item.timeline-current .timeline-body .timeline-body-head a, .timeline-item.timeline-current .timeline-body .timeline-body-head span {
        color: #FFF !important;
    }

.timeline-item.timeline-current .timeline-body-arrow {
    border-color: transparent #578EBE transparent transparent !important;
}
.timeline-item.timeline-rejected .timeline-body {
    background-color: #FFB833 !important;
}

.timeline-item.timeline-rejected .timeline-body-arrow {
    border-color: transparent #FFB833 transparent transparent !important;
}

.timeline-item.timeline-deleted .timeline-body {
    background-color: #f36a5a !important;
}

.timeline-item.timeline-deleted .timeline-body-arrow {
    border-color: transparent #f36a5a transparent transparent !important;
}
.timeline-item.timeline-success .timeline-body {
    background-color: greenyellow;
}

.timeline-item.timeline-success .timeline-body-arrow {
    border-color: transparent greenyellow transparent transparent !important;
}

.timeline-item.timeline-current .timeline-body {
    background-color: #578EBE;
}

    .timeline-item.timeline-current .timeline-body .timeline-body-head a, .timeline-item.timeline-current .timeline-body .timeline-body-head span {
        color: #FFF !important;
    }

.timeline-item.timeline-current .timeline-body-arrow {
    border-color: transparent #578EBE transparent transparent !important;
}

/*End for Tracking Approval*/
/*End */


.k-numeric-wrap > .k-input {
    flex: 1 1 auto;
    text-align: right;
}

.money{
    text-align:right;
}