/*
 default template css
*/

:root {
    --footer-height: 64px;
    overflow: hidden;
}

body {
    padding-bottom: 0;
    overflow: hidden;
}

/*******************************************************************************************/

/* Set padding to keep content from hitting the edges */
a:link {
    text-decoration: none;
} 

.body-content {
    position: relative;
    height: -webkit-calc(100vh - var(--footer-height));
    height: -moz-calc(100vh - var(--footer-height));
    height: calc(100vh - var(--footer-height));
    padding: 4px 0;
    padding-top: 50px;
    padding-bottom: 64px;
    overflow-x: auto;
    overflow-y: auto;
}

.body-content-bg-x {
    content: "";
    background-image: url('image/logo.png');
    background-repeat: no-repeat;
    background-attachment: fixed;
    background-position: center;
    background-size: 5%;
    position: absolute;
    top: 0px;
    right: 0px;
    bottom: 0px;
    left: 0px;
    opacity: 0.25;
}

footer {
    width: 100%;
    left: 0;
    bottom: 0;
    z-index: 999;
}

.gototop {
    width: 50px;
    height: 40px;
    padding-top: 8px;
    position: fixed;
    right: 20px;
    bottom: 80px;
    background-color: rgb(103, 116, 227);
    background-color: rgba(103, 116, 227, 0.5);
    border: solid 1px transparent;
    border-radius: 0.25rem;
    text-align: center;
    cursor: pointer;
    display: none;
    z-index: 999;
}

.gototop:hover {
    color: #ac2925;
}

.bg-yellow,
.titlebar-yellow {
    background-color: rgb(255, 212, 85);
}

.bg-violet,
.titlebar-violet {
    background-color: rgb(136, 166, 255) !important;
}

.bg-violet,
.titlebar-violet {
    background-color: rgb(136, 166, 255) !important;
}

.bg-violet-light,
.titlebar-violet-light {
    background-color: rgb(213, 223, 255) !important;
}

.bg-violet-light2 {
    background-color: rgb(244, 239, 252) !important;
}

.bg-yellow-light,
.titlebar-yellow-light {
    background-color: rgb(255, 225, 136) !important;
}

.titlebar-green-light {
    background-color: rgb(243, 255, 194) !important;
}

.bg-green-light {
    background-color: rgb(239, 255, 251) !important;
}

.bg-orange {
    background-color: rgb(239, 195, 168) !important;
}

.bg-orange-light {
    background-color: rgb(251, 240, 233) !important;
}

.bg-red-strong {
    background-color: rgb(210, 0, 0) !important;
}

.bg-red-light {
    background-color: rgb(255, 58, 58) !important;
}

.bg-red-light2 {
    background-color: rgb(255, 135, 135) !important;
}

.text-orange {
    color: rgb(240, 124, 51) !important;
}

.text-violet {
    color: rgb(136, 166, 255) !important;
}

.text-red-light {
    color: rgb(255, 135, 135) !important;
}

.btn-red-light {
    background-color: rgb(255, 135, 135);
    border-color: rgb(255, 135, 135);
}

.btn-violet {
    /* color: rgb(242, 245, 239) !important; */
    background-color: rgb(136, 166, 255);
    border-color: rgb(136, 166, 255);
}

.btn-orange {
    /* color: rgb(146, 144, 142) !important; */
    background-color: rgb(239, 195, 168);
    border-color: rgb(239, 195, 168);
}

/*******************************************************************************************/

/* override */
.breadcrumb {
    background-color: rgb(245, 255, 243);
    background-color: rgba(245, 255, 243, 0.7) !important;
}

nav {
    min-height: 46px;
}

.navbar {
    padding: 0;
}

.navbar>dl,
ol,
ul {
    margin-top: 0;
}

.navbar .navbar-brand {
    margin-top: 0;
    font-weight: bold;
}

.navbar .navbar-brand:hover {
    color: #1dc116;
}

.navbar .navbar-brand img {
    margin-top: 0.1rem;
}

.navbar #navbar-right {
    margin: 0.25rem 0;
}

.navbar .dropdown-toggle::after {
    /*vertical-align: unset;*/
}

.navbar .dropdown-menu {
    /*    background-color: #f8d7da;
        margin: 0 2.70rem;*/
}

.navbar .dropdown-item:hover {
    background-color: rgb(245, 255, 243);
    background-color: rgba(245, 255, 243, 0.7);
    /*color: azure;*/
}

.table td,
.table th {
    vertical-align: middle;
}

.table-responsive {
    display: table;
}

.table-container {
    position: relative;
    width: 100%;
    height: auto;
    max-height: 640px;
    overflow-x: auto;
    overflow-y: auto;
}

.table-container th {
    position: sticky;
    top: -2px;
    z-index: 20;
}

.table-grid-data>tbody>tr>th:first-child {
    position: sticky;
    left: 0;
    top: 0;
}

.table-grid-data>tbody>tr>td:first-child {
    position: sticky;
    left: 0;
    background-color: #fff;
}

.page-item.active .page-link {
    background-color: #6c757d;
    border-color: #6c757d;
}

.page-link {
    color: #6c757d;
}
/* 
#data-form {
    width: 100%;
    height: calc(100vh - 185px);
    overflow-x: hidden;
    overflow-y: auto;
} */

.data-form-wraper {
    /* background-color: rgb(244, 251, 233); */
    /* background-color: rgba(244, 251, 233, 0.7); */
    background-color: rgb(255, 243, 245);
    background-color: rgba(255, 243, 245, 0.3);
}

.a-lst {
    color: inherit;
    text-decoration: none;
}

.a-lst:hover {
    color: inherit;
    text-decoration: none;
}

#list-data-pagination ul.pagination {
    padding: 0;
    margin-bottom: 0;
}

#list-data-pagination nav {
    min-height: 30px;
}

.error404 {
    height: 819px;
    background-image: url(/p23006/public/image/background/bg_error404.png);
    background-position: center;
    background-repeat: no-repeat;
    background-size: contain, cover;
}

.fieldset-1 {
    border: solid 2px lightsalmon;
    border-radius: 0.25rem;
    padding-left: 1rem;
    padding-bottom: 1rem;
    padding-right: 1rem;
}

.fieldset-2 {
    border: solid 2px lightseagreen;
    border-radius: 0.25rem;
    padding-left: 1rem;
    padding-bottom: 1rem;
    padding-right: 1rem;
}

.fieldset-1>legend,
.fieldset-2>legend {
    width: inherit;
    padding-left: 0.5rem;
    padding-right: 0.5rem;
    margin-bottom: 0.5rem;
    font-size: 1.25rem;
}

.fieldset-3 {
    border: solid 2px rgb(141 209 135);
    border-radius: 0.25rem;
    padding-left: 1rem;
    padding-bottom: 1rem;
    padding-right: 1rem;
}

.fieldset-4 {
    border: solid 2px rgb(231 217 71);
    border-radius: 0.25rem;
    padding-left: 1rem;
    padding-bottom: 1rem;
    padding-right: 1rem;
}

.fieldset-3>legend,
.fieldset-4>legend {
    width: inherit;
    padding-left: 0.5rem;
    padding-right: 0.5rem;
    margin-bottom: 0.5rem;
    font-size: 1.25rem;
}

.fieldset-5 {
    border: none;
    padding-left: 1rem;
    padding-bottom: 1rem;
    padding-right: 1rem;
}

.fieldset-5>legend {
    width: inherit;
    padding-left: 0.5rem;
    padding-right: 0.5rem;
    margin-bottom: 0.5rem;
    font-size: 1.25rem;
}

.fieldset-6 {
    border: none;
    padding-left: 0.5rem;
    padding-bottom: 0.5rem;
    padding-right: 0.5rem;
}

.fieldset-6>legend {
    width: inherit;
    padding-left: 0.5rem;
    padding-right: 0.5rem;
    font-size: 1rem;
}

fieldset>.table {
    margin-bottom: 0;
}

.nu-tab-content>.tab-pane {
    height: 560px;
    overflow-x: hidden;
    overflow-y: auto;
}

.visible-hidden {
    visibility: hidden;
}

.tbox-show {
    display: block;
    width: 100%;
    padding: 0.375rem 0.75rem;
    font-size: 1rem;
    line-height: 1.5;
    color: #495057;
    background-color: transparent;
    background-clip: padding-box;
    border: none;
    border-radius: 0.25rem;
    cursor: default;
}

.tbox-show:focus-visible {
    outline: none;
}

/* button */
.button-content {
    position: relative;
    z-index: 1;
}

/* button hover */
.button_purple:hover::before,
.button_green:hover::before,
.button_yellow:hover::before {
    transform: scaleX(1);
}

/* Purple Color */
.button_purple {
    position: relative;
    height: 38px;
    padding: 0 16px;
    border-radius: 0px 5px 5px 0px;
    background: #5d4bc0;
    color: #fff;
    border: none;
}

.button_purple::before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    transform: scaleX(0);
    transform-origin: 0 50%;
    width: 100%;
    height: inherit;
    border-radius: inherit;
    background: linear-gradient(82.3deg,
            rgb(185 159 224) 10.8%, rgba(99, 88, 238, 1) 94.3%);
    transition: all 0.475s;
}

/* Green Color */
.button_green {
    position: relative;
    height: 38px;
    padding: 0 16px;
    border-radius: 0px 5px 5px 0px;
    background: #0b8140;
    color: #fff;
    border: none;
}

.button_green::before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    transform: scaleX(0);
    transform-origin: 0 50%;
    width: 100%;
    height: inherit;
    border-radius: inherit;
    background: linear-gradient(82.3deg,
            rgb(147 196 161) 10.8%, rgb(16, 175, 37) 94.3%);
    transition: all 0.475s;
}

/* yellow Color */
.button_yellow {
    position: relative;
    height: 38px;
    padding: 0 16px;
    border-radius: 0px 5px 5px 0px;
    background: #cd7c13;
    color: #fff;
    border: none;
}

.button_yellow::before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    transform: scaleX(0);
    transform-origin: 0 50%;
    width: 100%;
    height: inherit;
    border-radius: inherit;
    background: linear-gradient(82.3deg,
            rgb(236 185 140) 10.8%, rgb(238 122 19) 94.3%);
    transition: all 0.475s;
}