* {
	font-size: 14px;
    font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
}

body {
	padding-top: 72px;
	/*padding-bottom: 20px;*/
    /*font-family: 'Roboto', sans-serif;*/
}

a, * { outline: none !important; }

.selectpicker a {
	outline: none;
}

.input-clear {
	position: absolute;
	right: 5px;
	top: 0;
	bottom: 0;
	height: 14px;
	margin: auto;
	font-size: 14px;
	cursor: pointer;
	color: #ccc;
	display: none;
}

.dl-horizontal.text-left {
	text-align: left;
}

/*
 * Img border colors
 */
img.img-primary {
	border: 3px solid #428bca;
}

img.img-success {
	border: 3px solid #dff0d8;
}

img.img-info {
	border: 3px solid #d9edf7;
}

img.img-warning {
	border: 3px solid #fcf8e3;
}

img.img-danger {
	border: 3px solid #f2dede;
}

/* ======================================================================== */
/* ! BS Callout
/* ======================================================================== */
.bs-callout { padding: 20px; border: 1px solid #eee; border-left-width: 5px; border-radius: 3px; }
.bs-callout h4 { margin-top: 0; margin-bottom: 5px; }
.bs-callout p:last-child { margin-bottom: 0; }
.bs-callout code { border-radius: 3px; }
.bs-callout+.bs-callout { margin-top: -5px; }
.bs-callout-primary { border-left-color: #428bca; }
.bs-callout-primary h4 { color:#428bca; }
.bs-callout-success { border-left-color: #5cb85c; }
.bs-callout-success h4 { color:#5cb85c; }
.bs-callout-danger { border-left-color: #d9534f; }
.bs-callout-danger h4 { color: #d9534f; }
.bs-callout-warning { border-left-color: #f0ad4e; }
.bs-callout-warning h4 { color:#f0ad4e; }
.bs-callout-info { border-left-color: #5bc0de; }
.bs-callout-info h4 { color:#5bc0de; }


/* ======================================================================== */
/* ! Margins
/* ======================================================================== */
.mt-0 { margin-top: 0; }
.mt-5 { margin-top: 5px; }
.mt-10 { margin-top: 10px; }
.mt-15 { margin-top: 15px; }
.mt-20 { margin-top: 20px; }
.mt-25 { margin-top: 25px; }
.mt-30 { margin-top: 30px; }
.mt-35 { margin-top: 35px; }
.mt-40 { margin-top: 40px; }
.mt-45 { margin-top: 45px; }
.mt-50 { margin-top: 50px; }
.mt-55 { margin-top: 55px; }
.mt-60 { margin-top: 60px; }
.mb-0 { margin-bottom: 0; }
.mb-5 { margin-bottom: 5px; }
.mb-10 { margin-bottom: 10px; }
.mb-15 { margin-bottom: 15px; }
.mb-20 { margin-bottom: 20px; }
.mb-25 { margin-bottom: 25px; }
.mb-30 { margin-bottom: 30px; }
.mb-35 { margin-bottom: 35px; }
.mb-40 { margin-bottom: 40px; }
.mb-45 { margin-bottom: 45px; }
.mb-50 { margin-bottom: 50px; }
.mb-55 { margin-bottom: 55px; }
.mb-60 { margin-bottom: 60px; }
.ml-0 { margin-left: 0; }
.ml-5 { margin-left: 5px; }
.ml-10 { margin-left: 10px; }
.ml-15 { margin-left: 15px; }
.ml-20 { margin-left: 20px; }
.ml-25 { margin-left: 25px; }
.ml-30 { margin-left: 30px; }
.ml-35 { margin-left: 35px; }
.ml-40 { margin-left: 40px; }
.ml-45 { margin-left: 45px; }
.ml-50 { margin-left: 50px; }
.ml-55 { margin-left: 55px; }
.ml-60 { margin-left: 60px; }
.mr-0 { margin-right: 0; }
.mr-5 { margin-right: 5px; }
.mr-10 { margin-right: 10px; }
.mr-15 { margin-right: 15px; }
.mr-20 { margin-right: 20px; }
.mr-25 { margin-right: 25px; }
.mr-30 { margin-right: 30px; }
.mr-35 { margin-right: 35px; }
.mr-40 { margin-right: 40px; }
.mr-45 { margin-right: 45px; }
.mr-50 { margin-right: 50px; }
.mr-55 { margin-right: 55px; }
.mr-60 { margin-right: 60px; }


/* ======================================================================== */
/* ! Paddings
/* ======================================================================== */
.pt-0 { padding-top: 0; }
.pt-5 { padding-top: 5px; }
.pt-10 { padding-top: 10px; }
.pt-15 { padding-top: 15px; }
.pt-20 { padding-top: 20px; }
.pt-25 { padding-top: 25px; }
.pt-30 { padding-top: 30px; }
.pt-35 { padding-top: 35px; }
.pt-40 { padding-top: 40px; }
.pt-45 { padding-top: 45px; }
.pt-50 { padding-top: 50px; }
.pt-55 { padding-top: 55px; }
.pt-60 { padding-top: 60px; }
.pb-0 { padding-bottom: 0; }
.pb-5 { padding-bottom: 5px; }
.pb-10 { padding-bottom: 10px; }
.pb-15 { padding-bottom: 15px; }
.pb-20 { padding-bottom: 20px; }
.pb-25 { padding-bottom: 25px; }
.pb-30 { padding-bottom: 30px; }
.pb-35 { padding-bottom: 35px; }
.pb-40 { padding-bottom: 40px; }
.pb-45 { padding-bottom: 45px; }
.pb-50 { padding-bottom: 50px; }
.pb-55 { padding-bottom: 55px; }
.pb-60 { padding-bottom: 60px; }
.pl-0 { padding-left: 0; }
.pl-5 { padding-left: 5px; }
.pl-10 { padding-left: 10px; }
.pl-15 { padding-left: 15px; }
.pl-20 { padding-left: 20px; }
.pl-25 { padding-left: 25px; }
.pl-30 { padding-left: 30px; }
.pl-35 { padding-left: 35px; }
.pl-40 { padding-left: 40px; }
.pl-45 { padding-left: 45px; }
.pl-50 { padding-left: 50px; }
.pl-55 { padding-left: 55px; }
.pl-60 { padding-left: 60px; }
.pr-0 { padding-right: 0; }
.pr-5 { padding-right: 5px; }
.pr-10 { padding-right: 10px; }
.pr-15 { padding-right: 15px; }
.pr-20 { padding-right: 20px; }
.pr-25 { padding-right: 25px; }
.pr-30 { padding-right: 30px; }
.pr-35 { padding-right: 35px; }
.pr-40 { padding-right: 40px; }
.pr-45 { padding-right: 45px; }
.pr-50 { padding-right: 50px; }
.pr-55 { padding-right: 55px; }
.pr-60 { padding-right: 60px; }


/* ======================================================================== */
/* ! Main
/* ======================================================================== */

.red { color: #f00; }
.black { color: #000; }
.grey { color: #555; }

.cursor-pointer { cursor: pointer; }
.nounderline { text-decoration: none !important; }

.vcenter, .valign-mid { display: inline-block; vertical-align: middle; float: none; }

/*
 * Share buttons
 */
.b-share-icon {
	float: left;
	display: inline;
	overflow: hidden;
	width: 16px;
	height: 16px;
	padding: 0!important;
	vertical-align: top;
	border: 0;
	background: url("/media/default/images/b-share-icon.png") 0 99px no-repeat;
}

	.b-share-icon_vk, .b-share-icon_custom {
		background-position: 0 0;
	}

	.b-share-icon_moimir {
		background-position: 0 -85px;
	}

	.b-share-icon_facebook {
		background-position: 0 -68px;
	}


/*
 * Opacity controls
 */
.opacity-controls-body .opacity-control {
	color: #333;
	opacity: 0;
}

.opacity-controls-body:hover .opacity-control {
	opacity: 0.3;
	filter: alpha(opacity=30);
	-webkit-transition: opacity .35s ease-in-out;
	-moz-transition: opacity .35s ease-in-out;
	-ms-transition: opacity .35s ease-in-out;
	-o-transition: opacity .35s ease-in-out;
	transition: opacity .35s ease-in-out;
}

.opacity-controls-body:hover .opacity-control:hover {
	opacity: 1;
	filter: alpha(opacity=100);
}

.ajax-loading {
	display: block;
	width: 50px;
	height: 50px;
	background: url("/media/default/images/ajax-loader.gif") center center no-repeat;
}

/*
 * Blinking
 */
.blinking {
  -webkit-animation: blinking 2s linear infinite;
  animation: blinking 2s linear infinite;
}
@-webkit-keyframes blinking {
  0% { color: rgba(34, 34, 34, 1); }
  50% { color: rgba(34, 34, 34, 0); }
  100% { color: rgba(34, 34, 34, 1); }
}
@keyframes blinking {
  0% { color: rgba(34, 34, 34, 1); }
  50% { color: rgba(34, 34, 34, 0); }
  100% { color: rgba(34, 34, 34, 1); }
}


/* ======================================================================== */
/* ! Spinner
/* ======================================================================== */
.spinner .glyphicon-refresh-animate {
    display: none;
}

.spinner.active .glyphicon-refresh-animate {
    display: inline-block;
}

.glyphicon-refresh-animate {
    -animation: spin .7s infinite linear;
    -webkit-animation: spin2 .7s infinite linear;
}

@-webkit-keyframes spin2 {
    from { -webkit-transform: rotate(0deg);}
    to { -webkit-transform: rotate(360deg);}
}

@keyframes spin {
    from { transform: scale(1) rotate(0deg);}
    to { transform: scale(1) rotate(360deg);}
}

.waiting-blur { animation: waiting-blur 2s ease-in-out infinite; opacity: .5; }

@keyframes waiting-blur {
    50% {
        opacity: .2
    }
}

/* .waiting-blur { filter: blur(2px); } */
.waiting-blur:hover, .waiting-blur .cursor-pointer:hover, .waiting-blur > *:hover, .waiting-blur .form-control { cursor: wait !important; }


#adminpanel table td { vertical-align: middle; }
#talks_data .nofind { background: none; border: none; color: #000; }



span[data-unread-messages]:empty {
	display:none;
}

.dropdown-toggle.dropdown-nocaret:after { display: none !important; }


.bg-style-3, .bg-hover-style-3:hover {background:#2F2F2F;}
.bg-style-4, .bg-hover-style-4:hover {background:#F6F6F6;}
.bg-style-5, .bg-hover-style-5:hover {background:#0094FE;}
.bg-style-6, .bg-hover-style-6:hover {background:#1FC89F;}
.bg-style-7, .bg-hover-style-7:hover {background:#FF5555;}
.bg-style-8, .bg-hover-style-8:hover {background:#fa3;}
.bg-style-9, .bg-hover-style-9:hover {background:#5d5cd1;}
.bg-style-10, .bg-style-hover-10:hover {background:#FBFBFB;}
.bg-style-11, .bg-hover-style-11:hover {background:#efefef;}
.bg-style-12, .bg-hover-style-12:hover {background: #E1F3FF;}
.bg-style-13, .bg-hover-style-13:hover {background: #D94C4C !important;}
.bg-style-14, .bg-hover-style-14:hover {background:#e2effa;}
.bg-style-15, .bg-hover-style-15:hover {background:#c7e4fa;}

.hov-gal-cover {position:relative;}
.hov-gal-box {position:absolute;left:0;top:0;width:100%;height:100%;}

.hov-gal-box > span {position:relative;width: 100%;z-index:12;}
.hov-gal-box > span img {opacity:0;}
.hov-gal-box > span:hover:before {background:#0094FE;}
.h_active:before {background:#0094FE !important;}
.hov-gal-box > span:before {content:'';position:absolute;left:3px;bottom:7px;width:calc(100% - 5px);background:#fff;height:2px;}

.img-box2 {width: 350px; height: 280px;}
.img-box2  img {-o-object-fit: cover;object-fit: cover;-o-object-position: center;object-position: center;height: 280px;}
.img-box2 img {max-height: 100%;max-width: 100%;}
.hid-box.bordered-bottom-style3.pos-rel img {max-width: 100%;}

.card-product .card-body .position-absolute { z-index: 100; }
.card-product-action { z-index: 333 !important; }
.zx {max-height: 210px;overflow: auto;}
.max-w-300 {max-width:300px;}

#lot_form label.form-label { margin-bottom: 12px; }
#lot_form label.form-label~.opacity-50 { margin-top: -18px; font-size: 0.8em; }

#lot_images .upload-text { text-align: center; padding: 0 20px; }
#lot_images .uploaded-image { padding-bottom: 0; width: 100%; height: initial; padding-right: 10px; background: none; }
#lot_images .image-uploader .uploaded .uploaded-image img { position: relative; }
#lot_images .image-uploader .uploaded .uploaded-image .delete-image { right: 12px; }

.card-profile .card-profile-action { bottom: 15%; left: 50%; opacity: 0; position: absolute; transform: translateX(-50%) translateY(-50%); transition: all .3s ease 0s; visibility: hidden; width: 100%; z-index: 9; }
.card-profile:hover .card-profile-action { opacity: 1; visibility: visible; }
.card-profile .btn-action { align-items: center; background-color: var(--fc-white); border-radius: 0.5rem; box-shadow: 0 2px 4px -1px rgba(145,158,171,.2), 0 4px 5px 0 rgba(145,158,171,.14), 0 1px 10px 0 rgba(145,158,171,.12); color: var(--fc-gray-800); display: inline-flex; font-size: 14px; height: 34px; justify-content: center; line-height: 34px; text-align: center; transition: all .3s ease 0s; vertical-align: middle; width: 34px; }

.alert-1 {background:#0094FE;}
.alert-2 {background:#1FC89F;}
.alert-3 {background:#1FC89F;}
.alert-4 {background:#D22B27;}
.alert-5 {background:#9B9FB2;}

/* messages */
.w-60 {width:60%;}

.talks-list > div:nth-last-child(1)  .message-item:nth-last-child(1) {border-bottom:0;}
.talks-list > .message-item:nth-last-child(1) {border-bottom:0;}

.message-box {border:1px solid #E1E3ED;border-radius:4px;}
.message-item {border-bottom:1px solid #E1E3ED;padding:25px;}
.message-box > .message-item:nth-last-child(1) {border-bottom:0;}

.msg-status {padding-right:30px;}
.msg-status:before {content:'';background:url(/media/default/images/element18.svg) no-repeat;width:20px;height:15px;position:absolute;right:0;top:-1px;}
.msg-status.isread:before {content:'';background:url(/media/default/images/element17.svg) no-repeat;width:20px;height:15px;position:absolute;right:0;top:-1px;}

.bubble {height:auto;display: flex;align-items: center;padding:10px 20px 27px 20px;color:#6C808C;font-size:15px;position:relative;min-width: 85px;}
.bubble-item {height:fit-content;}
.bubble-time {position:absolute;right:15px;bottom:5px;font-size:12px;color:#D1D1D1;}


.img-box3 {flex-shrink: 0;}
.img-box3 img {-o-object-fit: cover;object-fit: cover;-o-object-position: center;object-position: center;height: 280px;}
.img3 {position:absolute;left:-15px;top:-15px;border:2px solid #fff;background:#eee;}
.border-radius-4 {border-radius:4px;}
.border-radius-10 {border-radius:10px;}
.border-radius-50 {border-radius:50%;}

.justify-self-center {justify-self: center;}
.justify-self-start {justify-self: flex-start;}
.justify-self-end {justify-self: flex-end;}

main { overflow: hidden; }

/* xl */
@media (min-width: 1200px) {
}

/* lg */
@media (min-width: 992px) and (max-width: 1199px) {

}

/* md */
@media (min-width: 768px) and (max-width: 991px) {

}

/* sm */
@media (min-width: 576px) and (max-width: 767px) {
.bubble-item.max-w-80 { max-width: 100%;}
}

/* xs */
@media (max-width: 575px) {
.bubble-item.max-w-80 { max-width: 100%;}
}








