/**
 * Copyright (c) 2015-2020. PT Docentron Trd Indonesia. All rights reserved.
 * This material may not be reproduced, displayed, modified or distributed without
 * the express prior written permission of the copyright holder.
 */

/* For tabs */
.nav-tabs {
    background: #e9ecf2;
    border: 0;
    padding: 10px;
    /*padding-top: 7px;
    padding-bottom: 7px;*/
}

.nav-tabs > li > a, .nav-tabs > li > a:hover {
    padding: 10px;
    color: white;
}

.nav-tabs-custom > li > a, .nav-tabs-custom > li > a:hover {
    color: white;
    border: 2px solid #428bca;
    background-color: #428bca;
    border-bottom-color: transparent;
}

.nav-tabs-custom .glyphicon {
    margin:0;
}

.nav-tabs > li.active > a, .nav-tabs > li.active > a:hover {
    padding: 10px;
    color: black;
    border-radius: 5px;
    /*border: 1px solid;*/
    border-top-color: rgb(221, 221, 221);
    border-right-color: rgb(221, 221, 221);
    border-bottom-color: transparent;
    border-left-color: rgb(221, 221, 221);
    background-color: #fff;
}

.epm_inline_btn{
    margin-bottom: 2px;
    padding-top: 3px;
    font-size: 12px;
    height: 26px;
}

.epm_top_btn{
    margin-bottom: 2px;
    margin-right: 5px;
    padding-top: 3px;
    font-size: 12px;
    height: 26px;
    float:right;
}

/* cal table */
.epm-tbl td{
    padding: 2px;
    min-width:50px;
    min-height:20px;
    border:1px solid black;
}
.epm-tbl th{
    border:1px solid black;
    text-align: center;
}
/* empty cell */
.epm-td-e{
    padding: 2px;
    min-width:50px;
    background-color:white;
    border:1px solid transparent !important;
    border-right:1px solid black !important;
}
/* formula cell */
.epm-td-fc{
    color:blue;
}

/* schedule table */
.epm-sch-tbl td, .btsch-tbl td{
    padding: 2px;
    width:180px;
    height:50px;
    border:1px solid black;
    vertical-align: top;
}
.epm-sch-tbl th, .btsch-tbl th, .epm-schd1-tbl th, .epm-schd2-tbl th, .epm-schd3-tbl th{
    border:1px solid black;
    text-align: center;
}
.epm-schd1-tbl th, .epm-schd2-tbl th, .epm-schd3-tbl th{
    background-color:lightblue;
    text-align: center;
}
.epm-schd1-tbl td, .epm-schd2-tbl td, .epm-schd3-tbl td{
    padding: 2px;
    width:163px;
    height:50px;
    border:1px solid black;
    vertical-align: top;
}
.epm-schd1-tbl td:nth-child(1), .epm-schd2-tbl td:nth-child(1), .epm-schd3-tbl td:nth-child(1){
    padding: 2px;
    width:63px;
    height:52px;
    border:1px solid black;
    text-align: center;
}
.epm-schm-box{
    display: inline-flex;
    border: 3px solid #666;
    background-color: #ddd;
    border-radius: .5em;
    padding: 0;
    cursor: move;
    max-width: 60px;
    font-size: 10px;
}
.epm-sch-box{
    position: absolute;
    border: 3px solid #666;
    background-color: #ddd;
    border-radius: .5em;
    padding: 2px;
    cursor: move;
    max-width: 160px;
}

.epm-mcald_tbl td {
    padding: 0;
    vertical-align: top;
    width: 50px;
    height: 100px;
    max-width: 272px!important;
    border: 1px solid black;
}

.epm-msch-list {
    overflow: auto;
    width: 270px;
    height: 150px;
}

.epm-sch-month {
    background: lightgrey;
}

.epm-mcald-eq {
    cursor: pointer;
}

.image-left img {
    float: left;
}
.img-sel-btn-grp{
    margin-left: 2px;
    position: relative;
    vertical-align: middle;
}

/*----Chart-----*/
.epm-db-card {
    /*max-width: 50%;*/
    min-width: 20%;
    word-wrap: break-word;
    box-shadow: 0px 4px 16px rgba(0,0,0,0.1);
    border-bottom-right-radius: 10px;
    border-bottom-left-radius: 10px;
    margin-bottom: 5px;
}

.epm-db-card-header {
    padding: 12px;
    position: relative;
    border-top-left-radius: 10px;
    border-top-right-radius: 10px;
    background-color: rgb(28,64,114);
    color: #fff;
    font-family: -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, Oxygen, Ubuntu, Cantarell, 'Open Sans', 'Helvetica Neue', sans-serif;
    justify-content: space-between;
    align-items: center;
    display: flex;
    flex-direction: row;
}

.epm-db-card-title {
    float: left;
    font-size: 20px;
    font-weight: 600;
    margin: 0 5px 0 0;
    color:white;
}

.epm-db-card-body {
    padding-left: 25px;
    padding-right: 25px;
}

/*----progress bar--------*/
.epm_progress .number-circle {
    width: 170px;
    height: 50px;
    border-radius: 30px;
    font-size: 22px;
    background-color: #F06;
    color: #fff;
    font-weight: bold;
    box-shadow: 0 4px 20px 0 rgba(0, 0, 0, 0.15);
}
.epm_progress .number-round {
    width: 300px;
    height: 50px;
    padding: 5px;
    text-align: center;
    border-radius: 90px;
    font-size: 12px;
    background-color: lightsalmon;
    color: black;
    box-shadow: 0 4px 20px 0 rgba(0, 0, 0, 0.15);
}
.epm_progress .number-rectangle {
    padding: 5px;
    margin-left: 15px;
    width: 200px;
    height: 50px;
    font-size: 10px;
    background-color: lightgreen;
    color: black;
    box-shadow: 0 4px 20px 0 rgba(0, 0, 0, 0.15);
}
.epm_progress .line-bar {
    height: 6px;
    width: 42%;
    background-color: #F06;
}
.epm_progress .hnumber-rectangle {
    width: 300px;
    height: 50px;
    font-size: 12px;
    font-weight: bold;
    color: red;
}
.epm_progress .hline-bar {
    height: 6px;
    width: 42%;
    background-color: white;
}
.epm_progress .number-active {
    background-color: #94cd5d;
}
.epm_progress .line-bar-active {
    background-color: #94cd5d;
}

.epm-progress .chart {
    margin-top: -50px;
    width: 100px
}

.sig-canvas {
    border: 2px dotted #CCCCCC;
    border-radius: 15px;
    cursor: crosshair;
}

.calland_wf {
    padding: 5px; border: 1px solid grey; box-shadow: 2px 2px #888888;
}

.calland_wfm {
}
.main-header-area .classynav ul li a {
    color: #ffffff;
    text-transform: unset;
    font-weight: 400;
}

.mp_sig_img, .btcert_sig_img{
    max-width: 150px;
}
.mp_sig_img_sec img, .btcert_sig_img_sec img{
    max-width: 150px;
}

/* EPMB--------------------*/
.epmb-btrqsch-tbl thead{
    font-size: 10px;
}
.epmb-btrqsch-tbl thead th{
    padding: 0;
    max-width: 35px;
}
