
/*---NEW 15.05.13---*/
.side-nav2 {
	font-size:17px;
	line-height:16px;
	float:right;
	white-space:nowrap;
	text-align:right;
}

.side-nav2 ul {
	list-style:none;
	margin:0;
	padding:0;
}

.side-nav2 a,
.side-nav2 span {
	display:inline-block;
	vertical-align:top;
	margin:3px;
	padding:4px 10px;
	text-decoration:none;
	color:#464752;
	border-radius:15px;
	-moz-border-radius:15px;
	-webkit-border-radius:15px;
}

.side-nav2 a:hover,
.side-nav2 .active {
	text-shadow:0 1px 0 rgba(255, 255, 255, 0.7);
	color:#666;
}

.side-nav2 .active {
	margin:0;
	border:3px solid #fff;
	background:#e1e5eb;
	text-shadow:0 1px 0 #fff;
}

.history {
	width:72%;
	float:left;
	max-width:1000px;
	min-width:823px;
}

.history .indent {
	padding:0 0 0 10px;
}

.history .half:first-child .indent {
	padding:0 10px 0 0;
}

.history-block {
	font:normal 14px/17px "PFDinTextProRegular", "Trebuchet MS", Arial, Helvetica, sans-serif;
	color:#333;
	background:#f0f3f8;
	border-radius:5px;
	-moz-border-radius:5px;
	-webkit-border-radius:5px;
	box-shadow:0 0 3px rgba(0, 0, 0, 0.4);
	-moz-box-shadow:0 0 3px rgba(0, 0, 0, 0.4);
	-webkit-box-shadow:0 0 3px rgba(0, 0, 0, 0.4);
	margin:0 0 35px 0;
	position:relative;
}

.history-block{
	transition: box-shadow 200ms ease;
}
.history-block:hover {
	box-shadow:0 0 3px rgba(0, 0, 0, 0.4), 0 0 0 9px #fff;
	-moz-box-shadow:0 0 3px rgba(0, 0, 0, 0.4), 0 0 0 9px #fff;
	-webkit-box-shadow:0 0 3px rgba(0, 0, 0, 0.4), 0 0 0 9px #fff;
}

.history-block.to-edit {
	box-shadow:0 0 3px rgba(0, 0, 0, 0.4), 0 0 0 9px #fff, 0 0 20px 9px rgba(0, 0, 0, 0.75);
	-moz-box-shadow:0 0 3px rgba(0, 0, 0, 0.4), 0 0 0 9px #fff, 0 0 20px 9px rgba(0, 0, 0, 0.75);
	-webkit-box-shadow:0 0 3px rgba(0, 0, 0, 0.4), 0 0 0 9px #fff, 0 0 20px 9px rgba(0, 0, 0, 0.75);
}

.history-block.to-set:before {
	content:'';
	display:block;
	position:absolute;
	top:0;
	bottom:0;
	left:0;
	right:0;
	background:rgba(0, 0, 0, 0.5);
	z-index:50;
	border-radius:5px;
	-moz-border-radius:5px;
	-webkit-border-radius:5px;
}

.history-block header {
	font-size:16px;
	line-height:20px;
	text-shadow:0 1px 0 rgba(255, 255, 255, 0.8);
	padding:14px 6px 11px 6px;
	text-align:center;
	color:#1c212b;
	background:#eceef2;
}

.history-block header:first-child,
.history-block .row:first-child .head {
	border-radius:5px 5px 0 0;
	-moz-border-radius:5px 5px 0 0;
	-webkit-border-radius:5px 5px 0 0;
	box-shadow:inset 0 1px 0 #fff;
	-moz-box-shadow:inset 0 1px 0 #fff;
	-webkit-box-shadow:inset 0 1px 0 #fff;
}

.history-block.to-edit header {
	background:#cad2dc;
}

.history-block .row .head {
	background:#eceef2;
	padding:6px;
	position:relative;
}

.history-block .row .head.ind2 {
	padding-top:3px;
	font-size:13px;
	color:#3f3f3f;
}

.history-block .row .head.ind2 .center {
	position:relative;
	top:1px;
}

.history-block .row.empty .head {
	text-align:center;
	color:#aaa;
	padding-top:7px;
}

.history-block .row .head:after {
	content: ' ';
	clear:both;
	display: block;
	width: 0;
	height: 0;
	overflow: hidden;
	font-size: 0;
}

.history-block .row:nth-child(even) .head {
	background:#fff;
}

.history-block .row.other-bg:nth-child(even) .head {
	background:#eceef2;
}

.history-block .row:last-child .head,
.history-block .row:last-child .in {
	border-radius:0 0 5px 5px;
	-moz-border-radius:0 0 5px 5px;
	-webkit-border-radius:0 0 5px 5px;
}

.history-block .in {
	padding:6px;
	position:relative;
	z-index:5;
	background: #f4f6f7;
	background: -moz-linear-gradient(top, #f4f6f7 0%, #f9fbfb 100%);
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #f4f6f7), color-stop(100%, #f9fbfb));
	background: -webkit-linear-gradient(top, #f4f6f7 0%, #f9fbfb 100%);
	background: -o-linear-gradient(top, #f4f6f7 0%, #f9fbfb 100%);
	background: -ms-linear-gradient(top, #f4f6f7 0%, #f9fbfb 100%);
	background: linear-gradient(to bottom, #f4f6f7 0%, #f9fbfb 100%);
	box-shadow:inset 0 1px 1px rgba(0, 0, 0, 0.3);
	-moz-box-shadow:inset 0 1px 1px rgba(0, 0, 0, 0.3);
	-webkit-box-shadow:inset 0 1px 1px rgba(0, 0, 0, 0.3);
}

.history-block .in.ind2 {
	padding-left:11px;
	padding-right:11px;
}

.history-block .in:after {
	content: ' ';
	clear:both;
	display: block;
	width: 0;
	height: 0;
	overflow: hidden;
	font-size: 0;
}

.history-block.to-edit .in {
	background: #e7e7e7;
	background: -moz-linear-gradient(top, #e7e7e7 0%, #d0d0d0 100%);
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #e7e7e7), color-stop(100%, #d0d0d0));
	background: -webkit-linear-gradient(top, #e7e7e7 0%, #d0d0d0 100%);
	background: -o-linear-gradient(top, #e7e7e7 0%, #d0d0d0 100%);
	background: -ms-linear-gradient(top, #e7e7e7 0%, #d0d0d0 100%);
	background: linear-gradient(to bottom, #e7e7e7 0%, #d0d0d0 100%);
	box-shadow:inset 0 1px 1px rgba(0, 0, 0, 0.15), inset 0 1px 1px rgba(0, 0, 0, 0.15), inset 0 1px 1px rgba(0, 0, 0, 0.15), inset 0 -1px 0 rgba(0, 0, 0, 0.25);
	-moz-box-shadow:inset 0 1px 1px rgba(0, 0, 0, 0.5), inset 0 -1px 0 rgba(0, 0, 0, 0.5);
	-webkit-box-shadow:inset 0 1px 1px rgba(0, 0, 0, 0.5), inset 0 -1px 0 rgba(0, 0, 0, 0.5);
}

.history-block .in:before {
	content:'';
	display:block;
	background:url(../img/history-arr1.png) no-repeat;
	width:23px;
	height:17px;
	position:absolute;
	top:-9px;
	left:46px;
}

.history-block.to-edit .in:before {
	background-position:0 -17px;
}

.history-block .in.view2 {
	box-shadow:inset 0 1px 0 #e6e8e8, inset 0 2px 0 #c0c2c2;
	-moz-box-shadow:inset 0 1px 0 #e6e8e8, inset 0 2px 0 #c0c2c2;
	-webkit-box-shadow:inset 0 1px 0 #e6e8e8, inset 0 2px 0 #c0c2c2;
	padding-top:8px;
}

.history-block .in.view2:before {
	background:url(../img/history-arr2.png) no-repeat 0 -19px;
	width:34px;
	height:19px;
	top:0;
	left:50%;
	margin:0 0 0 -17px;
}

.history-block .row:nth-child(even) .in.view2:before {
	background-position:0 0;
}

.history-block .edit-hold,
.history-block.to-edit .view-hold {
	display:none;
}

.history-block.to-edit .edit-hold {
	display:block;
}

.history-block.to-edit .row.view2 .edit-hold{
	position: relative;
}
.history-block.history-occlusion.v2.to-edit .row.view2 .edit-hold{
	position: static;
}


.select-toggle,
.selected-text {
	white-space:nowrap;
	text-align:left;
	padding:0 19px 0 7px;
	width:115px;
	text-shadow:0 1px 0 #fff;
	font-size:16px;
	line-height:30px;
	height:30px;
}

.selected-text,
.text-hold,
.select-toggle,
.history-block .textarea textarea {
	position:relative;
	text-align:left;
	overflow:hidden;
	border-radius:3px;
	-moz-border-radius:3px;
	-webkit-border-radius:3px;
}

.select-toggle {
	cursor:pointer;
	background: #e6e8ed;
	background: -moz-linear-gradient(top, #e6e8ed 0%, #d8dbe0 100%);
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #e6e8ed), color-stop(100%, #d8dbe0));
	background: -webkit-linear-gradient(top, #e6e8ed 0%, #d8dbe0 100%);
	background: -o-linear-gradient(top, #e6e8ed 0%, #d8dbe0 100%);
	background: -ms-linear-gradient(top, #e6e8ed 0%, #d8dbe0 100%);
	background: linear-gradient(to bottom, #e6e8ed 0%, #d8dbe0 100%);
	color:#2b2b2b;
	box-shadow:inset 0 -1px 1px rgba(0, 0, 0, 0.39), 0 -1px 0 #fff;
	-moz-box-shadow:inset 0 -1px 1px rgba(0, 0, 0, 0.39), 0 -1px 0 #fff;
	-webkit-box-shadow:inset 0 -1px 1px rgba(0, 0, 0, 0.39), 0 -1px 0 #fff;
}

.select-toggle.grey {
	color:#666;
}

.history-block .row:nth-child(even) .select-toggle {
	background: #f9fbfb;
	background: -moz-linear-gradient(top, #f9fbfb 0%, #f4f6f7 100%);
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #f9fbfb), color-stop(100%, #f4f6f7));
	background: -webkit-linear-gradient(top, #f9fbfb 0%, #f4f6f7 100%);
	background: -o-linear-gradient(top, #f9fbfb 0%, #f4f6f7 100%);
	background: -ms-linear-gradient(top, #f9fbfb 0%, #f4f6f7 100%);
	background: linear-gradient(to bottom, #f9fbfb 0%, #f4f6f7 100%);
	box-shadow:inset 0 -1px 1px rgba(0, 0, 0, 0.29), 0 -1px 0 #fff;
	-moz-box-shadow:inset 0 -1px 1px rgba(0, 0, 0, 0.29), 0 -1px 0 #fff;
	-webkit-box-shadow:inset 0 -1px 1px rgba(0, 0, 0, 0.29), 0 -1px 0 #fff;
}

.select-toggle:after {
	display:block;
	content:'';
	position:absolute;
	background:url(../img/select-arr.png) no-repeat;
	width:10px;
	height:6px;
	overflow:hidden;
	top:13px;
	right:9px;
}

.selected-text {
	color:#000;
}

.selected-text,
.text-hold,
.history-block .textarea textarea {
	box-shadow:inset 0 1px 2px rgba(0, 0, 0, 0.2), 0 1px 0 #fff;
	-moz-box-shadow:inset 0 1px 2px rgba(0, 0, 0, 0.2), 0 1px 0 #fff;
	-webkit-box-shadow:inset 0 1px 2px rgba(0, 0, 0, 0.2), 0 1px 0 #fff;
}

.selected-text.grey {
	color:#aaa;
}

.history-block .view1 .edit-hold,
.history-block .view1 .view-hold {
	float:right;
	margin:0 0 0 8px;
}

.history-block .view1 .text {
	height:100%;
	overflow:hidden;
	text-align:right;
	padding:7px 0 0 0;
	line-height:16px;
	color:#3c4452;
}

.history-block .view1 .head {
	padding-top:10px;
	padding-bottom:5px;
	font-size:16px;
	line-height:16px;
	text-shadow:0 1px 0 rgba(255, 255, 255, 0.5);
	text-align:right;
}

.history-block .view1:first-child .head {
	padding-top:9px;
}

.history-block .view2 .text {
	height:100%;
	overflow:hidden;
	text-align:right;
	padding:7px 0 0 0;
	line-height:16px;
}

.history-block .view3 .head,
.history-block .check1.head {
	padding-top:10px;
	padding-bottom:5px;
	font-size:16px;
	line-height:16px;
	text-shadow:0 1px 0 rgba(255, 255, 255, 0.5);
	text-align:right;
}

.popup.select-list2 {
	padding: 3px;
	border-radius: 3px;
	-moz-border-radius: 3px;
	-webkit-border-radius: 3px;
	font:normal 16px/22px "PFDinTextProRegular", "Trebuchet MS", Arial, Helvetica, sans-serif;
}

.popup.select-list2 .bg {
	padding:0 0 4px 0;
	border-radius:3px;
	-moz-border-radius:3px;
	-webkit-border-radius:3px;
	min-width: 141px;
}

.select-list2 .bg:after {
	display:none;
}

.select-list2 ul {
	list-style:none;
	margin:0;
	padding:0 0 5px 0;
	text-align:center;
}

.select-list2 .selected {
	border-bottom:1px solid #d2d2d2;
	box-shadow:0 1px 0 #fff;
	-moz-box-shadow:0 1px 0 #fff;
	-webkit-box-shadow:0 1px 0 #fff;
	margin:0 9px 4px 9px;
	height:26px;
	overflow:hidden;
	line-height:30px;
	color:#2b2b2b;
	position:relative;
}

.select-list2 .selected:after {
	content:'';
	display:block;
	background:url(../img/select-arr.png) no-repeat 0 -10px;
	height:6px;
	width:10px;
	position:absolute;
	top:13px;
	right:0;
}

.select-list2 ul span {
	cursor:pointer;
	display:block;
	padding:5px 9px 3px 9px;
	white-space:nowrap;
	color:#585858;
}

.select-list2 ul span:hover {
	color:#181818;
	background: #d2dde7;
	background: -moz-linear-gradient(top, #d2dde7 0%, #a8bdd0 100%);
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #d2dde7), color-stop(100%, #a8bdd0));
	background: -webkit-linear-gradient(top, #d2dde7 0%, #a8bdd0 100%);
	background: -o-linear-gradient(top, #d2dde7 0%, #a8bdd0 100%);
	background: -ms-linear-gradient(top, #d2dde7 0%, #a8bdd0 100%);
	background: linear-gradient(to bottom, #d2dde7 0%, #a8bdd0 100%);
	box-shadow:inset 0 1px 0 rgba(0, 0, 0, 0.3), 0 1px 0 rgba(255, 255, 255, 0.5);
	-moz-box-shadow:inset 0 1px 0 rgba(0, 0, 0, 0.3), 0 1px 0 rgba(255, 255, 255, 0.5);
	-webkit-box-shadow:inset 0 1px 0 rgba(0, 0, 0, 0.3), 0 1px 0 rgba(255, 255, 255, 0.5);
}

.select-list2 ul li {
	margin:-5px 0 0 0;
	top:5px;
	position:relative;
}

.select-list2 .dark-input {
	margin:-2px 2px 0 2px;
}

.dark-input {
	width:26px;
	font:normal 14px "PFDinTextProRegular", "Trebuchet MS", Arial, Helvetica, sans-serif;
	padding:3px 0 2px 0;
	text-align:center;
	vertical-align:middle;
	margin:0;
	display:inline-block;
	overflow:hidden;
}

.dark-input.w2 {
	width:38px;
}

input.dark-input {
	background:#959595;
	border-radius:3px;
	-moz-border-radius:3px;
	-webkit-border-radius:3px;
	box-shadow:0 1px 0 #fff;
	-moz-box-shadow:0 1px 0 #fff;
	-webkit-box-shadow:0 1px 0 #fff;
	border:0;
	color:#fff;
}

input.dark-input:hover,
input.dark-input:focus {
	background:#505050;
}

.item-list {
	text-align:center;
	text-shadow:0 1px 0 rgba(255, 255, 255, 0.6);
	position:relative;
	margin:-4px 0 0 0;
	top:2px;
	font-size:16px;
	line-height:22px;
}

.in .item-list,
.history-habits .in .item-list {
	margin-top:15px;
	margin-bottom:7px;
	top:0;
}

.in .item-list:last-child,
.history-habits .in .item-list:last-child {
	margin-bottom:13px;
	margin-top:12px;
}

.item-list:after {
	content: ' ';
	clear:both;
	display: block;
	width: 0;
	height: 0;
	overflow: hidden;
	font-size: 0;
}

.item-list ul {
	float:left;
	list-style:none;
	margin:0;
	padding:0;
	/*width:50%;*/	/*TRG-1647*/

	display: block; /*TRG-1647*/
	width: 100%;	/*TRG-1647*/
}

.item-list ul li {
	margin:-1px 0 0 0;
	padding:0;
	top:1px;
	position:relative;

	width: 50%;		/*TRG-1647*/
	float: left;	/*TRG-1647*/
}

.in .item-list ul li {
	margin-top:-3px;
}

.to-set .item-list ul li {
	/*margin-top:13px; хер нахер пойми для чего http://77.37.212.63:8888/browse/TRG-1647*/
}

.to-set .item-list ul li:first-child {
	/*margin-top:0; хер нахер пойми для чего http://77.37.212.63:8888/browse/TRG-1647*/
}

.item-list span,
.item-list a {
	display:block;
	position:relative;
	overflow:hidden;
	white-space:nowrap;
	text-overflow:ellipsis;
	padding:2px 10px;
	margin-left:10px;
	text-decoration:none;
	border-radius:13px;
	-moz-border-radius:13px;
	-webkit-border-radius:13px;
	position:relative;
	vertical-align:top;
}

.item-list ul:first-child a,
.item-list ul:first-child span {
	margin-left:0;
	margin-right:10px;
}

.item-list a {
	color:#585858;
}

.item-list a:hover {
	color:#000;
	background:#bcbcbc;
}

.history-block .active {
	z-index:60;
	background:#fff;
}

.history-relatives header {
	padding-bottom:11px;
}

.history-relatives .item-list,
.history-habits .item-list {
	font-size:14px;
	line-height:15px;
	margin-top:0;
	top:0;
}

.history-relatives .item-list ul li {
	margin-top:0;
	top:0;
}

.history-relatives .item-list a,
.history-relatives .item-list span,
.history-habits .item-list a,
.history-habits .item-list span {
	padding-top:3px;
	padding-bottom:1px;
}

.history-relatives.to-edit .item-list,
.history-habits.to-edit .item-list {
	margin-top:-6px;
	margin-bottom:2px;
}

.history-habits.to-edit .item-list {
	margin-top:-4px;
	top:2px;
	margin-bottom:0;
}

.history-habits.to-edit .in .item-list {
	top:4px;
}

.history-relatives.to-edit .item-list a,
.history-relatives.to-edit .item-list span {
	padding-top:8px;
	padding-bottom:7px;
}
.history .btn2{
	padding-top: 2px !important;
	padding-bottom: 2px !important;
	margin-left: 0px !important;
}
.history .btn2 *{
	padding-top: 0 !important;
	padding-bottom: 0 !important;
}

.history-habits.to-edit .item-list a,
.history-habits.to-edit .item-list span {
	font-size:16px;
	line-height:25px;
	padding:2px 10px;
}

.history-block .item-list li.disabled {
	color: #C9C9C9;
}

.history-notice header {
	color:#3c4452;
	font-size:16px;
}

.history-notice .row .head {
	padding-top:0;
	padding-bottom:8px;
}

.history-notice.to-edit header {
	color:#1c212b;
	font-size:18px;
}

.history-notice.to-edit .row .head {
	padding-top:5px;
	padding-bottom:6px;
}

.history-block.history-notice .textarea textarea,
.history-block.history-notice .text-hold,
.history-block.history-notice2 .textarea textarea,
.history-block.history-notice2 .text-hold {
	padding-top:5px;
	padding-bottom:3px;
	color:#4c5464;
	text-shadow:0 1px 0 rgba(255, 255, 255, 0.6);
}

.history-notice2 header,
.history-complaints header,
.history-teeth header,
.history-soft header {
	color:#1c212b;
	font-size:18px;
	background:#cad2dc;
}

.history-complaints .in,
.history-soft .in {
	text-shadow:0 1px 0 rgba(255, 255, 255, 0.6);
}

.history-soft .in {
	padding-bottom:5px;
}

.history-block.history-soft .view1 .edit-hold,
.history-block.history-soft .view1 .view-hold {
	margin-left:10px;
}

.history-notice2 .textarea textarea,
.history-notice2 .text-hold {
	text-indent:25px;
	vertical-align:top;
	margin-top:0;
	top:0;
}

.history-notice2.to-edit .head {
	padding-top:6px;
}

.history-block .delete {
	display:none;
	position:absolute;
	width:19px;
	height:20px;
	overflow:hidden;
	z-index:30;
	cursor:pointer;
	background:url(../img/delete.png) no-repeat;
}

.history-block .delete:hover {
	background-position:0 -20px;
}

.history-block.to-edit .delete{
	display: block;
}

.history-block .item-list .delete {
	top:5px;
	right:5px;
}

.history-block .item-list2 .delete {
	top:3px;
	right:7px;
}

.popup.grey.right .bg:after {
	content:'';
	background:url(../img/popup-arr-grey-l.png) no-repeat;
	width:20px;
	height:32px;
	top:10px;
	position:absolute;
	left:auto;
	right:-20px;
	-moz-transform: scale(-1, 1);
	-webkit-transform: scale(-1, 1);
	-o-transform: scale(-1, 1);
	transform: scale(-1, 1);
}

.popup.set-reason .bg {
	text-align:center;
	font:normal 14px "MyriadProRegular", "Trebuchet MS", Arial, Helvetica, sans-serif;
	color:#585858;
	text-shadow:0 1px 0 rgba(255, 255, 255, 0.7);
	padding:20px 6px 8px 6px;
	background: #f8f8f8;
	background: -moz-linear-gradient(top, #f8f8f8 0%, #d0d0d0 100%);
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #f8f8f8), color-stop(100%, #d0d0d0));
	background: -webkit-linear-gradient(top, #f8f8f8 0%, #d0d0d0 100%);
	background: -o-linear-gradient(top, #f8f8f8 0%, #d0d0d0 100%);
	background: -ms-linear-gradient(top, #f8f8f8 0%, #d0d0d0 100%);
	background: linear-gradient(to bottom, #f8f8f8 0%, #d0d0d0 100%);
	border: 0;
}

.popup.set-reason:not(.bottom) .bg:after {
	background-image:url(../img/popup-arr-grey-l2.png)!important;
	top: 10px !important;
	margin-top: 0 !important;
}

.popup.set-reason textarea {
	background: #ffffff;
	background: -moz-linear-gradient(top, #ffffff 0%, #ececec 100%);
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #ffffff), color-stop(100%, #ececec));
	background: -webkit-linear-gradient(top, #ffffff 0%, #ececec 100%);
	background: -o-linear-gradient(top, #ffffff 0%, #ececec 100%);
	background: -ms-linear-gradient(top, #ffffff 0%, #ececec 100%);
	background: linear-gradient(to bottom, #ffffff 0%, #ececec 100%);
	display:block;
	border:0;
	margin:0;
	padding:7px 8px;
	font:normal 15px "MyriadProRegular", "Trebuchet MS", Arial, Helvetica, sans-serif;
	color:#444e5a;
	border-radius:5px;
	-moz-border-radius:5px;
	-webkit-border-radius:5px;
	box-shadow:inset 0 1px 1px rgba(0, 0, 0, 0.35), 0 1px 0 #fff;
	-moz-box-shadow:inset 0 1px 1px rgba(0, 0, 0, 0.35), 0 1px 0 #fff;
	-webkit-box-shadow:inset 0 1px 1px rgba(0, 0, 0, 0.35), 0 1px 0 #fff;
	width:312px;
	height:49px;
	margin:7px 0 15px 0;
}

.set-reason .btn2 {
	padding-left:29px;
	padding-right:20px;
	border-color:#799c19;
	border-bottom-color:#688415;
	border-top-color:#90be1f;
	background: #9bcd23;
	background: -moz-linear-gradient(top, #9bcd23 0%, #82a41c 100%);
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #9bcd23), color-stop(100%, #82a41c));
	background: -webkit-linear-gradient(top, #9bcd23 0%, #82a41c 100%);
	background: -o-linear-gradient(top, #9bcd23 0%, #82a41c 100%);
	background: -ms-linear-gradient(top, #9bcd23 0%, #82a41c 100%);
	background: linear-gradient(to bottom, #9bcd23 0%, #82a41c 100%);
	text-shadow:0 -1px 0 rgba(0, 0, 0, 0.3);
	border-radius:5px;
	-moz-border-radius:5px;
	-webkit-border-radius:5px;
}

.set-reason .btn2:hover,
.set-reason .btn2:active {
	background: #9cce23;
	background: -moz-linear-gradient(top, #9cce23 0%, #9ec722 100%);
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #9cce23), color-stop(100%, #9ec722));
	background: -webkit-linear-gradient(top, #9cce23 0%, #9ec722 100%);
	background: -o-linear-gradient(top, #9cce23 0%, #9ec722 100%);
	background: -ms-linear-gradient(top, #9cce23 0%, #9ec722 100%);
	background: linear-gradient(to bottom, #9cce23 0%, #9ec722 100%);
}

.set-reason .btn2.disabled,
.set-reason .btn2.disabled:hover {
	border-color:#bdc5cd;
	border-bottom-color:#acb5bd;
	border-top-color:#cbd1d9;
	background: #dfdfdf;
	background: -moz-linear-gradient(top, #dfdfdf 0%, #c7c7c7 100%);
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #dfdfdf), color-stop(100%, #c7c7c7));
	background: -webkit-linear-gradient(top, #dfdfdf 0%, #c7c7c7 100%);
	background: -o-linear-gradient(top, #dfdfdf 0%, #c7c7c7 100%);
	background: -ms-linear-gradient(top, #dfdfdf 0%, #c7c7c7 100%);
	background: linear-gradient(to bottom, #dfdfdf 0%, #c7c7c7 100%);
	color:#989898;
	opacity:1;
}

.history-block .textarea textarea,
.text-hold {
	color:#4c5464;
	font:normal 14px/17px "PFDinTextProRegular", "Trebuchet MS", Arial, Helvetica, sans-serif;
	padding:4px 8px;
	height:88px;
	overflow:hidden;
	overflow-y:auto;
	border:0;
}

.history-block .textarea {
	padding:0 8px;
}

.history-block .textarea textarea {
	width:100%;
	position:relative;
	left:-8px;
}

.history-block .textarea textarea.size2,
.text-hold.size2 {
	height:51px;
	padding-bottom:3px;
}

.history-block .notice-hold.row .head {
	padding-bottom:7px;
	text-shadow:0 1px 0 rgba(255, 255, 255, 0.6);
}

.item-list2 {
	font-size:14px;
	line-height:19px;
	text-shadow:0 1px 0 rgba(255, 255, 255, 0.6);
	color:#000;
	position:relative;
	padding:0 0 1px 0;
}

.to-edit .item-list2 {
	padding-top:2px;
}

.item-list2 ul {
	list-style:none;
	margin:0;
	padding:0;
}

.item-list2 li {
	position:relative;
}

.item-list2 li:after {
	content: ' ';
	clear:both;
	display: block;
	width: 0;
	height: 0;
	overflow: hidden;
	font-size: 0;
}

.item-list2 .l {
	text-align:right;
	float:left;
	width:50%;
}

.item-list2 .r {
	float:left;
	width:50%;
}

.item-list2 .ind {
	padding:0 0 0 6px;
}

.item-list2 .new1 .ind {
	padding:0 0 0 3px;
}

.item-list2 .new1 .ind .checklist1 {
	margin-left:2px;
}

.notice-title {
	margin-top:-4px;
	text-shadow:0 1px 0 rgba(255, 255, 255, 0.7);
}

.item-list2 .dark-input {
	margin-top:-2px;
	left:-1px;
	top:-1px;
	position:relative;
	left:1px;
	margin-right:2px;
}

.to-edit .item-list2 ul {
	margin:-13px 0 0 0;
	top:5px;
	position:relative;
}

.to-edit .item-list2 ul li {
	padding-top:5px;
	padding-bottom:4px;
	line-height:21px;
}

.history-diseases .item-list {
	margin-bottom:11px;
}

.history-diseases .in .textarea {
	margin-bottom:1px;
	position: relative;
}

.history-diseases .in .textarea textarea,
.history-diseases .text-hold {
	padding-top:4px;
	padding-bottom:0;
	padding-left:7px;
	padding-right:7px;
}

.history-diseases .in .notice-title {
	margin-bottom:1px;
}

.registered {
	white-space:nowrap;
	margin:2px 0 0 0;
	display:block;
}

.active .registered {
	margin-top:1px;
}

.registered.on-row {
	display:inline;
	margin:0;
}

.checklist1 {
	text-align:center;
	min-width:93px;
	list-style:none;
	margin:0 0 0 2px;
	padding:0;
	height:20px;
	border-width: 1px;
	border-style: solid;
	border-color: #a4a4a4 #a4a4a4 #C8C8C8 #a4a4a4;
	font:normal 14px/19px "MyriadProSemibold", "Trebuchet MS", Arial, Helvetica, sans-serif;
	text-transform:uppercase;
	color:#adadad;
	text-shadow:none;
	display:inline-block;
	vertical-align:middle;
	position:relative;
	border-radius:3px;
	-moz-border-radius:3px;
	-webkit-border-radius:3px;
	background: #b5b5b5 url('data:image/gif;base64, R0lGODlhAQAUALMAAOTk5P7+/uHh4evr6+/v7+np6e3t7dDQ0Pr6+t3d3cDAwOfn5/v7+/z8/P39/QAAACH5BAAAAAAALAAAAAABABQAAAQOUJ0kwCrDEMRYa07oBBEAOw==');
}

.checklist1 li {
	display:inline-block!important;
	vertical-align:top;
	z-index:10;
	margin:0 0 0 -3px!important;
	padding:0!important;
	top:0!important;
	position:relative;
}

.checklist1 li:first-child {
	margin-left:0!important;
	left:0;
}

.checklist1 a,
.checklist1 span {
	cursor:pointer;
	display:inline-block;
	text-decoration:none;
	color:#adadad;
	height:20px;
	padding:0 3px;
	min-width:24px;
	text-align:center;
	transition: color 500ms;
}

.checklist1 .active1 {
	cursor:default;
	color:#676767;
}
.checklist1 .set .cannot_delete { visibility: hidden; }

.checklist1 .btn-bg {
	position:absolute;
	top:-1px!important;
	bottom:-1px;
	margin:0 -1px!important;
	width:36px;
	border:1px solid #bdbdbd;
	z-index:9;
	background: #d6d6d6;
	background: -moz-linear-gradient(top, #d6d6d6 0%, #fcfcfc 100%);
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #d6d6d6), color-stop(100%, #fcfcfc));
	background: -webkit-linear-gradient(top, #d6d6d6 0%, #fcfcfc 100%);
	background: -o-linear-gradient(top, #d6d6d6 0%, #fcfcfc 100%);
	background: -ms-linear-gradient(top, #d6d6d6 0%, #fcfcfc 100%);
	background: linear-gradient(to bottom, #d6d6d6 0%, #fcfcfc 100%);
	border-radius:3px;
	-moz-border-radius:3px;
	-webkit-border-radius:3px;
	box-shadow:inset 0 1px 0 rgba(255, 255, 255, 0.4);
	-moz-box-shadow:inset 0 1px 0 rgba(255, 255, 255, 0.4);
	-webkit-box-shadow:inset 0 1px 0 rgba(255, 255, 255, 0.4);
}

.popup.orderinfo .checklist1 .btn-bg{	z-index: 999;
}

.checklist1.center {
	text-transform:none;
}

.checklist1.center a,
.checklist1.center span {
	padding-left:8px;
	padding-right:8px;
}

.checklist1.for-info {
	background:none;
	border-color:#d3d7df;
	box-shadow:inset 0 2px 2px rgba(255, 255, 255, 0.4);
	-moz-box-shadow:inset 0 2px 2px rgba(255, 255, 255, 0.4);
	-webkit-box-shadow:inset 0 2px 2px rgba(255, 255, 255, 0.4);
}

.checklist1.for-info li span {
	position:relative;
	cursor:default;
	top:-9999px;
}

.checklist1.for-info.center span {
	display:none;
}

.checklist1.for-info li span.active1 {
	top:1px;
	display:inline-block;
}

.history-block .center {
	text-align:center;
}

.item-list2 .new1 {
	margin-left:-12px;
	left:6px;
	padding-left:6px;
	padding-right:6px;
	padding-top:6px;
	margin-bottom:1px;
	color:#666;
	box-shadow:inset 0 1px 0 rgba(255, 255, 255, 0.75), 0 1px 0 #f0f3f8;
	-moz-box-shadow:inset 0 1px 0 rgba(255, 255, 255, 0.75), 0 1px 0 #f0f3f8;
	-webkit-box-shadow:inset 0 1px 0 rgba(255, 255, 255, 0.75), 0 1px 0 #f0f3f8;
}

.item-list2 .new1:last-child {
	margin-bottom:0;
	margin-top:-4px;
	top:3px;
}

.item-list2 .active {
	padding-left:3px;
	padding-right:3px;
	margin-left:-6px;
	left:3px;
	border-radius:12px;
	-moz-border-radius:12px;
	-webkit-border-radius:12px;
	color:#666;
	padding-bottom:2px!important;
	margin-bottom:10px!important;
}

.item-list2 .active:last-child {
	margin-bottom:0!important;
}

.to-edit .item-list2 .new1.bg1 {
	background:#fff9d3;
}

.to-edit .item-list2 .new1.bg2 {
	background:#f8ffba;
}

.item-list2 .active .delete {
	right:4px;
}

.input-info1,
.input-hold1 {
	float:right;
}

.input-hold1 {
	box-shadow:0 0 0 1px #c9cbcb, inset 0 0 3px rgba(255, 255, 255, 0.5);
	-moz-box-shadow:0 0 0 1px #c9cbcb, inset 0 0 3px rgba(255, 255, 255, 0.5);
	-webkit-box-shadow:0 0 0 1px #c9cbcb, inset 0 0 3px rgba(255, 255, 255, 0.5);
	position:relative;
	left:-1px;
}

.input-info1 {
	position:relative;
	top:2px;
}

.input-info1 div,
.input-hold1 input,
.input-hold1 div {
	font:normal 14px "MyriadProSemibold", "Trebuchet MS", Arial, Helvetica, sans-serif;
	color:#676767;
	border:0;
	margin:-1px 0 0 0;
	padding:0 7px 0 6px;
	width:50px;
	display:block;
	position:relative;
}

.input-info1 div:first-child,
.input-hold1 input:first-child,
.input-hold1 div:first-child {
	margin-top:0;
	top:0;
}

.input-info1 div {
	min-width:30px;
	width:auto;
	padding-left:0;
	white-space:nowrap;
	text-align:right;
}

.history-block .view2 .fr {
	float:right;
	margin:0 0 0 8px;
	min-width:95px;
}

.history-block .view2 .checklist1 {
	margin:-2px 0 0 0;
	top:1px;
	line-height:20px;
}

.input-hold1 {
	padding:2px 0 0 0;
	border-radius:3px;
	-moz-border-radius:3px;
	-webkit-border-radius:3px;
}

.to-edit .input-hold1 {
	background:#fff;
	box-shadow:0 0 3px rgba(0, 0, 0, 0.4), inset 0 0 0 3px rgba(255, 255, 255, 0.3);
	-moz-box-shadow:0 0 3px rgba(0, 0, 0, 0.4), inset 0 0 0 3px rgba(255, 255, 255, 0.3);
	-webkit-box-shadow:0 0 3px rgba(0, 0, 0, 0.4), inset 0 0 0 3px rgba(255, 255, 255, 0.3);
}

.history-block .view2 .head {
	padding-right:11px;
	font-size:16px;
	padding-bottom:4px;
	text-shadow:0 1px 0 rgba(255, 255, 255, 0.8);
}

.history-block .view2.ind2 .head {
	padding-top:5px;
}

.history-block .view2 .text {
	padding-top:3px;
}

.history-block .view2 .text.tind {
	padding-top:20px;
}

.checkbox2 {
	width:22px;
	height:22px;
	display:block;
	cursor:pointer;
	overflow:hidden;
	background:url(../img/checkbox2.png) no-repeat;
}

.checkbox2.checked {
	background-position:0 -24px;
}

.checkbox2.na {
	cursor:default;
	background-position:-24px 0;
}

.checkbox2.na.checked {
	background-position:-24px -24px;
}

.checks2 {
}

.checks2:after {
	content: ' ';
	clear:both;
	display: block;
	width: 0;
	height: 0;
	overflow: hidden;
	font-size: 0;
}

.checks3 {
	padding:12px 0 3px 0;
	font-size:14px;
	line-height:17px;
	color:#585858;
	text-align:right;
}

.checks3:after {
	content: ' ';
	clear:both;
	display: block;
	width: 0;
	height: 0;
	overflow: hidden;
	font-size: 0;
}

.checks3 ul {
	float:left;
	width:50%;
	list-style:none;
	margin:0;
	padding:0;
}

.checks3 ul li {
	position:relative;
	margin:10px 0 0 0;
	padding:0 34px 0 0;
}

.checks3 ul li.ind2 {
	margin-top:19px;
}

.checks3 ul li:first-child {
	margin:0;
}

.to-edit .checks3 ul li.bordered {
	padding:9px 38px 5px 5px;
	margin:3px 0 0 -12px;
	top:6px;
	left:6px;
	border:1px solid #b7b7b7;
	border-radius:5px;
	-moz-border-radius:5px;
	-webkit-border-radius:5px;
	box-shadow:inset 0 2px 4px rgba(255, 255, 255, 0.75);
	-moz-box-shadow:inset 0 2px 4px rgba(255, 255, 255, 0.75);
	-webkit-box-shadow:inset 0 2px 4px rgba(255, 255, 255, 0.75);
}

.to-edit .checks3 ul li.bordered .checkbox2 {
	top:6px;
	right:5px;
}

.checks3 .checkbox2 {
	position:absolute;
	top:-3px;
	right:0;
}

.history-block .view3 .head,
.history-block .check1.head {
	padding-top:9px;
}

.history-block .view3 .head,
.history-block .view1.ind2 .head,
.history-block .view3 .in {
	padding-right:11px;
	padding-left:11px;
}

.history-block .view3 .head {
	padding-right:9px;
}

.history-block .check1.head {
	padding-right:44px;
}

.history-block .check1 .checkbox2 {
	position:absolute;
	top:5px;
	right:11px;
}

.history-block .quote-block.ltrt.empty{
	display: none;
}
.history-block.to-edit .quote-block.ltrt{
	display: inherit;
}

.quote-block:after {
	content: ' ';
	clear:both;
	display: block;
	width: 0;
	height: 0;
	overflow: hidden;
	font-size: 0;
}

.quote-block {
	margin:7px -33px 2px 44px;
}

.to-edit .quote-block {
	margin-top:7px;
	margin-left:43px;
	margin-right:-34px;
}

.quote-block,
.quote-block input {
	font:normal 13px "MyriadProRegular", "Trebuchet MS", Arial, Helvetica, sans-serif;
	color:#676767;
}

.quote-block input {
	margin:0;
	padding:0;
	background:none;
	border:0;
	width:100%;
}

.quote-block .bg {
	float:right;
	position:relative;
	background:#fff;
	border-radius:3px;
	-moz-border-radius:3px;
	-webkit-border-radius:3px;
	box-shadow:0 0 0 1px #c9cbcb;
	-moz-box-shadow:0 0 0 1px #c9cbcb;
	-webkit-box-shadow:0 0 0 1px #c9cbcb;
	padding:5px 8px 2px 8px;
	text-align:left;
}
.quote-block .popup .bg {
	border-radius:10px;
	-moz-border-radius:10px;
	-webkit-border-radius:10px;
}
.to-edit .quote-block .bg {
	box-shadow:0 0 4px rgba(0, 0, 0, 0.7);
	-moz-box-shadow:0 0 4px rgba(0, 0, 0, 0.7);
	-webkit-box-shadow:0 0 4px rgba(0, 0, 0, 0.7);
}

.quote-block .bg:after {
	content:'';
	display:block;
	background:url(../img/quote-block-arr.png) no-repeat 0 1px;
	width:15px;
	height:12px;
	position:absolute;
	top:-10px;
	right:3px;
	overflow:hidden;
}

.to-edit .quote-block .bg:after {
	background-position:0 -12px;
	top:-8px;
}

.quote-block.full .bg {
	float:none;
}

.quote-block.disabled .out {
	position:relative;
	top:-9999px;
}

.quote-block.disabled .bg:not(.pop) {
	background: #f6f8f9;
	background: -moz-linear-gradient(top, #f6f8f9 0%, #f0f2f3 100%);
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #f6f8f9), color-stop(100%, #f0f2f3));
	background: -webkit-linear-gradient(top, #f6f8f9 0%, #f0f2f3 100%);
	background: -o-linear-gradient(top, #f6f8f9 0%, #f0f2f3 100%);
	background: -ms-linear-gradient(top, #f6f8f9 0%, #f0f2f3 100%);
	background: linear-gradient(to bottom, #f6f8f9 0%, #f0f2f3 100%);
	box-shadow:inset 0 1px 1px rgba(0, 0, 0, 0.15);
	-moz-box-shadow:inset 0 1px 1px rgba(0, 0, 0, 0.15);
	-webkit-box-shadow:inset 0 1px 1px rgba(0, 0, 0, 0.15);
}

.quote-block.disabled .bg:not(.pop):after {
	background-position:0 -37px;
}

.to-edit .quote-block.disabled .bg:not(.pop) {
	background: #d8d8d8;
	background: -moz-linear-gradient(top, #d8d8d8 0%, #c3c3c3 100%);
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #d8d8d8), color-stop(100%, #c3c3c3));
	background: -webkit-linear-gradient(top, #d8d8d8 0%, #c3c3c3 100%);
	background: -o-linear-gradient(top, #d8d8d8 0%, #c3c3c3 100%);
	background: -ms-linear-gradient(top, #d8d8d8 0%, #c3c3c3 100%);
	background: linear-gradient(to bottom, #d8d8d8 0%, #c3c3c3 100%);
	box-shadow:inset 0 1px 2px rgba(0, 0, 0, 0.3);
	-moz-box-shadow:inset 0 1px 2px rgba(0, 0, 0, 0.3);
	-webkit-box-shadow:inset 0 1px 2px rgba(0, 0, 0, 0.3);
}

.to-edit .quote-block.disabled .bg:not(.pop):after {
	background-position:0 -24px;
}

ul.checklist2 {
	list-style:none;
	padding:0;
	position:relative;
	z-index:5;
	white-space:nowrap;
	margin:-5px 3px 0 -17px;
	top:1px;
	left:7px;
}

ul.checklist2 li {
	display:inline-block;
	vertical-align:top;
	margin:0 0 0 -3px;
	left:3px;
	position:relative;
	padding:0;
}

ul.checklist2 li:after {
	display:none;
}

.checklist2 span {
	padding:4px 7px 1px 7px;
	min-width:80px;
	text-align:center;
	text-decoration:none;
	color:#b1b1b1;
	border-radius:2px;
	-moz-border-radius:2px;
	-webkit-border-radius:2px;
	display:block;
	float:left;
	cursor:pointer;
}

.checklist2 .active1 span {
	cursor:default;
	color:#fff;
	background:#565656;
	text-shadow:none;
}

.view-hold .checklist2 li {
	display:none;
}

.view-hold .checklist2 .active1 {
	display:inline-block;
}

.view-hold .checklist2 .active1 span {
	background:none;
	color:#676767;
}

.disabled .checklist2 a,
.disabled .checklist2 span {
	cursor:default;
	color:#848484!important;
	text-shadow:0 1px 0 rgba(255, 255, 255, 0.6);
	background:none;
}

.history-face-view .textarea textarea,
.history-face-view .text-hold {
	padding-top:5px;
	padding-bottom:2px;
	padding-left:9px;
	padding-right:9px;
}

.variants {
	list-style:none;
	padding:8px 0 9px 0;
	margin:0;
	font-size:14px;
	line-height:20px;
	color:#585858;
	text-shadow:0 1px 0 rgba(255, 255, 255, 0.6);
	text-align:right;
	position:relative;
}

.history-block .row:last-child .variants {
	padding-bottom:8px;
	margin-bottom:0;
}

.variants.ind2 {
	padding-bottom:6px;
	margin-bottom:0;
}

.to-edit .variants.ind2 {
	padding-bottom:6px;
}

.variants li {
	margin:0;
	padding:0;
	background:none;
	display:none;
}

.to-edit .variants li {
	display:block;
}

.variants li.selected {
	display:block;
}

.variants .bg1 {
	display:block;
	position:relative;
	padding:8px 11px 5px 11px;
	margin:-6px 0 0 0;
	top:6px;
}

.history-block .row:last-child .in .variants:last-child li:last-child .bg1 {
	border-radius:0 0 5px 5px;
	-moz-border-radius:0 0 5px 5px;
	-webkit-border-radius:0 0 5px 5px;
}

.variants.ind2 li:last-child {
	padding-bottom:3px;
}

.variants.ind2 li:last-child .bg1 {
	padding-top:8px;
	padding-bottom:5px;
	margin-bottom:0;
	margin-top:-5px;
}

.variants .checkbox2 {
	display:inline-block;
	vertical-align:middle;
}

.history-block .variants .view-hold,
.history-block.to-edit .variants .edit-hold {
	display:inline;
}

.history-block.to-edit .variants .view-hold {
	display:none;
}

.to-edit .variants .bg1:hover, .to-edit .variants .selected .bg1 {
	z-index:10;
	color:#181818;
	background: #d1dce6;
	background: -moz-linear-gradient(top, #d1dce6 0%, #a8bdd0 100%);
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #d1dce6), color-stop(100%, #a8bdd0));
	background: -webkit-linear-gradient(top, #d1dce6 0%, #a8bdd0 100%);
	background: -o-linear-gradient(top, #d1dce6 0%, #a8bdd0 100%);
	background: -ms-linear-gradient(top, #d1dce6 0%, #a8bdd0 100%);
	background: linear-gradient(to bottom, #d1dce6 0%, #a8bdd0 100%);
	box-shadow:inset 0 1px 0 rgba(0, 0, 0, 0.2), 0 1px 0 rgba(255, 255, 255, 0.5);
	-moz-box-shadow:inset 0 1px 0 rgba(0, 0, 0, 0.2), 0 1px 0 rgba(255, 255, 255, 0.5);
	-webkit-box-shadow:inset 0 1px 0 rgba(0, 0, 0, 0.2), 0 1px 0 rgba(255, 255, 255, 0.5);
}

.variants .checklist1 {
	top:0!important;
	position:relative;
	margin-left:2px;
}

.variants .tind {
	margin-top:1px;
}

.variants .tind2 {
	margin-top:-1px;
}

.history-block .in.noind {
	padding:0!important;
}

.variants li.ind1 {
	margin-top:8px;
}

.variants li.ind2 {
	margin-top:11px;
}

.variants li.ind3 {
	margin-top:7px;
}

.variants li.ind1 .bg1 {
	padding-top:8px;
	padding-bottom:3px;
}

.variants .dark-input {
	margin:0 1px 0 0;
	top:-1px;
	left:2px;
	position:relative;
}

.variants .dark-input.w2 {
	left:0;
	margin:0 4px 0 0;
}

.variants .checklist1 a {
	top:1px;
	position:relative;
	padding-left:5px;
	padding-right:4px;
}

.variants .checklist1 {
	margin-left:2px!important;
}

.variants .checkbox2 {
	margin-left:8px;
	position:relative;
}

.checks4 {
	padding:11px 7px 6px 11px;
	position:relative;
}

.checks4 ul {
	text-align:right;
	list-style:none;
	margin:0;
	padding:0;
	font-size:14px;
	line-height:22px;
	text-shadow:0 1px 0 rgba(255, 255, 255, 0.6);
	color:#585858;
}

.checks4 li {
	zoom:1;
	position:relative;
	margin:5px 0 0 0;
}

.checks4 li:after {
	content: ' ';
	clear:both;
	display: block;
	width: 0;
	height: 0;
	overflow: hidden;
	font-size: 0;
}

.checks4 li.top {
	margin:-3px 0 0 0;
	top:3px;
	color:#333;
}

.checks4 .right {
	float:right;
	margin:0 -9px 0 0;
	position:relative;
	left:-9px;
}

.checks4 .nofloat {
}

.checks4 .left:not(.popup) {
	float:left;
	width:59px;
	text-align:center;
}

.checks4 .checkbox2 {
	margin:0 auto;
}
@media screen and (-webkit-min-device-pixel-ratio:0) {

.checks4 {
	top:1px;
}

.checks4 .checkbox2 {
	top:-1px;
	position:relative;
}

.variants {
	top:1px;
}

.variants .bg1 {
	padding-right:11px!important;
	padding-left:11px!important;
}

.variants .dark-input {
	top:-2px;
}

.variants .checklist1 {
	top:-1px!important;
}

.variants .checkbox2 {
	top:-1px;
}
}

.history-block .plan-hold {
	padding:3px 0 4px 0;
}

.history-block .plan-hold article:not(.tooths) {
	width:419px;
	margin:0 auto;
}
.history-block .plan-hold article.tooths {
	margin-bottom: 12px;
}

.history-block .plan-hold article section.bg {
	border:0;
	background:none;
	box-shadow:none;
	-moz-box-shadow:none;
	-webkit-box-shadow:none;
	border-radius:0;
	-moz-border-radius:0;
	-webkit-border-radius:0;
	padding:0;
}

.history-block .plan-hold .type1 .bg .text {
	width:33px;
	box-shadow:0 1px 0 #C5C0C0;
	-webkit-box-shadow:0 1px 0 #C5C0C0;
	border-color:#a0a0a0;
	border-left-color:#767474;
}

.history-block .plan-hold .type1 .bg li .text.w1 {
	width:32px;
}

.history-block .plan-hold .type1 .bg li:first-child .text {
	border-left-color:#a0a0a0;
}

.history-block .plan-hold .type1 .bg .wide {
	width:132px!important;
	padding-left:8px;
	font-size:18px;
	color:#424242;
	padding-top:3px;
	height:29px;
}

.history-block .row .empty-tip{
	display: none;
}
.history-block .row.empty .empty-tip{
	display: inherit;
}

.history-block .plan-hold .type1 .bg a {
	margin:2px 0 0 2px;
	height:28px;
	width:29px;
	line-height:29px;
	overflow:hidden;
	border:0;
	box-shadow:none;
	-moz-box-shadow:none;
	-webkit-box-shadow:none;
	width:auto;
	float:none;
	display:block;
}

.history-block .plan-hold .type1 .bg .active {
	border-radius:3px;
	-moz-border-radius:3px;
	-webkit-border-radius:3px;
	background: #e3ed4f;
	background: -moz-linear-gradient(top, #e3ed4f 0%, #c1da1c 100%);
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #e3ed4f), color-stop(100%, #c1da1c));
	background: -webkit-linear-gradient(top, #e3ed4f 0%, #c1da1c 100%);
	background: -o-linear-gradient(top, #e3ed4f 0%, #c1da1c 100%);
	background: -ms-linear-gradient(top, #e3ed4f 0%, #c1da1c 100%);
	background: linear-gradient(to bottom, #e3ed4f 0%, #c1da1c 100%);
}

.history-block.history-occlusion header {
	background:#cad2dc;
	font-size:18px;
}

.history-block.history-occlusion .view2 .fr {
	margin-left:10px;
}

.history-block.history-occlusion .quote-block {
	padding:1px 0 0 0;
}

.history-block.history-occlusion.to-edit .quote-block {
	padding-right:1px;
}

.history-block.history-occlusion .quote-block input,
.history-block.history-occlusion .quote-block .bg {
	font-family:"PFDinTextProRegular", "Trebuchet MS", Arial, Helvetica, sans-serif;
	color:#676767;
	width:41px;
	font-size:14px;
}

.history-block.history-occlusion .quote-block .bg {
	padding-left:5px;
	padding-right:5px;
	padding-top:3px;
}

.history-block.history-occlusion .checks3 {
	padding-bottom:2px;
}

.history .popup{
	right: 5px;
	top: 7px;
	left: auto;
	display: none;
}
.history .popup.select-list2 .bg{
	overflow: hidden;
}
.history .popup.select-list2 .selected{
	text-align: left;
}

.history-block .item-list .delete, .history-block .item-list2 .delete{
	display: none;
}
.history-block.to-edit .item-list .active .delete, .history-block.to-edit .item-list2 .active .delete, .history-block.to-edit .item-list2 .new1 .delete{
	display: block;
}

.history-block .sdelete, .history-block .schange{
	border-radius: 0px;
	display: inline;
}

.history-block{
	cursor:pointer;
}
.history-block.to-edit{
	cursor: default;
	z-index: 9;
}

.history-block.to-edit:not(.to-set) .item-list2 li{
	cursor:pointer;
}
.history-block .row.view2, .history-block .row.select, .history-block .row.current{
	position: relative;
}
.history-block .row{
	z-index: 0;
}
.history-block .row.select, .history-block .row.current{
	z-index: 10000;
}

.history-block .hidden{
	display: none;
}

.history-block .row.view1 div.input{	width: 121px;
}

.history .btn2.add-link2{	top: 0px;	height: 23px;
}

.history-block .plan-hold input{	cursor: pointer;
}
.history-block.complaints .quote-block.full .view-hold{	height: 15px;
}

.history-block .nodetext{	font: 16px/22px "PFDinTextProRegular","Trebuchet MS",Arial,Helvetica,sans-serif;
	background: none;
	border: 0px;
	width: 20px;
	text-align: center;	height: 16px;
}
.history-block .nodetext:hover, .history-block .nodetext:focus{	border-bottom: solid #444 2px!important;
}
 /* окно инфо*/
.history-info{	background-color: #FFF;
 	-webkit-border-radius: 15px;
 	-moz-border-radius: 15px;
 	border-radius: 15px;
 	-webkit-box-shadow: 0 1px 34px 8px rgba(0,0,0,.75);
 	-moz-box-shadow: 0 1px 34px 8px rgba(0,0,0,.75);
 	box-shadow: 0 1px 34px 8px rgba(0,0,0,.75);
 	border: solid 9px #fff;
 	width: 618px;
	position: relative;
	top: -20px;
	left: -309px;
 	margin-left: 50%;
 	z-index:11;
 	/*position: absolute;
 	top: 42px;
 	left: 50%;
 	margin-left: -318px;*/
}
.history-info .innerbox{	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;
	-webkit-box-shadow: 0 0 3px rgba(0,0,0,.4);
	-moz-box-shadow: 0 0 3px rgba(0,0,0,.4);
	box-shadow: 0 0 3px rgba(0,0,0,.4);
	overflow:hidden;
}
.history-info .topline1{
	width: 616px;
	padding: 0 1px;
	height: 44px;
	position: relative;
	z-index: 3;
}
.history-info.active .arrow{	display: none;}
.history-info.active .arrow{
	display: block;
	width: 33px;
	height: 18px;
	position: absolute;
	top: 100%;
	left: 47px;
	background: url(../img/history-arr3.png);
	margin-top: -2px;
}
.history-info .topline1 .inner{
	width: 616px;
	height: 45px;
	background-color: #eceef2;
	-webkit-box-shadow: inset 0 1px #fff;
	-moz-box-shadow: inset 0 1px #fff;
	box-shadow: inset 0 1px #fff;
	text-align: right;
}
.history-info.active .topline1{	height: 44px;
	-webkit-box-shadow: inset 0 -1px 1px rgba(0,0,0,.2);
	-moz-box-shadow: inset 0 -1px 1px rgba(0,0,0,.2);
	box-shadow: inset 0 -1px 1px rgba(0,0,0,.2);
	border-bottom: 1px solid rgba(0, 0, 0, 0.25);
}
.history-info.active .topline1 .inner{	height: 42px;
}
.history-info .topline1 .select-toggle{	width: 137px;
	margin-right: 5px;
	color: #666;
}
.history-info.active  .topline1 .select-toggle{
	color: #000;
}
.history-info .topline1 .select-tip{	line-height: 30px;
	padding: 0 9px 0 0;
	color: #3c4452;
}
.history-info .topline1 .select-toggle, .history-info .topline1 .select-tip{	margin-top: 9px;	display: inline-block;	float: right;}
.history-info .topline1 .popup.select-list2{	position: absolute;
	right: 3px;
	top: 6px;
	left: auto;
	display: none;
}
.history-info .topline1 .popup.select-list2 .selected{
	text-align: left;
	font-family: "MyriadProRegular";
	font-size: 16px;
	color: #666;
	margin: 0 9px 4px 7px;
}
.history-info.active .topline1 .popup.select-list2 .selected{
	color: #000;
}
.history-info .topline2{
	height: 105px;
	background-color: #fff;
	-webkit-box-shadow: 0 1px rgba(0,0,0,.5);
	-moz-box-shadow: 0 1px rgba(0,0,0,.5);
	box-shadow: 0 1px rgba(0,0,0,.5);
	background-image: -webkit-linear-gradient(bottom, #d0d0d0, #e6e6e6);
	background-image: -moz-linear-gradient(bottom, #d0d0d0, #e6e6e6);
	background-image: -o-linear-gradient(bottom, #d0d0d0, #e6e6e6);
	background-image: -ms-linear-gradient(bottom, #d0d0d0, #e6e6e6);
	background-image: linear-gradient(to top, #d0d0d0, #e6e6e6);
	text-align: right;
	font:normal 15px/18px "PFDinTextProRegular", "Trebuchet MS", Arial, Helvetica, sans-serif;
	color: #585858;
	text-shadow: 0 1px #fff;
	padding: 7px;
	display: none;
	position: relative;
}
.history-info.active .topline2{	display: block;}
.history-info .topline2 .btnline{
	text-align: center;
	padding-top: 7px;
}
.history-info .topline2 .btnline .btn2{	padding: 0 26px;}
.history-info .topline3{	width: 598px;
	padding: 5px 10px 6px 10px;
}
.history-info .topline3 h2{
	font:normal 16px/22px "PFDinTextProRegular", "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-weight: bold;
	color: #697079;
	text-shadow: 0 1px #fff;
	padding: 0px;
	margin: 10px 0 0 0;
}
.history-info .topline3 p{
	font:normal 16px/19px "PFDinTextProRegular", "Trebuchet MS", Arial, Helvetica, sans-serif;
	text-shadow: 0 1px #fff;
	padding: 0px;
	margin: 0px;
	text-indent: 0px;
}
.history-info .topline3 a{
	font:normal 16px/19px "PFDinTextProRegular", "Trebuchet MS", Arial, Helvetica, sans-serif;
	color: #68a6e0;
	text-shadow: 0 1px #fff;
	padding: 0px;
	margin: 0px;
	text-decoration: none;
}
.history-info .topline3 a:hover {
	color:#3f7bae;
}
