html,head,header{
    background-color: #ffffff;
    /* overflow-x: hidden;  */
}

body{
    background-color: #ffffff !important;
     overflow-x:hidden;
}

hr{
    border-color: #375623;
}

.error-messages,.error-message{
    color: red;
}

.login-hr{
    margin-top: 0px;
}

.user-header-brand h1{
    padding: 10px 0px 0px 40px;
}


.btn-create{
    background-color: #b4c6e7;
    border:1px solid #b4c6e7;
}

.btn-table{
    background-color: #4472c4;
    border:1px solid #4472c4;
}

.container-custom{
    background-color:#e2efda ;
}

/* Navigation Bar */
#developer-nav{
    margin-top: 60px;
}

#developer-nav .navbar-nav{
    flex-direction: column !important;
}

#acme-navbar .active .nav-link{
    background-color: #375623;
}


.bg-custom-dark{
    background-color: #ffffff;
}

.navbar{
    padding:0 0;
}

.navbar-expand-lg .navbar-nav .nav-link {
    padding-right: 0rem;
    padding-left: 0rem;
}

.navbar-nav .nav-link a{
    display: block;
    /* padding: 0 0; */
    padding: 0 5px;
    text-decoration: none;
    font-weight: bold;
}

nav ul li {
    float: left;
    /* width: 170px; */
    width: 20%;
    text-align: center;
    font-size: 15px;
    position: relative;
    white-space: nowrap;
}

.navbar-dark .navbar-nav .nav-link.active {
    background-color: #375623;
}

.navbar-dark .navbar-nav .nav-link.active a{
    color: #ffffff;
}

.navbar-dark .navbar-nav .nav-link:hover {
    background-color: #375623;
}

.navbar-dark .navbar-nav .nav-link:hover a{
    color: #ffffff;
}

.navbar-dark .navbar-nav .nav-link a:hover{
    color: #ffffff;
}

.navbar-dark .navbar-nav li{
    border: 1px solid #375623;
}

nav ul li a, nav ul li a:active, nav ul li a:link, nav ul li a:visited{
    display: block;
    padding: 18px 0;
    color: #000000;
    text-decoration: none;
}

#left-side-navbar li.active{
    background-color: #fff3cb;
}
/* Navigation Bar End*/

/* Left Navbar Start*/
#acme-left-side-navbar ul li {
    float: left;
    width: 100%;
    text-align: left;
    position: relative;
    border: 1px solid #375623;
    padding: 0px 5px;
}
#acme-left-side-navbar ul li a{
    padding: 0.5rem 1rem;
    text-decoration: none;
    font-weight: bold;
}
/* Left Navbar End */

/* Table Start*/
.table-bordered td{
    border: 1px solid #375623;
    vertical-align: middle;
}
.table-bordered th{
    border: 1px solid #375623;
    text-align: center;
    /* vertical-align: middle; */
}
/* Table End */

#custom-container{
    margin-left: 15px;
    margin-right: 15px;
    padding-left: 0px;
}

.form-control{
    border: 1px solid #375623;
}
.btn-info-payment {
    color: #212529;
    background-color: #a5c4de;
    border-color: #125414;
}

.top-hr {
    border-color: #375623;
    margin-bottom: 0rem;
}
.log-info {
    margin-top: 0;
    margin-bottom: 0rem;
    font-weight: bold;
    font-size: smaller;
}
.btn-enable {
    color: #fff;
    background-color: #808080;
    border-color: #808080;
}
.button-inline{
    display: flex;
}

.card-header{
    font-weight: bold;
}

#m_company label:first-child{
    font-weight: bold;
}

.dowmload-excel{
    margin-top: 30px;
}

.selected_filter_hide
{
    display:none;
}

.required{
 color: red;
}

.page-column-break{
    break-inside:avoid;
}


/* Notification Modal */

.modal-n.left-n .modal-dialog-n {
    position:fixed;
    right: 0;
    margin: auto;
    width:35%; 
    /* height: 100%; */
    -webkit-transform: translate3d(0%, 0, 0);
    -ms-transform: translate3d(0%, 0, 0);
    -o-transform: translate3d(0%, 0, 0);
    transform: translate3d(0%, 0, 0);
}

.modal-n.left-n .modal-content-n {
    height: 100%;
    overflow-y: auto;
}

.modal-body-n {
    position: relative;
    flex: 1 1 auto;
    /* padding: 1rem; */
}

.modal-n.right-n.fade-n .modal-dialog-n {
    left: -320px;
    -webkit-transition: opacity 0.3s linear, left 0.3s ease-out;
    -moz-transition: opacity 0.3s linear, left 0.3s ease-out;
    -o-transition: opacity 0.3s linear, left 0.3s ease-out;
    transition: opacity 0.3s linear, left 0.3s ease-out;
}

.modal-n.right-n.fade-n .modal-dialog-n {
    right: 0;
}

.modal-content-n {
    border-radius: 0;
    border: none;
}

.modal-header-sticky-n{
    position: sticky;
    top: 0;
    z-index: 1055;
    background: #375623;
    border-radius: 0;
    color: white;
}

.modal-footer-sticky-n{
    position:sticky;
    bottom:0;
    z-index:1055;
    background:#ffffff;
    padding: 5px !important;
}

.table-n{

    margin-bottom: 0rem !important;
}



.table-n th, .table-n td {
    padding: 10px;
    vertical-align: unset;
    border-bottom: 0.5px solid #dee2e6; 
    border-top: 0.5px solid #dee2e6;
    border-top: none;
}

.message-text-n{
    text-decoration:none !important;
    color: black !important;
}

.remove-underline-n{
    text-decoration:none !important; 
}


.table-n tr:hover{
    background-color:#dce9f5 ;
    color: #c1d1a0;
}
.btn-notification-btn{ 
  color: #212529;
  background-color: #a5c4de;
  border-color: #125414;  
}
.close-n{
    color:white;
}
.inline-text-white-space{
    white-space: nowrap !important;
}

.create_payment_tables thead th {
    vertical-align: middle !important;
}

.create_payment_tables_td_button{
    vertical-align: bottom !important;
}

.create_payment_tables_sub_rows{
    border-top: 0.5px solid #375623 !important; 
    margin-left: -12px !important;
    margin-right: -12px !important;
    margin-top: 0.75rem;
    margin-bottom: 0.75rem;
}

.ui_customize_table .custom_price_field{
    padding: 0 !important;
}


.ui_customize_table .custom_text_field{
    padding: 2px 5px 2px 5px !important;
}

.ui_customize_table .form_price_control{
    border: none !important;
    border-radius: 0 !important;
}

.ui_customize_table .form-check-input {
    position: unset !important;
    margin-top: 0 !important;
    margin-left: 0 !important;
}

.ui_customize_table .action_column_btn {
    padding: 0.2rem 0.75rem !important;
} 

.ui_customize_table .decrease_padding{
    padding: 0.45rem !important;
}
