@font-face {
font-family: 'PF DinDisplay Pro';
src: url('/design/font/pfdindisplaypro-reg.eot');
src: local('PF DinDisplay Pro'),
url('/design/font/pfdindisplaypro-reg?#iefix') format('embedded-opentype'),
url('/design/font/pfdindisplaypro-reg.woff2') format('woff2'),
url('/design/font/pfdindisplaypro-reg.woff') format('woff'),
url('/design/font/pfdindisplaypro-reg.ttf') format('truetype');
font-weight: 600;
font-style: normal;
}
@font-face {
font-family: 'PF DinDisplay Pro';
src: url('/design/font/pfdindisplaypro-bold.eot');
src: local('PF DinDisplay Pro'),
url('/design/font/pfdindisplaypro-bold.eot?#iefix') format('embedded-opentype'),
url('/design/font/pfdindisplaypro-bold.woff2') format('woff2'),
url('/design/font/pfdindisplaypro-bold.woff') format('woff'),
url('/design/font/pfdindisplaypro-bold.ttf') format('truetype');
font-weight: bold;
font-style: normal;
}
*{
margin:0;
padding:0;
font-family: 'PF DinDisplay Pro', sans-serif;;
-webkit-box-sizing: border-box;
-moz-box-sizing: border-box;
box-sizing: border-box;
}
body {
background: #f5f5f5;
margin: auto;
max-width: 350px;
font-family: 'PF DinDisplay Pro', sans-serif;;
color: #959a9d;
box-shadow:rgba(0,0,0,0.3) 0 2px 6px;
font-size: 16px;
}
a {
color: #000 ;
text-decoration: none;
}
a:hover {
color: #2c2c2c;
text-decoration: none;
}
.box {
box-shadow:rgba(0,0,0,0.3) 0 2px 5px;
}
.menu_l {
padding: 0 0 10px 0;
margin: 5px;
}
.logo {
background-color: #f5f5f5;
height: 73px;
margin-bottom: 5px;
text-align: center;
}
.title {
background-color: #EEEEEE;
padding: 10px 20px;
border-radius: 5px 5px 0 0;
border-bottom: 1px solid #DBDBDB;
border-left: 1px solid #e5e5e5;
border-right: 1px solid #e5e5e5;
border-top: 1px solid #e5e5e5;
font-size: 15px;
margin-top:10px;
color: #ff0017;
}
.poku {
font-size: 15px;
display: block;
text-align: center;
margin: -12px auto 10px auto;
background-color: #d9d7d7;
width: 50%;
border-radius: 0px 0px 8px 8px;
}
.onas {
border: 1px solid #e5e5e5;
background-color: #eee;
padding: 12px 10px;
margin-bottom: 15px;
border-radius: 5px;
margin: 5px;
color: #0c2121;
}
.link {
background: #f7f7f7;
padding: 8px 10px;
border-left: 1px solid #e5e5e5;
border-right: 1px solid #e5e5e5;
border-bottom: 1px solid #e5e5e5;
display: block;
}
.link:hover, .link:focus {
background: #fafafa;
text-decoration: none;
color: #6a6a6a;
}
.link2 {
background: #f7f7f7;
padding: 12px 10px;
border-left: 1px solid #e5e5e5;
border-right: 1px solid #e5e5e5;
border-bottom: 1px solid #e5e5e5;
border-radius: 0 0 5px 5px;
display: block;
}
.link2:hover, .link2:focus {
color: #6a6a6a;
background: #fafafa;
text-decoration: none;
}
.foot {
background-color: #E5E5E5;
text-align: center;
border-bottom: 3px solid #dbdbdb;
}
.info {
margin-bottom: 6px;
text-align: center;
padding: 10px;
}
.bbottom {
border-bottom: 1px solid #aab7b7;
margin-bottom: 3px;
display: block;
}
.paytable {
margin: 10px auto;
border: 1px solid #aab7b7;
padding: 10px;
width: 90%;
text-align: center;
border-collapse: collapse;
}
.payimg {
width: 100px;
display: block;
margin: 0 auto;
padding: 10px;
}
.chet {
color: #56595e;
border-top: 1px solid #DADADA;
border-bottom: 1px solid #fff;
padding: 2px 10px;
background: #ebebeb;
float: right;
margin-right: 4px;
border-radius: 3px;
margin-top: -2px;
font-size: 12px;
font-weight: bold;
font-style: normal;
}
#result {
margin: 5px auto;
display: block;
text-align: center;
font-size: 15px;
color: black;
background-color: #d9d7d7;
padding: 5px;
width: 50%;
}
.error {
text-align: center;
background-color: red;
padding: 5px;
border-radius: 8px;
color: white;
font-weight: bold;
margin-bottom: 10px;
}
.button {
background-color: #f98100;
text-decoration: none;
text-align: center;
font-weight: bold;
padding: 4px 8px;
border-radius: 8px;
margin: 5px auto;
color: #551e1e;
border: none;
}
.button:hover {
background-color: #F00;
transition: all linear 300ms;
}
tr, th {
font-weight: normal;
}
input, select {
background: #FFF;
padding: 7px;
border: 1px solid #bfb3b3;
margin: 3px 1px;
box-shadow: 0px 0px 10px #7b737345 inset;
border-radius: 8px;
}
textarea {
background-color: #F5F5F5;
border-radius: 15px;
margin: 5px;
border: 1px solid #CFCFCF;
border-radius: 3px;
font-family: serif;
width: 100%;
height: 80px;
}