/*элементы формы*/
input[disabled]
{
	opacity: 0.5 !important;
}
input:focus, select:focus
{
	outline:none;
}
.bases_div input[type=radio], .bases_div input[type=checkbox]
{  
    display: none;  
}
.bases_div label
 {  
    display: inline-block;  
    cursor: pointer;  
    padding: 0 0 0 25px;
	margin: 0 8px 0 8px;  
	color:#666;
}
.bases_div label:before
{  
    content: '';  
    position: absolute;  
    display: inline-block;  
    width: 15px;  
    height: 15px;  
    left: 0;  
    bottom: 1px;  
	margin: 0 10px 0 0px; 
	border:solid 1px #ddd;
	padding-left: 1px;
}
.bases_div input[type=radio] + label:before
{  
    border-radius: 8px;  
}
.bases_div input[type=checkbox] + label:before
{  
    border-radius: 3px;  
}
.bases_div input[type=radio]:checked  + label
{
    color: #1364c0;  
}
.bases_div input[type=radio]:checked  + label:before
{  
    content: '\2022';  
    color: #1364c0;  
    text-align: center;  
	font: bold 16pt/12pt Arial, Verdana, Tahoma, Helvetica, sans-serif;
}
.bases_div input[type=checkbox]:checked + label:before
{  
    content: '\2714';  
    color: #666;  
    text-align: center;  
    font: bold 12pt/12pt Arial, Verdana, Tahoma, Helvetica, sans-serif; 
    text-shadow: 1px 1px 1px rgba(0, 0, 0, .2);  
}
.buttoncont .button
{
	display:inline-block;
	width:150px;
}
.button3, .url
{
    background: #1364c0;
    border: solid 1px #1364c0;
    color: #fff !important;
	font-size: 0.9rem;
}
[id$='winform'] .button3, [id$='winform'] .url
{
    background: #1364c0;
    border: solid 1px #1364c0;
    color: #fff !important;
	font-size: 0.9rem;
}
input[type='button']:not([id='sand']):not([id='sor']):not([id='snot']):not([id='saf'])
{
	min-height:30px;
}
/*.middle input[type='button'], #authority_search .voc
{
	margin:0;
	border:solid 1px #1364c0;
	background:#fff;
}*/
.simplebutton, .authoritybutton
{
	float: right;
	height: 40px;
	background: #24bca4;
	color: #fff;
	border: solid 1px #24bca4;
}
#voclist, #vocaf
{
	float: right;
	height: 40px;
	background: #fff;
	color: #24bca4;
	border: solid 1px #24bca4;
}
#expand_search .spacer
{
	margin-bottom: 3px;
}
/*#expand_search .spacer:nth-last-of-type(1)
{
	display: none;
}*/
#expand_search > .fields:not(:last-child)
{
	margin-bottom: 1px;
}
.button2
{
	padding: 0 10px;
	border:solid 1px #999;
	background:#fff;
}
.button2:not(.operations)
{
	font-size:0.9rem !important;
}
.button2[onmousedown^='clearSearch']
{
	/* font-size: 0.8rem; */
	height: 30px;
	opacity: 0.5;
	/* border: solid 1px #000; */
	/* display: none; */
	margin-right: 0.5rem;
}
input[type='button']:not([disabled]):hover, [class^='select4']:hover, span.url:hover
{
	cursor:pointer;
}
.button2:not(.operations):not([disabled]):hover
{
	background:#24bca4 !important;
	border: solid 1px #24bca4;
	color:#fff !important;
}
#sbuttons
{
	display: flex;
	justify-content: right;
	margin-left: 0.5rem;
	flex-direction: row-reverse;
}
#sbuttons > input[type='button']
{
	min-height:40px;
}
.baselimits span.input input, .period span.input input
{
	border: none;
	font-size:100%;
	line-height:1.5;
	color: #333;
	background: #fff;
	width: 100%;
	height:100%;
}
input[class^='stage'], .period input[id^='icdr']
{
	border: solid 1px #ddd;
	height: 30px;
	width: 100%;
	margin-bottom:1rem;
	text-indent:10px;
}
#regbutton
{
	margin-bottom: 1rem;
}
#ireadermail
{
	height: 30px;
	border: solid 1px #ddd;
	width: 100%;
	text-indent: 10px;
}
.period input.date, #butcontainer input.date
{
	border: solid 1px #ddd;
	width:20%;
	max-width: 60px;
	height: 30px;
	text-align: center;
	margin: 0 5px 0 0;
}
input[type^='password'].stage5
{
	margin-right:5px;
}
#searchhead [class^='button'], [class^='searchhead'] [class^='button'], .fright [class^='button'], .fleft [class^='button']
{
	margin: 0 0 0.5rem 0.5rem;
}
#searchhead .fright [class^='button'][onmousedown^='previous']
{
	margin-right:5px;
}
#bsecond
{
	width:auto !important;
}
.acenter [class^='button']
{
	margin-left:5px;
	width:auto !important;
	padding-left:5px;
	padding-right:5px;
}
div[class^='border'] textarea
{
	display:inline-block;
	width:100%;
	max-width: 450px;
	height: 150px;
	border: solid 1px #ddd;
	background:#f6f6f6;
}
.border1 input[type="text"], .border1 input[type="password"], .border2 input[type="text"]
{
	width:100%;
	max-width: 450px;
	display:inline-block;
	height: 30px;
	font-size:120%;
	padding: 1px;
	margin: 0;
	border: solid 1px #ddd;
	background:#fff;
}
.border1 input.date
{
	width: 65px;
	text-align:center;
}
#editq span
{
	cursor:pointer;
	/*color:#1364c0;*/
	font-weight:normal !important;
}
#editq i
{
	font-weight:normal;
}
#editq span:hover
{
	text-decoration:underline;
}