button:not(.dt-button, .btn-tool, .btn-danger, .close, .btn_ellipsis, .dtsb-add .dtsb-button){
    background-color: #469696;
    border-radius: 0.45rem;
    padding-top: 0.4rem;
    padding-bottom: 0.4rem;
    /*colot: #fff!important;*/
    border: 0.5px solid #469696!important;
}
button.btn-danger , button.btn-danger:hover{
    background: grey;
    border: 1px solid grey;
}
a:not(.nav-link, .d-block, .brand-link){
    /*color: #469696!important;*/
}

/*******************************   for the all column search ************************************/
/*th input {*/
/*    outline: 0!important;*/
/*    border-width: 0 0 0!important;*/
/*    border-color: grey;*/
/*    background: transparent;*/
/*}*/
/*th input:focus {*/
/*    !* border-color: green; *!*/
/*    outline: 1px dotted #fff;*/
/*    !* color: #fff; *!*/
/*}*/

/*tfoot th input {*/
/*    !* padding: 17px; *!*/
/*    padding: 5px 7px 5px 25px;*/

/*    background-image: url('/assets/images/search_icon.png');*/
/*    background-repeat: no-repeat;*/
/*    background-position: left center;*/
/*    outline: 0;*/
/*}*/



/*tfoot th input{*/

/*    !* padding: 5px 7px;*/
/*    border: 1px solid grey;*/
/*    border-radius : 2px; *!*/
/*}*/
/*******************************  end of  for the all column search ************************************/
/*----------------------horizontal scroll bar styling------------------------------------------*/


.table-container ::-webkit-scrollbar {
    height: 8px;
    background-color: #f5f5f5;
}

.table-container ::-webkit-scrollbar-thumb {
    background-color: #469696;
    border-radius: 2px;
}

.table-container ::-webkit-scrollbar-track {
    background-color: #f5f5f5;
}
/*----------------------end of horizontal scroll bar styling------------------------------------------*/
/*-----------------------------for the datatable page length------------------------------------------*/
/*.dataTables_length{*/
/*    margin-left: 30px!important;*/
/*    margin-right: 30px!important;*/
/*    margin-top: 5px!important;*/
/*}*/
/*tfoot tr th:first-child input{*/
/*    width: 0px;*/
/*    background: transparent;*/
/*    border: 0px solid transparent;*/
/*}*/
/*----------------------------end of for the datatable page length-------------------------------------*/
.spinner-grow{
    margin-left: 5px;
    display: none;
}

.spn_error {
    font-size: 14px;
    color: red;
}

.btn_ellipsis{
    border-radius: 50%;
    background-color: transparent;
    border: 0px;
    color: black;
    width: 26px;
    height: 26px;
    padding-top: 1px!important;
    padding-left: 11px!important;
}
.btn_ellipsis:hover, .btn_ellipsis:active, .btn_ellipsis:focus {
    color: black;
    /* background-color: white; */
    background-color: #D3D3D3;
}
.fa-ellipsis-v{
    font-size: 14px;

}

.nav-link.active{
    background: #469696!important;
}

.card-title{
    font-size: 20px!important;
    font-weight: 600;
}
.card-title span{
    color: #469696!important;
    font-size: 18px;

}

.card-primary.card-outline{
    align-items: center;
    /* width: 720px; */
    /*height: 400px;*/
    /* padding: 60px 90px; */
    POSITION: relative;
    /* border-top: 3px solid #469696!important; */
}


.div_heading{
    border-bottom: 1px solid rgba(0, 0, 0, 0.125);
    margin-bottom: 10px;
    font-size: 18px;
}
.div_divider{
    border-bottom: 1px solid rgba(0, 0, 0, 0.125);
    margin-bottom: 10px;
}

.card-title {
    font-size : 24px!important;
    font-weight: 500;
}

.spn_notice{
    font-size: 14px;
    color: grey;

}



/*///////////////////////////*/
body{
    background-color: white !important;
}
/**:not(button.btn.btn-secondary.buttons-csv.buttons-html5 >span) {*/
/*    color: #33465B;*/
/*}*/
input{
    background-color: #F0F7FD !important;
    border-radius: 0.55rem !important;
}
input:focus{
    outline: none !important;
    box-shadow: none !important;

}
select:focus{
    outline: none !important;
    box-shadow: none !important;

}
input[readonly] {
    background-color: #f5f5f5 !important;
}
textarea{
    background-color: #F0F7FD !important;
    border-radius: 0.55rem !important;
}
textarea[readonly]{
    background-color: #f5f5f5 !important;
    border-radius: 0.55rem !important;
}
.nav-link.active{
    padding-top: 0.75rem;
    padding-bottom: 0.75rem;
    background-color:  rgba(72, 149, 168, 0.5) !important;
}

.sidebar-teal{
    background-color: #326d76;
}
.nav-link > p, .nav-icon{
    color: #ffffff !important;
}
.nav-link > p > i{
    color: white;
}
.nav-link{
    /*padding-right: 4rem;*/
    padding-top: 0.55rem;
    padding-bottom: 0.55rem;
    border-radius: 0.75rem !important;
}
.form-group > .control-label{
    font-weight: initial !important;
    font-size: 1rem !important;
}
.horizontal .flex-column{
    flex-direction: row !important
}

.horizontal .tabs{
    width: 100% !important;
    overflow-x: scroll;
    overflow-y: hidden ;
}

.horizontal  .col-3, .horizontal .col-9{
    width: 100% !important;
    flex: 0 0 100% !important;
    max-width: 100% !important;
}
.horizontal  .col-3{
    margin-bottom: 15px;
}
.horizontal #vert-tabs-tab > a{
    width: max-content !important;

}
.horizontal #vert-tabs-tab > a >span{
    margin-left: 10px !important;
}
.horizontal #vert-tabs-tab{
    flex-direction: row !important;
    flex-wrap: nowrap;
    min-width: max-content;
}
.horizontal::-webkit-scrollbar {
    height: 2px !important;
}

select{
    background-color: #469696;
    color: white;
    padding: .3rem .6rem;
    border-radius: .45rem;
    border: none;
}
#viewSelect:active, #viewSelect:focus{
    border: none;
    outline: none;
}
#viewSelect > option{
    background-color: white !important;
}

.card-header{
    background-color: transparent !important;
}

body {
    /*margin: 0 !important;*/
    font-family: "Source Sans Pro",-apple-system,BlinkMacSystemFont,"Segoe UI",Roboto,"Helvetica Neue",Arial,sans-serif,"Apple Color Emoji","Segoe UI Emoji","Segoe UI Symbol" !important;
    font-size: 1rem !important;
    font-weight: 400 !important;
    line-height: 1.5 !important;
    color: #212529 !important;
    text-align: left !important;
    background-color: #fff !important;

}

.page-item.active .page-link {
    z-index: 3;
    color: #fff;
    background-color: #469696 !important;
    border:none !important;
    border-radius: 5px;
}
label{
    font-weight: normal !important;
}

th {
    white-space: nowrap !important;
    overflow: hidden !important;
    text-overflow: ellipsis !important;
}
.left-align {
    text-align: left !important;
}

.center-align {
    text-align: center !important;
}

#file input[type="radio"]:checked {
    background-color: #469696 !important;
}
#file input[type="radio"]:checked::before {
    background-color: #469696 !important;
}
.nav.nav-treeview > .nav-item {
    margin-left: 10px; /* Adjust the indentation as needed */
}
.dropdown-item{
    font-weight: normal !important;
}
td{
    border-bottom: 1px solid #c2c2c2 !important;
}
th{
    vertical-align: middle !important;
}

.back-icon-size{
    font-size: 1.3rem!important;
}
div.dtsb-searchBuilder button.dtsb-button{
    background: linear-gradient(to bottom, rgba(230, 230, 230, 0.1) 0%, rgba(0, 0, 0, 0.1) 100%) !important;
    border: 1px solid rgba(70, 150, 150,0.3) !important;
}
.alignButton > div > button{
    background-color: rgba(70, 150, 150,0.3) !important;
    color: black !important;
    border: 1px solid rgba(70, 150, 150,0.3) !important;
}
.alignButton > div > div > button{
    background-color: rgba(70, 150, 150,0.3) !important;
    color: black !important;
    border: 1px solid rgba(70, 150, 150,0.3) !important;
}

.alignButton + div > div > button{
    background-color: rgba(70, 150, 150,0.3) !important;
    color: black !important;
    border: 1px solid rgba(70, 150, 150,0.3) !important;
}
.alignButton + div > div > div > button{
    background-color: rgba(70, 150, 150,0.3) !important;
    color: black !important;
    border: 1px solid rgba(70, 150, 150,0.3) !important;
}
.page-item.active .page-link {
    background-color: rgba(70, 150, 150,0.3) !important;
    color: black !important;
}

.dataTables_scrollBody{
        overflow-y: revert !important;
        overflow-x: initial !important;
}
.dtsb-title{
    display: none !important;
}
.btn-copy{
    background-color: white !important;
    font: 13px lato-regular,Verdana,sans-serif;
    border-radius: 0 !important;
    /*border: 1px solid #ddd !important;*/
    position: absolute;
    right: 20px;
    top: 7px;
    text-align: center;
}
#txt_query {
    width: 100%;
    height: 50px !important;
    border: 1px solid #ccc;
}

.btn-add{
    display: flex;
    align-items: center;
    height: 1.8rem;
    background-color: #C8E0DF !important;
    color: black !important;
}

.btn-remove{
    display: flex;
    align-items: center;
    height: 1.8rem;
    background-color: #c2c2c2 !important;
    border: #c2c2c2;
    color: white !important;
}


/*////*/
.modal {
    display: none;
    position: fixed;
    left: auto;
    right: 0;
    top: 0;
    width: 49vw;
    height: 100vh;
    background-color: #fff;
    z-index: 9999;
    /*padding: 20px;*/
    box-sizing: border-box;
    box-shadow: 1px 1px 25px rgba(113,120,136,.37);
}

.modal-content {
    width: 100%;
    height: 100%;
    /*max-height: calc(100vh - 40px);*/
    overflow-y: scroll;
}

.close {
    position: absolute;
    top: 10px;
    right: 10px;
    cursor: pointer;
}

.task{
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 15px 20px;
    min-height: 87px;
    margin-left: 8px;
    border-bottom: 1px solid #e9e9e9;
}
.input-output-btns{
    margin-top: 0;
    /*position: absolute;*/
    /*right: 20px;*/
    /*top: 79px;*/
}
.input-output-btns button{
    background-color: rgba(70, 150, 150,0.3) !important;
    color: black !important;
    border: 1px solid rgba(70, 150, 150,0.3) !important;
}
pre {
    background-color: #f4f4f4;
    padding: 10px;
    font-family: Consolas, monospace;
    font-size: 14px;
    margin-left: 30px;
}
td{
    /*padding-bottom: 0 !important;*/
    /*padding-top: 0 !important;*/
    align-items: center !important;
}
.search-btn{
    background-color: rgba(70, 150, 150,0.3) !important;
    color: black !important;
    border: 1px solid rgba(70, 150, 150,0.3) !important;
    height: fit-content;
}
.table tr.row-hovered>* {
    background-color: #F3F6F9;
    cursor: pointer;
}

.brand-link{
    line-height: 1.19 !important;
}




