/*!
 * Start Bootstrap - Small Business HTML Template (http://startbootstrap.com)
 * Code licensed under the Apache License v2.0.
 * For details, see http://www.apache.org/licenses/LICENSE-2.0.
 */
/*
body {
    padding-top: 70px; 
}

.navbar-fixed-top .nav {
    padding: 15px 0;
}

.navbar-fixed-top .navbar-brand {
    padding: 0 15px;
}

footer {
    padding: 30px 0;
}

@media(min-width:768px) {
    body {
        padding-top: 100px;  
    }

    .navbar-fixed-top .navbar-brand {
        padding: 15px 0;
    }
}

footer.navbar-default.navbar-fixed-bottom
 {
      background:gray;
      color:white;
      padding:1em 0;
 }
 footer.navbar-default.navbar-fixed-bottom p
 {
      margin:0;
 }

.custom-search-form{
    margin-top:5px;
}*/


/*bootstrap 3 login form*/

/*.form-signin
{
    max-width: 330px;
    padding: 15px;
    margin: 0 auto;
}
.form-signin .form-signin-heading, .form-signin .checkbox
{
    margin-bottom: 10px;
}
.form-signin .checkbox
{
    font-weight: normal;
}
.form-signin .form-control
{
    position: relative;
    font-size: 16px;
    height: auto;
    padding: 10px;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}
.form-signin .form-control:focus
{
    z-index: 2;
}
.form-signin input[type="text"]
{
    margin-bottom: -1px;
    border-bottom-left-radius: 0;
    border-bottom-right-radius: 0;
}
.form-signin input[type="password"]
{
    margin-bottom: 10px;
    border-top-left-radius: 0;
    border-top-right-radius: 0;
}
.account-wall
{
    margin-top: 20px;
    padding: 40px 0px 20px 0px;
    background-color: #f7f7f7;
    -moz-box-shadow: 0px 2px 2px rgba(0, 0, 0, 0.3);
    -webkit-box-shadow: 0px 2px 2px rgba(0, 0, 0, 0.3);
    box-shadow: 0px 2px 2px rgba(0, 0, 0, 0.3);
}
.login-title
{
    color: #555;
    font-size: 18px;
    font-weight: 400;
    display: block;
}
.profile-img
{
    width: 96px;
    height: 96px;
    margin: 0 auto 10px;
    display: block;
    -moz-border-radius: 50%;
    -webkit-border-radius: 50%;
    border-radius: 50%;
}
.need-help
{
    margin-top: 10px;
}
.new-account
{
    display: block;
    margin-top: 10px;
}
*/

input[type=checkbox] {
  display: none;
}

/* 
- Style each label that is directly after the input
- position: relative; will ensure that any position: absolute children will position themselves in relation to it
*/
input[class=checkbox1] + label {
    background: url(../../images/place/1.png) no-repeat;
}
input[class=checkbox2] + label {
    background: url(../../images/place/2.png) no-repeat;
}
input[class=checkbox3] + label {
    background: url(../../images/place/3.png) no-repeat;
}
input[class=checkbox4] + label {
    background: url(../../images/place/4.png) no-repeat;
}
input[class=checkbox5] + label {
    background: url(../../images/place/5.png) no-repeat;
}
input[class=checkbox6] + label {
    background: url(../../images/place/6.png) no-repeat;
}
input[class=checkbox7] + label {
    background: url(../../images/place/7.png) no-repeat;
}
input[class=checkbox8] + label {
    background: url(../../images/place/8.png) no-repeat;
}
input[class=checkbox9] + label {
    background: url(../../images/place/9.png) no-repeat;
}
input[class=checkbox10] + label {
    background: url(../../images/place/10.png) no-repeat;
}
input[class=checkbox11] + label {
    background: url(../../images/place/11.png) no-repeat;
}
input[class=checkbox12] + label {
    background: url(../../images/place/12.png) no-repeat;
}
input[class=checkbox13] + label {
    background: url(../../images/place/13.png) no-repeat;
}
input[class=checkbox14] + label {
    background: url(../../images/place/14.png) no-repeat;
}
input[class=checkbox15] + label {
    background: url(../../images/place/15.png) no-repeat;
}

input[type=checkbox] + label {
 
  height: 47px;
  width: 43px;
  display: block;

  position: relative;
  transition: all 0.4s;
  border: solid 5px #FFF;
  box-shadow: 0 0 1px #FFF; /* Soften the jagged edge */
}



/* Provide a border when hovered and when the checkbox before it is checked */
input[type=checkbox] + label:hover,
input[type=checkbox]:checked + label {
  border: solid 5px #800000;
  box-shadow: 0 0 1px #800000; /* Soften the jagged edge */
}

/* 
- Create a pseudo element :after when checked and provide a tick
- Center the content
*/
input[type=checkbox]:checked + label:after {
  content: '\2714'; /*content is required, though it can be empty - content: '';*/
  display: block;
  height: 1em;
  width: 1em;
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  margin: auto;
  color: #800000;
}

span
{-moz-border-radius: 15px/50px;
    border-radius: 15px/50px;
border-color:black;
    background-color:black;
color:white;
    padding-left:15px;
    padding-right:15px;
    padding-top:10px;
    padding-bottom:10px;
    font-size:1.3em;
}
