/*--------------------------------------------------------------
## Elements
--------------------------------------------------------------*/

.row {
    clear: both;
}

.form-group {
	margin-bottom: 1.75rem;
}

.form-group.required label:after {
  content: "*";
  color: red;
  font-size: 0.8em;
  margin-left: 5px;
  vertical-align: top;
}

label {
	margin-bottom: 0.1rem;
}

.modal {
	z-index: 9999;
}

.sticky-area-wrap.sticky .navbar-brand img {
	max-height: 46px;
}

.text-gold {
	color: #257085 !important;
}

.btn-primary {
	color: #fff;
	background: #257085 -webkit-gradient(linear,left top,left bottom,from(#1e547b),to(#257085)) repeat-x;
	background: #257085 linear-gradient(180deg,#1e547b,#257085) repeat-x;
	border-color: #257085;
	-webkit-box-shadow: none;
	box-shadow: none;
}

.btn-primary:hover {
	color: #fff;
	background: #257085 -webkit-gradient(linear,left top,left bottom,from(#1e547b),to(#257085)) repeat-x;
	background: #257085 linear-gradient(0deg,#1e547b,#257085) repeat-x;
	border-color: #257085;
	-webkit-box-shadow: none;
	box-shadow: none;
}

.text-silver {
	color: #666;
}

.help-block.help-block-error, .help-block {
  color: red;
  font-size: 12px;
}

.hint-block {
  color: #666;
  font-size: 12px;
  float: left;
  margin-right: 0.5rem;
}

label.hint-block {
 display: block;
 float: inherit;
}

/* dropzone + */
.sortable-trash {
	position: absolute;
	width: 60px;
	padding: 5px;
	right: 0px;
	top: 0px;
	border-left: 1px solid #ccc;
    height: 50%;
    border-bottom: 1px solid #ccc;
}

.sortable-trash span {
	position: absolute;
	left: 50%;
	margin-top: 10px;
	margin-left: -7px;
	color: #d9534f;
}

.sortable-add:hover {
    box-shadow: 0 0 10px rgba(0,0,0,0.25);
}

.sortable-add {
	position: absolute;
	width: 60px;
	padding: 5px;
	right: 0px;
	bottom: 0px;
	border-left: 1px solid #ccc;
    height: 50%;
    border-bottom: 1px solid #ccc;
    cursor: pointer;
}

.sortable-add span {
	position: absolute;
	left: 50%;
	margin-top: 10px;
	margin-left: -7px;
	color: #3c763d;
}

.sortable-info {
	position: absolute;
	left: 50%;
	margin-left: -200px;
	margin-top: -26px;
	width: 400px;
	top: 50%;
}

.cursor-pointer {
 cursor: pointer;
}

.rate-input label {
 cursor: pointer;
 color: #a3d74e;
}

.rate-input label.checked {
 color: #a3d74e;
}

#uploader_files {
 background: url(../gfx/dropzone.png) no-repeat right bottom;
 background-size: 250px;
}

#main_col_menu {
  padding: 20px;
}

#main_col_menu ul {
  list-style: none;
  padding: 0px;
  margin: 0px;
}

#main_col_menu ul li.active a {
	color: #ff5a5f;
	text-decoration: underline;
}

.offer_respect_1 {
 outline: 5px solid gold;
 position: relative;
 overflow: hidden;
}

.offer_respect_1::after {
	position: absolute;
	font-family: "Font Awesome 5 Pro";
	color: gold;
	content: "\f762";
	right: 10px;
	top: 2px;
	font-size: 24px;
 z-index: 2;
 font-weight: bold;
}

.form-control-list > label {
 display: block;
}

body.site_register .d-flex .form-group, body.site_contact .d-flex .form-group {
 margin-bottom: 0.625rem !important;
}

body.site_register .d-flex .form-group .help-block, body.site_contact .d-flex .form-group .help-block {
 color: #666;
}

body.site_register .d-flex .form-group .help-block.help-block-error, body.site_contact .d-flex .form-group .help-block.help-block-error {
 color: red;
}
