/*
/* Layout
.btn {
    border-radius: 5px !important;
}

body {
    background-color: #f2f2f3 !important;
}

.relative {
    position: relative;
}

.logo-image {
    width: 80%;
}

.badge {
    margin-right: 3px;
}

.text-color {
    color: #243a8e;
}

.nav-header {
    background-image: none;
    background-color: transparent;
}

.nav > li > a {
    color: #555;
}

li.menu-title {
    color: #243a8e;
}

.nav-header a {
    color: #555;
}

.nav > li a:hover,
.nav > li a:focus {
    background: transparent !important;
    color: #243a8e !important;
}

.nav > li.active {
    background: #f3f3f4 !important;
    border-left: 4px solid #243a8e;
    border-radius: 0px 8px 8px 0px;
}

    .nav > li.active > a {
        font-weight: bold;
        color: #243a8e;
    }

ul.nav-second-level {
    background: #f3f3f4;
}

#side-menu .fa {
    color: #243a8e;
}

li.menu-title {
    color: #243a8e;
    font-size: 10px;
    font-weight: bold;
}

.permission-col {
    background-color: #fafafa;
    border-right: 1px solid #eee;
    width: 40%;
    vertical-align: middle !important;
}

.scope-col {
    width: 30%;
    vertical-align: middle !important;
}

.nav-pills .nav-link.active, .nav-pills .show > .nav-link {
    background-color: #264f70;
    margin-right: 5px;
}

.nav-pills > li a:hover, .nav-pills > li a:focus {
    background: #264f70 !important;
    color: white !important;
}

.nav-pills > li > a {
    color: #555;
    padding: 8px 20px 8px 25px;
}

.text-title {
    font-weight: bold;
}

.page-subheading {
    font-size: 18px;
    margin: 20px;
    margin-left: 12px;
    font-weight: bold;
    text-transform: capitalize;
    color: #264f70;
}

.layout-drawing-editor {
    background-color: #fafafa;
    padding: 15px;
    border-radius: 10px;
    margin-top: 15px;
}

.layout-img-panel {
    padding: 10px;
    background-color: #ddd;
    border-radius: 10px;
}

    .layout-img-panel img {
        width: 100%;
        box-shadow: 1px 1px 5px #333;
    }

.user-summary {
    margin: 20px;
}

    .user-summary .user-header {
        font-size: 12px;
        color: #999;
        text-align: center;
    }

    .user-summary .user-content {
        font-size: 20px;
        color: #243a8e;
        text-align: center;
    }

.no-wrap {
    white-space: nowrap;
}

    .no-wrap button {
        margin-right: 3px;
    }

.table-list {
    padding: 5px;
    background-color: #f8f8f8;
    border-radius: 10px;
}

.accordion-form .accordion-item:last-child {
    border-bottom: none;
}

.accordion-item {
    border-bottom: 1px solid #eee;
    position: relative;
}

.accordion-item-header {
    padding-top: 15px;
    padding-bottom: 15px;
    border-radius: 10px;
    margin-top: 15px;
    margin-bottom: 15px;
}

    .accordion-item-header:hover {
        background-color: #f3f3f3;
        cursor: pointer !important;
    }

    .accordion-item-header .header-text {
        font-size: 15px;
        font-weight: 500;
        color: #264f70;
        margin-left: 15px;
        text-transform: uppercase;
    }

.accordion-item-content {
    padding-left: 70px;
    padding-right: 70px;
    padding-bottom: 30px;
}

.accordion-item-header .header-icon {
    color: #eee;
    margin-left: 15px;
}

    .accordion-item-header .header-icon .fa-icon {
        font-size: 13px;
        color: #264f70;
    }

.header-status {
    position: absolute;
    right: 12px;
}

.accordion-item.selected {
    background-color: #f8f8f8;
    border-radius: 10px;
}

.accordion-item .fa-plus {
    display: inline-block;
}

.accordion-item.selected .fa-plus {
    display: none;
}

.accordion-item .fa-minus {
    display: none;
}

.accordion-item.selected .fa-minus {
    display: inline-block;
}

.table-form {
    border-top: 2px solid #264f70;
}

    .table-form td {
        padding: 3px;
        border: 1px solid #264f70;
    }

        .table-form td.row-head {
            color: #264f70;
            font-weight: bold;
            background: #eee;
            width: 40%;
        }

.accordion-item.selected .accordion-item-header {
    margin-bottom: 0px !important;
}

.accordion-item-content h3 {
    color: #243a8e;
}

.signature-row {
    margin-bottom: 20px;
}

    .signature-row label {
        color: #0c2f4a;
        font-weight: 600;
    }

    .signature-row .signature-pad {
        width: 280px;
        height: 150px;
        border-radius: 5px;
        background-color: #eee;
        margin-bottom: 15px;
        border-bottom: 2px solid #264f70;
    }

.progress-bar {
    opacity: 0.85;
    font-weight: bold;
    font-size: 10px;
    text-shadow: 1px 1px 1px #666;
}

.uploader-wrapper .upload-section {
    background-color: #eee;
    margin-bottom: 15px;
}

.uploader-wrapper .filepond--panel-root {
    background: white !important;
    background-color: white !important;
}

.uploader-wrapper .upload-item-preview {
    border: 1px solid #eee;
    border-radius: 10px;
}

.label-help {
    margin-bottom: 15px;
    font-size: 12px;
    margin-top: -3px;
    letter-spacing: 1px;
    color: #888;
}

.mt-3 {
    margin-top: 10px;
}

.btn-approve,
.btn-reject {
    width: 100px;
    margin-right: 5px;
}

.dotted-cut {
    border-bottom: 1px dashed #888;
    margin: 30px 0px;
    font-size: 12px;
    font-style: italic;
    color: #888;
}

.signature-row .signature-pad.signature-big {
    width: 300px !important;
    height: 160px !important;
}

.progress-stage {
    margin-top: 5px;
}

.progress-stage-item {
    font-size: 10px;
    line-height: 12px;
    text-align: center;
    letter-spacing: 1px;
    text-transform: capitalize;
    flex: 1 1 0 !important;
}

    .progress-stage-item .text {
        margin: 0px 15px;
    }

.alert-wrapper {
    margin-top: 10px;
}

.progress-bar.purple {
    background-color: #b1ade2;
    background-image: linear-gradient(315deg, #b1ade2 0%, #7ddff8 74%);
    background-color: #6e72fc;
    background-image: linear-gradient(315deg, #6e72fc 0%, #ad1deb 74%);
    background-color: #4062bb;
    background-image: linear-gradient(128deg, #4062bb 0%, #5200ae 74%);
    border-radius: 0px 15px 15px 0px;
}

.nav > li > a {
    padding: 8px 20px 8px 25px;
}

.drawing-marker-editor {
    position: relative;
    cursor: move;
}

    .drawing-marker-editor img {
        width: 100%;
    }

.drawing-marker-header {
    font-size: 16px;
    margin-top: 15px;
    margin-bottom: 15px;
    text-align: center;
    font-weight: bold;
}

.marker {
    position: absolute;
    background-repeat: no-repeat;
    background-size: 100% 100%;
    width: 30px;
    height: 30px;
    top: 0px;
    left: 0px;
}

.editing-status {
    position: absolute;
    right: 0;
    top: 0;
    animation: blinker 1.5s linear infinite;
}

@keyframes blinker {
    50% {
        opacity: 0.2;
    }
}

img.layout-image {
    width: 100%;
}

.btn-edit {
    position: absolute;
    top: 0;
    right: 0;
}

.form-section-header {
    font-size: 16px;
    margin-bottom: 15px;
    border-bottom: 1px solid #243a8e;
    color: #264f70;
    text-transform: uppercase;
    font-weight: bold;
}

.html-wrapper {
    margin-bottom: 20px;
    border: 1px solid #ddd;
    border-radius: 5px;
    padding: 15px;
}
 End Layout */

.pace .pace-progress {
    background: orange;
}

.nav > li.active {
    border-left: 4px solid orange;
}

.dashboard .panel-body {
    color: #676a6c !important;
    background: white !important;
    padding: 15px !important;
    padding-bottom: 15px !important;
    box-shadow: 0 2px 4px rgb(0 0 0 / 10%) !important;
    border: none !important;
    border-radius: 0px 0px 10px 10px !important;
    border-bottom: 3px solid #b0b4b7 !important;
    border-left: 1px solid #e7eaec !important;
}

.dashboard .ibox {
    margin-bottom: 15px !important;
}

    .dashboard .ibox.ibox-custom {
        height: calc(100% - 15px);
    }

.dashboard .ibox-content {
    border: none;
    padding: 15px !important;
    border-radius: 10px !important;
    background-color: #fafafa;
    height: 100%;
}

    .dashboard .ibox-content.ibox-hover:hover {
        background-color: #676a6c;
        color: #fff;
        cursor: pointer;
    }

.dashboard .ibox-content-title {
    min-width: 80px !important;
    display: inline-block;
}

.phase-table-name {
    font-size: 18px;
}

.todo-list a.check-link {
    color: #007bff;
}

.select2-container .select2-results {
    max-height: 200px;
}

.select2-results {
    max-height: 200px;
}

.select2-choices {
    min-height: 150px;
    max-height: 150px;
    overflow-y: auto;
}

.checkbox-lg {
    width: 2.5vw;
    height: 2.5vh;
}

.checklist-table {
    max-height: 400px;
}

.file-image {
    width: 50px;
}

.selectable {
    cursor: pointer;
}

    .selectable:hover {
        background: linear-gradient(rgba(0, 0, 0, 0.25), rgba(0, 0, 0, 0.25));
    }

.stats-widget {
    border-radius: 0.85rem;
}

    .stats-widget .icon {
        text-align: center;
        font-size: 45px;
    }

.stats-info {
    font-size: 14px;
}

.stats-number {
    font-size: 25px;
}

.widget-default {
    background-color: #D1DADE !important;
    color: #000 !important;
}

    .widget-default .stats-info,
    .widget-default .stats-number {
        color: #000 !important;
    }

.widget-danger {
    background-color: #F64E60 !important;
    color: #fff !important;
}

    .widget-danger .stats-info,
    .widget-danger .stats-number {
        color: #fff !important;
    }

.widget-success {
    background-color: #1ab394 !important;
    color: #fff !important;
}

    .widget-success .stats-info,
    .widget-success .stats-number {
        color: #fff !important;
    }

.widget-warning {
    background-color: #FFA800 !important;
    color: #fff !important;
}

    .widget-warning .stats-info,
    .widget-warning .stats-number {
        color: #fff !important;
    }

.widget-primary {
    background-color: #1c84c6 !important;
    color: #fff !important;
}

    .widget-primary .stats-info,
    .widget-primary .stats-number {
        color: #fff !important;
    }

/* Widget animation */
.scale-up-center {
    -webkit-animation: scale-up-center 0.4s cubic-bezier(0.390, 0.575, 0.565, 1.000) both;
    animation: scale-up-center 0.4s cubic-bezier(0.390, 0.575, 0.565, 1.000) both;
}

@-webkit-keyframes scale-up-center {
    0% {
        -webkit-transform: scale(0.5);
        transform: scale(0.5);
    }

    100% {
        -webkit-transform: scale(1);
        transform: scale(1);
    }
}

@keyframes scale-up-center {
    0% {
        -webkit-transform: scale(0.5);
        transform: scale(0.5);
    }

    100% {
        -webkit-transform: scale(1);
        transform: scale(1);
    }
}

.shadow-drop-2-center {
    -webkit-animation: shadow-drop-2-center 0.4s cubic-bezier(0.250, 0.460, 0.450, 0.940) both;
    animation: shadow-drop-2-center 0.4s cubic-bezier(0.250, 0.460, 0.450, 0.940) both;
}

@-webkit-keyframes shadow-drop-2-center {
    0% {
        -webkit-transform: translateZ(0);
        transform: translateZ(0);
        -webkit-box-shadow: 0 0 0 0 rgba(0, 0, 0, 0);
        box-shadow: 0 0 0 0 rgba(0, 0, 0, 0);
    }

    100% {
        -webkit-transform: translateZ(50px);
        transform: translateZ(50px);
        -webkit-box-shadow: 0 0 20px 0px rgba(0, 0, 0, 0.35);
        box-shadow: 0 0 20px 0px rgba(0, 0, 0, 0.35);
    }
}

@keyframes shadow-drop-2-center {
    0% {
        -webkit-transform: translateZ(0);
        transform: translateZ(0);
        -webkit-box-shadow: 0 0 0 0 rgba(0, 0, 0, 0);
        box-shadow: 0 0 0 0 rgba(0, 0, 0, 0);
    }

    100% {
        -webkit-transform: translateZ(50px);
        transform: translateZ(50px);
        -webkit-box-shadow: 0 0 20px 0px rgba(0, 0, 0, 0.35);
        box-shadow: 0 0 20px 0px rgba(0, 0, 0, 0.35);
    }
}

/* Update all tabulator header text into center */
.tabulator-col-title {
    text-align: center !important;
}

.tableMButton {
    display: flex;
    justify-content: space-around;
}

.btn-xs {
    font-size: inherit !important;
}
/* End Widget animation*/
/* #region Simple Tree */
.hierarchy-level {
    font-size: 15px;
    padding: 10px 25px;
    border: thin solid #bbb;
    border-radius: 12px;
}

    .hierarchy-level .title {
        color: #264f70;
    }

    .hierarchy-level p.tree, ul.tree, ul.tree ul {
        list-style: none;
        margin: 0;
        padding: 0;
    }

        ul.tree ul {
            margin-left: 2.6em;
        }

        ul.tree li {
            margin-left: 2em;
            margin-top: 0.2em;
            border-left: medium solid #000;
        }

            ul.tree li:last-child {
                border-left: none;
            }

            ul.tree li:before {
                width: 2.2em;
                height: 0.8em;
                margin-right: 0.1em;
                vertical-align: top;
                border-bottom: medium solid #000;
                content: "";
                display: inline-block;
            }

            ul.tree li:last-child:before {
                border-left: medium solid #000;
            }

/* #endregion Simple Tree */

.profile-element > .dropdown-toggle > .block {
    text-overflow: ellipsis;
    overflow: hidden;
}

.msgHeight {
    height: 450px;
}

.startDateReport {
    border-left-color: green !important;
}

.hex {
    width: 70px;
    height: 70px;
    position: relative;
}

/* #region S Curved Chart Table Detail*/
.reportDate {
    background-color: #F67280 !important;
    color: black !important;
}

.sCurveDetail {
    border: 1px solid black;
    align-self: center;
    text-align: center;
}

.planProgress {
    background-color: #f9a26c;
    color: black;
    width: 100%;
    table-layout: fixed;
}

.actualProgress {
    background-color: #31679b;
    color: white;
    width: 100%;
    table-layout: fixed;
}

.actualHeader {
    position: sticky;
    border: 1px solid black;
    font-weight: bold;
    text-align: left !important;
    background-color: #31679b;
    color: white;
    width: 140px;
}

.planHeader {
    position: sticky;
    border: 1px solid black;
    font-weight: bold;
    text-align: left !important;
    background-color: #f9a26c;
    color: black;
    width: 140px;
}

.planEndHeader {
    position: sticky;
    font-weight: bold;
    background-color: #f9a26c;
    color: black;
    width: 120px;
    border: 1px solid black;
    align-self: center;
    text-align: center;
}

.actualEndHeader {
    position: sticky;
    font-weight: bold;
    background-color: #31679b;
    color: white;
    width: 120px;
    border: 1px solid black;
    align-self: center;
    text-align: center;
}

.totalTask {
    width: 10%;
    font-weight: bold;
}

.dataWidth {
    width: 95px !important;
}

.sCurvetableFormat {
    width: 80%;
    margin: auto;
    overflow-x: auto;
}

.fix:first-child {
    left: 0;
}

.fix:last-child {
    right: 0;
}

/* #endregion S Curved Chart Table Detail*/
