@charset "utf-8";

#inner {
	margin-bottom: 0 !important;
}
.mw-tool-content {
	clear: both;
	overflow: hidden;
	margin: 0 0 30px;	
}

#seatingplan_form_id .table-guests {
	padding: 0 0 30px;
}

#wpt_account {
	border-top: 1px solid #000;
	padding-top: 3px;
}

#wpt_account h1 {
	padding: 15px 8% 10px 8%;
	background: url('../images/black-texture.gif') repeat;
	border: 1px solid #000;
	margin: 0;
	color: #fff;
}

#wpt_account .wpt_content {
	padding: 20px 8% 40px 8%;
	background: url('../images/texture-light.jpg') repeat;
	border: 1px solid #eaeaea;
}

.wpt_error {
	color:#FF0000;
}

.mvtitemdel,
.mvtitemedit,
.mvttblgstmoveup,
.mvttblgstmovedown,
.mw-tools-dismiss {
	cursor:pointer;
}

.mw-tools-messages {
	background: url('../images/texture.png') repeat;
	padding: 8px 10px 8px;
	-webkit-border-radius: 8px;
	border-radius: 8px;
	border: 1px solid #B59AC5;
	margin: 0 0 40px 0;
}

.mw-tools-messages h4 {
	color: #fff;
	text-shadow: -1px 1px 2px #8E6BA0;
	font-size: 17px;
	font-weight: 500;
	margin: 0 0 6px;
	background: url('../images/plugin-sprite.png') no-repeat 3px -40px;
	padding: 4px 0 4px 35px;
	
}

.mw-tools-messages p {
	color: #000;
	background: #fff;
	margin: 0 0 4px 0;
	-webkit-border-radius: 13px;
	border-radius: 13px;
	border: 1px solid #B59AC5;
	padding: 3px;
	font-size: 13px;
	font-weight: 500;
	overflow: hidden;
}

.mw-tools-messages p:hover {
	-webkit-box-shadow:  -2px 2px 2px 0px rgba(137, 104, 156, 0.6);
	box-shadow:  -2px 2px 2px 0px rgba(137, 104, 156, 0.6);
}

.mw-tools-messages p .important,
.mw-tools-dismiss {
	width: 20px;
	height: 20px;
	display: inline-block;
	text-indent: -9999px;
	overflow: hidden;
	background: url('../images/plugin-sprite.png') no-repeat 0 0;
	margin: 0 5px 0 2px;
}
.mw-tools-dismiss {
	float: right;
	text-indent: 9999px;
	background-position: -20px 0;
	margin: 1px 2px 0 0;
}
.mw-tools-dismiss:hover {
	background-position: -20px -20px;
}

.budget-item-list {
	/*-webkit-box-shadow: 2px 2px 3px 0px rgba(100, 100, 100, 0.2);
	box-shadow: 2px 2px 3px 0px rgba(100, 100, 100, 0.2);*/
}

.mod-table {
	width: 100%;
	border-collapse: separate;
	border-spacing: 0;
	border-top: 1px solid #000;
	padding-top: 3px;
	margin: 30px 0;
}

.mod-table thead {
	background: url('../images/black-texture.gif') repeat;
	border: 1px solid #000;
}

.mod-table tbody,
.mod-table tfoot {
	background: url('../images/texture-light.jpg') repeat;
	border: 1px solid #eaeaea;
}

.mod-table tbody tr:nth-child(even) {
	background-color: rgba(241, 232, 244, 0.4);
}

.mod-table tbody tr:nth-child(odd) {
	background-color: rgba(255, 255, 255, 0.5);
}

.mod-table td {
	padding: 10px;
	font-size: 13px;
	font-weight: 500;
}

.mod-table th {
	text-transform: uppercase;
	padding: 8px 10px;
	color: #fff;
	font-size: 15px;
	font-weight: 400;
}

.mod-table .item {
	width: 37%;
	text-align: left;
	padding-left: 4%;
}

.mod-table .item.cat {
	text-transform: uppercase;
	font-weight: 600;
}

.mod-table .average {
	text-align: center;
	width: 12%;
}

.mod-table .cost {
	text-align: center;
	width: 12%;
}

.mod-table .paid {
	text-align: center;
	width: 12%;
}

.mod-table .due {
	text-align: center;
	width: 12%;
}

.mod-table .task {
	width: 58%;
	text-align: left;
	padding-left: 4%;
}

.mod-table .due-date {
	text-align: center;
	width: 14%;
}

.mod-table .done {
	text-align: center;
	width: 11%;
}

.mod-table .guest-name {
	text-align: left;
	padding-left: 4%;
}

.mod-table .special {
	text-align: left;
}

.mod-table .invited {
	text-align: center;
}

.mod-table .accepted {
	text-align: center;
}

.mod-table .guest {
	text-align: left;
}

.mod-table .reorder {
	text-align: center;
}

.mod-table .delete {
	font-size: 11px;
	font-weight: 600;
	padding-right: 4%;
	text-align: right;
}

.mod-table .table-buttons {
	text-align: right;
}

.mod-table .table-buttons td {
	padding: 30px;
}

.mod-table .totals td {
	font-weight: 600;
	text-transform: uppercase;
	font-size: 13px;
}

.mod-table .add-new td {
	padding-top: 20px;
	padding-bottom: 0;
}

.mod-table input[type="text"] {
	width: 99%;
}

.mod-table label {
	font-size: 11px;
}

.highlight-sections {
	background: url('../images/texture.png') repeat;
	padding: 10px 15px 9px;
	-webkit-border-radius: 8px;
	border-radius: 8px;
	border: 1px solid #B59AC5;
	overflow: hidden;
}

.highlight-sections label,
.highlight-sections h4 {
	color: #fff;
	text-shadow: -1px 1px 2px #8e6ba0;
}

.highlight-sections h4 {
	margin: 5px 0;
}

.highlight-sections input[type="button"],
.highlight-sections .button {
	background: #000;
}

.budget-list-filter h4 {
	text-align: center;
}

.budget-list-filter ul {
	
}

.budget-list-filter li {
	list-style-type: none;
	display: inline-block;
	*display: inline;
	zoom: 1;
	width: 31.3%;
	margin: 0 1% 10px;
}

.budget-list-filter li label {
	display: block;
	padding-bottom: 6px;
}

#seatingplan_form_id .highlight-sections {
	float: left;
	margin: 8px 0 40px 0;
}

#wpt_budget input[type="button"],
.budget-sections input[type="button"] {
	background: #000;
	float: right;
}

#wpt_budget label,
.budget-sections label {
	color: white;
	text-shadow: -1px 1px 2px #8E6BA0;
	font-size: 17px;
	font-weight: 500;
	margin-right: 19px;
	line-height: 160%;
}

.mw-tools-footer {
	text-align: right;
}

.mw-tools-footer p {
	padding: 0 0 30px;
}

.mw-tools-footer p span {
	font-size: 12px;
	text-transform: uppercase;
	line-height: 130%;
	font-weight: 600;
	padding-right: 30px;
}

#wpt_budget input[type="text"] {
	width: 20%;
}

#account_form_id {
	padding: 8px 0;
	-webkit-border-radius: 8px;
	border-radius: 8px;
	margin: 30px 0 0 0;
	overflow: hidden;
}

ul.form-fields li:before,
ul.form-fields li:after {
	display: table;
	content: '';
}

ul.form-fields li:after {
	clear: both;
}

ul.form-fields li {
	zoom: 1;
}

ul.form-fields li {
	list-style-type: none;	
	margin: 0 0 15px;
	padding: 0;
}

ul.form-fields label {
	display: inline-block;
	width: 23%;
}

ul.form-fields input[type="button"] {
	float: right;
	margin-right: 1%;
}

ul.form-fields input[type="text"],
ul.form-fields input[type="password"] {
	width: 75%;
}

ul.form-fields span.description {
	display: block;
	margin-left: 24%;
	font-size: 12px;
	font-weight: 600;
	color: #6C4086;
}

ul.form-fields .radio {
	display: inline-block;
	margin-right: 2%;
}

.wpt_budget_view_all {
	margin: 30px 0;
}

#wpt_guestlist {
	margin: 30px 0;
}
#wpt_new_guest {
	margin-top: 20px;
}

.wpt_normal {
	color: #6C4086;
}

.guest-list-filter,
.check-list-filter {
	margin: 30px 0 0 0;
	text-align: center;
}

.guest-list-filter li,
.check-list-filter li {
	list-style-type: none;
	display: inline-block;
	*display: inline;
	zoom: 1;
	padding: 0;
	margin: 0 30px 0 0;
}





@media only screen and (max-width: 1280px) {
	.budget-list-filter li select {
		width: 100%;
	}
	.budget-list-filter li input[type="text"] {
		width: 60%
	}
	.budget-list-filter li input[type="button"] {
		width: 37%;
		text-align: center;
		padding-left: 0;
		padding-right: 0;

	}
	table input[type="button"],
	.mw-tools-footer input[type="button"],
	.mw-tools-footer a.button {
		margin-bottom: 4px;
	}
}

@media only screen and (max-width: 1160px) {

}


@media only screen and (max-width: 980px) {
	#seatingplan_form_id .highlight-sections {
		float: none;
		text-align: center;
	}
	table input[type="button"],
	.mw-tools-footer input[type="button"],
	.mw-tools-footer a.button {
		padding: 5px 9px;
		font-size: 12px;
	}
}


/* Mobile */

@media handheld, only screen and (max-width: 767px) {
	ul.form-fields label {
		display: block;
		width: 100%;
		margin-bottom: 3px;
	}
	ul.form-fields input[type="text"], ul.form-fields input[type="password"] {
		width: 100%;
	}
	ul.form-fields span.description {
		margin-left: 0;
	}
	.budget-list-filter li {
		display: block;
		width: 98%;
	}
	.mod-table th {
		font-size: 10px;
		padding: 8px 5px;
	}
	.mod-table td {
		font-size: 10px;
		padding: 4px;
	}
	.mod-table .item {
		padding-left: 10px;
	}
	.mod-table .delete {
		padding-right: 10px;
	}
	.mod-table label,
	.mod-table .totals td,
	table input[type="button"],
	table input[type="text"],
	.mod-table .delete,
	.mw-tools-footer input[type="text"],
	.mw-tools-footer label,
	.mw-tools-footer p span,
	.highlight-sections label,
	form select,
	form option {
		font-size: 10px;
	}
	table input[type="button"],
	.mw-tools-footer input[type="button"],
	.mw-tools-footer a.button {
		padding: 4px 5px;
		font-size: 10px;
	}
	
}





