/* 2018 */
* {
	padding: 0;
	margin: 0;
}
body, input, textarea, button {
	font-family: 'Roboto Condensed', sans-serif;
}
button {
	cursor:pointer;
}
header {
	margin:30px 0;
	text-align: center;
}
input, textarea, button, select {
	padding: 5px;
	border-radius: 5px;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	-khtml-border-radius: 5px;
	border: 1px solid #aaa;
}
#container {
	left: 50%;
	margin-left: -50%;
	position: absolute;
	width: 100%;
}
#content {
	text-align: center;
	padding-top: 40px;
}
.trial-per {
	padding: 10px 0px
}
.trial-per div.in-blk {
    width: 400px;
    margin: 0 auto;
    background-color: white;
    height: 60px;
    border-radius: 7px;
    border: 1px solid #BFDCBD;
    line-height: 60px;
    color: #054405;
}
.trial-per div.in-blk:hover {
	/* background-color: #BFDCBD; */
}
.all-period {
	padding: 10px 16px 10px;
}
.all-period div.in-blk {
	float: left;
    width: 200px;
    margin: 2px 2px;
    background-color: white;
    border-radius: 7px;
    border: 1px solid #BFDCBD;
    color: #054405;
    padding: 15px 0px;
	height: 110px;
}
.all-period div.isel {
    border: 3px solid #90BA24;
	width:196px;
	height: 106px;
}
.ext-but-173 {
    width: 173px;
}
.button-trial .perday-but {
    font-size: 13px;
}
.in-blk .info {
	background-color: #E7E7E7;
    height: 35px;
    line-height: 35px;
    margin-bottom: 15px;
    font-size: 22px;
}
.button-trial {
  background: #A9CA2B;
  background-image: -webkit-linear-gradient(top, #A9CA2B, #8fba24);
  background-image: -moz-linear-gradient(top, #A9CA2B, #8fba24);
  background-image: -ms-linear-gradient(top, #A9CA2B, #8fba24);
  background-image: -o-linear-gradient(top, #A9CA2B, #8fba24);
  background-image: linear-gradient(to bottom, #A9CA2B, #8fba24);
  -webkit-border-radius: 5;
  -moz-border-radius: 5;
  border-radius: 5px;
  text-shadow: 0px -1px 0px #79ac13;
  font-family: 'Roboto Condensed', sans-serif;
  color: #ffffff;
  font-size: 19px;
  padding: 7px 12px 7px 12px;
  border: solid #678816 1px;
  text-decoration: none;
}
.clear {
	clear:both;
	height:0;
}
.button-trial:hover {
  background: #8fba24;
  background-image: -webkit-linear-gradient(top, #8fba24, #8fba24);
  background-image: -moz-linear-gradient(top, #8fba24, #8fba24);
  background-image: -ms-linear-gradient(top, #8fba24, #8fba24);
  background-image: -o-linear-gradient(top, #8fba24, #8fba24);
  background-image: linear-gradient(to bottom, #8fba24, #8fba24);
  text-decoration: none;
}
.type-pay {
    background-color: #EBFBE4;
    border: 1px solid #92AB88;
    background: url(/img/green-bg.png) repeat scroll center center transparent;
}
.type-pay-em {
    background-color: #FBF9E4;
    border: 1px solid #A9AB88;
}
.type-pay-bt {
    background-color: #E4F4FB;
    border: 1px solid #88A0AB;
}
.type-pay, .type-pay-em, .type-pay-bt {
    margin: 0 auto;
	width:650px;
    padding: 10px 0px;
    box-shadow: 0px 2px 6px -2px rgba(0, 0, 0, 0.61);
    -moz-box-shadow: 0px 2px 6px -2px rgba(0, 0, 0, 0.61);
    -webkit-box-shadow: 0px 2px 6px -2px rgba(0, 0, 0, 0.61);
    -khtml-box-shadow: 0px 2px 6px -2px rgba(0, 0, 0, 0.61);
    border-radius: 10px;
    -moz-border-radius: 10px;
    -webkit-border-radius: 10px;
    -khtml-border-radius: 10px;
}
.btn-blue {
	background: #3498db;
	background-image: -webkit-linear-gradient(top, #3498db, #2980b9);
	background-image: -moz-linear-gradient(top, #3498db, #2980b9);
	background-image: -ms-linear-gradient(top, #3498db, #2980b9);
	background-image: -o-linear-gradient(top, #3498db, #2980b9);
	background-image: linear-gradient(to bottom, #3498db, #2980b9);
	-webkit-border-radius: 7;
	-moz-border-radius: 7;
	border-radius: 7px;
	text-shadow: 1px 1px 0px #000000;
	font-family: 'Roboto Condensed', sans-serif;
	color: #ffffff;
	font-size: 17px;
	padding: 5px 20px 5px 20px;
	border: solid #1f628d 1px;
	text-decoration: none;
	cursor:pointer;
}

.btn-blue:hover {
	background: #3cb0fd;
	background-image: -webkit-linear-gradient(top, #3cb0fd, #3498db);
	background-image: -moz-linear-gradient(top, #3cb0fd, #3498db);
	background-image: -ms-linear-gradient(top, #3cb0fd, #3498db);
	background-image: -o-linear-gradient(top, #3cb0fd, #3498db);
	background-image: linear-gradient(to bottom, #3cb0fd, #3498db);
	text-decoration: none;
}
.float-blk {
	width:370px;
	float:left;
	height: 280px;
}
.img-dl {
	border: 1px solid #D8D8D8;
	padding: 10px;
	border-radius: 5px;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	-khtml-border-radius: 5px;
	box-shadow: 0px 4px 13px -3px rgba(2, 5, 22, 0.23);
	-moz-box-shadow: 0px 4px 13px -3px rgba(2, 5, 22, 0.23);
	-webkit-box-shadow: 0px 4px 13px -3px rgba(2, 5, 22, 0.23);
	-khtml-box-shadow: 0px 4px 13px -3px rgba(2, 5, 22, 0.23);
}
.title-dl {
	padding-top: 25px;
	display: block;
	font-size: 25px;
}
.err-feed {
	font-size: 12px;
	color: grey;
	display: block;
	line-height: 15px;
	margin-top: 30px;
}
.err-feed a {
	color: grey;
	text-decoration: none;
	font-weight: bold;
}
.err-feed a:hover {
	color: grey;
	text-decoration: underline;
}
.err-mess-a {
	margin-bottom: 25px;
	margin: 0 0 30px;
}
.err-mess-b {
	/*width: 470px;
	margin-left: 210px;
	text-align: left;*/
	line-height: 25px;
}
.found-f {
	color: green;
	text-decoration: underline;
}
.nfound-f {
	color: red;
	text-decoration: underline;
}
.block-input {
	padding-top: 20px;
}
.block-input label {
	display: block;
	margin-bottom: 5px;
}
.block-input input {
	width: 365px;
}
.block-input span {
	display: block;
	font-size: 11px;
}
.block-input textarea {
	width: 365px;
	height: 225px;
}
.block-input .butt {
	cursor: pointer;
}
.mess-a {
	margin: 30px 0 20px;
	line-height: 30px;
}
.button-limit-a {
	padding:5px;
	width: 280px;
	margin: 0 auto;
	height: 60px;
	line-height: 60px;
	border-radius: 3px;
	-moz-border-radius: 3px;
	-webkit-border-radius: 3px;
	-khtml-border-radius: 3px;
	border: 1px solid green;
	box-shadow: 0px 4px 13px -3px rgba(0, 100, 0, 0.23);
	-moz-box-shadow: 0px 4px 13px -3px rgba(0, 100, 0, 0.23);
	-webkit-box-shadow: 0px 4px 13px -3px rgba(0, 100, 0, 0.23);
	-khtml-box-shadow: 0px 4px 13px -3px rgba(0, 100, 0, 0.23);
}
.button-limit-a:hover {
	background-color: #F3FCF3;
}
.button-limit-b {
	padding:5px;
	width: 280px;
	margin: 15px auto 0;
	height: 60px;
	line-height: 60px;
	border-radius: 3px;
	-moz-border-radius: 3px;
	-webkit-border-radius: 3px;
	-khtml-border-radius: 3px;
	border: 1px solid #801200;
	box-shadow: 0px 4px 13px -3px rgba(100, 45, 0, 0.23);
	-moz-box-shadow: 0px 4px 13px -3px rgba(100, 45, 0, 0.23);
	-webkit-box-shadow: 0px 4px 13px -3px rgba(100, 45, 0, 0.23);
	-khtml-box-shadow: 0px 4px 13px -3px rgba(100, 45, 0, 0.23);
}
.button-limit-b:hover {
	background-color: #FCF6F3;
}
.button-limit-b span.strt, .button-limit-b a.strt{
	color: #801200;
	text-decoration: none;
	cursor: pointer;
	display: block;
}

.save-file {
	padding:5px;
	width: 280px;
	margin: 0 auto;
	height: 60px;
	line-height: 60px;
	border-radius: 3px;
	-moz-border-radius: 3px;
	-webkit-border-radius: 3px;
	-khtml-border-radius: 3px;
	border: 1px solid green;
	box-shadow: 0px 4px 13px -3px rgba(0, 100, 0, 0.23);
	-moz-box-shadow: 0px 4px 13px -3px rgba(0, 100, 0, 0.23);
	-webkit-box-shadow: 0px 4px 13px -3px rgba(0, 100, 0, 0.23);
	-khtml-box-shadow: 0px 4px 13px -3px rgba(0, 100, 0, 0.23);
}
.save-file:hover {
	background-color: #F3FCF3;
}
.save-file span.strt, .save-file a.strt{
	color: green;
	text-decoration: none;
	cursor: pointer;
	display: block;
}
.save-file span.strt:hover, .save-file a.strt:hover {
	text-decoration: none;
}
.text-file {
	margin: 0 0 30px;
}
#p-wait {

}
.load-c {
    height: 20px;
    width: 230px;
    margin: 7px auto 0 auto;
}
.load-in {
    display: block;
    border: 1px solid rgb(135, 201, 135);
    height: 23px;
    width: 0px;
    border-radius: 3px;
	-moz-border-radius: 3px;
	-webkit-border-radius: 3px;
	-khtml-border-radius: 3px;
    background-color: rgb(225, 253, 225);
	line-height: 23px;
}
#work-in {
	width: 100%;
	background-color: #fff;
}
.dop-info {
	line-height: 15px;
	font-size: 11px;
	height: 30px;
	padding: 0;
	margin-top: -5px;
}