.logo-profile {
	width: 48px;
	height: 48px;
}

/* GALLERY PRODUCTS */
.gallery-slick .ibox-content {
		margin: 0 10px;
}

.custom-wrapper-content {
	padding: 0px 10px 40px;
}

.operation-icon {
	color: #BC2820;
}

.operation-button {
	width: 75px;
}

.h-50 {
	min-height: 50px;
}

/* SUMMARY RATING */
.star-label {
	padding-right: 0px;
}

.star-bar-container {
	padding-left: 2px;
}

.star-bar {
	margin-bottom: 2px;
}

.rating-widget{
	height: 210px;
	min-width: 240px;
}

.progress-bar {
	background-color: #a7b1c2;
}

.green-outline-panel {
    border-color: #BC2820;
    border-width: medium;
    color: #BC2820;
}

.margin-top-0 {
    margin-top: 0px;
}

.margin-bottom-0 {
    margin-bottom: 0px;
}

.yadcf-filter-wrapper {
	margin-left: 0px;
	display: block;
}

select.influence-status
{
    color: #FFFFFF;
    font-weight: bold;
    font-size: 13px;
    font-family: "open sans", "Helvetica Neue", Helvetica, Arial, sans-serif;
    text-align: center;
}

.normal-background {
    background-color: #BC2820;
}

.warning-background {
    background-color: #f7a54a;
}

.success-background {
    background-color: #1a7bb9;
}

option.white
{
    background-color: #FFFFFF;
    color: #676a6c;
}

.pl-0 {
    padding-left: 0px;
}

.weight-normal {
    font-weight: normal;
}

.table-check-select {
	vertical-align: middle;
	align-content: center;
}

.slick-image {
	height: 150px;
	width: 150px;
}

.yadcf-filter-reset-button {
	margin-left: 10px;
}

.form-control .yadcf-filter-reset-button {
	margin-top: -5px;
}

.form-control .yadcf-filter-wrapper-inner {
	border: 0px;
}

.form-control .yadcf-filter-wrapper-inner .yadcf-filter-range-date {
	border: 0px;
}

/* https://bugzilla.mozilla.org/show_bug.cgi?id=1503427 */
input[type="date"].form-control, input[type="time"].form-control,
input[type="datetime-local"].form-control, input[type="month"].form-control {
    line-height: initial;
}

.form-plain-text{
	padding-top: 7px;
	margin-bottom: 0;
}

.select-checkbox{
	color: green;
	font-size: 20px !important;

}

tr.selected {
	background-color: lightgoldenrodyellow !important;
	
}

table.dataTable tr.selected td.select-checkbox::before,
table.dataTable tr.selected th.select-checkbox::before,
table.dataTable th.select-checkbox::before  {
	border: none !important;
}


table.dataTable tr.selected td.select-checkbox::after,
table.dataTable tr.selected th.select-checkbox::after {
	margin-top: -23px !important;
	margin-left: -10px !important;
	text-shadow: none !important;
}

table.dataTable td.select-checkbox::before,
table.dataTable th.select-checkbox::before {
	margin-top: -15px !important;
}

.swal-wide{
    width:850px;
}