﻿/* ====================================================== */
/* pp-sideapnel */
.pp-sidepanel-link {
    padding: 15px;
    font-weight: 500;
    font-size: medium;
    border-radius: 10px;
    color: black;
    text-decoration: none;
}

    .pp-sidepanel-link.active, .pp-sidepanel-link:hover {
        font-weight: bold;
        color: #40b47f;
        /*background-color: #edfdf6;*/
    }

.pp-page-body {
    padding: 40px;
    gap: 30px;
}

.pp-page-title {
    padding-top: 20px;
    padding-left: 20px;
    font-weight: bolder;
    font-size: 30px;
}

/* ====================================================== */
/* pp-search */
.pp-search-row {
    display: flex;
    flex-direction: row;
}

.pp-search-title {
    padding-left: 20px;
    padding-right: 20px;
    font-weight: 600;
}

/* ====================================================== */
/* pp-grid */
.pp-grid-add {
}

/* ====================================================== */
/* pp-data */
.pp-data-form {
    padding-bottom: 10px;
    display: flex;
    flex-direction: row;
    text-align: right;
}

.pp-data-label-w150 {
    align-self: center;
    text-align: right;
    min-width: 150px;
    padding-right: 30px;
    font-weight: 600;
}

.pp-data-label-w200 {
    align-self: center;
    text-align: right;
    min-width: 200px;
    padding-right: 30px;
    font-weight: 600;
}

.pp-data-label-w250 {
    align-self: center;
    text-align: right;
    min-width: 250px;
    padding-right: 30px;
    font-weight: 600;
}

.pp-data-label-w300 {
    align-self: center;
    text-align: right;
    min-width: 300px;
    padding-right: 30px;
    font-weight: 600;
}

.pp-textarea-label-w150 {
    text-align: right;
    min-width: 150px;
    padding-right: 30px;
    font-weight: 600;
}

.pp-textarea-label-w200 {
    text-align: right;
    min-width: 200px;
    padding-right: 30px;
    font-weight: 600;
}

.pp-textarea-label-w250 {
    text-align: right;
    min-width: 250px;
    padding-right: 30px;
    font-weight: 600;
}

.pp-textarea-label-w300 {
    text-align: right;
    min-width: 300px;
    padding-right: 30px;
    font-weight: 600;
}

/* ====================================================== */
/* pp-submit */
.pp-submit-btn {
    display: flex;
    flex-direction: row;
    padding-top: 10px;
    gap: 15px;
}

/* ====================================================== */
/* pp-table */
.pp-table-border-title {
    background-color: #F7FAFC;
    border: 1px solid #e0cbcb;
    text-align: center;
    font-weight: bold;
    padding: 7px;
}

.pp-table-border-row {
    border: 1px solid #e0cbcb;
    text-align: center;
}


/* ====================================================== */
/* pp-table */
.pp-caption-w100 {
    min-width: 100px;
}

.pp-caption-w150 {
    min-width: 150px;
}

.pp-caption-w200 {
    min-width: 200px;
}

/* ====================================================== */
/* TabBox */
.tagbox-item-template {
    display: flex;
    align-items: center;
}

.tagbox-tag-template {
    display: flex;
    align-items: center;
    padding: 0.125em 0.5em 0.125em 0;
    position: relative;
}

.tagbox-tag-template:before {
    content: " ";
    position: absolute;
    background-color: currentColor;
    opacity: 0.15;
    border-radius: 16px;
    left: 0;
    top: 0;
    right: 0;
    bottom: 0;
    pointer-events: none;
}

.tagbox-tag-template-close-btn {
    border: 0;
    border-radius: 3rem;
    box-shadow: none;
    font-weight: 600;
    padding: 0;
    width: 16px;
    height: 16px;
    margin: 0 0 0 0.5em;
    opacity: 0.5;
}

.tagbox-tag-template-close-btn:hover {
    opacity: 0.75;
}

.tagbox-tag-template-close-btn-icon {
    height: 16px;
    width: 16px;
    mask-image: url("images/icons/clear.svg");
    -webkit-mask-image: url("images/icons/clear.svg");
    background-size: contain;
    mask-repeat: no-repeat;
    -webkit-mask-repeat: no-repeat;
    background-position: center center;
    background-color: currentColor;
}

/* ====================================================== */
/* Treeview */
.demo-treeview-template .nav-pills .nav-pills {
    margin-left: 0 !important;
}

.demo-treeview-template h5 {
    margin-bottom: .1rem;
    font-size: 1.1rem;
    font-weight: 600;
    line-height: 1.2;
}

.demo-treeview-template .treeview-template-icon {
    padding: 7px;
    width: 30px;
    height: 30px;
}

.demo-treeview-template .treeview-expand-btn {
    background-color: currentColor;
    width: 0.7em;
    height: 0.7em;
}

.demo-treeview-template .treeview-expand-btn.expanded {
    -webkit-mask-image: url("images/icons/chevron-down.svg");
    mask-image: url("images/icons/chevron-down.svg");
}

.demo-treeview-template .treeview-expand-btn.collapsed {
    -webkit-mask-image: url("images/icons/chevron-right.svg");
    mask-image: url("images/icons/chevron-right.svg");
}
