body {
    font-family: 'Source Sans Pro', 'Helvetica Neue', 'Battambang', Helvetica, Arial, sans-serif;
    font-size: 14px;
    line-height: 1.42857143;
    color: #333;
}

h1, h2, h3, h4, h5, h6 {
    font-family: 'Source Sans Pro', 'Helvetica Neue', 'Moul', Helvetica, Arial, sans-serif;
    color: #333;
}


.khmer_moul {
    font-family: 'Source Sans Pro', 'Helvetica Neue', 'Moul', Helvetica, Arial, sans-serif;
}

.khmer_battambang {
    font-family: 'Source Sans Pro', 'Helvetica Neue', 'Battambang', Helvetica, Arial, sans-serif;
}

@media (min-width: 576px) {
    .navbar-header {
        height: 140px;
    }

    .topnav {
        margin-top: 140px;
    }

    body[data-layout="horizontal"] .page-content {
        margin-top: 140px;
    }
    .topnav .navbar-nav .nav-item:first-of-type .nav-link {
        padding-left: 15px;
    }

}

@media (max-width: 768px) {
    .step{
       height: 120px;
    }
}

.topnav {
    background-color: #2872f0;
}

.topnav .navbar-nav .nav-link {
    padding: 15px;
    color: #fff;
}

.topnav .navbar-nav .nav-link:hover {
    padding: 15px;
    background: rgba(0, 0, 0, 0.1);
    color: #fff;
}

.topnav .navbar-nav .nav-link svg {
    color: #fff;
}

.topnav .navbar-nav .nav-link:hover svg {
    color: #fff;
}



.bg-footer{
    background: #2872f0;
}

.bg-input {
    background-color: #f2f2f2;
}
.input-group .btn {
    position: relative;
    z-index: 2;
    padding-left: 2rem;
    padding-right: 2rem;
}

html {
    font-family: helvetica, arial;
}

.htimeline {
    list-style: none;
    padding: 0;
    margin: 20px 0 0;
}

.htimeline .step {
    float: left;
    border-top-style: solid;
    border-top-width: 5px;
    position: relative;
    background-color: #ddd;
    color: #333;
    vertical-align: middle;
    border-right: solid 1px #bbb;
    border-bottom: solid 1px #bbb;
    transition: all 0.5s ease;

}

.htimeline .step:nth-child(odd) {
    background-color: #eee;
}

.htimeline .step:first-child {
    border-left: solid 1px #bbb;
}

.htimeline .step:hover {
    background-color: #ccc;
    border-bottom-width: 6px;
}

.htimeline .step > div {
    margin: 0 5px;
    font-size: 14px;
    vertical-align: top;
    padding: 0;
}

.htimeline .step.green {
    border-top-color: #348F50;
}

.htimeline .step.orange {
    border-top-color: #F09819;
}

.htimeline .step.red {
    border-top-color: #C04848;
}

.htimeline .step.blue {
    border-top-color: #4ba6ef;
}

.htimeline .step.gray {
    border-top-color: rgba(80, 80, 80, 0.15);
}

.htimeline .step::before {
    width: 15px;
    height: 15px;
    border-radius: 50px;
    content: ' ';
    background-color: white;
    position: absolute;
    top: -10px;
    left: 0px;
    border-style: solid;
    border-width: 3px;
    transition: all 0.5s ease;
}

.htimeline .step:hover::before {
    width: 18px;
    height: 18px;
    bottom: -12px;
}

.htimeline .step.green::before {
    border-color: #348F50;
}

.htimeline .step.orange::before {
    border-color: #F09819;
}

.htimeline .step.red::before {
    border-color: #C04848;
}

.htimeline .step.blue::before {
    border-color: #4ba6ef;
}

.htimeline .step::after {
    content: attr(data-date);
    position: absolute;
    top: -20px;
    left: 17px;
    font-size: 11px;
    font-style: italic;
    color: #888
}

/*TASKS*/
.htimeline .step .tasks {
    margin-top: 10px;
}

.htimeline .step .tasks .resource {
    position: relative;
    height: 40px;
}

.htimeline .step .tasks .resource::before {
    position: absolute;
    bottom: 2px;
    left: -5px;
    content: attr(data-name);
    font-size: 10px;
    font-style: italic;
    color: #888
}

.htimeline .step .tasks .task {
    overflow: hidden;
    font-size: 10px;
    padding: 3px;
    border: solid 1px white;
    border-radius: 4px;
    min-height: 20px;
}

.htimeline .step.green .tasks .task {
    background-color: #348F50;
    color: white;
}

.htimeline .step.orange .tasks .task {
    background-color: #F09819;
    color: white;
}

.htimeline .step.red .tasks .task {
    background-color: #C04848;
    color: white;
}

.htimeline .step.blue .tasks .task {
    background-color: #4ba6ef;
    color: white;
}

.loading-spinner {
    display: none;
    position: fixed;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    z-index: 1000;
}
.accordion-button:not(.collapsed) {
    border: none;
    background-color: #dddddd;

}

.dataTables_filter {
    display: none;
}
.dataTables_length{
    display: none;
}

#page-topbar{
   z-index: 10;
}


label[required]::after, .required::after {
    padding-left: 5px;
    content: '*';
    color: red;
    top: -.5em;
}



.e-charts {
    width: auto;
    height: 1000px;
}
.e-charts-ser{
    width: auto;
      height: 200px;
}
