/*!
Theme Name: covinaca
Theme URI: https://789inc.com/
Author: 789inc.com
Author URI: https://789inc.com/
Description: Description
Version: 2.0.0
Tested up to: 5.4
Requires PHP: 5.6
License: GNU General Public License v2 or later
License URI: LICENSE
Text Domain: covinaca
Tags: custom-background, custom-logo, custom-menu, featured-images, threaded-comments, translation-ready, custom-shortcodes

covinaca is based on Underscores https://underscores.me/, (C) 2012-2020 Automattic, Inc.
Underscores is distributed under the terms of the GNU GPL v2 or later.

*/

/*--------------------------------------------------------------
>>> TABLE OF CONTENTS:
----------------------------------------------------------------
# Generic
	- Normalize
	- Box sizing
# Base
	- Typography
	- Elements
	- Links
	- Forms
## Layouts
# Components
	- Navigation
	- Posts and pages
	- Comments
	- Widgets
	- Media
	- Captions
	- Galleries
# plugins
	- Jetpack infinite scroll
# Utilities
	- Accessibility
	- Alignments

--------------------------------------------------------------*/










/*--------------------------------------------------------------
# Generic
--------------------------------------------------------------*/

/* Normalize
--------------------------------------------- */

/*! normalize.css v8.0.1 | MIT License | github.com/necolas/normalize.css */

/* Document
	 ========================================================================== */

/**
 * 1. Correct the line height in all browsers.
 * 2. Prevent adjustments of font size after orientation changes in iOS.
 */

table.GeneratedTable {
  width: 100%;
  background-color: #ffffff;
  border-collapse: collapse;
  /*border-width: 2px;*/
  /*border-color: #d1d1d1;*/
  /*border-style: solid;*/
  color: #000000;
}

table.GeneratedTable thead {
    background-color: #055389;
    color: #fff;
}

table.GeneratedTable td, table.GeneratedTable th {
    padding: 20px 15px;
    text-align: left;
}

a.bid-button {
    background-color: #F46727;
    color: #fff !important;
    padding: 5px;
}

a[data-filetype='application/pdf']:before {
    background-repeat: no-repeat;
    background-image: url(https://covina.789inc.com/wp-content/uploads/2022/10/pngwing.com_.png);
    background-size: 16px 16px;
    display: inline-block;
    width: 19px;
    height: 16px;
    content: "";
}

.bids-rfp_files {
    margin-bottom: 5px;
    display: inline-block;
}

tbody tr {
    border-bottom: 2px solid #e5e5e5;
}

tbody tr:last-child {
    border: none;
}

form#bids {
    display: flex;
    align-items: center;
    margin-bottom: 30px;
}

.rfp-status-container {
    display: flex;
    flex-direction: row;
    align-content: center;
    align-items: center;
}

.rfp-status-container label {
    font-weight: bold;
    margin-right: 10px;
}

select#bid-rfp-status {
    border: 1px solid #e3e3e3;
    padding: 10px;
    border-radius: 3px;
    margin-right: 20px;
}

input#edit-reset {
    padding: 10px 20px;
    border-radius: 4px;
    border: 1px solid rgb(206,206,206);
}

thead th {
    border-right: 2px solid #fff;
}

.tribe-events-event-image img {
    display: block;
    max-height: 450px;
    object-fit: cover;
    width: 100%;
}
