﻿.btncolor {
    background-color: #009846;
    color: #FFF383;
}
.btncolor:hover {
    background-color: #009846;
    color: #FFF383;
}
.btncolorblue {
    background-color: #00A0E3 !important;
    color: white;
}
.btncolorblue:hover {
    background-color: #00A0E3;
    color: white;
}
.theadg {
    background-color: #009846 !important;
    color: #FFF383;
}

.backgroundrightd {
    background-image: linear-gradient(to right, #009846,#009846, #DBE285);
}
.backgroundbotttomd {
    background-image: linear-gradient(to bottom, #009846,#009846, #DBE285);
}
.backgroundright{
    background-image: linear-gradient(to right, #009846, #DBE285);
}

.backgroundbotttom {
    background-image: linear-gradient(to bottom, #009846, #DBE285);
}
.nav-item.nav-link a {
    color: #FFF383 !important;
}
.nav-item a:hover {
    color: #FFF383 !important;
}
.nevigationstrip {
    background-color: #FFF383;
    color: #009846;
    height:22px ;
}
.nevigationstripblue {
    background-color: #00A0E3;
    color: black;
    height: 22px;
}
.nevigationstripgreen {
    background-color: #009846;
    color: white;
    height: 22px;
}
.text-blue {
    color: #00A0E3;
}
.text-yellow {
    color: #FFF383;
}
.text-green {
    color: #009846;
}
.text-normal {
    color: black;
}
.bg-blue {
    color: #00A0E3;
}

.bg-yellow {
    background-color: #FFF383;
}

.bg-green {
    background-color: #009846;
}

.border-blue {
    border-color: #00A0E3;

}

.border-yellow {
    border-color: #FFF383;
}

.border-green {
    border-color: #009846;
}

.border-normal {
    border-color: black;
}

/*Datatable all button and searchbar css*/

/* Custom search bar styles */
.dataTables_wrapper .dataTables_filter {
    text-align: left;
    margin-bottom: 10px;
    box-shadow: none; /* Remove shadow */
}

    .dataTables_wrapper .dataTables_filter input {
        width: 200px; /* Adjust width as needed */
        border: 1px solid #ccc;
        border-radius: 5px;
        padding: 5px;
        box-shadow: none;
    }

/* Custom button styles */
.btn-custom {
    background-color: #3498db;
    color: #fff;
    border: none;
    border-radius: 5px;
    padding: 5px 10px;
    margin-right: 5px;
}

/* Custom pagination button styles */
.dataTables_paginate .paginate_button {
    border-radius: 5px;
    background-color: #f2f2f2;
    color: black !important; /* Change text color to black */
    cursor: pointer;
}

    .dataTables_paginate .paginate_button.current {
        background-color: #3498db;
        color: #fff;
        border: 1px solid #3498db;
    }

/*Datatable all button and searchbar css*/

/* Readonly field background color change*/
.readonly{
    background-color: #ffcccc; /* Change this to your desired background color */
}

