/*ютф*/
#disablediv
{
	position: absolute;
	top: 0;
	left: 2%;
	width: 96%;
	height: 100%;
	z-index: 2;
	background: #fff;
	margin-top: -1rem;
}
.loader, #loader
{
	position:absolute;
	display:table;
	text-align:center;
	top: 0;
	left: 0;
	z-index:9999;
	width:98%;
	height:98%;
	opacity: 0.7;
	background:#fff;
}
@keyframes spin
{
	to { transform: rotate(1turn); }
}
.progress
{
	position: relative;
	display: inline-block;
	width: 5em;
	height: 5em;
	margin: 15em .5em;
	font-size: 24px;
	text-indent: 999em;
	overflow: hidden;
	animation: spin 1s infinite steps(8);
}
.small.progress
{
    font-size: 6px !important;
	margin: 0 0 !important;
}
.progress:before,
.progress:after,
.progress > div:before,
.progress > div:after {
	content: '';
	position: absolute;
	top: 0;
	left: 2.25em;
	width: .5em;
	height: 1.5em;
	border-radius: .2em;
	background: #eee;
	box-shadow: 0 3.5em #eee;
	transform-origin: 50% 2.5em;
}

.progress:before {
	background: #555;
}

.progress:after {
	transform: rotate(-45deg);
	background: #777;
}

.progress > div:before {
	transform: rotate(-90deg);
	background: #999;
}

.progress > div:after {
	transform: rotate(-135deg);
	background: #bbb;
}
#loaderwinform
{
	margin-top:40%;
}
.bgdiv
{
	position:fixed;
	top: 0;
	left: 0;
	z-index:9999;
	width:100%;
	height:100%;
	background:rgba(0,0,0,0.5);
}
.dialog, .dialog2
{
	position:fixed;
	top: 0;
	left: 0;
	width: 270px;
	height: 240px;
	background: #fff;
	cursor: se-resize;
	border: none;
}
.dialog
{
	overflow:hidden;
}
.pheader
{
	height: 30px;
	font-size:1.1rem;
	line-height:3;
	cursor: move;
	border:none;
	width: calc(100% - 4rem);
	left: 2rem;
	margin-bottom: 1rem;
	color:#1364c0;
	text-align: center;
}
.pheader span:not([class='del'])
{
	display:none;
}
.pheader span.del
{
	display: inline-block;
	position: absolute;
	cursor: pointer;
	z-index: 20;
	color: #333;
	transform: scale(0.7,0.5);
	font-family: Arial;
}
.pheader span.del
{
	font-size: 2.7rem;
	top: 0;
	right: -1.5rem;
}
[class^='dialog'] .pheader
{
    height: auto;
    line-height: 1; 
    cursor: move;
    border: none;
    /*text-align: left !important;*/
}
.infores
{
	padding:1%;
}
.infores p
{
	text-indent:25px;
	font-size:80%;
	line-height:1.6;
	text-align:justify;
}
.infores p.fstr
{
	font-size:140% !important;
	color:#333 !important;
}
.flagdisplay
{
	float:right;
}
#orderwinform {
	height: calc(100% - 50px);
	overflow: hidden;
}
#ordercontainer {
	width: 80%;
	margin: 0px 0px 0px 10%;
	font-size: 0.9rem;
	height: 100%;
}
#ordercontainer:not(.multi)
{
	overflow-y:auto;
}
#ordercontainer select
{
	min-width:230px;
	margin-bottom:10px;
}
#ireadermail
{
	width: 230px;
	height: 34px;
	border: solid 1px #ddd;
	background: #fcfcfc;
}
.free
{
	color:green;
}
#ordercontainer .expl span
{
	display: inline-block;
	height: 25px;
	font-weight:bold;
}
.leftred
{
	width: 215px;
}
.scont
{
	text-align:center;
	padding: 10px;
}
.scont .button6
{
	font-size:80% !important;
	width:auto !important;
	height:auto !important;
	padding:8px;
}
#infocont, #readercont
{
	display:table-cell;
	vertical-align:top;
}
#readercont
{
	width:30%;
}
.doc
{
	font-size: 0.9rem;
	padding: 1rem 0;
}
#infocont .doc:not(:nth-last-of-type(1)), #readercont .doc
{
	border-top: solid 1px #ccc;
}
.doc p, .doc div, .doc span
{
	font-size: 0.9rem;
	line-height: 2;
}
#ordercontainer select
{
	width:100%;
}
#ordercontainer [type='button']
{
	height: 40px;
	padding: 0 2rem;
    /*border: solid 1px #333 !important;*/
}
#dateordcontainer.period
{
	margin: 1rem 3rem;
}
#dateordcontainer.period > span
{
	font-weight: bold;
	margin-bottom: 1px;
	display: block;
}
/*#ordercontainer #icdrnext
{
	margin-left: -210px !important;
}*/
/*[class^='dialog'] [id$='winform']
{
	margin: 0 2.5rem;
}*/
[class^='dialog'] [id$='winform'] span:not([class]), [class^='dialog'] [id$='winform'] div > b:first-child
{
	/*display: block;*/
	margin: 0 0 1rem 0;
}
[id^='orderwin']:not(.dialog) > div > p:nth-last-of-type(1)
{
	display: none;
}
[class^='dialog'] > div > p:last-child
{
	margin-top: -40px;
}
#callbut
{
	border: solid 1px #1364c0;
	color: #fff;
	background: #1364c0;
	font-size: 0.8rem;
}
[class^='sheet_privat_'] .h3, [class^='sheet_search_history_'] .h3
{
	/* padding-left: 0.6rem; */
	font-size: 1.2rem;
	font-weight: bold;
	/* color: #1364c0; */
	margin-bottom: 1.5rem;
	margin-top: 2rem;
}
.sheet_privat_orders_order_php .memo .fleft [class^='button']
{
  margin: 0 0 0 0.5rem;
    margin-top: 0px;
}
#iconfirm .button2
{
	height: 40px;
	min-width: auto;
	padding: 0 2rem;
	color: #b47564;
	margin-left:1rem;
}
#orderc
{
	width: 320px;
}
.order_advice
{
	line-height: 1.2 !important;
	margin-top: 1rem !important;
	display: inline-block;
	margin-bottom:1rem;
}
#buttonok
{
	width: 190px;
}
.order_advice u.blue
{
	color: #333;
}
.order_status
{
	font-size: 1.1rem !important;
	line-height: 1.1 !important;
}
.order_time
{
	font-size: 1.2rem !important;
	line-height: 1.2 !important;
}
.buttonok
{
	width: 120px;
	margin-top: 1rem;
}
.free
{
	color:green;
}
#ordercontainer .expl span
{
	display: inline-block;
	height: 25px;
}
.leftred
{
	display:block !important;
	color:#666;
}
.scont
{
	text-align:center;
	padding: 10px;
}
.scont .button6
{
	font-size:80% !important;
	width:auto !important;
	height:auto !important;
	padding:8px;
}
#vocwinform table td
{
	font-size:70%;
}
#billwinform .button18, #billwinform .button8
{
	width:350px;
	margin:20px;
}
#errorwinform p, #orderwinform .mess
{
	text-align:center;
	font-size: 90%;
	line-height: 1.4;
	/*margin: 30px 10px 10px 10px;*/
}
#hiwinform > div
{
	text-align: center;
	line-height: 1.5;
	margin-top: 1rem;
}
#livesearch
{
	position: absolute;
	top: 0;
	left: 0;
	width: 265px;
	border: solid 1px #ddd;
	background: #fff;
	white-space: nowrap;
	z-index: 10000;
	text-align: left;
	overflow-x: hidden;
	overflow-y: auto;
}
#livesearch p
{
	font-size: 0.9rem;
	cursor: pointer;
	padding: 10px 6px;
}
#livesearch p.w:hover, #livesearch p.g:hover
{
	background: highlight;
	color: highlighttext;
}
#excel
{
	display:none;
}
span.stage1
{
	font-weight:bold;
	margin: 0 0 0 5px;
	display:block;
	color:#096cc0;
}
#listwinform
{
	display: flex;
	flex-direction: column;
	margin: 3rem;
	min-height: 30px;
	max-height: 340px;
}
#listwinform > :last-child
{
	margin-top: auto;
}
#listwinform > .button3
{
    min-height: 40px;
    height: 40px;
    background: #1364c0;
    border: solid 1px #1364c0;
}
#listwinform > .button2
{
	color: #333;
}
.winform
{
	scrollbar-width: thin;
	scrollbar-color: #9E9D9D #fff;
	scrollbar-arrow-color: #fff;
	scrollbar-base-color: #9E9D9D;
	scrollbar-shadow-color: #9E9D9D;
	scrollbar-highlight-color: #fff;
	height: calc(100% - 50px);
	overflow-y: auto;
}
.listcont
{
	height: calc(100% - 100px);
	overflow: auto;
	margin:1rem 0;
	scrollbar-width: thin;
	scrollbar-color: #9E9D9D #fff;
	scrollbar-arrow-color: #fff;
	scrollbar-base-color: #9E9D9D;
	scrollbar-shadow-color: #9E9D9D;
	scrollbar-highlight-color: #fff;
}
.listcont > div:not(:first-child)
{
	margin-top: 0.6rem;
}
.listcont > div > label
{
	display: inline-block;
	border: solid 1px #ddd;
	color: #333;
	font-size: 1.1rem;
	padding: 1rem;
	cursor: pointer;
	width: 100%;
	margin: 0;
}
.listcont > div > .wr:checked + label
{
	border: solid 1px #333;
}
.success
{
	margin: 0 3rem;
	display:flex;
	flex-direction:column;
	height:100%;
}
.success span
{
	font-size: 1.1rem;
	line-height: 1.2;
	margin-bottom:1rem;
}
.success span[onmousedown]
{
	color: #1364c0;
	margin-left: 0.5rem !important;
	cursor:pointer
}
.success .button3
{
	height: 40px;
	width: 100%;
	margin-top:auto;
}
/*[id^='hiwin'] #closebut
{
	display: none;
}*/
/*#orderwinform.winform
{
    overflow: auto !important;
    height: calc(100% - 120px) !important;
}*/
#errorwinform
{
	height: 150px;
	overflow-y: auto;
	overflow-x: hidden;
}
body[onload^='WriteError'] .pheader
{
    margin-top: -0.5rem;
    margin-left: 1.5rem;
}
body[onload^='WriteError'] .pheader .del
{
    font-family: Arial;
    right: 1rem;
    top: -2.5rem;
}