/*
 default template css
*/

body {
    padding-bottom: 0;
}


/*******************************************************************************************/


/* Set padding to keep content from hitting the edges */

.body-content {
    position: relative;
    height: auto;
    min-height: 827px;
    /*for font-size: 1rem;*/
    /*min-height: 836px; for font-size: 0.9rem;*/
    padding: 4px 0;
}

footer {}

.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;
}


/*******************************************************************************************/


/* override */

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(230, 236, 240);
    background-color: rgba(230, 236, 240, 0.50);
    /*color: azure;*/
}

.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: 0;
    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-wraper {
    background-color: rgb(244, 251, 233);
    background-color: rgba(244, 251, 233, 0.7);
}

.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(/nu4prop/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;
}

.fieldset-3 {
    border: solid 1px lightsalmon;
    border-radius: 0.25rem;
    padding-left: 0.5rem;
    padding-bottom: 0.5rem;
    padding-right: 0.5rem;
}

.fieldset-4 {
    border: solid 1px lightseagreen;
    border-radius: 0.25rem;
    padding-left: 0.5rem;
    padding-bottom: 0.5rem;
    padding-right: 0.5rem;
}

.fieldset-3>legend,
.fieldset-4>legend {
    width: inherit;
    padding-left: 0.5rem;
    padding-right: 0.5rem;
    font-size: 1.1rem;
}