.hide {
	display: none !important;
}
.show {
	display: block !important;
}

/*---------------------------------------------------------------------------*/

.table {
	border-collapse: collapse;
	border: 1px solid #683c03;
	-webkit-box-shadow: 0px 5px 10px rgba(0,0,0,0.5);
	-moz-box-shadow: 0px 5px 10px rgba(0,0,0,0.5);
	box-shadow: 0px 5px 10px rgba(0,0,0,0.5);
}

.table .top-header {
	background: url('images/table-header.png') repeat-x;
	height: 30px;
	color: white;
	font-size: 11pt;
	font-weight: normal;
	padding: 0 10px 2px 10px;
	border-right: 1px solid #E7BD83;
}

.table .top-header:last-child {
	border-right: none;
}

.table tr td {
	font-size: 11pt;
	height: 32px;
	padding: 0 10px 0 10px;
}

.table tr td:first-child {
	cursor: pointer;
}

.table tr:nth-child(odd) {
	background-color: #efd9bb;
}

.table tr:nth-child(even) {
	background-color: #f9ead6;
}

.table tr:hover {
	background-color: #e4c59a;
}

.table tr.selected {
	background-color: #b58546;
	color: white;
}

/*---------------------------------------------------------------------------*/

.partner-shortname {
	border-radius: 5px;
	padding: 1px 5px;
	font-size: 85%;
	background: rgba(0,0,0,0.12);
	color: black;
	margin-left: 5px;
	opacity: 0.9;
}

.partner-shortname-white {
	border-radius: 5px;
	padding: 1px 5px;
	font-size: 85%;
	background: rgba(245,232,214,0.15);
	color: #eddecc;
	margin-left: 5px;
	opacity: 0.9;
	white-space: nowrap;
}

/*-------------------------------------------------------------*/

.brown-button {
	padding: 3px 10px 2px 10px;
	background: url('../images/button.png') repeat-x;
	border: solid 1px #683c03;
	font-weight: normal;
	text-align: center;
	color: white;
	border-radius: 6px;
	font-size: 12px;
	margin: 5px;
	cursor: pointer;
}

.little-icon {
	position: relative;
	left:  -2px;
	top: 2px;
	margin-right: 2px;
}

.edit_icon {
	width: 24px;
	height: 24px;
	cursor: pointer;
}

.edit_icon.size-16 {
	width: 16px;
	height: 16px;
	cursor: pointer;
}

.edit_icon:hover {
	box-shadow: 0 0 10px rgba(0,0,0,0.5);
}

/*---------------------------- CheckBox---------------------------------*/
/*
.checkbox{
	cursor: pointer;
	width: 24px;
	height: 24px;
	display: inline-block;
}

.checkbox input[type="checkbox"] {
	display: none;
}

.checkbox .text {
	position: relative;
	top: 50%;
	-webkit-transform: translateY(-50%);
	-moz-transform: translateY(-50%);
	-ms-transform: translateY(-50%);
	transform: translateY(-50%);
}

.checkbox .left {
	float: left;
	margin-right: 10px;
}

.checkbox .right {
	float: right;
	margin-left: 10px;
}

.checkbox input[type="checkbox"] + .icon {
	background: url('../images/pipa-unchecked-64.png') no-repeat;
	background-size: 24px 24px;
	width: 24px;
	height: 24px;
}
.checkbox input[type="checkbox"]:checked + .icon{
	background: url('../images/pipa-checked-64.png')  no-repeat;
	background-size: 24px 24px;
	width: 24px;
	height: 24px;
}
*/

.tbcheckbox {
	cursor: pointer;
	display: inline-block;
	position: relative;
	top: 7px;
	-webkit-transform: translateY(-50%);
	-moz-transform: translateY(-50%);
	-ms-transform: translateY(-50%);
	transform: translateY(-50%);
}

.tbcheckbox input[type="checkbox"] {
	display: none;
}

.tbcheckbox input[type="checkbox"] + div {
	background-image: url('images/pipa-unchecked-64.png');
	background-repeat: no-repeat;
	background-position: left center;
}

.tbcheckbox input[type="checkbox"]:checked + div {
	background-image: url('images/pipa-checked-64.png');
}

.tbcheckbox.red input[type="checkbox"]:checked + div {
	background-image: url('images/pipa-checked-red-64.png');
}

.tbcheckbox.background input[type="checkbox"]:checked + div {
	background-color: rgba(61,196,0, 0.2);
}

.tbcheckbox.background.red input[type="checkbox"]:checked + div {
	background-color: rgba(234,38,38, 0.2);
}

.tbcheckbox.background span {
	padding: 0 5px 0 0;
}

.tbcheckbox.right.background span {
	padding: 0 0 0 5px;
}

.tbcheckbox span {
	display: inline-block;
	position: relative;
	top: 50%;
	-webkit-transform: translateY(-50%);
	-moz-transform: translateY(-50%);
	-ms-transform: translateY(-50%);
	transform: translateY(-50%);
}

.tbcheckbox div {
	display: inline-block;
	background-size: 32px 32px;
	height: 32px;
	padding: 0 0 0 37px;
}

.tbcheckbox.right div {
	padding: 0 37px 0 0;
	background-position: right center!important;
}

.tbcheckbox.size-16 div {
	background-size: 16px 16px;
	height: 16px;
	padding: 0 0 0 21px;
}

.tbcheckbox.right.size-16 div {
	padding: 0 21px 0 0;
	background-position: right center!important;
}

.tbcheckbox.size-24 div {
	background-size: 24px 24px;
	height: 24px;
	padding: 0 0 0 29px;
}

.tbcheckbox.right.size-24 div {
	padding: 0 29px 0 0;
	background-position: right center!important;
}

.tbcheckbox.size-32 div {
	background-size: 32px 32px;
	height: 32px;
	padding: 0 0 0 37px;
}

.tbcheckbox.right.size-32 div {
	padding: 0 37px 0 0;
	background-position: right center!important;
}

.tbcheckbox.size-40 div {
	background-size: 40px 40px;
	height: 40px;
	padding: 0 0 0 45px;
}

.tbcheckbox.right.size-40 div {
	padding: 0 45px 0 0;
	background-position: right center!important;
}

.tbcheckbox.size-48 div {
	background-size: 48px 48px;
	height: 48px;
	padding: 0 0 0 53px;
}

.tbcheckbox.right.size-48 div {
	padding: 0 53px 0 0;
	background-position: right center!important;
}

.tbcheckbox.size-56 div {
	background-size: 56px 56px;
	height: 56px;
	padding: 0 0 0 61px;
}

.tbcheckbox.right.size-56 div {
	padding: 0 61px 0 0;
	background-position: right center!important;
}

.tbcheckbox.size-64 div {
	background-size: 64px 64px;
	height: 64px;
	padding: 0 0 0 70px;
}

.tbcheckbox.right.size-64 div {
	padding: 0 70px 0 0;
	background-position: right center!important;
}

td .tbcheckbox {
	position: static;
	-webkit-transform: none;
	-moz-transform: none;
	-ms-transform: none;
	transform: none;
}