.input-label {

	padding: 6px 12px;
	font-size: 14px;
	font-weight: 400;
	line-height: 1;
	color: #555;
	text-align: center;
	background-color: #eee;
	border: 1px solid #ccc;
	border-radius: 4px;

}

.input-small {

	display: block;
	width: 100%;
	height: 40px;
	padding: 6px 12px;
	font-size: 14px;
	line-height: 1.42857143;
	line-height: 14px;
	color: #555;
	background-color: #fff;
	background-image: none;
	border: 1px solid #ccc;
	border-radius: 5px;
	-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;
	box-sizing: border-box;
	box-shadow: none;
	outline: 0;

}

.input-large {

	border: none; 
	padding: 3px; 
	height: 40px;
	font-size: 24px; 
	width: 100%; 
	overflow: hidden; 
	resize: none;
	outline: 0;
	font-family: 'roboto';
	font-weight: 300;
	border-bottom: 1px solid #ececec;

}

.input-md {


}

.input-lg {


}

/* Custom input highlight */

.center {
  margin: 0 auto;
  width: 100%;
  overflow: auto;
}

.center p {

  margin: 0;

}

.center input[type="checkbox"] {
  position: relative;
  display: inline-block;
  float:left;
  min-height: 60px;
  width: 60px;
  height: 60px;
  background: #ebebeb;
  -webkit-appearance: none;
  -moz-appearance: none;
  -o-appearance: none;
  appearance: none;
  background: url(https://cdn1.iconfinder.com/data/icons/vehicles-roads-road-symbols/32/car-128.png);
  background-size: 100%;
  cursor: pointer;
  overflow: hidden;
  margin-bottom: 6px;
}

.center input[type="checkbox"]:after { 
  content: ''; 
  font-size: 2em;
  text-align: center;
  line-height: 60px;
  color: #FFF;
  position: absolute;
  margin: auto auto;
  left: 0; right: 0; bottom: 0; top: 0;
  width: 100%;
  height: 100%;
  background-image: none;
  background-repeat: no-repeat;
  background-position: center;
background: none;
  -webkit-transition: all 0.3s ease-out;
  -moz-transition: all 0.3s ease-out;
  -ms-transition: all 0.3s ease-out;
  -o-transition: all 0.3s ease-out;
  transition: all 0.3s ease-out;
  display: table-cell;
  vertical-align: center;
 }

.center input[type="checkbox"]:before { 
  position: absolute;
  margin: auto auto;
  left: 0; right: 0; bottom: 0; top: 0;
  content: '';
  display: block; 
  height: 100%;
  width: 100%;
  
  border-radius: 50%;
  background: none;
  -webkit-transition: all 0.1s ease-in;
  -moz-transition: all 0.1s ease-in;
  -ms-transition: all 0.1s ease-in;
  -o-transition: all 0.1s ease-in;
  transition: all 0.1s ease-in;
}

.center input[type="checkbox"]:hover:before {
  height: 100%;
  width: 100%;
}

.center input[type="checkbox"]:checked:before {
  height: 100%;
  width: 100%;
  background: rgba(47,172,237,0.4);
  border: none;
  border-radius: 5px;
  border: 2px solid #2faced;
  box-sizing: border-box;
}

.center input[type="checkbox"]:focus {
  outline: none;
}

.center input[type="checkbox"].a {   background: url(https://cdn1.iconfinder.com/data/icons/vehicles-roads-road-symbols/32/car-128.png) no-repeat center;
  background-size: 40px;
 } 
.center input[type="checkbox"].b {   background: url(https://cdn2.iconfinder.com/data/icons/oxygen/48x48/actions/tool2.png) no-repeat center;
   background-size: 40px;
 }
.center input[type="checkbox"].c {   background: url(https://cdn1.iconfinder.com/data/icons/realistiK-new/128x128/devices/memory.png) no-repeat center;
   background-size: 40px;
 }

 .center input[type="checkbox"].d {   background: url(https://cdn1.iconfinder.com/data/icons/food-drink-5/32/fast-food-128.png) no-repeat center;
   background-size: 40px;
 }

 .center input[type="checkbox"].e {   background: url(https://cdn0.iconfinder.com/data/icons/daily-boxes/150/tools-box-128.png) no-repeat center;
   background-size: 40px;
 }

 .center input[type="checkbox"].f {   background: url(https://cdn4.iconfinder.com/data/icons/iconsimple-babycare-education/512/baby_shirt-128.png) no-repeat center;
   background-size: 80%;
 }

.center input[type="checkbox"]:checked:after { content: '✓'; } 

.interest-label {

  font-size: 10px;
  text-align: center;
  border-radius: 15px;
  background: #2faced;
  color: white;

}

/* Interest Icons */

.center input.friends{

background: url(https://cdn3.iconfinder.com/data/icons/systematrix/MSN.png) no-repeat center;
   background-size: 80%;

}

.center input.dance{

background: url(https://cdn1.iconfinder.com/data/icons/birthday-and-party/137/Party-10-128.png) no-repeat center;
   background-size: 80%;

}

.center input.guitar{

background: url(https://cdn2.iconfinder.com/data/icons/HYDROPRO/HP-GarageBand-Dock-512.png) no-repeat center;
   background-size: 80%;

}

.fileinput-button {
position: relative;
overflow: hidden;
}
.btn-sm, .btn-xs {
padding: 5px 10px;
font-size: 12px;
line-height: 1.5;
border-radius: 3px;
}
.btn-success {
color: #fff;
background-color: #5cb85c;
border-color: #4cae4c;
}
.btn {
display: inline-block;
padding: 6px 12px;
margin-bottom: 0;

line-height: 1.428571429;
text-align: center;
white-space: nowrap;
vertical-align: middle;
cursor: pointer;
border: 1px solid transparent;
border-radius: 4px;
-webkit-user-select: none;
-moz-user-select: none;
-ms-user-select: none;
-o-user-select: none;
user-select: none;
}


.fileinput-button input {
  position: absolute;
  top: 0;
  right: 0;
  margin: 0;
  opacity: 0;
  filter: alpha(opacity=0);
  transform: translate(-300px, 0) scale(4);
  font-size: 23px;
  direction: ltr;
  cursor: pointer;
}