body {
  	padding-bottom: 20px;
  	-webkit-font-smoothing: antialiased;
  	-webkit-overflow-scrolling: touch;
}

input[type=text], input[type=password], textarea {
  	-webkit-appearance: none;
  	-moz-appearance: none;
  	appearance: none;
}

a {
   	-moz-transition: all 0.2s linear;
   	-webkit-transition: all 0.2s linear;
   	-o-transition: all 0.2s linear;
   	transition: all 0.2s linear;
}

.mandatory {
    color: #b94a48;
    margin-left: 2px;
}

.modal-backdrop.in {
    opacity: 0.8 !important;
}

.modal-backdrop {
    background-color: #fff !important;
    opacity: 0.8 !important;
}

.alert h3 {
	margin: 0;
}

.alert hr {
	margin-top: 10px;
	margin-bottom: 10px;
}

.alert span {
	margin-right: 10px;
}

.help-block-info {
    color: #597ea2;
    display: block;
    margin-bottom: 10px;
    margin-top: 5px;
}

.alert-danger {
    background-color: #fdf5f5;
    border-color: #eed3d7;
    color: #923e3c;
}

.alert {
    border-radius: 2px;
    font-weight: 600;
    padding: 13px 14px 14px;
    margin-bottom: 30px;
}

.alert-danger hr {
    border-top-color: #eed3d7;
}

.alert hr {
    margin: 12px -14px;
}

.padding {
	padding: 20px;
}

.no-padding {
	padding: 0;
}

.table {
	margin-bottom: 0;
}

.clickable {
	cursor: pointer;
}

#step3 h3 {
	margin-top: 0;
}

.alert {
	margin-bottom: 0;
}

select {
  	-webkit-appearance: none;
  	-moz-appearance: none;
  	appearance: none;
  	background: rgba(255, 255, 255, 1) url("select.png") no-repeat scroll 98% 50% !important;
}

::-ms-expand {
  	display: none;
}

select {
	text-overflow: '';
  	text-indent: 0.01px;
}

.form-control-small {
	height: 30px;
	padding: 1px 1px;
}


@media(max-width:480px){}
@media(max-width:567px){
	#options .text-center {
		text-align: left;
}
	}
@media(max-width:768px){}
@media(max-width:767px){}
@media(min-width:768px){}
@media(min-width:992px){}
@media(min-width:1200px){}
@media(max-width: 992px){}