
.container {
	position: relative;
}

#content-rating {
	border-top: 2px solid rgba(68, 66, 178, 1);
	border-bottom: 2px solid rgba(68, 66, 178, 1);
	margin-bottom: 20px;
	padding-bottom: 20px;
	background-color: rgba(255, 255, 255, 1);
}

.bg-color {
	background-color: rgba(68, 66, 178, 1);
}

.bg-background {
	background-image: url(https://opinia.me/images/170x170.gif);
}

#entity-name {
	color: rgba(255, 255, 255, 1);
}

#content-rating p,
#content-rating label,
#content-rating .rps-legend {
	color: rgba(0, 0, 0, 1) !important;
}

.input-group label *::placeholder {
  color: rgba(0, 0, 0, 1) !important;
  opacity: 1;
}

.input-group label *:-ms-input-placeholder {
  color: rgba(0, 0, 0, 1) !important;
}

.input-group label *::-ms-input-placeholder {
  color: rgba(0, 0, 0, 1) !important;
}


textarea::-webkit-input-placeholder {
  color: rgba(0, 0, 0, 1) !important;
}

textarea:-moz-placeholder { /* Firefox 18- */
  color: rgba(0, 0, 0, 1) !important;  
}

textarea::-moz-placeholder {  /* Firefox 19+ */
  color: rgba(0, 0, 0, 1) !important;  
}

#btn-send-rating,
.btn-primary {
	background: rgba(68, 66, 178, 1);
}

.btn-primary {
	text-transform: none;
	color: #fff;
	font-weight: normal;
	padding: 10px 30px;
}

.btn-primary:hover {
    opacity: .8;
    color: #fff;
}

#content-rating .help-block.error {
	color: #f44336 !important;
	margin-top: 0px;
	font-size: 12px;
}

.input-group {
	border: 1px solid rgba(68, 66, 178, 1);
  border-radius: 4px;
}

.entity-text-color {
  color: rgba(0, 0, 0, 1) !important;
}
.entity-top-color {
  color: rgba(68, 66, 178, 1) !important;
}
.entity-background-color-top {
  background-color: rgba(68, 66, 178, 1) !important;
}

.progress-circular-gap {
	border-top: 2px solid rgba(68, 66, 178, 1);
}
.progress-circular-spinner {
	border: 4px solid rgba(68, 66, 178, 1);
	border-bottom-color: transparent;
}
.form-control, .picker__select--month, .picker__select--year,
.select2-container--default .select2-selection--single {
	color: rgba(0, 0, 0, 1);
	border: 1px solid rgba(0, 0, 0, 1);
	border-radius: 3px;
	padding: 5px;
}
.floating-label {
	color: rgba(0, 0, 0, 1);
}
.form-control:focus, .picker__select--month:focus, .picker__select--year:focus {
	border-color: rgba(68, 66, 178, 1);
}
.form-group-label.control-focus .floating-label {
	color: rgba(68, 66, 178, 1);
}
.progress-bar {
	background-color: rgba(68, 66, 178, 1);
}

/* RADIO */
.checkbox-circle-check:after, .radiobtn-circle-check:after, .checkbox-circle-check:before, .radiobtn-circle-check:before {
	background-color: rgba(68, 66, 178, 1);
}
input[type=radio]:checked~.radiobtn-circle {
	border-color: rgba(68, 66, 178, 1);
}


/* DATE PICKER */
.picker__date-display, .picker__day.picker__day--selected {
	background-color: rgba(68, 66, 178, 1);
}
.btn-flat.btn-brand {
	color: rgba(68, 66, 178, 1);
}

.header-transparent {
	background:rgba(68, 66, 178, 1);
}
.header-transparent:before {
	background:rgba(68, 66, 178, 1);	
}

.fbtn-brand-accent, .fbtn-brand-accent:hover  {
	background-color:rgba(68, 66, 178, 1);	
}
.content-heading {
	background:rgba(68, 66, 178, 1);	
}
.title-part {
	border-bottom:3px solid rgba(68, 66, 178, 1);
}
.btn-card {
	color:rgba(68, 66, 178, 1);
}
.btn-card:hover {
	color: rgba(68, 66, 178, 1);
	opacity:.5;
}
input[type=checkbox]:checked+.switch-toggle:before, input[type=radio]:checked+.switch-toggle:before {
	background-color:rgba(68, 66, 178, 1) !important;
}
input[type=checkbox]:checked+.switch-toggle,input[type=radio]:checked+.switch-toggle{
	background-color:rgba(68, 66, 178, 1);	
}
#average-avg-rating {
	background:rgba(68, 66, 178, 1);
}