* {
	background-color: #EEEEEE;
	box-sizing: border-box;
}

body {
	margin: 0;
}

.wraper-position {
	margin: 20px auto;
	width: 90%;
	padding: 20px;
}

.wraper-style {
	border: 1px solid black;
	border-radius: 5px;
	box-shadow: 1px 1px 5px;
}

.table-phone {
	margin: 0 auto;
	border-collapse: collapse;
}
.modal {
	display: none;
	position: fixed;
	z-index: 1;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	overflow: auto;
	background-color: rgba(0,0,0,0.8);
}

.modal-content {
	margin: 10% auto;
	padding: 10px 10px;
	border: 1px solid #5a567f;
	border-radius: 5px;
	width: 30%;
	background: #5a567f;
}

.close {
	color: #aaa;
	float: right;
	font-size: 28px;
	font-weight: bold;
	cursor: pointer;
}

.close:hover {
	color: #5a567f;
}

fieldset {
	border-color: #5a567f;
	border-radius: 5px;
	text-align: center;
}		
img {
	width: 100px;
}

fieldset input {
	border: 1px solid #5a567f;
	border-radius: 5px;
	background: #fff;
	padding: 5px;
	margin: 10px;

}

tr,th,td {
	border: 1px solid black;
	text-align: center;
	padding: 2px 5px;
	height: 20px;
}

.table_blur {
  background: #f5ffff;
  border-collapse: collapse;
  text-align: left;
}
.table_blur th, .idTable, #setValue {
  border-top: 1px solid #777777;	
  border-bottom: 1px solid #777777; 
  box-shadow: inset 0 1px 0 #999999, inset 0 -1px 0 #999999;
  background: linear-gradient(#9595b6, #5a567f);
  color: white;
  padding: 10px 15px;
  position: relative;
  font-weight: 300;
}

.table_blur tr:nth-child(odd) {
  background: #ebf3f9;
}
.table_blur th:first-child {
  border-left: 1px solid #777777;	
  border-bottom:  1px solid #777777;
  box-shadow: inset 1px 1px 0 #999999, inset 0 -1px 0 #999999;
}
.table_blur th:last-child {
  border-right: 1px solid #777777;
  border-bottom:  1px solid #777777;
  box-shadow: inset -1px 1px 0 #999999, inset 0 -1px 0 #999999;
}
.table_blur td, .idTable, #setValue {
  border: 1px solid #e3eef7;
  padding: 10px 15px;
  position: relative;
  transition: all 0.5s ease;
}
.table_blur tbody:hover td {
  color: transparent;
  text-shadow: 0 0 3px #a09f9d;
}
.table_blur tbody:hover tr:hover td {
  color: #444444;
  text-shadow: none;
}

.input {
	margin: 20px;
	text-align: center;
}

#setButton {
	display: none;
}

#list table {
    border-collapse: collapse;
}

#list th {
    cursor: pointer;
}

#list td,
#list th {
    width: 150px;
    height: 40px;
    text-align: center;
    border: 2px solid #846868;
}


th.sorted[data-order="-1"]::after {
	content: "▼";
	position: absolute;

}

th.sorted[data-order="1"]::after {
	content: "▲"
}

a.button, .idTable, #setValue {
	border: 1px solid rgba(110,121,128,.8);
  border-top-color: rgba(0,0,0,.3);
  border-radius: 5px;
  background: linear-gradient(#9595b6, #5a567f);
  box-shadow:
   0 -1px rgba(10,21,28,.9) inset,
   0 1px rgba(255,255,255,.5) inset;
}

a.button {
  position: relative;
  display: inline-block;
  width: 6em;
  height: 2.5em;
  line-height: 2.4em;
  vertical-align: middle;
  text-align: center;
  text-decoration: none;
  user-select: none;
  color: white;
  outline: none;
}
a.button:hover, .idTable:hover, #setValue:hover {
  background: linear-gradient(#d2dfea, #71828c);
}
a.button:active {
  line-height: 2.6em;
  background: linear-gradient(#bac6cf, #c5d3de 20%, #71828c);
  box-shadow: 0 -1px rgba(255,255,255,.4) inset;
}
a.button:before {
  content: "";
  position: absolute;
  top: -10px; right: -10px; bottom: -10px; left: -10px;
  z-index: -1;
  border-radius: 8px;
  background: linear-gradient(rgba(200,200,200,.5), rgba(240,240,240,.5));
}