/**
 * All of the CSS for your public-facing functionality should be
 * included in this file.
 */
 /**
 * All of the CSS for your admin-specific functionality should be
 * included in this file.
 */
 		.plant_profile_metabox_tabs-tab {
			display: none;
			padding: 20px;
		}

		.plant_profile_metabox .nav-tab.active {
			background-color: #fff;
			color: #444;
		}

		.plant_profile_metabox_tabs table {
			border: 0px;
			border-collapse: collapse;
			width: 100%;
			max-width: 800px;
		}

		.plant_profile_metabox_tabs table td {
			border: 0px solid #e5e5e5;
			vertical-align: middle;
			padding: 4px 0px;
			font-size: 14px;
			word-break: inherit;
		}

		.plant_profile_metabox_tabs table.has-border {
			width: 500px;
		}

		.plant_profile_metabox_tabs table.has-border th,
		.plant_profile_metabox_tabs table.has-border td {
			border: 1px solid #e5e5e5;
			vertical-align: top;
			text-align: center;
			padding: 3px;
		}

		.plant_profile_metabox_tabs table.has-border th {
			text-align: left;
		}

		.plant_profile_metabox_tabs table.has-border thead td,
		.plant_profile_metabox_tabs table.has-border thead th {
			background-color: #8ad48a;
			font-weight: bold;
			color: #fff;
		}

		.plant_profile_metabox_tabs h3 {
			background-color: #8ad48a;
			margin-top: 10px;
			margin-bottom: 10px;
			padding: 8px;
			border-radius: 6px;
			    font-size: 18px;
		}

		.plant_profile_metabox_tabs h4 {
			margin: 5px 0;
			font-size: 14px;
		}

		.plant_profile_metabox_tabs textarea,
		.plant_profile_metabox_tabs select {
			width: 100%;
		}



		#plant-profile-meta-box .handlediv,
		#plot-profile-meta-box .handlediv,
		#planting-profile-meta-box .handlediv,
		#bed-meta-box .handlediv,
		#sowing-meta-box .handlediv,
		#plant-profile-meta-box .hndle.ui-sortable-handle,
		#plot-profile-meta-box .hndle.ui-sortable-handle,
		#planting-profile-meta-box .hndle.ui-sortable-handle,
		#bed-meta-box .hndle.ui-sortable-handle,
		#sowing-meta-box .hndle.ui-sortable-handle {
			display: none !important;
		}


.plant_profile_metabox .nav-tab {

    border: 1px solid #ccc;
    border-bottom: none;
    margin-left: 0.5em;
    padding: 4px 10px;
    font-size: 14px;
    line-height: 1.71428571;
    font-weight: 600;
    background: #e5e5e5;
    color: #555;
    text-decoration: none!important;
    white-space: nowrap;
    outline: none !important;
}

.plant_profile_metabox  .nav-tab-wrapper {
    font-size: 14px;
    padding: 8px 12px;
    margin: 0;
    line-height: 1.4;
        border-bottom: 1px solid #ccc;
}

.has-border input[type="checkbox" i]:disabled:before {
content: '';
width: 100%;
height: 100%;
border: 1px solid #8ad48a;
display: block;
background: #fff;



}

.has-border input[type="checkbox" i]:disabled:checked:before {
content: '';
width: 100%;
height: 100%;
border: 1px solid #8ad48a;
display: block;

background: #8ad48a;
}








	.sowing_modal {
		position: fixed;
		width: 500px;
		height: 600px;
		top: 100px;
		left: 50%;
		margin-left: -250px;
		font-size: 13px;
	}
	.sowing_modal_content table{
	margin-bottom: 0px;
	}
	.sowing_modal_content td{
	padding: 4px;
	}

	.sowing_modal_content h3{
margin: 0px;
    font-size: 14px;
    background: #8ad48a;
    padding: 8px;
    margin-bottom: 10px;
	}

	.sowing_modal_content {
		border: 1px solid #ddd;
		background: #ffffff;
		padding: 10px;

	}


	.bed {
		margin-bottom: 20px;
		width: 100%;
		max-width: 800px;
		background-color: #8ad48a;
		border-radius: 8px;
	}
	.bed table{
		width: 100%;
		border-collapse: collapse;
	}
	.beds td {
		border: 0px solid #f1f1f1;
		padding: 8px;
		font-size: 13px;

	}
	.bed button {
		background: transparent;
		border:0px;
	}
	.sowings {
		background: #fff;
		padding-top: 15px;
	}
	.sowings table{
		
	}
	.sowings table th{
		text-align: left;
		font-size: 13px;
	}
	.bed .edit a{
		text-decoration: none;
		color: inherit
	}
	.closed {
		position: absolute;
    	right: -25px;
    	width: 20px;
    	height: 20px;
    	background: #8ad48a;
    	text-align: center;
    	color: #fff;
    	border-radius: 50%;
	}



	.florapress-image {
		width: 200px;
	}