﻿
.serchtool {
    
   /*padding: 5px;*/
    font-weight: 400;
}

.serchtooledit {
    padding-right: 4px;
    padding-left: 4px;
    font-weight: 300;
}

.docbut {
    font-size: 16px
}

.etitle {
    color: black;
    font-weight: 700;
}

.evalue {
    color: #808080;
    font-weight: 300;
}

footer {
    /* position: fixed;
            height: 100px;
            bottom: 0;
            width: 100%;*/
}
 .title {
    color: red;
    font-size: 24px;
}

.butwidt {
    width: 100px !important;
}

.btn-sinfo {
    color: #000000;
    background-color: #d8ebff;
    border-color: #d8ebff; /*set the color you want here*/
}

    .btn-sinfo:hover, .btn-sinfo:focus, .btn-sinfo:active, .btn-sinfo.active, .open > .dropdown-toggle.btn-sinfo {
        color: #000000;
        background-color: #99a5b1;
        border-color: #e8f0f8; /*set the color you want here*/
    }


.table-info {
    background: red !important;
    color: white !important;
}

tr {
   /*// color: #fff;*/
  /*  background-color: red !important;*/
}

.btn-sp1 {
    color: #fff;
    background-color: #fa4006;
    border-color: #fa4006; /*set the color you want here*/
}

    .btn-sp1:hover, .btn-sp1:focus, .btn-sp1:active, .btn-sp1.active, .open > .dropdown-toggle.btn-sp1 {
        color: #fff;
        background-color: #641a02;
        border-color: #285e8e; /*set the color you want here*/
    }

.bg-coral {
    background-color: coral;
}

.table-bordered tbody {
    background-color: coral !important;
}

.table td {
    border: #dbd2d2 solid 1px !important;
   /* background-color: #164281 !important;*/
}

.navbar-custom {
    background-color: #164281 /*#3498db;  Replace with your desired background color */
}

    .navbar-custom
    .navbar-brand,
    .navbar-custom
    .navbar-nav
    .navbar-toggler
    .navbar-toggler-icon
    .nav-link {
        color: #ffffff; /* Replace with your desired text color */
    }

.nav-link a {
    color: #ffffff; /* Replace with your desired text color */
    text-decoration: none;
}

.nav-link:hover
a:hover {
    color: #99a5b1 !important;
    text-decoration: none;
}


.navbar-toggler {
    border-color: #ffffff; /* Replace with your desired border color for the toggler button */
}

.bgbtn {
    background-color: #164281 !important;
}


    .bgbtn:hover {
        background-color: #777bcb !important;
        text-decoration: none;
    }

.btn-increment {
    color: #000;
    font-size: 14px;
    /*  background-color: #dcd334;*/
    background-color: #e5dcdc;
    border-color: #a8a0a0; /*set the color you want here*/
}

    .btn-increment:hover, .btn-primary:focus, .btn-primary:active, .btn-primary.active, .open > .dropdown-toggle.btn-primary {
        color: #000;
        font-size: 14px;
        background-color: #e8f0f8;
        border-color: #e5dcdc; /*set the color you want here*/
    }

.btn-prnote {
    color:  #000;
    font-size: 14px;
    background-color: #e5dcdc;
    border-color: #a8a0a0; /*set the color you want here*/
}

    .btn-prnote:hover, .btn-primary:focus, .btn-primary:active, .btn-primary.active, .open > .dropdown-toggle.btn-primary {
        color: #000;
        font-size: 14px;
        background-color: #e8f0f8;
        border-color: #e5dcdc; /*set the color you want here*/
    }
.money input[type=number]::-webkit-inner-spin-button,
.money input[type=number]::-webkit-outer-spin-button {
    -webkit-appearance: none;
    margin: 0;
}

input.numberonly::-webkit-outer-spin-button,
input.numberonly::-webkit-inner-spin-button {
    -webkit-appearance: none;
    margin: 0;
}

input[type=number].numberonly {
    -moz-appearance: textfield;
}

