/* .tipbox */
.tipbox {
	position: absolute;
	top: 50px;
	left: 0;
	right: 0;
	z-index: 500;
}


.tipbox.green:before {
	background-position: 0 -150px;
}

.tipbox:after {

}

.tipbox.green:after {
	background-position: 0 -225px;
	background-repeat: no-repeat;
}

/* end .tipbox */

/* .arrow */
.tipbox .arrow {
	position: absolute;
	right: 50px;
	top: 20px;
	height: 40px;
	width: 160px;
	background: #D9D9D9;
	z-index: 1;
	transition: right 0.7s ease;
	font: 14px/15px 'MyriadProSemibold';
	color: #929292;
	user-select: none;
	border-radius: 4px 0 0 4px;
}

.tipbox .arrow:after {
	content: '';
	z-index: -2;
	position: absolute;
	top: 4px;
	right: -16px;
	width: 31px;
	height: 31px;
	background: #D9D9D9;
	border-radius: 4px;
	transform: rotate(45deg);
}

.tipbox .arrow.green {
	cursor: pointer;
	background: #31E200;
	color: #111111;
}

.tipbox .arrow.green:after {
	background: #31E200;
}

.tipbox .arrow.active {
}

.tipbox .arrow.active:hover {
	filter: contrast(1.15);
}

.tipbox .arrow.active:active {
	filter: contrast(0.85);
}

.tipbox .arrow div:not(.text-small) {
	width: 122px;
	text-align: center;
	margin: 0 0 0 23px;
}

.tipbox .arrow div.text-top {
	margin-top: 5px;
	display: none;
}

.tipbox .arrow .text-small {
	font-size: 12px;
	line-height: 14px;
}

.tipbox .arrow div.text {
	font-size: 16px;
	line-height: 38px;
	display: none;
}

.tipbox .arrow.active.show-text .text {
	display: block;
}

.tipbox .arrow.active.show-text-top .text-top {
	display: block;
}

/* end .arrow */

/* .slick-box выпадающий блок */
.tipbox .slick-box {
	position: absolute;
	top: 10px;
	left: 0;
	right: 3px;
	padding-top: 12px;
	padding-bottom: 12px;
	height: 120px;
	background: #fff;
	box-sizing: border-box;
	/*box-shadow: 0 4px 3px -3px rgba(0, 0, 0, 0.3);*/
}

.tipbox:not(.notransition) .slick-box {
	transition: height 0.4s ease;
	-webkit-transition: height 0.4s ease;
}

.tipbox .slick-box .mycontent {
	height: 100%;
	overflow: hidden;
	border-radius: 0 0 6px 6px;
	padding: 0 32px 0 32px;
}

.tipbox .slick-box.set:after {
	box-shadow: 9px 12px 19px rgba(0, 0, 0, 0.5);
	transform: skew(4deg) rotate(3deg);
}

.tipbox .slick-box.set:before {
	left: 8px;
}

.tipbox .slick-box.set:after {
	right: 8px;
}

/* end .slick-box */

/* .slick-box.pages - закладки */
.tipbox .pages {
	list-style: none;
	position: absolute;
	top: -32px;
	left: 54px;
	height: 38px;
	margin: 0;
	padding: 0;

	white-space: nowrap;
}

.tipbox .pages li {
	box-sizing: border-box;
	cursor: default;
	position: relative;
	display: inline-block;
	height: 38px;
	min-width: 76px;
	margin: 0 8px 0 26px;
	user-select: none;
	-moz-user-select: none;
	-webkit-user-select: none;
	font: 15px/38px MyriadProSemibold, Times New Roman;
	color: #181818;
	text-shadow: 0 0 8px #e2e2e2, 0 1px rgba(255, 255, 255, .58), 0 1px rgba(255, 255, 255, .5);
	white-space: nowrap;
}

.tipbox .pages li.red {
	color: #c61e1e;
	text-shadow: 0 1px rgba(255, 255, 255, .58);
}

.tipbox .pages li.active.red {
	color: #9b0000;
}

.tipbox .pages li.active {
	text-shadow: 0 1px rgba(255, 255, 255, .5), 0 0 7px #fafafa, 0 1px rgba(255, 255, 255, .58);
}

.tipbox .pages li.disabled {
	color: #8c8c8c;
	text-shadow: 0 1px #fff;
}

.tipbox .pages li:before,
.tipbox .pages li:after {
	content: '';
	position: absolute;
	top: 0;
	left: -25px;
	height: 38px;
	width: 26px;
}

.tipbox .pages li:after {
	left: auto;
	right: -25px;
	z-index: 5;
}

.tipbox .pages li.active {
	z-index: 5;
	background: url("../img/icons/tabs/tab_active.png") 0 1px repeat-x;
}

.tipbox .pages li.active:before {
	background: url("../img/icons/tabs/tab_active_before.png") 0 1px no-repeat;
	box-sizing: border-box;
}

.tipbox .pages li.active:after {
	background: url("../img/icons/tabs/tab_active_after.png") 0 1px no-repeat;
	box-sizing: border-box;
}

/* end .slick-box.pages */

.tipbox .tip-action {
	text-align: right;
}

/* .slick-box.top-tip */
.tipbox .top-tip {
	display: none;
	position: absolute;
	top: -23px;
	right: 10%;
	height: 34px;
	background: url(../img/icons/tabs/tab_grey.png) repeat-x;
	font: 16px/40px MyriadProRegular, Times New Roman;
	color: #424242;
	text-shadow: 0 1px #fff;
	z-index: 10;
}

.tipbox .top-tip .text {
	display: block;
	max-width: 900px;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
	padding: 0 1px;
}

/* панель статуса */
.tipbox .top-tip:before, .tipbox .top-tip:after {
	content: '';
	position: absolute;
	top: 0;
	height: 34px;
	width: 39px;
}

.tipbox .top-tip:before {
	left: -38px;
	background: url("../img/icons/tabs/tab_grey_before.png") no-repeat;
}

.tipbox .top-tip:after {
	right: -38px;
	background: url("../img/icons/tabs/tab_grey_after.png") no-repeat;
}

/* иконки панели статуса */
.tipbox .top-tip .icon {
	float: left;
	display: none;
	width: 16px;
	height: 28px;
	margin: 6px 0 0 0;
	position: relative;
	left: -17px;
}

.tipbox .top-tip .icon:after {
	content: '';
	display: block;
	position: absolute;
	top: 0;
	left: 0;
	width: 28px;
	height: 28px;
	background: url(../img/tipbox_icons.png);
}

.tipbox .top-tip.ready .icon, .tipbox .top-tip.error .icon {
	display: block;
}

.tipbox .top-tip.error .icon:after {
	background-position: 0 -28px;
}

/* end .slick-box.top-tip */

/* text классы для текстов выпадающего блока */
.tipbox .mycontent .header {
	font: 16px/18px 'MyriadProRegular';
	margin: 4px 0 5px 0;
}

.tipbox .mycontent p, .tipbox .mycontent .list li {
	font: 16px/18px 'MyriadProRegular';
	color: #111111;
	padding: 0;
	margin: 0;
	text-indent: 0;
}

.tipbox .mycontent .list {
	padding: 0;
	margin: 0 0 0 25px;
	list-style: none;
}

.tipbox .tip-action {
	text-shadow: 0 1px #FFFFFF;
}

.tipbox .tip-action, .tipbox .tip-action .date {
	color: #717171;
	font: 14px/16px MyriadProRegular;
	padding: 0 0 6px;
	margin: 0;
}

.tipbox .tip-action .text {
	position: relative;
	top: 2px;
}

.tipbox .tip-action .date {
	float: left;
	margin-top: 2px;
}

.tipbox .mycontent .checklist1 {
	position: relative;
	top: -3px;
}

.tip-content {
	height: 60px;
	padding-right: 8px;
	overflow-y: auto;
	margin-right: 180px;
}

.tipbox .mycontent .tip-content table {
	width: 100%;
}

.tipbox .mycontent .tip-content td.lt.pad {
	vertical-align: top;
	width: 50%;
	padding: 0 18px 14px 0;
	text-shadow: 0 1px #FFFFFF;
}

.tipbox .mycontent .tip-content td.rt.pad {
	vertical-align: top;
	width: 50%;
	padding: 0 200px 14px 18px;
	text-shadow: 0 1px #FFFFFF;
}

.tipbox .mycontent .tip-content td, .tipbox .mycontent .tip-content td p {
	font-family: Calibri;
}

.tipbox .mycontent .tip-content hr {
	margin: 1px 0 3px 0;
	border-left: 0;
	border-right: 0;
	border-top: solid #D1D1D1 1px;
	border-bottom: solid #FEFEFE 1px;
}

.tip-action hr {
	border-left: 0;
	border-right: 0;
	border-top: solid #E1E1E1 1px;
	border-bottom: 0;
}

/* end .text */

.tipbox .order-more-info {
	background: url("../img/order-more-info.gif") repeat scroll 0 0 transparent;
	cursor: pointer;
	display: inline-block;
	height: 19px;
	width: 19px;
	position: absolute;
	left: 14px;
	top: 19px;
}

.infowin.masterstop h3 {
	padding: 22px 0 7px 0;
}

.infowin.masterstop h2 {
	text-align: center;
	margin: 0 100px;
	font-size: 16px;
	line-height: 26px;
	color: #666;
	text-shadow: 0 1px #fff;
}

.infowin.masterstop .buttons span {
	white-space: nowrap;
	min-width: 90px;
}

@media screen and (max-width: 576px) {
	.tipbox .slick-box .mycontent {
		padding: 0 10px;
	}
	.tipbox .arrow {
		right: 30px;
	}
	.tip-content {

	}
	.tip-content p,
	.tip-content li {
		font-size: 14px;
		line-height: 16px;
	}
	.tipbox .tip-action {
		margin-top: 16px;
	}
	.tipbox .tip-action .text {
		top: -18px;
	}
	.mycontent .tip-action hr {
		display: none;
	}
	.mycontent b.cancel-btn {
		margin: 0;
	}
}