/* CSS Override Document For Cookie Management Tool - CompersNews.com */


/* Move initial cookie banner to bottom of browser window */
#cmt-wrapper-banner {
	top:auto;
    bottom: 0;
}
    
/* Corner flash */
.cmt-settings{
	font-size:13px;
	opacity:1;
	text-align:left;
	padding-left:7px;
	border-top:1px solid #fff;
	border-right:1px solid #fff;
}

/* Cookie Alert */

.cmt-obg {
 	background-color: rgba(167, 105, 156, 1);
 }

.cmt h2, .cmt h3 {
	color: #a7699c;
}

.cmt p a:hover {
	color: #a7699c;
}

.cmt-light {
	color: #a7699c;
}

.cmt-checkboxes-input:focus + .cmt-checkboxes-label::before {
	box-shadow: 0 0 0 3px #a7699c;
}

.table-cookie tr {
	border-bottom: 1px dotted #a7699c;
}

.cmt .close {
	color: #a7699c;
	border: 1px solid #a7699c;
}

.cmt-settings {
	background-color: #a7699c;
}

.cmt p a:link, .cmt p a:visited {
	color: #a7699c;
}

.cmt-dark {
	color: #a7699c;
}

/* Initial cookie banner buttons */

.btn-cmt-dark {
	background-color: #fff !important;
	border: solid 1px #fff; 
	color:#111;
}

.btn-cmt-dark:hover {
	background-color: #111 !important;
	border: solid 1px #111 !important; 
	color:#fff !important;
}

.btn-cmt-inverse {
	border: solid 1px #fff !important;
	color: #fff;
  }

.btn-cmt-inverse:hover {
	background-color: #111 !important;
	border: solid 1px #111 !important; 
	color:#fff !important;
}
  
/* Animations - used for background of buttons on hover */

@-webkit-keyframes bg-dark-animate {
	0% {
		background-color: rgba(167, 105, 156, 0);
	}
	100% {
		background-color: #111;
	}
}

@keyframes bg-dark-animate {
	0% {
		background-color: rgba(167, 105, 156, 0);
	}
	100% {
		background-color: #111;
	}
}
    
@-webkit-keyframes bg-inverse-animate {
	0% {
		background-color: rgba(255, 255, 255, 0.2);
	}
	100% {
		background-color: #111;
	}
}
		
@keyframes bg-inverse-animate {
	0% {
		background-color: rgba(255, 255, 255, 0.2);
	}
	100% {
		background-color: #111;
	}
}

/* CMT Centre Buttons */

#cmt-wrapper-centre .btn-cmt-dark {
	background-color: #a7699c !important;
	border: solid 1px #a7699c; 
	color:#fff;
}

#cmt-wrapper-centre .btn-cmt-dark:hover {
	background-color: #111 !important;
	border: solid 1px #111 !important; 
	color:#fff !important;
}

#cmt-wrapper-centre #cmt-action-cookie-select-all {
	border: solid 1px #a7699c !important;
	color: #a7699c;
  }

#cmt-wrapper-centre #cmt-action-cookie-select-all:hover {
	background-color: #111 !important;
	border: solid 1px #111 !important; 
	color:#fff !important;
}
  
/* Animations - used for background of buttons on hover */

@-webkit-keyframes bg-dark-animate {
	0% {
		background-color: rgba(167, 105, 156, 0);
	}
	100% {
		background-color: #111;
	}
}

@keyframes bg-dark-animate {
	0% {
		background-color: rgba(167, 105, 156, 0);
	}
	100% {
		background-color: #111;
	}
}
    
@-webkit-keyframes bg-inverse-animate {
	0% {
		background-color: rgba(255, 255, 255, 0.2);
	}
	100% {
		background-color: #111;
	}
}
		
@keyframes bg-inverse-animate {
	0% {
		background-color: rgba(255, 255, 255, 0.2);
	}
	100% {
		background-color: #111;
	}
}

/* end of buttons */


.cmt-label-title {
	color: #a7699c;
}

.cmt-label {
	color: #a7699c;
}

.cmt-checkboxes-label::before {
	border: 2px solid #a7699c;
}

.cmt-checkboxes-label::after {
	color: #a7699c;
}

.cmt-checkboxes-input:disabled,
.cmt-checkboxes-input:disabled + .cmt-checkboxes-label {
	color: #a7699c;
}
  
.table-cookie th {
	border-bottom: 1px solid #a7699c;
}
  
.cmt .close:hover, .cmt .close:focus {
	color: #a7699c;
	border: 1px solid #a7699c;
}
  
.cmt-plus-minus-toggle:before,
.cmt-plus-minus-toggle:after {
	background: #a7699c;
}
