/* Формат поля даты */
input[type="date"]::-webkit-inner-spin-button {
  display: none;
}
input[type="date"]::-webkit-calendar-picker-indicator {
  /* display: none; */
}
input[type="date"]::-webkit-clear-button {
  display: none;
}


/* Настройки div-враппера */
.v2wrapper {
  width: 73%;
  margin: auto auto auto 16%;
}
/* Не отображаем секции если в них нет контента */
.v2wrapper section:empty {
  display: none;
}
/* Поля пользовательского выбора в секции dataList */
.v2dataListUserChange:empty {
  display: none;
}
.v2dataListUserChange{
	width: 100%;
	display: inline-block;
}
.v2dataListUserChange > *{
	float:left;
	width: auto;
	padding: 0 2px;
	margin-top: 2px; margin-bottom:2px;
}
.v2dataListUserChange div{
	border-color: #AFCDE7;
	border-style: solid;
	border-width: 0 1px 0 1px;
}
.v2dataListUserChange div:first-child{
	border-width: 0 1px 0 0;
}
.v2dataListUserChange div:last-child{
	border-width: 0 0 0 1px;
}
.v2dataListUserChange div > *{
	width: auto;
	font-size: 16px;
	vertical-align: top;
	line-height: 23px;
	height: 23px;
}
.v2dataListUserChange span{
	padding-right: 4px;
}
.v2dataListUserChange .v2asHyperLink{ /* Кнопки-ссылки */
	float: left;
	font-size: 12px;
	padding-right: 4px;
}
/* Поисковая строка: div c со строкой type="search" и кнопками Поиск и Очистить */
.v2searchString {
	width: 100%;
}
.v2searchString input[type="search"] {
	width: calc(100% - 165px);
	font-size: 18px;
	margin: 0;
	border: 1px solid #000;
	height: 28px;
    outline: none; /* Убираем свечение в Chrome и Safari */
    -webkit-appearance: none; /* Убираем рамку в Chrome и Safari */
    vertical-align: middle; /* Выравнивание по середине */
  }
.v2searchString input[type="search"]::-webkit-search-cancel-button {
	display: none; /* Убираем крестик удаления поискового запроса */
 }
.v2searchString button {
	width: 80px;
 }
 /* Таблица просмотра данных */
.v2DataListTable {
	font-family: "Lucida Sans Unicode", "Lucida Grande", Sans-Serif;
	font-size: 14px;
	border-collapse: collapse;
	text-align: left;
	width: 100%;
	table-layout:fixed;
}
.v2DataListTable tr:not(:first-child):hover > td, .v2DataListTable tr:not(:first-child):hover > th {
	background-color: #99CCFF;
}
.v2DataListTable th {
	background: #AFCDE7;
	color: white;
	text-align: center;
	vertical-align: top;
	padding: 2px 3px;
	line-height: 1.3;
	word-wrap: break-word;
	border-style: solid;
	border-width: 0 1px 1px 0;
	border-color: white;
}
.v2DataListTable td {
	background: #D8E6F3;
	text-align: left;
	vertical-align: top;
	height: 23px;
	padding: 2px 3px;
	line-height: 1.3;
	word-wrap: break-word;
	border-style: solid;
	border-width: 0 1px 1px 0;
	border-color: white;
}
.v2DataListTable form {float: left; margin: 0 0 0 2px;}
.v2DataListTable form:first-child {margin: 0;}
.v2DataListTable button {margin: 0 0 0 1px ;} /* Отступы между кнопками */
.v2DataListTable button:first-child {margin: 0;}
.v2DataListTable button:not(.v2icoButtons) { /* Для кнопок не иконок */
	border-width: 1px;
	height: 18px;
	padding: 0px 2px 1px 2px;
	font-size: 13px;
	float: left;
}
/* Голубая кнопка: однострочная, высота - 28px, ширина - по тексту*/
 .v2bluebuttonS1Wa {
	display: inline-block;
	width: auto;
	font-size: 15px;
	font-weight: 700;
	color: rgba(255,255,255,.9);
	text-shadow: #2e7ebd 0 1px 2px;
	text-decoration: none;
	text-align: center;
	line-height: 1.1;
	white-space: pre-line;
	padding: 5px 3px;
	margin: 0 0 0 2px;
	border: 1px solid;
	border-color: #60a3d8 #2970a9 #2970a9 #60a3d8;
	border-radius: 6px;
	outline: none;
	background: #60a3d8 linear-gradient(#89bbe2, #60a3d8 50%, #378bce);
	box-shadow: inset rgba(255,255,255,.5) 1px 1px;
}
.v2bluebuttonS1Wa:hover {
	color: rgb(255,255,255);
	background-image: linear-gradient(#9dc7e7, #74afdd 50%, #378bce);
}
.v2bluebuttonS1Wa:active {
	color: rgb(255,255,255);
	border-color: #2970a9;
	background-image: linear-gradient(#5796c8, #6aa2ce);
	box-shadow: none;
}
/* Кнопки-иконки 16х16, для получения ставим двойной класс: "v2icoButtons v2icoAdd" */
.v2icoButtons {
	border: 0;
	background-color: transparent;
	background-size: 16px 16px;
	width: 16px;
	height: 16px;
	float: left;
}
.v2icoAdd {
	background-image: url(../files/icon/Add.gif);
}
.v2icoUp {
	background-image: url(../files/icon/Raise.gif);
}
.v2icoDown {
	background-image: url(../files/icon/Fall.gif);
}
.v2icoMod {
	background-image: url(../files/icon/Modify.gif);
}
.v2icoDel {
	background-image: url(../files/icon/Delete.gif);
}
/* Кнопка как ссылка */
.v2asHyperLink {
	height: 18px;
	border: 0;
	padding: 0;
	background: none;
	text-decoration: none;
	display: block;
	color: black;
	text-align: left;
}
.v2asHyperLink:hover {
	cursor: pointer;
  text-decoration: underline;
}
/* Форма кнопок-переходов по страницам таблицы */
.v2pageOfPages button {
	border: 0;
	padding: 0 0 0 4px;
	background: none;
	text-decoration: underline;
	line-height: 25px;
	color: #000;
	font-size: 16px;
}
.v2pageOfPages button:hover {
	cursor: pointer;
}
/* Прочие классы оформления. Пресеты:
		Ошибка для пользователя: "v2Bold v2Red v2blink"
		Подтверждение для пользователя: "v2Bold v2Green v2blink" */
.v2Bold {font-weight: bold;} /* Жирный */
.v2Green {color: green;} /* Зеленый */
.v2Red {color: red;} /* Красный */
	/* Мигающий */
.v2blink { 
	-webkit-animation: v2blink 3s linear infinite; 
	animation: v2blink 3s linear infinite; 
}
@-webkit-keyframes v2blink { /* Настройки мигающего */
	0% { opacity: .1; }
	50% { opacity: 1; }
	100% { opacity: .1; }
}

@keyframes v2blink {  /* Настройки мигающего */
	0% { opacity: .1; }
	50% { opacity: 1; }
	100% { opacity: .1; } 
}

