#searchInput {
    width: 100%;
}

.navbar {
    /* background-color: rgb(69, 218, 191); */
    background-color: #fff;
    box-shadow: 0 0 10px gray;
    /* height: 100px; */
}

.display-none {
    display: none;
}

.green {
    color: green;
    font-weight: bold;
}

.red {
    color: red;
    font-weight: bold;
}

a,
a:link,
a:visited {
    text-decoration: none;
    color: black;
}

.btn {
    width: 100%;
}

.links > .btn {
    width: auto;
}
/*
.customer-info,
.transacrions,
.new_transaction,
.edit_transaction,
.add_customer,
.edit_customer,
.main,
.sales,
.total_sales_amount,
.total_in_amount,
.total_out_amount{
	border: 1px solid #ced4da;
	border-radius: 5px;
	margin: 10px 0;
	padding: 10px;
}
*/

.customer-info,
.new_transaction,
.edit_transaction,
.add_customer,
.edit_customer,
.main,
.sales,
.send_sms_to_all,
.total_sales_amount,
.total_in_amount,
.total_out_amount,
.supplier-info,
.add_supplier,
.edit_supplier,
.supplier_transaction,
.borrower_and_lender_transaction,
.add_borrower_and_lender,
.supplier_transaction_edit {
    border: 1px solid #ced4da;
    border-radius: 5px;
    margin: 10px 0;
    padding: 10px;
}

.points_and_due,
.supplier_total_info {
    border: 1px solid #ced4da;
    border-radius: 5px;
    padding: 10px;
    margin: 0 10px 0 0;
}

.customer-info > p {
    margin: 0;
}

.customer-info > p:first-child {
    font-size: 150%;
    font-weight: bold;
}

td {
    vertical-align: middle;
}

/* tr{
	text-align: center;
} */

tr:nth-child(even) {
    background-color: #d6eeee;
}

.sms_link:link {
    border: 1px solid #ced4da;
    border-radius: 5px;
    padding: 5px 10px;
    color: #fff;
    background: red;
    font-weight: bold;
}

.customer_info_points > div.col > p {
    margin-bottom: 0;
}

.custom_search .btn {
    border-radius: 0;
}

#inputGroupSelect04 {
    width: 33.33%;
}

.links .btn {
    max-width: 200px;
    color: #fff;
}

.admin_info #inputGroupSelect04 {
    width: 25%;
}

.pagination {
    overflow: hidden;
    overflow-x: scroll;
}

.links {
    margin-bottom: 30px;
}

th {
    vertical-align: middle;
}

/* table, th, td {
	border: 1px solid black !important;
	border-collapse: collapse;
} */

@media print {
    .links,
    .navbar,
    .custom_search,
    #searchInput {
        display: none;
    }
}
