/* JP CSS */
/*LIST OF ITEMS*/
.jp_accordion {
    transition: 0.4s;
}

.activelist, .jp_accordion:hover {
    background-color: #e6e6e6;
}

.jp_list-panel {
    padding: 0 18px;
    background-color: white;
    max-height: 0;
    font-size: 10px;
    overflow: hidden;
    transition: max-height 0.2s ease-out;
}



.caption_class{
    /* padding: 8px; */
    vertical-align: middle;
    justify-content: center;
    align-content: center;
    font-size: 14px;
    color: #111;
    font-weight: 900;
}

.editbtn{
    float:right;
    min-width: 35px;
    min-height: 35px;
    /* align-content: center; */
    /* justify-content: center; */
    /* margin-right: -10px; */
    /* vertical-align: middle; */
}

[contenteditable="true"]:active,
[contenteditable="true"]:focus{
  border:none;
  outline:none;
}
.addbtn{
    margin-right: 5px;
}

.caption_class{
  text-align:center;
  font-weight:900;
  font-size:14px;
}

.jp_chart_container {
  height: 100%;
  width: 100%;
  overflow: hidden;
  align-items: center;
  position: relative;
  /* display: inline-block; */
  /* border: 5px solid red; */
}

/*DASHBOARD*/

.tile {
    border-radius: 5px;
    box-shadow: 4px 4px 4px 4px rgba(15, 15, 15, 0.1);
    border: 1px solid rgba(194, 190, 190, 0.5);
    margin-top: 10px;
    margin-left: 10px;
    background-color: #ffffff !important;
}

.micro {
    grid-column: span 1;
    height: 35px;
    font-size: 18px;
    color: #fff;
    margin-top: 7px !important;
    opacity: 0.9;
    text-align: center;
    vertical-align: middle;
    padding: 0px !important;
}

.small {
    grid-column: span 2;
    height: 130px;
}

.medium {
    grid-column: span 3;
    height: 130px;
}

.msmall {
    grid-column: span 2;
    height: 130px;
    box-shadow: 1px 1px 1px 1px rgba(0, 0, 0, 0.2);
}

.mslong {
    grid-column: span 4;
    height: 650px;
    box-shadow: 1px 1px 1px 1px rgba(0, 0, 0, 0.2);
}

.large {
    grid-column: span 6;
    min-height: 400px;
    border-top-left-radius: 5px;
    border-bottom-left-radius: 5px;
    border-bottom-right-radius: 5px;
    border-top-right-radius: 5px;
    padding-top: 0;
    padding-bottom: 20px;
    margin-bottom: 20px;
    
}

.long {
    grid-column: span 5;
    height: 890px;
    border-top-left-radius: 5px;
    border-bottom-left-radius: 5px;
    border-bottom-right-radius: 5px;
    border-top-right-radius: 5px;
    padding-top: 5px;
    padding-bottom: 20px;
    margin-bottom: 20px;
}

.xlarge {
    grid-column: span 12;
    border-top-left-radius: 5px;
    border-bottom-left-radius: 5px;
    border-bottom-right-radius: 5px;
    border-top-right-radius: 5px;
    padding-top: 0;
    padding-bottom: 20px;
    margin-bottom: 20px;
}

.xxlarge {
    grid-column: span 18; 
    min-height: 400px;
    border-top-left-radius: 5px;
    border-bottom-left-radius: 5px;
    border-bottom-right-radius: 5px;
    border-top-right-radius: 5px;
    padding-top: 0;
    padding-bottom: 20px;
    margin-bottom: 20px;
}

.flextile {
    border-top-left-radius: 5px;
    border-bottom-left-radius: 5px;
    border-bottom-right-radius: 5px;
    border-top-right-radius: 5px;
    padding-top: 0;
    padding-bottom: 50px;
    margin-bottom: 50px;
}

.micro .left {
    width: 70%;
    height: 100%;
    border-top-left-radius: 4px;
    border-bottom-left-radius: 4px;
    vertical-align: middle;
    padding-top: 2px;
}

.micro .right {
    width: 30%;
    overflow: hidden;
    vertical-align: middle;
}


.tile_header {
    height: 100px;
    background-color: #f4f4f4;
    border-radius: 4px 4px 0 0;
    padding: 5px;
    color: white;
    font-weight: 300;
}

.left,
.right {
    width: 50%;
    text-align: center;
    display: inline-block;
}

.tile_headerdata {
    font-size: 34px;
    text-align: center;
    padding: 10px 0 0;
}

.tile_title {
    font-size: 18px;
    text-align: center;
    padding: 0px;
}

.tile_title.large_title {
    font-size: 14px;
    text-align: center;
    padding: 5px;
    margin-bottom: 10px;
    background-color: #eee;
    border-bottom: 1px solid rgba(0, 0, 0, 0.125);
}

.tile_bodyfooter {
    border-radius: 0 0 4px 4px;
    color: #333333;
    background-color: white;
}

.tile .tile_bodyfooter .tile_title {
    text-align: center;
    font-size: 16px;
    padding-top: 2px;
}

.container-dashboard {
    display: grid;
    grid-template-columns: repeat(18, 80px);
    grid-auto-rows: auto;
    grid-gap: 5px;
    width: 1700px; /* Fixed width */
    margin: 0 auto;
    position: relative; /* Ensure it's positioned relative to its parent */
}

.jp_legend_style {
    padding-left: 20px;
    padding-top: 0;
}

.green {
    background: #4a7c2d;
    box-shadow: 0 4px 6px rgba(0, 0, 0, 0.1);
}

.grey {
    background:  #e0e0e0;
    box-shadow: 0 4px 6px rgba(0, 0, 0, 0.05);
}

.purple {
    background: #4a235a;
    box-shadow: 0 4px 6px rgba(0, 0, 0, 0.15);
}

.dark-blue {
    background: #1b2838;
    box-shadow: 0 4px 6px rgba(0, 0, 0, 0.2);
}

.blue {
    background: #3a6db3;
    box-shadow: 0 4px 6px rgba(0, 0, 0, 0.15);
}

.yellow {
    background: #c09405;
    box-shadow: 0 4px 6px rgba(0, 0, 0, 0.1);
}

.red {
    background:  #c0392b;
    box-shadow: 0 4px 6px rgba(0, 0, 0, 0.15);
}

.textred {
    color: #fa0202;
}

.textgreen {
    color: #609931;
}

.textblue {
    color: #5173cf;
}

.textyellow {
    color: #ef7f00;
}

.textpurple {
    color: #5b2c6f;
}

.textdark-blue {
    color: #212f3c;
}

.blanc {
    background: #FFFFFF;
}
/* JP CSS */

