@charset "utf-8";
/* Dispute Centre */

#tblFontEndTickets .label {
	padding: 7px 10px;
	margin: 3px 0px;
}
.dispute-centre .fa {
	font-size:1em;
}
.dispute-centre .dp-item {
	/*background-image: url(/wp-content/uploads/2015/11/australian-internet-casinos-90.png);
	background-position: right bottom;
	background-repeat: no-repeat;
	background-size: cover;*/
	background: #ffbc00; /* Old browsers */
	background: -moz-linear-gradient(top, #ffbc00 0%, #005e00 100%); /* FF3.6-15 */
	background: -webkit-linear-gradient(top, #ffbc00 0%,#005e00 100%); /* Chrome10-25,Safari5.1-6 */
	background: linear-gradient(to bottom, #ffbc00 0%,#005e00 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffbc00', endColorstr='#005e00',GradientType=0 ); /* IE6-9 */
	
/*	background: #ffffff;
	background: -moz-linear-gradient(top, #ffffff 22%, #7d7e7d 87%, #0e0e0e 100%);
	background: -webkit-linear-gradient(top, #ffffff 22%,#7d7e7d 87%,#0e0e0e 100%);
	background: linear-gradient(to bottom, #ffffff 22%,#7d7e7d 87%,#0e0e0e 100%); 
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#0e0e0e',GradientType=0 ); 
	*/
	border: 1px solid #cccccc;
	border-radius: 5px;
	color: #ffffff;
	height: 350px;
	overflow: hidden;
	margin-bottom: 30px;
	font-size: 0.85em;
	padding: 0px;
	position:relative;
	cursor: pointer;
}
.dispute-centre .dp-info-box {
	position:absolute;
	top: 401px;
	left: 0px;
	height: 270px;
	z-index: 200;
	background: rgba(0,0,0,0.75);
	opacity: 0;
	transition: all 0.3s ease-in-out;
}
.dispute-centre .dp-info-box span {
	font-size: 5em;
	display: block;
	color: #ffffff;
	position:absolute;
	left: 50%;
	top: 50%;
	transform:translate(-50%,-50%);
	text-shadow: 0px 0px 10px #ffffff;
}
.dispute-centre .dp-item:hover .dp-info-box {
	top: 80px;
	opacity: 1;
}
.dispute-centre .dp-casino-name {
	background: #303030;
	box-shadow: 0px 3px 3px #000000;
	border-bottom-left-radius: 5px;
	border-bottom-right-radius: 5px;
	margin-bottom: 10px;
	height: 80px;
	position:relative;
}
.dispute-centre .dp-casino-name h3 {
	text-align:center;
	margin: 0px;
	padding: 10px 5px;
	font-variant:small-caps;
	font-size: 2em;
	position:absolute;
	top: 50%;
	left: 50%;
	transform:translate(-50%,-50%);
}
.dispute-centre .dp-category {
/*	text-align:center;*/
	position:absolute;
	bottom: 12px;
	right: 0px;
	text-align: right;
	font-size: 0.75em;
}
.dispute-centre .dp-status {
	text-align: center;
	font-size: 48pt;
	margin-bottom: 10px;
	padding: 10px;
/*	color: #005e00;*/
}
.dispute-centre .dp-date {
	position:absolute;
	bottom: 0px;
	right: 0px;
	text-align: right;
	font-size: 0.75em;
	
}
.dp-last-update {
	text-align:center;
	font-size: 0.75em !important;
	font-weight: bold !important;
}
.dispute-centre .dp-subject{
	text-align:center;
	font-size: 1.5em;
}
.dp-item-extra-info {
	display: none;
}/*
.dispute-centre .dp-subject:before,
.dispute-centre .dp-subject:after{
	font-family: "FontAwesome";
	font-size: 1em;
	color: #333333;
}
.dispute-centre .dp-subject:before{
	content: "\f10d";
	float: left;
}
.dispute-centre .dp-subject:after{
	content: "\f10e";
	float: right;
}*/
.dp-body{
	font-size: 0.95em;
}
.dp-line-break {
	height: 2px !important;
	width: 100%;
	background:rgba(0,0,0,0.2);
	margin-top: 10px;
	margin-bottom: 10px;	
}
.dp-attachment-image {
	height: 200px;
	overflow: hidden;
	text-align:center;
}
.dp-attachment-files {
	height: 200px;
	overflow: hidden;
	text-align:center !important;
	font-size: 1em;
	color: #333333;
}
.arrow_box {
	position: relative;
	background: #dedede;
	border: 1px solid #005e00;
	border-radius: 10px;
	min-height: 80px;
	padding: 10px;
	margin-bottom: 15px;
}
.arrow_box:after, .arrow_box:before {
	right: 100%;
	top: 20px;
	border: solid transparent;
	content: " ";
	height: 0;
	width: 0;
	position: absolute;
	pointer-events: none;
}

.arrow_box:after {
	border-color: rgba(222, 222, 222, 0);
	border-right-color: #dedede;
	border-width: 10px;
	margin-top: -10px;
}
.arrow_box:before {
	border-color: rgba(0, 94, 0, 0);
	border-right-color: #005e00;
	border-width: 11px;
	margin-top: -11px;
}
.vc_single_bar {
	background: rgba(0,0,0,0.15) !important;
}
.vc_single_bar .vc_label {
	color: #333333 !important;
	text-align: center;
}
.dp-no-disputes .btn,
.dsp-btn,
a.dsp-btn,
.dsp-btn-holder a {
	background-color: #00acff !important;
	font-family: Verdana,Geneva,Tahoma,sans-serif !important;
	font-size: 16px !important;
	line-height: 21px !important;
	color: #ffffff !important;
	text-transform:capitalize !important;
	border-radius: 0px !important;
}

/* Disputes FAQ */

.dispute-centre-faq * {
	transition: all 0.3s ease-in-out;
}
.dp-faq-cat,
.dp-faq-item h4 {
	cursor: pointer;
}
.dispute-centre-faq .alignright {
	float: right;
	margin: 0px 0px 5px 5px;
}
.dispute-centre-faq .alignleft {
	float: left;
	margin: 0px 5px 5px 0px;
}
.dispute-centre-faq .dp-faq-item,
.dispute-centre-faq .dp-faq-text {
	display: none;
}

/* Disputes General */

.dispute-section .dispute_cats a {
	color: #ffffff !important;
}

.dispute-section {
	margin-top: -40px !important;
}

.dispute-section p a,
.dispute-section li a  { 
/*	color: #fdbb2c !important;*/
	color: #3312fe !important;
}

.dispute-section img.alignright,
.alignright {
	display: inline !important;
	float: right !important;
	margin: 0px 0px 10px 10px !important;
}
.dispute-section .dp-fancybox,
.dp-fancybox {
	border: 1px solid #fdbb2c !important;
	position: relative;
	border-radius: 5px;
}