@import url(http://fonts.googleapis.com/css?family=Tenor+Sans);
body {
	background-color: #5D92BA;
	font-family: "Tenor Sans", sans-serif;
	background: url(/pics/arxafon.jpeg);
	padding-top: 20px;
}

.container {
  width: 500px;
  margin: 0 auto;
}

#container {
  width: 80%;
  margin: 0 auto;
}

#pearl {
  width: 1000px;
  height: 600px;
  margin: 0 auto;
}

.login {
  margin-top: 50px;
	margin-bottom: 50px;
  width: 450px;
}

.pearl {
  width: 495px;
  float:left;
  margin-right: 5px;
}

.pearlleft {
  width: 495px;
  float:left;
  margin-right: 5px;
}
.pearllright {
  width: 495px;
  float:left;
  margin-left: 5px;
}

#login {
  margin-top: 50px;
  width: 100%;
	margin-right: auto;
	margin-left: auto;
}

.login-heading {
	text-align: center;
	color: white;
	font-family: "Times New Roman";
	font-size: 42pt;
	padding: 6px;
}

.input-txt {
  width: 100%;
  padding: 12px 10px;
  background: #F5F7EE;
  border-radius: 10px;
  font-size: 1em;
  color: #4478a0;
  border-bottom: 1px dotted rgba(250, 250, 250, 0.4);
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  -moz-transition: background-color 0.5s ease-in-out;
  -o-transition: background-color 0.5s ease-in-out;
  -webkit-transition: background-color 0.5s ease-in-out;
  transition: background-color 0.5s ease-in-out;
}
.input-txt:-moz-placeholder {
  color: #81aac9;
}
.input-txt:-ms-input-placeholder {
  color: #81aac9;
}
.input-txt::-webkit-input-placeholder {
  color: #81aac9;
}
.input-txt:focus {
  background-color: #F5F7EE;
}

.login-footer {
  margin: 10px 0;
  overlow: hidden;
  float: left;
  width: 100%;
}

.btn {
	font-size: 1.2em;
  padding: 10px 16px;
  border-radius: 8px;
  background: white;
  color: #5D92BA;
}

.btn--right {
  float: right;
}


.btn--idp {
	font-size: 16px;
	padding: 4px 6px;
	border: none;
	background: white;
	color: #5D92BA;
	text-decoration: none;
	font-family: "Times New Roman";
}

.a:hover{
	background: #4478a0;
	color: white;
	font-family: "Times New Roman";
}

.menu{
	font-family: "Times New Roman";
	font-size: 14px;
	font-style: italic;
	width: 816px;
	height: 50px;
	margin-top: 0;
	margin-right: auto;
	margin-bottom: 0;
	margin-left: auto;
	padding-top: 4px;
}
.menu ul {
	margin: 0px;
	padding: 0px;

}
.menu ul li {
	list-style-type: none;
	float: left;
	padding: 0px;
	margin-left: 16px;
	margin-top: 10px;
	height: 30px;
}
.menu ul li a {
	display: block;
	width: 120px;
	height: 30px;
	font-size:20px;
	text-align: center;
	text-decoration: none;
	border-radius: 6px;
	background: white;
	color: #5D92BA;
	vertical-align: sub;
	padding-top: 6px;
}

.menu ul li a:hover {
	display: block;
	width: 120px;
	height: 30px;
	text-align: center;
	text-decoration: none;
	border-radius: 6px;
	background: #FFF;
	color: #06F;
	padding-top: 6px;
}

table{
	width: 100%;
	border-collapse: collapse;
	background-color: #E0F5F3;
	border: 1px solid #06F;
}

th, td {
	text-align: left;
	padding: 8px;
	border-top-width: 1px;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-right-style: solid;
	border-left-style: solid;
	border-top-color: #06F;
	border-right-color: #06F;
	border-bottom-color: #06F;
	border-left-color: #06F;
}

tr:nth-child(even){background-color: #f2f2f2}

th {
	background-color: #009;
	color: white;
}

.table{
	background-color: #009;
	width: 100%;
	border: 0px;
}
.table tr {
	background-color: #4478a0;
	color: #FFF;
	font-size: 18px;
	font-family: "Times New Roman";
	font-weight: bold;
}

#menu{
	font-family: "Times New Roman";
	font-size: 14px;
	font-style: italic;
	width: 600px;
	height: 50px;
	margin-top: 0;
	margin-right: auto;
	margin-bottom: 0;
	margin-left: auto;
	padding-top: 4px;
}
#menu ul {
	margin: 0px;
	padding: 0px;

}
#menu ul li {
	list-style-type: none;
	float: left;
	padding: 0px;
	margin-left: 16px;
	margin-top: 10px;
	height: 30px;
}
#menu ul li a {
	display: block;
	width: 100px;
	height: 30px;
	font-size:20px;
	text-align: center;
	text-decoration: none;
	border-radius: 6px;
	background: white;
	color: #5D92BA;
	vertical-align: sub;
	padding-top: 6px;
}

#menu ul li a:hover {
	display: block;
	width: 100px;
	height: 30px;
	text-align: center;
	text-decoration: none;
	border-radius: 6px;
	background: #FFF;
	color: #06F;
	padding-top: 6px;
}

#input{
	width: 85%;
}

#str{
	font-family: "Times New Roman";
	font-size: 16pt;
	color: #FFF;
	margin: 10px;
	padding: 10px;
}

.find{
	height: 75px;
	padding-top: 10px;
	padding-right: 20px;
	padding-bottom: 10px;
	padding-left: 20px;
	
}

.detail{
	margin: 4px;
	padding: 4px;
	height: 25px;
	font-family: "Times New Roman";
	font-size: 16pt;
	font-weight: bold;
	color: #FFF;
	text-align: center;
	
}

#table {
	background:none;
	border:none;
}

#tr {
	border:none;
	text-align:end;
}

#td {
	border:none;
}

.input-code {
  width: 100%;
  padding: 2px;
  background: #F5F7EE;
  border-radius: 10px;
  font-size: 1em;
  color: #4478a0;
  border-bottom: 1px dotted rgba(250, 250, 250, 0.4);
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  -moz-transition: background-color 0.5s ease-in-out;
  -o-transition: background-color 0.5s ease-in-out;
  -webkit-transition: background-color 0.5s ease-in-out;
  transition: background-color 0.5s ease-in-out;
}

.input-code:-moz-placeholder {
  color: #81aac9;
}
.input-code:-ms-input-placeholder {
  color: #81aac9;
}
.input-code::-webkit-input-placeholder {
  color: #81aac9;
}
.input-code:focus {
  background-color: #F5F7EE;
}

.btn1 {
	font-size: 1.2em;
  padding: 2px;
  border-radius: 8px;
  background: white;
  color: #5D92BA;
}

.btn--right1 {
  float: right;
}

.sum {
	margin-right: 0px;
	margin-left:200px;
	width: 150px;
	padding-right: 0px;
}

.input-quant {
  width: 20px;
  padding: 2px;
  background: #F5F7EE;
  border-radius: 10px;
  font-size: 1em;
  color: #4478a0;
  border-bottom: 1px dotted rgba(250, 250, 250, 0.4);
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  -moz-transition: background-color 0.5s ease-in-out;
  -o-transition: background-color 0.5s ease-in-out;
  -webkit-transition: background-color 0.5s ease-in-out;
  transition: background-color 0.5s ease-in-out;
}

.input-quant:-moz-placeholder {
  color: #81aac9;
}
.input-quant:-ms-input-placeholder {
  color: #81aac9;
}
.input-quant::-webkit-input-placeholder {
  color: #81aac9;
}
.input-quant:focus {
  background-color: #F5F7EE;
}

.prl{
	width: 100%;
	border:none;
}

#th{
	border-bottom: 1px solid #06F;
	text-align:center;
}.dtl {
	display: block;
	width: 100%;
	margin: 0px;
	padding: 0px;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
	list-style-type: none;
	text-decoration: none;
	background: #4478a0;
	color: white;
	font-family: "Times New Roman";
	height: 100%;
}

.dtxt{
	text-align:right;
	font-size: 1.2em;
  border-radius: 8px;
  background: white;
  color: #5D92BA;
}

.listcl{
	background-color: #4478a0;
	color: #FFF;
	font-size: 18px;
	font-family: "Times New Roman";
	font-weight: bold;
}

#edit{
	background-image:url(../pics/edit.png);
	width:20px;
	height:20px;
	background-size:16px;
}

#delete{
	background-image:url(../pics/delete.png);
	width:20px;
	height:20px;
	background-size:16px;
}
.master a{
	text-decoration:none;color:#000;font-size:20px
	}
.master a:visited{
	text-decoration:none;color:#000;font-size:20px
	}
.icn{
	color:#000;font-size:20px
	}
.crsr{
	cursor:pointer;
	}