body {
  padding-top: 40px;
  padding-bottom: 40px;
  background-color: #eee;
}

.form-control {
    display: block;
    width: 100%;
    height: 34px;
    padding: 6px 12px;
    font-size: 14px;
    line-height: 1.42857143;
    color: #555;
    background-color: #fff;
    background-image: none;
    border: 1px solid #ccc;
    border-radius: 4px;
    -webkit-box-shadow: inset 0 1px 1px rgba(0,0,0,.075);
    box-shadow: inset 0 1px 1px rgba(0,0,0,.075);
    -webkit-transition: border-color ease-in-out .15s,-webkit-box-shadow ease-in-out .15s;
    -o-transition: border-color ease-in-out .15s,box-shadow ease-in-out .15s;
    transition: border-color ease-in-out .15s,box-shadow ease-in-out .15s;
}

.sr-only {
    display: block;
    padding: 0;
    margin: -1px;
    overflow: hidden;
    clip: rect(0,0,0,0);
    border: 0;
    margin:10px;
    color:#716262;
}

.form-signin {
  max-width: 330px;
  padding: 15px;
  margin: 0 auto;
}
.form-shop {
  padding: 15px;
}
.form-signin .form-signin-heading,
.form-signin .checkbox {
  margin-bottom: 10px;
}
.shop-heading {
	margin-left:20px;
}
.form-signin .checkbox {
  font-weight: normal;
}
.form-signin .form-control {
  position: relative;
  height: auto;
  -webkit-box-sizing: border-box;
     -moz-box-sizing: border-box;
          box-sizing: border-box;
  padding: 10px;
  font-size: 16px;
  margin-top:10px;
}
.form-signin .form-control:focus {
  z-index: 2;
}
.form-signin input[type="text"] {
  margin-bottom: -1px;
  border-bottom-right-radius: 0;
  border-bottom-left-radius: 0;
  background-color: #ffffff;
}
.form-signin input[type="password"] {
  margin-bottom: 10px;
  border-top-left-radius: 0;
  border-top-right-radius: 0;
  background-color: #ffffff;
}


.pd15 {
	padding:15px;
}

.loginBox {
	float: right;
    height: 300px;
    margin-right: 250px;
    margin-top: 80px;
    background: #fff;
    box-shadow: #424040 1px 1px 10px;
    border: 1px solid #d5d5d5;
    padding:10px;
}

.login-header {
	border-bottom: 1px solid #E5E5E5;
	padding:5px;
}

.login-header span {
	font-size:17px;
	padding-left:20px;
}

.btn-block {
    display: block;
    width: 100%;
}

.btn-group-lg>.btn, .btn-lg {
    padding: 10px 16px;
    font-size: 18px;
    line-height: 1.3333333;
    border-radius: 6px;
}
.btn-primary {
    color: #fff;
    background-color: #337ab7;
    border-color: #2e6da4;
}
.btn {
    display: inline-block;
    padding: 6px 12px;
    margin-top:10px;
    margin-bottom: 0;
    font-size: 14px;
    font-weight: 400;
    line-height: 1.42857143;
    text-align: center;
    white-space: nowrap;
    vertical-align: middle;
    -ms-touch-action: manipulation;
    touch-action: manipulation;
    cursor: pointer;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    background-image: none;
    border: 1px solid transparent;
    border-radius: 4px;
}

.select {
	width:28%;
	height:120px;
	border: 1px solid transparent;
	background-color:#ffffff;
	float:left;
	margin-right:20px;
	margin-bottom:25px;
}

.select-last {
	width:28%;
	height:120px;
	border: 1px solid transparent;
	background-color:#ffffff;
	float:left;
	margin-bottom:25px;
}

.selected {
	border: 1px solid #8080ff;
}

.give {
	width:50%;
	height:50%;
	margin: 0;
    padding: 0;
    float: left;
}

.diamonds_6 {
	background-image:url(../images/diamonds_6.png);
	background-size:contain;
	background-repeat: no-repeat;
}

.diamonds_18 {
	background-image:url(../images/diamonds_18.png);
	background-size:contain;
	background-repeat: no-repeat;
}

.diamonds_30 {
	background-image:url(../images/diamonds_30.png);
	background-size:contain;
	background-repeat: no-repeat;
}

.diamonds_64 {
	background-image:url(../images/diamonds_64.png);
	background-size:contain;
	background-repeat: no-repeat;
}

.diamonds_128 {
	background-image:url(../images/diamonds_128.png);
	background-size:contain;
	background-repeat: no-repeat;
}

.diamonds_328 {
	background-image:url(../images/diamonds_328.png);
	background-size:contain;
	background-repeat: no-repeat;
}

.give_6 {
	background:url(../images/give_6.png) no-repeat;
	background-size:contain;
}

.give_18 {
	background:url(../images/give_18.png) no-repeat;
	background-size:contain;
}

.give_30 {
	background:url(../images/give_30.png) no-repeat;
	background-size:contain;
}

.give_64 {
	background:url(../images/give_64.png) no-repeat;
	background-size:contain;
}

.give_128 {
	background:url(../images/give_128.png) no-repeat;
	background-size:contain;
}

.give_328 {
	background:url(../images/give_328.png) no-repeat;
	background-size:contain;
}

.price {
	display:block;	
	color:red;
	text-align:center;
	margin-top:100px;
}

.count{
	display: block;
    position: relative;
    float: right;
    font-size:10px;
}

.footer{
	margin-top:50px;
	margin-left:100px;
}

.btn.disabled{cursor:not-allowed;background-image:none;opacity:.65;filter:alpha(opacity=65);box-shadow:none; pointer-events:none}
