/* ===================================================================================

* Theme Name: Beakai Child
* Theme URI: https://themeforest.net/user/theme_pure/portfolio
* Author: theme_pure
* Author URI: https://bdevs.net/wp/beakai/
* Description: Beakai - Business and Financial Institution WordPress Theme
* Version: 1.0.0
* Template: beakai
* License: GNU General Public License version 3.0
* License URI: http://www.gnu.org/licenses/gpl-3.0.html
* Tags: one-column, right-sidebar, left-sidebar, custom-menu, featured-images, post-formats, sticky-post, translation-ready

* We encourage you to create Child theme for any modifications you will want to do.

* Why use Child theme?

* Because of future updates we may provide for this theme that will overwrite your
* modifications and all your custom work.

* If you are not familiar with Child Themes, you can read about it here:
* http://codex.wordpress.org/Child_Themes
* http://wp.tutsplus.com/tutorials/theme-development/child-themes-basics-and-creating-child-themes-in-wordpress/

====================================================================================== */

.table-container-contemplados {
	overflow-x: auto;
	padding: 8px;
}

.tabela-contemplados {
	width: 100%;
}

.tabela-contemplados tr:nth-child(even) {
	background-color: #eeeeee;
}

.tabela-contemplados th, 
.tabela-contemplados td {
	padding: 16px 12px;
}

.tabela-contemplados th {
	font-size: 14px;
}

.tabela-contemplados td {
	color: #656565;
	font-size: 12px;
	font-weight: 400;
}

.tabela-contemplados td .status-reserva {
	border: 1px dotted;
    border-radius: 4px;
    padding: 4px;
}

.tabela-contemplados td .status-reserva.disponivel {
	border-color: currentcolor;
	color: #2f2fe8;
}

.tabela-contemplados td .status-reserva.reservado {
	border-color: currentcolor;
	color: #de4040;
}

.tabela-contemplados td a.whatsapp {
	background-color: #25d366;
	border-radius: 4px;
	color: #1c1e21;
	display: block;
	padding: 8px;
	text-align: center;
}

.tabela-contemplados td a.whatsapp i {
	margin-right: 4px;
}

.tabela-contemplados thead {
	background-color: #333333;
	color: #ffffff;
}
