html {
    font-size: 1rem !important;
    /* overwrite scaffolding.less */
}

body {
    overflow-x: hidden;
}

.navbar-brand {
    height: auto;
    color: white !important;
}

.navbar-nav {
    padding-top: 10px;
    color: white !important;
}

.navbar {
    background: url(img/fill.png) #0c3471 repeat-y;
    border: 0px;
    border-radius: 0;
    color: white;
}

.navbar-nav>li>a {
    color: orange !important;
}

.navbar-default .navbar-nav>.open>a,
.navbar-default .navbar-nav>.open>a:focus,
.navbar-default .navbar-nav>.open>a:hover {
    background-color: #0a2d61;
}

.navbar-nav>li:hover {
    background-color: #4083a9;
}

.navbar-brand img {
    height: 45px;
    float: left;
}

.navbar-brand img:first-child {
    padding-right: 5px;
    /* border-right: 1px solid rgb(199, 199, 199); */
}

.navbar-brand img:not(:first-child) {
    padding-left: 5px;
    padding-top: 3px;
    height: 40px;
    /* border-left: 1px solid rgb(199, 199, 199); */
}

.navbar-brand img:last-child {
    display: none;
}

.nav li img {
    height: 40px;
    padding-top: 3px;
    margin-top: 5px;
}

.nav li img:hover {
    background-color: #0c3471;
}

.title-brand {
    float: left;
    padding-top: 12px;
}

.title-brand div {
    font-size: 18px;
    font-weight: bold;
}

.navbar-nav>li>.dropdown-menu {
    background-color: orange;
}

.highlight {
    color: orange;
}

.dropdown-menu>li>a:hover {
    color: white !important;
    background-color: #0c3471;
}

.body {
    background: url("img/bg_content.jpg") repeat-x;
    min-height: 110vh;
    background-position: 0 0;
}

.panel-default>.panel-heading {
    background: url(img/fill.png) #0c3471;
    color: white;
}

.panel-default>.panel-heading.bg-biru-enom {
    background: #a9ddff;
    color: rgb(65, 65, 65);
}

.main-title {
    text-align: center;
    margin: 0px;
    margin-bottom: 30px;
}

tr[data-tt-id] {
    cursor: pointer;
}

.dropdown-menu .divider {
    background-color: #0c3471;
}

thead {
    background: url(img/fill.png) #0c3471;
    color: white;
}

.select2-container {
    width: 100% !important;
    display: block;
}

.select2-container--default.select2-container--focus .select2-selection--multiple {
    border: solid #cccccc 1px !important;
    outline: 0;
}

#breadcrumb {
    overflow: auto;
    white-space: nowrap;
    list-style: none;
    display: inline-block;
    width: 100%;
    background: #eaeaea;
}

#breadcrumb .icon {
    font-size: 14px;
}

#breadcrumb li {
    /* float: left; */
    display: inline-block;
}

#breadcrumb li a {
    color: #fff;
    display: block;
    background: #0c3471;
    text-decoration: none;
    position: relative;
    height: 40px;
    line-height: 40px;
    padding: 0 10px 0 5px;
    text-align: center;
    margin-right: 20px;
}

#breadcrumb li:nth-child(even) a {
    background-color: #2980b9;
}

#breadcrumb li:nth-child(even) a:before {
    border-color: #2980b9;
    border-left-color: transparent;
}

#breadcrumb li:nth-child(even) a:after {
    border-left-color: #2980b9;
}

#breadcrumb li:first-child a {
    padding-left: 15px;
    -moz-border-radius: 4px 0 0 4px;
    -webkit-border-radius: 4px;
    border-radius: 4px 0 0 4px;
}

#breadcrumb li:first-child a:before {
    border: none;
}

#breadcrumb li:last-child a {
    padding-right: 15px;
    /* -moz-border-radius: 0 4px 4px 0;
    -webkit-border-radius: 0; */
    /* border-radius: 0 4px 4px 0; */
}


/* CSS KU */

.tile-stats {
    position: relative;
    display: block;
    margin-bottom: 12px;
    border: 1px solid #E4E4E4;
    -webkit-border-radius: 5px;
    overflow: hidden;
    padding-bottom: 5px;
    -webkit-background-clip: padding-box;
    -moz-border-radius: 5px;
    -moz-background-clip: padding;
    border-radius: 5px;
    background-clip: padding-box;
    background: #FFF;
    transition: all 300ms ease-in-out
}

.tile-stats:hover .icon i {
    animation-name: transformAnimation;
    animation-duration: .5s;
    animation-iteration-count: 1;
    color: rgba(58, 58, 58, 0.41);
    animation-timing-function: ease;
    animation-fill-mode: forwards;
    -webkit-animation-name: transformAnimation;
    -webkit-animation-duration: .5s;
    -webkit-animation-iteration-count: 1;
    -webkit-animation-timing-function: ease;
    -webkit-animation-fill-mode: forwards;
    -moz-animation-name: transformAnimation;
    -moz-animation-duration: .5s;
    -moz-animation-iteration-count: 1;
    -moz-animation-timing-function: ease;
    -moz-animation-fill-mode: forwards
}

.tile-stats .icon {
    width: 20px;
    height: 20px;
    color: #BAB8B8;
    position: absolute;
    right: 53px;
    top: 22px;
    z-index: 1
}

.tile-stats .icon i {
    margin: 0;
    font-size: 60px;
    line-height: 0;
    vertical-align: bottom;
    padding: 0
}

.tile-stats .count {
    font-size: 38px;
    font-weight: bold;
    line-height: 1.65857
}

.tile-stats .count,
.tile-stats h3,
.tile-stats p {
    position: relative;
    margin: 0;
    margin-left: 10px;
    z-index: 5;
    padding: 0
}

.tile-stats h3 {
    color: #BAB8B8
}

.tile-stats p {
    margin-top: 5px;
    font-size: 12px
}

.tile-stats>.dash-box-footer {
    position: relative;
    text-align: center;
    margin-top: 5px;
    padding: 3px 0;
    color: #fff;
    color: rgba(255, 255, 255, 0.8);
    display: block;
    z-index: 10;
    background: rgba(0, 0, 0, 0.1);
    text-decoration: none
}

.tile-stats>.dash-box-footer:hover {
    color: #fff;
    background: rgba(0, 0, 0, 0.15)
}

.tile-stats>.dash-box-footer:hover {
    color: #fff;
    background: rgba(0, 0, 0, 0.15)
}


/* #breadcrumb li:last-child a:after {
    border: none;
} */

#breadcrumb li a:before,
#breadcrumb li a:after {
    content: "";
    position: absolute;
    top: 0;
    border: 0 solid #0c3471;
    border-width: 20px 10px;
    width: 0;
    height: 0;
}

#breadcrumb li a:before {
    left: -20px;
    border-left-color: transparent;
}

#breadcrumb li a:after {
    left: 100%;
    border-color: transparent;
    border-left-color: #0c3471;
}

#breadcrumb li a:hover {
    background-color: rgb(100, 100, 100);
}

#breadcrumb li a:hover:before {
    border-color: rgb(100, 100, 100);
    border-left-color: transparent;
}

#breadcrumb li a:hover:after {
    border-left-color: rgb(100, 100, 100);
}

#breadcrumb li a:active {
    background-color: #3b3b3b;
}

#breadcrumb li a:active:before {
    border-color: #3b3b3b;
    border-left-color: transparent;
}

#breadcrumb li a:active:after {
    border-left-color: #3b3b3b;
}

ul#breadcrumb {
    padding-inline-start: 0 !important;
}

.navbar {
    margin-bottom: 0px !important;
}

.info-umum {
    background: #2980b9;
    margin-bottom: 20px;
    color: white;
    padding: 10px;
}

.ffcourier {
    font-family: "Courier New" !important;
}

.tooltip-breadcrumb .alert {
    background: rgb(100, 100, 100);
    color: white;
    border: 1px solid rgb(202, 202, 202);
}

.tahun-perencanaan {
    margin-right: 10px;
    padding: 0 10px;
    border-right: 1px solid white;
    float: left;
    font-size: 15px;
    text-align: center;
}

.tahun-perencanaan span {
    display: block;
}

.text-info-umum {
    text-align: right;
}

@media (max-width: 767px) {
    .navbar-default .navbar-nav .open .dropdown-menu>li>a {
        color: white;
    }
    .dropdown-menu .divider-custom {
        color: #fff900 !important;
    }
    .text-info-umum {
        text-align: center;
        border-top: 1px solid white;
        padding-top: 5px;
        margin-top: 15px;
    }
    .visi {
        text-align: justify;
    }
    .title-brand {
        padding: 10px;
    }
    .nav li img {
        margin-left: 20px;
    }
    .navbar-brand img:last-child {
        display: block;
    }
    .menu-lambang-pemda {
        display: none;
    }
    #breadcrumb li:last-child a {
        padding-right: 15px;
        text-overflow: ellipsis;
        white-space: nowrap;
        /* overflow: hidden; */
        /* max-width: 150px; */
    }
}

table.table-bordered.dataTable th:last-child,
table.table-bordered.dataTable th:last-child,
table.table-bordered.dataTable td:last-child,
table.table-bordered.dataTable td:last-child {
    border-right-width: 1px !important;
}

.notice {
    padding: 15px;
    background-color: #fafafa;
    border-left: 6px solid #7f7f84;
    margin-bottom: 10px;
    -webkit-box-shadow: 0 5px 8px -6px rgba(0, 0, 0, 0.2);
    -moz-box-shadow: 0 5px 8px -6px rgba(0, 0, 0, 0.2);
    box-shadow: 0 5px 8px -6px rgba(0, 0, 0, 0.2);
}

.notice-sm {
    padding: 10px;
    font-size: 80%;
}

.notice-lg {
    padding: 35px;
    font-size: large;
}

.notice-success {
    border-color: #80d651;
}

.notice-success>strong {
    color: #80d651;
}

.notice-info {
    border-color: #45abcd;
}

.notice-info>strong {
    color: #45abcd;
}

.notice-warning {
    border-color: #feaf20;
}

.notice-warning>strong {
    color: #feaf20;
}

.notice-danger {
    border-color: #d73814;
}

.notice-danger>strong {
    color: #d73814;
}

.cur-subtahapan {
    background: rgb(110, 110, 110);
    padding: 10px;
    border-radius: 10px;
}

.cur-subtahapan h4,
.cur-subtahapan small {
    color: white;
}

.cur-subtahapan .list-group {
    margin-top: 10px;
}

.bg-primary {
    color: rgb(255, 255, 255);
    background-color: rgb(50, 118, 177);
}

.bg-oke {
    background-color: rgb(211, 255, 211);
}

.tema_warna img {
    margin-bottom: 10px;
    border-radius: 10px;
}

.tema_warna .active {
    border-radius: 10px;
    border: 3px solid #fff;
    filter: drop-shadow(0px 0px 10px grey);
}

.dropdown-menu .divider-custom {
    display: block;
    padding: 3px 20px;
    clear: both;
    font-weight: bold;
    line-height: 1.42857143;
    color: #333;
    white-space: nowrap;
    text-align: center;
    font-size: 15px;
}

.dropdown-submenu {
    position: relative;
}

.dropdown-submenu>.dropdown-menu {
    top: 0;
    left: 100%;
    margin-top: -6px;
    margin-left: -1px;
    -webkit-border-radius: 0 6px 6px 6px;
    -moz-border-radius: 0 6px 6px 6px;
    border-radius: 0 6px 6px 6px;
    background-color: orange;
}

.dropdown-submenu:hover>.dropdown-menu {
    display: block;
}

.dropdown-submenu>a:after {
    display: block;
    content: " ";
    float: right;
    width: 0;
    height: 0;
    border-color: transparent;
    border-style: solid;
    border-width: 5px 0 5px 5px;
    border-left-color: #cccccc;
    margin-top: 5px;
    margin-right: -10px;
}

.dropdown-submenu:hover>a:after {
    border-left-color: #ffffff;
}

.dropdown-submenu.pull-left {
    float: none;
}

.dropdown-submenu.pull-left>.dropdown-menu {
    left: -100%;
    margin-left: 10px;
    -webkit-border-radius: 6px 0 6px 6px;
    -moz-border-radius: 6px 0 6px 6px;
    border-radius: 6px 0 6px 6px;
}

.table-responsive {
    border: none;
}

.mb {
    margin-bottom: 10px;
}

.contextMenuCatatan {
    padding: 10px;
    min-width: 300px;
}

.footage-active {
    background: lemonchiffon;
}

.contextMenuCatatanOverlay {
    width: 100%;
    height: 100%;
    position: fixed;
    background: transparent;
    z-index: 100;
    top: 0px;
}

.footageable.hascatatan:after {
    content: ' ';
    position: absolute;
    left: 0;
    border-left: 10px solid #ffa4466b;
    border-top: 10px solid #ffa4466b;
    border-right: 10px solid transparent;
    border-bottom: 10px solid transparent;
}

.contextMenuTooltip {
    display: inline-block;
    position: absolute;
    padding: .5em 1em;
    background-color: #f1f1f1;
    margin-left: 15px;
    margin-top: 15px;
}

.dataTables_filter {
    float: left !important;
    padding: 0px 10px 10px 10px;
}

.dataTables_length {
    float: right !important;
    padding: 0px 10px 10px 10px;
}


/**
 | * Timeline
 */

#vertical-timeline {
    position: relative;
    padding: 0;
    margin-top: 2em;
    margin-bottom: 2em;
    color: #676a6c !important;
}

.vertical-container {
    width: 90%;
    max-width: 1170px;
    margin: 0 auto;
}

#vertical-timeline::before {
    content: '';
    position: absolute;
    top: 0;
    left: 18px;
    height: 100%;
    width: 4px;
    background: #f1f1f1;
}

.vertical-timeline-block:first-child {
    margin-top: 0;
}

.vertical-timeline-block {
    position: relative;
    margin: 2em 0;
}

.vertical-timeline-block:after {
    content: "";
    display: table;
    clear: both;
}

.navy-bg {
    background-color: #1ab394 !important;
    color: #ffffff;
}

.orange-bg {
    background-color: #F5AC58 !important;
    color: #ffffff;
}

.red-bg {
    background-color: #EA5464 !important;
    color: #ffffff;
}

.vertical-timeline-icon {
    position: absolute;
    top: 0;
    left: 0;
    width: 40px;
    height: 40px;
    border-radius: 50%;
    font-size: 16px;
    border: 3px solid #f1f1f1;
    text-align: center;
    vertical-align: middle;
}

.vertical-timeline-icon i {
    display: block;
    width: 24px;
    height: 24px;
    position: relative;
    left: 50%;
    top: 50%;
    margin-left: -12px;
    margin-top: -9px;
}

.dark-timeline .vertical-timeline-content,
.dark-timeline.center-orientation .vertical-timeline-content {
    background: #f5f5f5;
}

.vertical-timeline-content {
    position: relative;
    margin-left: 60px;
    background: white;
    border-radius: 0.25em;
    padding: 1em;
}

.vertical-timeline-content h2 {
    font-weight: 400;
    margin-top: 4px;
}

.vertical-timeline-content p {
    text-align: justify;
    margin: 1em 0;
    line-height: 1.6;
}

.vertical-timeline-content .vertical-title {
    float: left;
    font-weight: 500;
}

.vertical-timeline-content .vertical-title:nth-child(even) {
    left: auto;
}

@media only screen and (min-width: 1170px) {
    #vertical-timeline.center-orientation {
        margin-top: 3em;
        margin-bottom: 3em;
    }
    .center-orientation .vertical-timeline-block:nth-child(even) .vertical-timeline-content {
        float: right;
    }
    .center-orientation .vertical-timeline-block:nth-child(even) .vertical-timeline-content .vertical-title {
        left: auto;
        right: 122%;
        text-align: right;
    }
    #vertical-timeline.center-orientation:before {
        left: 50%;
        margin-left: -2px;
    }
    .center-orientation .vertical-timeline-block:first-child {
        margin-top: 0;
    }
    .center-orientation .vertical-timeline-block {
        margin: 4em 0;
    }
    .center-orientation .vertical-timeline-icon {
        width: 50px;
        height: 50px;
        left: 50%;
        margin-left: -25px;
        -webkit-transform: translateZ(0);
        -webkit-backface-visibility: hidden;
        font-size: 19px;
    }
    .center-orientation .vertical-timeline-icon i {
        margin-left: -12px;
        margin-top: -10px;
    }
    .center-orientation .vertical-timeline-content {
        margin-left: 0;
        padding: 1.6em;
        width: 45%;
    }
    .center-orientation .vertical-timeline-content .vertical-title {
        position: absolute;
        width: 100%;
        left: 122%;
        top: 2px;
        font-size: 14px;
    }
}

@media only screen and (min-width: 768px) {
    .vertical-timeline-content p {
        font-size: 13px;
    }
    .vertical-timeline-content h2 {
        font-size: 18px;
    }
}


/*========== tema inspinia ===========*/

.tema-inspinia .ibox .panel-heading {
    background-color: #ffffff;
    border-color: #e7eaec;
    border-image: none;
    border-style: solid solid none;
    border-width: 2px 0 0;
    color: inherit;
    margin-bottom: 0;
    padding: 15px 15px 7px;
    min-height: 48px;
}

.tema-inspinia .ibox .panel-body {
    background-color: #ffffff;
    color: inherit;
    padding: 15px 20px 20px 20px;
    border-color: #e7eaec;
    border-image: none;
    border-style: solid solid none;
    border-width: 1px 0;
}

.tema-inspinia .table-bordered>thead>tr>th,
.tema-inspinia .table-bordered>thead>tr>td {
    background-color: unset;
}

.tema-inspinia .divider-custom {
    display: block;
    padding: 3px 20px;
    clear: both;
    font-weight: bold;
    line-height: 1.42857143;
    color: rgb(214, 214, 214);
    white-space: nowrap;
    text-align: center;
    font-size: 15px;
    cursor: default;
}

.tema-inspinia .judul_aplikasi {
    padding-top: 15px;
    margin-left: 10px;
    float: left;
    display: block;
    color: #333;
    font-size: 20px;
    margin-right: 10px;
}

.tema-inspinia .tahun-perencanaan {
    margin-left: 10px;
    padding: 0;
    padding-left: 10px;
    border-left: 1px solid rgb(128, 127, 127);
    float: left;
    font-size: 15px;
    text-align: center;
    font-weight: bold;
}

.tema-inspinia .visi {
    color: #333;
    float: left;
    max-width: 400px;
}

.tema-inspinia .lambang-lambang {
    padding-top: 20px;
    text-align: right;
}

.tema-inspinia .lambang-lambang img {
    height: 50px;
}

.tema-inspinia .fajar-timeline .list-group-item {
    background-color: white;
}

.tema-inspinia .divider-custom {
    background-color: teal;
    color: white;
    font-size: 13px;
    text-align: left;
}

.ui-pnotify {
    z-index: 9999999 !important;
}

.swal2-container {
    z-index: 9999999 !important;
}