@CHARSET "UTF-8";

.mode_develope {
	width: 100%;
	height: 5px;
	background-color: #ff00b3;
	position: fixed;
	bottom: 0;
	z-index: 1000000000;
}

.nonvisible {
	display: none;
}

hr.thin {
	padding:0;
	margin: 3px 0;
}

.ress_error {
   padding: 20px 0 20px 0;
   box-sizing: border-box;
   color: #ba1f1f;
   background: url('/app.images/ress_errtxt.svg') 30px center no-repeat;
   text-align: left;
   font-size: 140%;
   line-height: 1.2;
}
.ress_error > div {
	margin-left: 85px;
}

.ress_item_error {
	padding-left: 10px!important;
	background-color: #ffffff;
	background-image: url('/app.images/ico_chyba_input.png')!important;
	background-position: left center!important;
	background-repeat: no-repeat!important;
}

.admin_info {
	display: block;
	background-color: #ffeba7;
	padding: 5px;
	margin-bottom: 10px;
}

.fa.small {
	font-size: 80%;
}
.fa.disabled {
	color: #b7b7b7;
}
.thisSortedOn {
	background-color: #ba1f1f;
	border: 2px solid #ba1f1f;
	color: #ffffff;
}

td.order_buttons > button {
	min-width: 25pt;
	margin-top: 5px;
	margin-bottom: 5px;
}

button.disabled > i {
	color: #cdcdcd;
}

.sortimentWithBlur > td:not(.notBlur) {
	-webkit-filter: blur(2px);
  	filter: blur(2px);
}
.sortimentWithBlur > td.softBlur {
	-webkit-filter: blur(1px);
  	filter: blur(1px);
}
.sortimentWithBlur > td {
	background-color: rgb(255, 255, 235);
}
.product_detail_picture {
	border-bottom: 1px solid #cdcdcd;
	padding-bottom: 15px;
	margin-bottom: 25px;
}
.product_detail_picture.noborder {
	border: none;
}
.table > tbody > tr:first-child > td {
	border-top: none;
}

.important {
	color: #ba1f1f;
}

.notimportant {
	color: #646464;
}

.oldprice {
	color: #cdcdcd;
}

.background_hightlight {
	background-color: #cee9ff;
	transition: background-color 1s linear;
}

.background_transparent {
	background-color: transparent;
	transition: background-color 1s linear;
}

.action_state_info {
	padding: 20px;
	padding-left: 70px;
	margin: 10px 0;
	box-sizing: border-box;
	display: inline-block;
	color: #fff;
	font-size: 14pt;
}
.action_state_info > span {
	width: 100%;
	display: inline-block;
}
.action_state_info.error {
	background: url('/app.images/action_state_error.svg') #ee8d8d 2.5% center no-repeat;
}
.action_state_info.success {
	background: url('/app.images/action_state_success.svg') #7ccf8c 2.5% center no-repeat;
}
.action_state_info.deprecated {
	background: url('/app.images/action_state_deprecated.svg') #d6c068 2.5% center no-repeat;
}
.action_state_info.extrainfo {
	background: url('/app.images/action_state_extrainfo.svg') #90c2f5 2.5% center no-repeat;
}

.order_info_tag,
.order_shippment_tag,
.sortiment_categorize_tag {
	display: block;
	border: 1px solid #d3dcb2;
	border-radius: 3px;
	background-color: #d3dcb2;
	font-size:8pt;
	padding: 2px 5px;
	margin-bottom:2px;
}

.order_info_tag {
	background-color: #f0ad4e;
	border-color: #f0ad4e;
}

.infotag {
	font-size: 10px;
	padding: 2px 4px;
	margin-bottom: 2px;
	cursor: inherit;
	display: block;
}
.infotag.realestates-sleva.infoakce {
   background-color: #9c0000;
   border-color: #9c0000;
}
.infotag.infoakce, .infotag.realestates-novinka {
	background-color: #e40613;
	border-color: #e40613;
}
.infotag.realestates-blokace {
   background-color: #099ad9;
   border-color: #099ad9;
}
.infotag.realestates-skvelacena, .infotag.realestates-top {
   background-color: #024f85;
   border-color: #024f85;
}
.infotag.realestates-prodano {
   background-color: #137a00;
   border-color: #137a00;
}

textarea {
	border-color: #cdcdcd;
	border-radius: 3px;
}
.boxmap {
   display: flex;
   flex-direction: column;
}
.boxmap > div {
	display: flex;
	align-items: flex-end;
}
.boxmap > div > * {
   margin-bottom: 10px;
}
.boxmap > div > *:not(:first-child) {
   padding-left: 20px;
}

#ProductDescriptionForm .map-box {
   display: block;
   -webkit-box-shadow: 0 1px 2px rgba(0, 0, 0, 0.2);
   -moz-box-shadow: 0 1px 2px rgba(0, 0, 0, 0.2);
   box-shadow: 0 1px 2px rgba(0, 0, 0, 0.2);
   border: 1px solid #c5c5c5;
   border-radius: 0;
   width: 100%;
   min-height: 115px;
   max-height: 170px;
   height: 115px;
   padding: 14px 10px;
}

.circle_tag {
	display: inline-block;
	width: 15px;
	height: 15px;
	border-radius: 50%;
	cursor: inherit;
}
.circle_tag.order_confirmed {
	background-color: #45862d;
}
.circle_tag.order_confirmskipped {
	background-color: #e2a335;
}
.circle_tag.order_paid{
	background-color: #2f68a8;
}
.circle_tag.order_exported{
	background-color: violet;
}
.circle_tag.voucher_paid{
	background-color: #45862d;
}
.circle_tag.voucher_unpaid{
	background-color: #cc3333;
}
.order_checkbox {
	width: 20px;
	height: 18px;
	float: left;
	padding:0;
	margin: 0;
	margin-top: 2px;
	display: block;
}

.export_loader {
	width: 100%;
	height: 5px;
	display: block;
	margin: 20px auto 40px auto;
	border: 1px solid #efefef;
}
.export_loader > span {
	width: 0;
	height: 1px;
	display: block;
	background-color: #c83724;
}
.box-tooltip-text {
	display: none;
   position: absolute;
   top: -26px;
   right: 0;
   color: #000;
   background-color: #ffb0b0;
   border-radius: 6px;
   border-left: 4px solid red;
   padding: 1px 15px;
   transition: .3s;
   z-index: 5;
}
.input-group .form-control:focus + .box-tooltip-text {
	display: block;
}