body,
html {
  font-size: 15px;
  font-family: "Segoe UI", 'Roboto', sans-serif !important;
  background-color: #f4f4f4;
  color: #51636f;
}

.clear {
  clear: both !important;
}

hr {
  border-color: #e43439;
  clear: both;
  width: 100%;
}

img {
  max-width: 100%;
}

h3 {
	font-size: 1.2rem;
	margin-top: 25px;
	margin-bottom: 15px;
	font-weight: 400;
}

form .hidden {
  display: none !important;
}

#page-layout-box--header-- {
  background: #e43439;
  width: 100%;
  height: 100px;
  color: #fff;
}

h1#user-logo {
	display: block;
	width: 95%;
	height: auto;
	text-align: center;
	margin-top: 0.7em;
	margin-bottom: 0.8em;
	padding: 0 15px;
}

h1#user-logo a {
  color: #fff;
  text-decoration: none;
}

h1#user-logo a span.logo {
	display: inline-block;
	width: 232px;
	height: 31px;
	background: url('images/logo.png') 0 0 no-repeat scroll;
	background-size: contain;
}
h1#user-logo a span.logo span {
  display: none;
}
h1#user-logo a > span {
  display: flex;
  align-items: center;
  justify-content: center;
}
h1#user-logo a span.text {
	display: flex;
	color: #fff;
	font-size: 14px;
	text-align: left;
	position: relative;
	padding-left: 20px;
	margin-left: 12px;
	height: 55px;
	align-items: center;
}
h1#user-logo a span.text::before {
	content: "";
	left: 0;
	top: 50%;
	transform: translateY(-50%);
	width: 1px;
	height: 100%;
	background: #fff;
	position: absolute;
}

#page-layout-box--content-- {
  margin-top: 50px;
}

#my_text {
  margin: 30px 0;
}

#my_right_banner {
  margin: 5px 0;
}

#my_right_banner img {
  max-width: 100%;
  height: auto;
}

.form_editor2 ul,
.form_editor2 ul li {
  list-style-type: none;
  margin: 0;
  padding: 0;
}

.form_editor2 ul li {
  margin: 16px 0;
}

.loggedin .my-login {
  display: none;
}

.info-text {
  border: 1px solid #999;
  padding: 15px 15px 15px 80px;
  position: relative;
  margin: 15px 0;
  font-size: 12px;
}

.info-text:before {
  width: 50px;
  height: 50px;
  color: #000;
  content: "\f05a";
  position: absolute;
  display: inline-block;
  font: normal normal normal 50px/1 FontAwesome;
  font-size: 50px;
  text-rendering: auto;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  transform: translate(0, 0);
  left: 15px;
}

.info-text.edit-bid p {
  line-height: 48px;
  font-weight: bold;
}

.info-text.edit-bid p a {
  text-decoration: underline;
}

/* admin grid */
.flex-container {
    padding: 0;
    margin: 0;
    list-style: none;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-pack: distribute;
    justify-content: space-around;
    line-height:30px;
}
.flex-item {
    background: #e74c3c;
    margin: 5px;
    color: white;
    font-weight: bold;
    font-size: 1.5em;
    text-align: center;
    -ms-flex: 1 0 auto;
    flex: 1 0 auto;
    height:auto;
    width: 50%;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: center;
    align-items: center;
}
.admin_user_menu_button.flex-item {
  min-height: 278px;
}
.flex-item:before {
    content:'';
    padding-top:100%;
}

.admin_user_menu_button_holder i {
  padding: 10px 0 50px;
  border-bottom: 1px solid #f3f6f6;
  color: #fff;
  font-size: 4rem;
}

.admin_user_menu_button_holder span {
  padding: 30px 0 0;
  display: block;
  text-align: center;
  font-size: 1rem;
  text-transform: uppercase;
  font-weight: normal;
}

.admin_user_menu_button_holder a:hover,
.admin_user_menu_button_holder a:hover span,
.admin_user_menu_button_holder a:active,
.admin_user_menu_button_holder a:active span {
  color: #fff;
  text-decoration: none;
}

.admin_user_menu_button__user-menu_1 {
  background: #3498db;
}

.admin_user_menu_button__user-menu_2 {
  background: #2c3e50;
}

.admin_user_menu_button__user-menu_3 {
  background: #f3f6f6;
}

.thumbnail-car-card {
  margin-top: 25px;
}

.thumbnail-car-card .inner {
  background: #fff;
  -webkit-box-shadow: 0px 3px 9px 0px rgba(0,0,0,0.41);
  -moz-box-shadow: 0px 3px 9px 0px rgba(0,0,0,0.41);
  box-shadow: 0px 3px 9px 0px rgba(0,0,0,0.41);
}
.thumbnail-car-card .caption {
	padding: 20px 15px;
}

.car-listing .media {
  height: 230px;
  overflow: hidden;
}

.car-listing .media img {
  height: auto;
  width: 100%;
}

.car-listing h3.caption-title {
	height: 45px;
	overflow: hidden;
	font-size: 1.2rem;
	margin: 0;
}

.car-listing h3.caption-title a {
  color: #000;
  font-size: 1.1rem;
  font-weight: bold;
  line-height: 80%;
}

.car-listing .caption-text {
	display: flex;
	flex-flow: row wrap;
	justify-content: space-between;
	align-items: center;
	margin-top: 15px;
}

.car-listing .top-info {
  width: 30.33%;
  margin: 0 1.5% 20px;
}

.car-listing .top-info .list-item-label {
  font-size: 0.7rem;
  color: #999;
  font-weight: bold;
  text-transform: uppercase;
}

.car-listing .top-info .value {
  color: #e43439;
  text-transform: uppercase;
  font-size: 1rem;
}

.caption td {
  border: transparent none !important;
  width: 30.333%;
  padding: 5px 0;
  text-align: left;
}

.car-listing .table-actions, .car-listing .table-actions a {
	font-size: 0.65rem;
	color: #999;
	font-weight: bold;
	text-transform: uppercase;
	padding: .375rem 0;
}

.car-listing .table-actions {
  border-top: 1px solid #999;
  display: block;
}
.car-listing .table-actions tbody {
  display: block;
  width: 100%;
}
.car-listing .table-actions tr {
  display: flex;
  width: 100%;
  align-items: center;
  justify-content: space-between;
}

.car-listing .table-actions tr td {
  text-align: center;
}

.car-listing .table-actions a i {
  font-size: 1.2rem;
}

.car-listing td.visibility1 {
  color: #1cbd47;
}

.car-listing td.visibility0 {
  color: #e43439;
}

span.visibility1:before {
  display: inline;
  content: "viditelná"
}

span.visibility0:before {
  display: inline;
  content: "skrytá"
}

.fa-check-visibility1:before {
  content: "\f00c";
}

.fa-check-visibility0:before {
  content: "\f00d";
}

.admin_user_toolbar_button {
}

.admin_user_toolbar_button {
  margin-right: 40px;
}

#mo-browse-mess-mojb-form-list,
#ajaxlist-browse-mess-mojb-form-list,
.manualload {
  margin: 25px 0;
  width: 100%;
  text-align: center;
  display: block;
  clear: both;
}

.ajaxlist-browse {
  font-size: 12px;
}

#mo-browse-found-for-mojb-form-list,
#ajaxlist-browse-found-for-ajxlist-supply-list {
	margin: 30px 0;
	display: inline-block;
}

.manualloadnext {
  display: block;
  margin: auto;
}

#my_toolbar #button {
  float: right;
}

#my_toolbar #button p {
  margin: 0;
}

#browse-filter {
  width: 150px;
  float: left;
}

#browse-filter .fitem {
  position: relative;
}

#browse-filter input {
  width: 100%;
  padding: 2px 25px 2px 5px;
  position: relative;
}

#browse-filter label[for="if0e88b58f24d731cead4ba7a093e06d6"] {
  display: block;
  content: " ";
  background: url('images/search.png') 0 0 no-repeat scroll;
  height: 20px;
  position: absolute;
  right: 0;
  top: 4px;
  width: 25px;
  z-index: 20;
}

form#bid-new {
  margin-bottom: 50px;
}

.btn.add-car, form#bid-new > button {
	display: block;
	background: #1cbd47;
	color: #fff;
	text-transform: uppercase;
	text-align: center;
	width: 150px;
	float: right;
	height: 35px;
	margin-left: 15px;
}

.btn.save-car {
  display: block;
  background: #1cbd47;
  color: #fff;
  text-transform: uppercase;
  text-align: center;
  width: 150px;
  float: right;
  height: 54px;
  margin: 16px 15px 16px 15px;
  border-radius: 0;
}

.inputs li input.form-control.input-checkbox {
  height: auto;
  float: left;
  margin: 3px 15px 0 0;
  width: auto;
}

button.form-control {
  width: auto;
  margin: 0 auto;
}

form#delete-bid {
  margin: 0 0 40px 0;
}

.form-error {
  background: #E43439;
  color: #fff;
}

.success_message {
  background: #1cbd47;
  color: #fff;
  padding: 30px 20px;
}

.error_message {
  background: #E43439;
  color: #fff;
  padding: 30px 20px;
}

.success_message p,
.error_message p,
.success_message ul,
.error_message ul {
  text-align: center;
  margin: 15px 0;
}

.success_message ul li,
.error_message ul li {
  list-style-type: none;
  text-align: center;
}

.success_message a,
.error_message a {
  color: #fff;
  font-weight: bold;
  text-decoration: underline;
}

form#delete-bid button.form-control {
  background: #E43439;
  color: #fff;
}

form#delete-bid > p {
  display: none;
}

/* insert bid */
/*body.x-my--leasing-items--.xdeep-3,
body.x-my--leasing-items--.xdeep-4 {
  background: #fff;
}*/

form#bid-new input.form-control {
	border-radius: 0px;
	font-size: 18px;
	color: #666666;
	font-weight: 500;
	margin: 0;
}

form#bid-new label {
	font-size: 12px;
	color: #666666;
	font-weight: 600;
	/* text-transform: uppercase; */
	margin: 0;
	margin-right: 5px;
  text-align: right;
}

form#bid-new .buttons-select-wrapper label {
	position: absolute;
	top: 3px;
	left: 15px;
}

form#bid-new .inputs li {
  width: 25%;
  float: left;
}

.inputs li input.form-control {
  margin: 0 0 20px;
  width: 100%;
}

form#bid-new .inputs li > span {
  padding: 8px 20px 8px 8px;
  display: block; 
}

form#bid-new .inputs li.buttons-select-wrapper span {
  padding: 4px;
  display: block; 
}

.inputs li.customfield-44,
.buttons-select-wrapper.customfield-47,
.buttons-select-wrapper.customfield-49,
.buttons-select-wrapper.customfield-54,
.inputs li.customfield-53 {
  display: none;
}

form#bid-new .customfield-27 label {
  display: none;
}

form#bid-new .customfield-27 {
  padding-bottom: 0px !important;
}

  form#bid-new .customfield-27 input {
    padding: 0;
    transition: margin ease 0.5s 0s;
  }
  
  form#bid-new .customfield-27 input:focus {
    margin-bottom: 5px !important;
  }

.select2.select2-container.select2-container--default {
  width: 100% !important;
}

.plupload_wrapper {
  width: 100% !important;
}

.form_editor2 input.form-control:focus {
  border-top: 0px none;
  border-bottom: 0px none;
  border-left: 0px none;
  border-right: 0px none;
  outline: #e43439;
  -webkit-box-shadow: none;
  box-shadow: none;
}

form#bid-new input.input-checkbox {
  height: auto;
  float: left;
  margin: 11px 11px 11px 0;
  width: auto;
}

form#bid-new li.tag-wrapper,
form#bid-new .buttons-select-wrapper {
  width: auto;
  position: relative;
  padding: 0 0 0 0;
}

form#bid-new .buttons-select-wrapper ul {
  padding: 0 15px;
}

.form_editor2 form#bid-new li.tag-wrapper li,
.form_editor2 .buttons-select-wrapper div.select-button {
  width: auto;
  margin: 33px 2px 0;
  border: 1px solid #ccc;
  background: transparent none;
  cursor: pointer;
  display: inline-block;
}

.form_editor2 form#bid-new li.buttons-select-wrapper {
  width: auto;
}

form#bid-new li.tag-wrapper li label {
  cursor: pointer;
}

form#bid-new li.tag-wrapper li.li-text label {
  cursor: auto;
}

form#bid-new li.tag-wrapper li.li-text {
  border: 0px;
  position: absolute;
  top: -10px;
}

form#bid-new li.tag-wrapper li.active,
.buttons-select-wrapper div.select-button.active {
  border: none;
}

.form_editor2 .buttons-select-wrapper .select-button.active {
  background: #398bf7;
  color: #fff;
  border: none;
  position: relative;
  border: 1px solid #398bf7;
}

.form_editor2 .buttons-select-wrapper .select-button.active:before {
  display: block;
  width: 20px;
  height: 20px;
  border-radius: 50%;
  position: absolute;
  top: 26px;
  content: "\f00c";
  background: #1cbd47;
  font-family: 'FontAwesome';
  font-size: 13px;
  margin-left: -8px;
  top: -10px;
  left: 50%;
}

form#bid-new li.customfield-43,
form#bid-new li.customfield-118 {
  width: 100%;
  /*height: 400px;*/
}

/* images upload */
.form_editor2 fieldset ul.inputs li.image-upload-preview-holder {
  float: left;
  clear: none;
  margin: 15px;
  width: 120px;
}

.form_editor2 fieldset ul.inputs li  .image-upload-preview {
  width: 100%;
  height: 120px;
  margin: 0;
  overflow: hidden;
  background: #fff;
}

.form_editor2 fieldset ul.inputs li .image-upload-preview img {
  width: 100%;
  height: auto;
  display: block;
}

li.image-upload-preview-holder {
  border: 0px none;
  -webkit-box-shadow: 0px 3px 9px 0px rgba(0,0,0,0.41);
  -moz-box-shadow: 0px 3px 9px 0px rgba(0,0,0,0.41);
  box-shadow: 0px 3px 9px 0px rgba(0,0,0,0.41);
  position: relative; 
}

.form_editor2 fieldset ul.inputs li .image-upload-preview,
.form_editor2 fieldset ul.inputs li.image-upload-preview-holder .action-buttons {
  border: 0px none;
}

.form_editor2 fieldset ul.inputs li.image-upload-preview-holder .action-buttons {
  text-align: center;
  background: #f34b0a;
  bottom: 10px;
  position: absolute;
  right: 10px;
  height: 30px;
  width: 30px;
  font-size: 20px;
  border-radius: 50%;
  color: #fff;
}

.image-upload-preview img {
  border: none;
}

.image-upload-preview img.main {
  border: 2px solid #f34b0a;
}

form#bid-new .image-upload-preview-holder .action-buttons i,
form#bid-new .image-upload-preview-holder img {
  cursor: pointer;
}

form#bid-new .inputs li.editor_new_image_store {
  width: 50%;
  float: left;
}

.editor_new_image_store .plupload_header,
.editor_new_image_store .plupload_filelist_header,
.editor_new_image_store .plupload_file_status,
.editor_new_image_store .plupload_file_size,
.editor_new_image_store .plupload_file_action,
.editor_new_image_store .plupload_start,
form#bid-new .customfield-50 {
  display: none;
}

.plupload_buttons a,
.plupload_buttons a.ui-state-hover {
  display: block;
  background: #1cbd47;
  color: #fff;
  text-transform: uppercase;
  text-align: center;
  width: 150px;
  float: right;
  height: 29px;
  margin-left: 15px;
  line-height: 25px;
  font-weight: bold;
  border: none;
}

a.crop-button {
  display: block;
  background: #398bf7;
  color: #fff;
  text-transform: uppercase;
  text-align: center;
  width: 150px;
  line-height: 20px;
  padding: 5px;
  border: none;
}

img.plupload-orig-form-image {
  display: block;
  float: none;
  clear: both;
}

form#bid-new li#holder_imegePrew_9 {
  width: 48%;
  float: left;
  clear: right;
  min-height: 303px;
  margin: 41px 0 25px 2%;
}

.plupload_dropbox .plupload_droptext {
  font-size: 1.5rem;
  line-height: 90px;
}

form#bid-new li.isvisible {
	background: #1cbd47;
  color: #fff;
  
	display: block;
	float: right;
	clear: both;
	width: auto;
	width: 200px;
	max-width: 100%;
}

form#bid-new li.isvisible input.input-checkbox {
  margin: 14px 11px 19px 0;
}

form#bid-new li.isvisible label {
  color: #fff;
}

.btn.succ{
  display: block;
  width: 185px;
  float: none;
  cursor: pointer;
  padding:10px 15px;
  background-color: #5cb85c;
  border: 1px solid #bfbfbf;
  border-radius: 3px;
  margin: 10px 0;
  color: #fff;
  font-weight: bold;
}

#batch-actions div.submit.batch-action {
  /*float: left !important;*/
  margin-right: 15px !important;
  color: #fff;
  background: #f34b0a;
}

#mojb-variants-browse {
  width: 100%;
  overflow-x: auto;
}

#mojb-variants-browse > div {
  min-width: 1024px;
  overflow-x: auto;
}

#my_text p {
  font-size: 34px;
  text-align: center;
}

#bid_edit li {
  width: 33%;
  float: left;
}

#bid_edit li label {
  display: none;
}
/*
.analytics_show {
  float: left;
}*/

.mo-pagination-holder,
.ajaxlist-pagination-holder {
  text-align: center;
}

.mo-browse-json-message #mo-browse-found-for-mojb-demand-list,
.ajaxlist-browse-json-message ajaxlist-browse-found-for-ajxlist-demand-list {
	display: block;
	text-align: right;
	padding: 15px 0 15px;
}

.ajaxlist-browse-json-message {
  text-align: center;
}

.mo-pagination-holder .publis-pagination-item,
.ajaxlist-pagination-holder .publis-pagination-item {
	margin: 0 10px;
	padding: 9px 12px;
	font-size: 15px;
	color: #f34b0a;
	font-weight: 400;
	background: #fff;
	display: inline-block;
	border: 1px solid #f34b0a;
  border-radius: 3px;
  transition: all 0.5s ease;
}

.mo-pagination-holder .publis-pagination-item.active, .mo-pagination-holder .publis-pagination-item:hover,
.ajaxlist-pagination-holder .publis-pagination-item.active, .ajaxlist-pagination-holder .publis-pagination-item:hover {
  background: #f34b0a;
  color: #fff;
}

.manualloadnext {
	background-color: #f34b0a;
	border-color: #f34b0a;
	color: #fff;
	cursor: pointer;
	display: inline-block;
	font-weight: 900;
	line-height: 1;
	padding: 10px 33px 10px;
	border-radius: 3px;
	font-size: 14px;
	font-weight: 400;
}





/* 2019 */

.user-wrapper-inner .clear {
  display: none;
}

.user-wrapper .left-bar {
	background: #f34b0a;
	padding: 0;
  min-height: 100vh;
  color: #fff;
}

.user-wrapper .left-bar h2 {
	text-transform: uppercase;
	padding: 0 15px;
	font-size: 0.75em;
	font-weight: 700;
	width: 90%;
	margin: 0 auto 1em;
}

.user-wrapper .left-bar .menu {
	margin-bottom: 1.1em;
}

.user-wrapper .left-bar .menu a {
	color: #fff;
	text-decoration: none;
	font-size: 0.98em;
	display: block;
	padding: 8px 14%;
}

.user-wrapper .left-bar .menu ul {
  margin: 0;
  padding: 0;
  list-style-type: none;
}

.user-wrapper .left-bar .menu ul li {
  background: #f34b0a;
  transition: all 0.2s ease;
}

.user-wrapper .left-bar .menu ul li.active, .user-wrapper .left-bar .menu ul li:hover {
  background: #c60d1f;
}

.col-md-3 {
	-ms-flex: 0 0 22%;
	flex: 0 0 22%;
	max-width: 22%;
}

.col-md-9 {
	-ms-flex: 0 0 78%;
	flex: 0 0 78%;
	max-width: 78%;
}

.col-md-8 {
	-ms-flex: 0 0 70%;
	flex: 0 0 70%;
	max-width: 70%;
}
.col-md-4 {
	-ms-flex: 0 0 30%;
	flex: 0 0 30%;
	max-width: 30%;
}

.top-menu-tabs,
.left-submenu-tabs {
	display: flex;
	justify-content: space-between;
	align-items: center;
	margin-bottom: 15px;
}

.left-submenu-tabs{
  flex-wrap: wrap;
}

.top-menu-tabs a {
	display: flex;
	justify-content: space-between;
	align-items: center;
	color: #fff;
	background: #e62d59;
	text-decoration: none;
	width: 24%;
	font-weight: 700;
	font-size: 1.1em;
	padding: 15px 20px;
}

.left-submenu-tabs a {
	display: flex;
	justify-content: space-between;
	align-items: center;
	color: #fff;
	background: #e62d59;
	text-decoration: none;
	font-weight: 700;
	font-size: 0.9em;
	padding: 15px 20px;
  width: 100%;
  margin: 8px 0;
}

.marketing-wrapper .no-left-padding {
  padding-left: 0;
}

.top-menu-tabs a .name,
.left-submenu-tabs a .name {
  position: relative;
}

.top-menu-tabs a .name span,
.left-submenu-tabs a .name span {
	position: absolute;
	display: block;
	left: calc(100% + 5px);
	bottom: 80%;
	background: #86bf3e;
	line-height: 1;
	padding: 1px 7px;
	font-weight: 300;
	border-radius: 5px;
	font-size: 0.98em;
	white-space: nowrap;
}


.top-menu-tabs a.red-part,
.left-submenu-tabs a.red-part {
  background: #e62d59;
}
.top-menu-tabs a.red-part .name span,
.left-submenu-tabs a.red-part .name span {
  background: #86bf3e;
}
.top-menu-tabs a.blue-part,
.left-submenu-tabs a.blue-part {
  background: #37c2c5;
}
.top-menu-tabs a.blue-part .name span,
.left-submenu-tabs a.blue-part .name span {
  background: #e72c59;
}
.top-menu-tabs a.green-part,
.left-submenu-tabs a.green-part {
  background: #87bf40;
}
.top-menu-tabs a.green-part .name span,
.left-submenu-tabs a.green-part .name span {
  background: #dc10e3;
}
.top-menu-tabs a.purple-part,
.left-submenu-tabs a.purple-part {
  background: #dc10e3;
}
.top-menu-tabs a.purple-part .name span,
.left-submenu-tabs a.purple-part .name span {
  background: #87bf40;
}

.top-menu-tabs a .ico,
.left-submenu-tabs a .ico {
  width: 45px;
  transition: all 0.5s ease;
}

.top-menu-tabs a:hover .ico,
.left-submenu-tabs a:hover .ico {
  transform: translateX(5px);
}

.top-menu-tabs a .ico img,
.left-submenu-tabs a .ico img {
  max-width: 100%;
}


#login-status {
	text-align: right;
	display: inline-block;
	margin-right: 15px;
	line-height: 1.4;
}

.auth_status a {
	color: #e42d5d;
	font-weight: 600;
}

.auth_status span.name {
  display: inline-block;
  margin-left: 10px;
}

.auth_status a.status-register {
  background: url('images/user.png') 0 0 no-repeat scroll;
}

.auth_status a.status-logout:before, .auth_status a.status-login:before {
 /* background: url('images/logout.png') 0 0 no-repeat scroll;*/
  content: "\f08b";
  font-family: "FontAwesome";
  display: inline-block;
  margin-right: 5px;
}

.header {
  text-align: right;
}

.header-inner {
	display: flex;
	align-items: center;
	justify-content: flex-end;
	padding: 10px 0;
	border-bottom: 1px solid #fff;
	margin-bottom: 10px;
}

.header .avatar {
  overflow: hidden;
}

.header .avatar i {
	font-size: 2em;
}

.header .avatar img {
	max-width: 85px;
	height: auto;
}

.user-main-cols {
  margin-top: 10px;
  margin-bottom: 10px;
}

.user-messages {
  padding: 10px;
  background: #fff;
  display: flex;
  flex-flow: row wrap;
  justify-content: space-between;
}

.user-messages .user-msg {
	width: calc(33% - 5px);
	color: #fff;
	margin-bottom: 10px;
	display: flex;
	flex-direction: column;
  padding: 15px;
  font-style: italic;
}

.user-messages .user-msg h2 {
	font-size: 1.2em;
	border-bottom: 1px solid;
	padding-bottom: 6px;
	margin-bottom: 6px;
}


.user-messages .user-msg.lightblue {
  background: #00acee;
}
.user-messages .user-msg.darkblue {
  background: #3b5999;
}
.user-messages .user-msg.red {
  background: #e62d59;
}
.user-messages .user-msg.green {
  background: #87bf40;
}
.user-messages .user-msg.purple {
  background: #dc10e3;
}


.stats-tabs {
  text-align: center;
}

.stats-tabs > .stat {
	background: #fff;
	margin-bottom: 15px;
	box-shadow: 0px 0px 8px 1px rgba(0,0,0,0.1);
	padding: 1.5em;
}

.stats-tabs .stat .ico {
	margin-bottom: 1.1em;
}

.stats-tabs .stat .stat {
	color: #505559;
	font-size: 2.1em;
	font-weight: 700;
	margin-bottom: 0.1em;
}

.stats-tabs .stat .percentage {
	font-size: 1.15em;
	margin-top: 0.5em;
}

.stats-tabs .stat .percentage::after {
	font-family: "FontAwesome";
	font-size: 0.7em;
	padding-left: 10px;
}

.stats-tabs .stat .percentage.up {
  color: #31ca4b;
}

.stats-tabs .stat .percentage.down {
  color: #ee2245;
}

.stats-tabs .stat .percentage.up:after {
  content: "\f062";
}

.stats-tabs .stat .percentage.down:after {
  content: "\f063";
}

.user-stats-wrapper {
  background: #fff;
  padding-top: 15px;
  padding-bottom: 15px;
  margin-top: 15px;
}

.user-main-default {
  background: #fff;
  padding: 15px;
}

#my_toolbar h2 {
	font-size: 1.35rem;
	margin: 0 0 10px;
	font-weight: 300;
}

#browse-filter-demands {
	background: #d2d6df;
	display: flex;
	align-items: center;
	padding: 20px 25px;
}
#browse-filter-demands .fitem:last-child {
	margin-left: auto;
  font-size: 11px;
  margin-top: 0px;
}
#browse-filter-demands .fitem:last-child label {
  font-size: 14px;
}
#browse-filter-demands .fitem:last-child label {
  display: inline-block;
  margin-bottom: 0;
}
#browse-filter-demands.browse_json_filter.fcook-mo-search-demand .fitem:last-child div {
  display: inline-block;
}

#browse-filter-demands.fcook-mo-search-my-prop .fitem input,
#browse-filter-demands.fcook-mo-search-my-prop .fitem select {
  margin: 0;
}

#browse-filter-demands.fcook-mo-search-my-prop .fitem {
  margin: 0 10px;
}
#browse-filter-demands.fcook-mo-search-my-prop .fitem label {
  display: block;
  margin: 0;
}
#browse-filter-demands .fitem:last-child div:not(:last-child):after {
  content: "";
  height: 80%;
  width: 1px;
  position: absolute;
  right: 0;
  top: 50%;
  transform: translateY(-50%);
  background: #51636f;
}
#browse-filter-demands .fitem:last-child div .item {
	cursor: pointer;
	padding: 0 7px 0 0;
	position: relative;
	margin-right: 7px;
}
#browse-filter-demands .fitem:last-child div .item.selected {
  color: #51636f !important;
  font-weight: 700;
}
#browse-filter-demands input {
	border: none;
	padding: 0 10px;
	font-size: 13px;
	height: 30px;
	margin-right: 10px;
}
#browse-filter-demands select,
#browse-order-my-leasing-items-props select,
select#pos_change {
	border: none;
	padding: 0 10px;
	font-size: 13px;
	height: 30px;
	margin-right: 10px;
}
.marketing-wrapper #browse-filter-demands .fitem:last-child {
  margin: 0;
}
#browse-filter-demands .fitem label {
  display: none;
}


.multiobject-browse .col-md-12,
.ajaxlist-browse .col-md-12 {
  display: flex;
  align-items: center;
}

.multiobject-browse .col-md-12 > div,
.ajaxlist-browse .col-md-12 > div {
  padding-left: 7px !important;
  padding-right: 7px !important;
}
.multiobject-browse .col-md-12 > div:first-child, .multiobject-browse .col-md-12 > div:last-child,
.ajaxlist-browse .col-md-12 > div:first-child, .ajaxlist-browse .col-md-12 > div:last-child {
  padding-left: 0 !important;
  padding-right: 0 !important;
}

#mojb-demand-list,
.mo-template-header,
#mojb-supply-list {
  border: 1px solid #ebebeb;
}

#mojb-demand-list,
#mojb-supply-list {
	font-weight: 300;
	font-size: 13px;
}

#mojb-supply-list .btn {
	font-size: 11px;
}

#mojb-demand-list a,
#mojb-supply-list a,
#ajxlist-supply-list a {
  color: #51636f;
}

.mo-template-header {
  border-bottom: none;
}

.demand-button,
.supply-button {
  text-align: right;
}

#mojb-demand-list .demand-button a,
#mojb-supply-list .supply-button a,
#ajxlist-supply-list .supply-button a {
	text-transform: uppercase;
	border: 1px solid #f34b0a;
  background: #f34b0a;
  color: #fff;
	text-decoration: none;
	padding: 2px 5px;
	transition: all 0.5s ease;
	font-weight: 400;
	font-size: 11px;
	max-width: 95px;
	display: inline-block;
	text-align: center;
	line-height: 1.2;
}
#mojb-demand-list .demand-button a:hover,
#mojb-supply-list .supply-button a:hover,
#ajxlist-supply-list .supply-button a:hover {
  background: #fff;
  color: #f34b0a;
}

#mojb-demand-list span.state-part,
#mojb-supply-list span.state-part,
#ajxlist-supply-list span.state-part {
	display: inline-block;
	color: #fff;
	padding: 3px 8px;
  border-radius: 3px;
  background: #f34b0a;
}

#mojb-supply-list span.state-part,
#ajxlist-supply-list span.state-part {
  background:#C60D1F;
}

#mojb-demand-list span.state-part.nova,
#ajxlist-demand-list span.state-part.nova {
  background: #fec107;
}

#mojb-demand-list span.state-part.uzavreno-nebonitni,
#mojb-demand-list span.state-part.uzavreno-nekomunikuje,
#mojb-demand-list span.state-part.uzavreno-nema-zajem {
  background: #dc3545;
}

#mojb-demand-list span.state-part.prodano-uzavreno {
  background: #28a745;
}

#mojb-supply-list span.state-part.state-part-visibility1,
#ajxlist-supply-list span.state-part.state-part-visibility1 {
  background: #3fd58d;
}

.demand-detail {
  font-size: 13px;
}

.demand-detail a {
  color: #f34b0a;
}

.demand-detail h3 {
  margin: 0 0 5px;
}

.demand-detail .supply-info p {
  margin: 0;
}

.demand-detail .supply-detail-actions {
  font-size: 10px;
}

.demand-detail .supply-info h3,
.demand-detail .demand-address h3 {
  font-weight: bold;
}

#demand-state-container li.state {
  max-width: 300px;
  float: left;
}

#demand-state-container li.invoiced {
  float: left;
  margin-left: 30px;
  padding: 5px 0;
  font-weight: bold;
  color: #1cbd47;
}

#demand-state-container li.state label,
#demand-state-container li.state .form-input {
  display: inline-block;
  float: left;
  width: 50px;
}

#demand-state-container li.state label {
  padding: 7px 0;
}

#demand-state-container li.state .form-input {
  width: 220px;
}

#demand-state-container li.sold {
  max-width: 200px;
  float: left;
  clear: right;
  margin: 18px 18px 18px 73px;
}

#demand-state-container li.internalnote {
  clear: both;
}




.x-my--.loggedout .right-bar {
  background: url("/style/user/images/bcgblr.jpg") no-repeat;
  background-size: cover;
}
.x-my--.loggedout .left-bar {
  background: #00a8ff;
	background: linear-gradient(135deg, rgb(0, 0, 0) 0%, rgb(27, 28, 30) 49%, rgb(0, 0, 0) 100%);
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#1a1a1a',endColorstr='#000000',GradientType=1);
  position: relative;
  overflow: visible;
  z-index: 99;
}
.x-my--.loggedout .left-bar .my-login {
	position: absolute;
	transform: translate(195px, -50%);
	top: 50%;
	left: initial;
	width: 325px;
	max-width: 100vw;
}

.x-my--.loggedout .left-bar .my-login > img {
  max-width: 200px;
  margin-bottom: 5px;
}

/*login*/
.my-login-inner {
  background: #fff;
  border-radius: 5px;
  padding: 25px;
  color: #000;
}

.my-login .mandatory-note {
  display: none;
}

.my-login h2 {
  color: #000 !important;
  font-size: 1.4rem !important;
  font-weight: 300 !important;
  padding: 0 !important;
  margin: 0 0 5px !important;
  width: 100% !important;
  text-transform: initial !important;
}

#my_login button {
  width: 100%;
  color: #fff;
  background: #e48b00;
  text-transform: uppercase;
  border-radius: 5px;
  border: transparent none;
  cursor: pointer;
  font-size: 0.8rem;
}

#my_login button:hover {
  background: #ffa81c;
}

.my-login-inner a {
  color: #e48b00;
}

.my-login-inner a:hover {
  color: #ffa81c;
}

#plogin.input-checkbox {
  float: left;
  margin: 5px 11px 5px 0;
}

#my_login input.form-control#plogin {
  height: 15px;
  width: auto;
}

#my_login input {
  border: 1px solid #cdd4da;
  font-weight: 300;
}

#my_login input:focus {
  border: 1px solid #46c456 !important;
}

#my_login input[type="checkbox"] {
  margin-right: 0;
}

#my_login .form2-label-right {
  color: #51636f;
  margin-left: 10px;
}

#my_login p {
  display: none;
}

#my_login .fieldset-2 a {
  color: #000;
  font-weight: bold;
}

.left-bar-toggle {
  color: #fff;
  text-align: center;
  font-weight: 300;
  width: 100%;
  cursor: pointer;
  padding: 6px 15px;
  background: #f34b0a;
  display: none;
}

ul.tabbernav li {
	display: inline-block;
	height: 33px;
}
ul.tabbernav li a:link {
  color: #f34b0a;
}

ul.tabbernav li a {
	border: 0px none;
  /*border: 1px solid #f34b0a;
	border-left: none;
	border-bottom-color: #fff !important;*/
	background: #fff;
	margin: 0;
	padding: 8px 15px;
	transition: all 0.5s ease;
	line-height: 1.5;
}
ul.tabbernav li:first-child a {
  /*border-left: 1px solid #f34b0a;*/
}
ul.tabbernav li a:hover, ul.tabbernav li.tabberactive a {
	background: #f34b0a !important;
  color: #fff !important;
  border-color: #f34b0a;
}
ul.tabbernav {
  border-bottom: none;
}
.tabberlive .tabbertab {
  border: 0px none;
  box-shadow: 0px 0px 29px -15px rgba(0,0,0,0.2);
}

.multiobject-browse.car-listing {
  width: 100%;
  margin: 35px auto;
}


.files-list-wrapper .file-item {
	display: inline-block;
	width: 120px;
	height: 120px;
	margin: 10px;
	background: #FD5D3B;
	padding: 10px;
	color: #fff;
	text-align: center;
	text-decoration: none;
}

.file-item .file-icon {
	font-size: 40px;
}

.file-item .file-info h4 {
	font-size: 11px;
	font-weight: bold;
}

.file-item .file-info a {
	color: #fff;
}

form#bid-new li.top-strip {
  background-color: #465262;
  width: 100%;
}

form#bid-new li.top-strip > ul {
  display: flex;
  width: 100%;
  justify-content: space-between;
}

form#bid-new li.top-strip .bid-name {
  color: #fff;
  margin: 20px 15px 15px;
  font-size: 22px;
  flex-grow: 2;
  line-height: 48px;
}

form#bid-new .isvisible label {
  font-size: 13px;
  text-transform: uppercase;
}

form#bid-new ::-webkit-input-placeholder,
form#bid-new ::-moz-placeholder,
form#bid-new :-ms-input-placeholder,
form#bid-new ::placeholder {
  font-family: 'Roboto', sans-serif !important;
}

form#bid-new .fieldset-1 {
  width: 100%;
  clear: both; 
}

form#bid-new ul.inputs >  li {
  display: flex;
  align-items: center;
}
form#bid-new ul.inputs > li > span {
  flex-grow: 1;
}

form#bid-new .inputs li.customfield-57-first {
  position: relative;
}
form#bid-new .inputs li.customfield-57-first > label {
	position: absolute;
	left: 8px;
	top: -15px;
	text-transform: uppercase;
}
form#bid-new .inputs li.customfield-57-first > span {
  display: flex;
  align-items: center;  
}

form#bid-new .inputs li.customfield-57-first > span::after {
	display: block;
	content: "Nejprve vyberte TYP VOZU, následně značku a model";
	color: #ced4da;
	position: absolute;
	bottom: -17px;
	font-size: 12px;
	left: 35px;
}

form#bid-new .inputs li.customfield-27,
form#bid-new .inputs li.customfield-57,
form#bid-new .inputs li.customfield-57-first select,
form#bid-new .inputs li.customfield-50,
form#bid-new .inputs li#CustomField_46
{
  width: 100% !important;
}

form#bid-new .inputs li.customfield-91 {
  margin-right: 75%;
}

form#bid-new .inputs li.customfield-104,
form#bid-new .inputs li.customfield-105,
form#bid-new .inputs li.customfield-56,
form#bid-new .inputs li.customfield-55 {
  margin-right: 75%;
}

form#bid-new .inputs li.customfield-105,
form#bid-new .inputs li.customfield-55 {
  display: none;
}

form#bid-new .inputs li.customfield-39 {
  margin-right: 50%;
}

form#bid-new .inputs li.customfield-38,
form#bid-new .inputs li.customfield-39,
form#bid-new .inputs li.customfield-102,
form#bid-new .inputs li.customfield-103,
form#bid-new .inputs li.customfield-91 {
  background: #1cbd47;
  color: #fff;
}

form#bid-new .inputs li.customfield-38 label,
form#bid-new .inputs li.customfield-39 label,
form#bid-new .inputs li.customfield-102 label,
form#bid-new .inputs li.customfield-103 label,
form#bid-new .inputs li.customfield-91 label {
  color: #fff;
}

form#bid-new .inputs li.customfield-57-first,
form#bid-new li.editor_new_image_store {
  width: 50%;
}

form#advert-edit li.editor_new_image_store {
  float: none;
  clear: both;
}

form#advert-edit .plupload_container {
  border: 0px none;
}

form#bid-new li.isvisible, form#bid-new li.editor_new_image_store, form#bid-new li.customfield-43,
form#bid-new li.customfield-41, 
form#bid-new li.customfield-43, form#bid-new li.customfield-118, form#bid-new li.customfield-95, form#bid-new li.customfield-97, form#bid-new li.editor_new_image_store {
  display: block !important;
  /* pro inputy, co nemají být flexboxy */
}

.form_editor2 form#bid-new li.buttons-select-wrapper#CustomField_52 {
  width: 100%;
}

form#bid-new li.customfield-37 {
  clear: left;
}

.inputs li.customfield-44,
.buttons-select-wrapper.customfield-47,
.buttons-select-wrapper.customfield-49,
.buttons-select-wrapper.customfield-54,
.inputs li.customfield-53,
form#bid-new .customfield-50 {
  display: none !important;;
}

form#bid-new input::placeholder { color: #828282; font-weight: 300; }

form#bid-new input.input-number::placeholder {
  color: transparent;
  opacity: 0;
}

form#bid-new input.input-number::-webkit-input-placeholder,
form#bid-new input.input-number::-moz-placeholder,
form#bid-new input.input-number::-ms-input-placeholder {
  color: transparent;
  opacity: 0;
}

form#bid-new .inputs li.customfield-50 ul li {
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}

form#bid-new li.customfield-27 label,
form#bid-new li.customfield-27 input {
  font-size: 16px;
}

form#bid-new li.customfield-27 input {
	border: none;
}

form#bid-new li.customfield-27 .form-input {
	padding: 0;
}

form#bid-new .select2-container--default .select2-selection--single {
  border-radius: 0;
  border: 1px solid #ced4da;
  height: calc(2.25rem + 2px);
  padding: .375rem .75rem;
}

form#bid-new .select2-container--default .select2-selection--single .select2-selection__arrow {
  height: calc(2.25rem + 2px);
}

form#bid-new .select2-container--default .select2-selection--single .select2-selection__rendered {
  line-height: 1.5;
  font-size: 18px;
}


form#bid-new li.customfield-27, form#bid-new li#CustomField_49 {
  border-bottom: 2px solid #398bf7;
  padding-bottom: 15px;
}
form#bid-new .inputs li#CustomField_46 {
	border-top: 2px solid #398bf7;
	padding-top: 10px;
}
form#bid-new .inputs li#CustomField_46 ul > label {
  top: 13px;
}

form#bid-new li.customfield-44 {
  clear: left;
  position: relative;
  width: 100%;
}
form#bid-new li.customfield-95 {
  clear: left;
}
/*form#bid-new li.customfield-37:before {
  content: "";
  position: absolute;
  padding: 35px 0;
  width: 100%;
  border-top: 2px solid #398bf7;
  left: 30px;
  width: calc(98% - 30px);
}*/


.fitem #i5a2121244615a46d31510a6ae7fb048d {
  margin-top: 4px;
}

select#pos_change {
  margin: 8px 25px;
}

.invoiced-info {
  color: #1cbd47;
}

#browse-filter.browse_json_filter.fcook-mo-search-my {
  width: 100%;
}

#browse-filter.browse_json_filter.fcook-mo-search-my .fitem {
  float: left;
  margin: 10px 15px;
}
#browse-filter.browse_json_filter.fcook-mo-search-my .fitem:nth-child(1) {
  margin: 10px 15px 10px 0;
}
#browse-filter.browse_json_filter.fcook-mo-search-my .fitem:nth-child(2) {
  margin: 10px 15px 10px 0;
}

#browse-filter.browse_json_filter.fcook-mo-search-my select#i3b4251dcd54c0806ffc63e697ce05e23 {
  height: 28px;
}

#browse-order-my-leasing-items {
  margin-top: 15px;
}

#browse-order-my-leasing-items-props {
  margin-bottom: 20px;
}

#browse-order-my-leasing-items h3,
#browse-order-my-leasing-items-props h3 {
  display: inline-block;
  float: left;
  margin: 1px 15px 0 0;
  font-size: 15px;
  line-height: 28px;
}

#layout-108-1903210916-box--footer-- {
  min-height: 400px;
  background: #ccc;
}


/* promo */
.marketing-wrapper span.visibility1::before {
    display: inline;
    content: "";
}

.marketing-wrapper span.visibility0::before {
    display: inline;
    content: "";
}

.promo-table-header {
  font-size: 12px;
  font-weight: bold;
}

.smlobject-name {
  font-size: 9px;
}

#advert-edit h3 {
  margin-top: 0;
}

#advert-edit span.model-info {
  margin: 0 0 25px;
  font-size: 80%;
  display: inline-block;
}

#advert-edit .cropper-holder .cropper-img-holder {
  display: none;
}

#advert-edit a.plupload-after-insert-elements {
  display: none;
}

#advert-edit .plupload_filelist_footer {
  position: relative;
}

/* form */
form.form2 ul li,
form.form2 ul li {
  list-style-type: none;
  padding: 0;
}

form.form2 ul li input:not([type="checkbox"]),
form.form2 ul li textarea,
form.form2 ul li button {
	width: 100%;
    padding: 10px 17px;
    font-size: 13px;
    border: 1px solid #e8e7e7;
    outline: none;
    color: #6c6c6c;
    height: 40px;
    border-radius: 3px;
	-webkit-box-shadow: none;
	        box-shadow: none;
	height: auto;
	-webkit-transition: all 0.5s ease;
	transition: all 0.5s ease;
}

form.form2 ul li input:not([type="checkbox"]):focus,
form.form2 ul li textarea:focus {
	border: 1px solid #f34b0a;
}

form.form2 ul li textarea {
	height: 170px;
}

#browse-filter-demands .slider-group input {
  background: transparent none;
}

form.form2 button[type="submit"],
#contact-marketing_real-container.form_editor2 button[type="submit"] {
	background: #f34b0a;
	width: 100%;
	text-transform: uppercase;
	color: #fff;
	height: 40px;
	letter-spacing: 1px;
	font-size: 15px;
	font-weight: 400;
	border: solid 2px #ed5565;
	border-radius: 0px;
	max-width: 230px;
	-webkit-transition: all 0.5s ease;
	transition: all 0.5s ease;
  cursor: pointer;
}

form.form2 button[type="submit"][disabled="disabled"],
#contact-marketing_real-container.form_editor2 button[type="submit"][disabled="disabled"] {
  cursor: no-drop;
  border: solid 2px #ccc;
  background: #ccc;
}

form.form2 button[type="submit"]:hover,
#contact-marketing_real-container.form_editor2 button[type="submit"]:hover {
	background-color: #de460b;
    color: #fff;	
}

form.form2 ul > span {
	display: block;
	margin-bottom: 15px;
}

form.form2 ul > span a,
form.form2 ul li label a {
	color: #de460b;
}

form.form2 ul li.souhlas {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	margin-bottom: 15px;
}

form.form2 .mandatory-note {
  display: none;
}

form.form2 fieldset ul li input.form-control {
  border: 0;
  border-bottom-color: currentcolor;
  border-bottom-style: none;
  border-bottom-width: 0px;
  border-bottom: 2px solid #398bf7;
  border-radius: 0;
  padding: 5px 0 4px 0;
}

form.form2 fieldset ul li input.form-control:focus {
  border: 0;
  border-bottom-color: currentcolor;
  border-bottom-style: none;
  border-bottom-width: 0px;
  border-bottom: 2px solid #398bf7;
  border-radius: 0;
  padding: 5px 0 4px 0;
}

form.form2 fieldset ul li label {
  display: inline-block;
  margin-bottom: .5rem;
  margin: 0;
  font-size: 10px;
  font-weight: bold;
}

form.form2#advert-edit .ui-state-default.ui-widget-header.plupload_header,
form.form2#advert-edit #uploader_advert-edit_dropbox,
form.form2#advert-edit .plupload_file_status,
form.form2#advert-edit .plupload_file_size,
form.form2#advert-edit .plupload_file_action {
  display: none;
}

form.form2#advert-edit .plupload_container {
  min-height: 0;
}

#advert-edit #bannerimg-src,
#advert-edit .bannerimg-src {
  display: none;
}

#advert-edit .plupload_wrapper {
  background: transparent none;
}

#advert-edit .plupload_buttons a {
  margin: 0;
  float: none;
}

#advert-edit #uploader_advert-edit_container,
#advert-edit table.plupload_filelist.plupload_filelist_footer.ui-widget-header {
  border: 0;
  background: transparent none;
}

#advert-edit .plupload_file_name {
  padding: 0;
}

#contact-marketing_real ul.input-checkbox {
  border: 0px none;
}

#contact-marketing_real ul.input-checkbox li {
  display: inline-block;
  float: left;
  margin: 0 10px;
}

.banner-choose-item {
  margin-bottom: 20px;
}

.banner-choose-item img {
  margin-bottom: 10px;
}

.banner-choose-item h3,
.banner-choose-item a {
  font-size: 12px;
  color: rgb(81, 99, 111);
  text-decoration: none;
}

.banner-choose-item a {
  display: inline-block;
  position: relative;
  text-align: center;
}

.banner-choose-item:hover a:after {
  display: block;
  position: absolute;
  width: 100%;
  height: 100%;
  content: "";
  background: rgba(247,76,7,0.53);
  z-index: 1;
  top: 0;
}

.banner-choose-item h3 {
  display: none;
}

.banner-choose-item:hover h3 {
  display: block;
  position: absolute;
  top: 50%;
  padding: 5px;
  color: #fff;
  z-index: 2;
  Font-weight: bold;
  font-size: 25px;
  text-align: center;
  width: 100%;
}

.fancybox-slide form ul {
  margin: 15px 0;
  padding: 0;
}



@media all and (max-width: 1515px) {
  .top-menu-tabs a,
  .left-submenu-tabs a {
    font-size: 0.9em;
  }
  .top-menu-tabs a .name span,
  .left-submenu-tabs a .name span {
    left: calc(100% + -5px);
  }
}

@media all and (max-width: 1400px) {
  h1#user-logo a span.text {
    display: none;
  }
  .top-menu-tabs,
  .left-submenu-tabs {
    flex-flow: row wrap;
  }
  .top-menu-tabs a,
  .left-submenu-tabs a {
    width: 49%;
    margin-bottom: 15px;
  }
  ul.tabbernav li a {
    padding: 8px;
  }
}

@media all and (max-width: 1200px) {
  form#bid-new ul.inputs >  li {
    display: block !important;
  }
  ul.tabbernav li {
    height: auto;
    display: block;
    width: 100%;
  }
  ul.tabbernav li a {
    display: block;
    width: 100%;
    border-left: 1px solid #f34b0a;
  }
  
  body.loggedin .left-bar-toggle {
    display: block;
  }
  body.loggedin .user-wrapper .left-bar {
    min-height: initial;
    max-width: 100%;
    flex: 0 0 100%;
    width: 100%;
    display: none;
  }
  body.loggedin .user-wrapper .right-bar {
    max-width: 100%;
    flex: 0 0 100%;
    width: 100%;
  }
  h1#user-logo a, h1#user-logo {
    width: 235px;
    height: 32px;
  }
  h1#user-logo {
    margin-left: 1em;
  }
  form#bid-new ul.inputs > li {
    display: block !important;
    width: 100% !important;
  }
  form#bid-new li#holder_imegePrew_9 {
    margin: 0;
  }
  form#bid-new .inputs li.customfield-57-first > span::after {
    display: none;
  }
}

@media all and (max-width: 1024px) {
  .tabberlive .tabbertab {
    width: 100%;
  }
  .tabberlive .tabbertabhide {
    display: none !important;
  }
}

@media all and (max-width: 960px) {
  .x-my--.loggedout .right-bar {
    display: none;
  }
  .x-my--.loggedout .left-bar {
    width: 100%;
    max-width: 100%;
    flex: 0 0 100%;
  }
  .x-my--.loggedout .left-bar .my-login {
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
  }
  .user-messages .user-msg {
    width: 49%;
  }
  #browse-filter-demands {
    flex-direction: column;
  }
  #browse-filter-demands .fitem {
    margin-bottom: 10px;
  }
  #browse-filter-demands .fitem:last-child {
    margin-left: initial;
  }
  #browse-filter-demands input {
    margin-right: 0;
  }
}

@media all and (max-width: 768px) {
  .col-sm-12 {
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    max-width: 100%;
  }
  .top-menu-tabs a,
  .left-submenu-tabs a {
    width: 100%;
  }
  .user-messages .user-msg {
    width: 100%;
  }

  .multiobject-browse .col-md-12,
  .ajaxlist-browse .col-md-12 {
    flex-direction: column;
  }
  .multiobject-browse .col-md-12 > div,
  .ajaxlist-browse .col-md-12 > div {
    width: 100% !important;
  }
  .multiobject-browse .col-md-12 > div,
  .ajaxlist-browse .col-md-12 > div {
    padding-left: 0 !important;
    padding-right: 0 !important;
    text-align: center;
  }

}




/* old one */

@media (max-width: 768px) {
  form#bid-new .inputs li {
    width: 100%;
    float: left;
  }
  
  #my_toolbar h2 {
    font-size: 1rem;
    line-height: 2;
  }
  
  form#bid-new .inputs li.editor_new_image_store,
  form#bid-new li#holder_imegePrew_9 {
    width: 100%;
    margin-left: 0;
  }
  
  .form_editor2 form#bid-new fieldset ul.inputs li.image-upload-preview-holder {
    width: 93%;
  }
  /*
  .mo-template-header {
    display: none;
  }*/
  
  .btn.add-car,
  .browse_json_filter {
    padding-bottom: 15px;
  }
  
  h1#user-logo a,
  h1#user-logo {
    background-size: 100% auto;
    width: 170px;
    height: 30px;
  }
  h1#user-logo {
    margin-left: 0;
  }
}