/*
Main #a674b7
Hover #7C4A8D
*/

.panel-body {
	padding-left: 0px !important;
	padding-right: 0px !important;
}

.row {
	margin-right: 0px !important;
	margin-left: 0px !important;
}

.modal-dialog {
	width: 90% !important;
}

.slider.demo .switch-button-label {
	font-size: 20px;
}

.btn-primary {
	color: #fff;
	background-color: #9965ab;
	border-color: #643474
}

.btn-primary:hover {
	color: #fff;
	background-color: #643474;
	border-color: #643474
}

h1 {
	color: #7C4A8D !important;
}

a {
	color: #532761;
}

a:focus,
a:hover {
	color: #000000;
}


@media screen and (max-width: 1225px) and (min-width: 1045px) {
	.priority-5{
		display:none;
	}
}

@media screen and (max-width: 1045px) and (min-width: 835px) {
	.priority-5{
		display:none;
	}
	.priority-4{
		display:none;
	}
}

@media screen and (max-width: 565px) and (min-width: 300px) {
	.priority-5{
		display:none;
	}
	.priority-4{
		display:none;
	}
	.priority-3{
		display:none;
	}
}

@media screen and (max-width: 300px) {
	.priority-5{
		display:none;
	}
	.priority-4{
		display:none;
	}
	.priority-3{
		display:none;
	}
	.priority-2{
		display:none;
	}
}

h1 {
    font-size: 2em;
}

.wsp {
    position: fixed;
    bottom: 10px;
    right: 5px;
    z-index: 10;
    width: 170px;
}