.form-control {
	height: 38px;
	border-color: #aeaeae;
	border-radius: 2px;
}

.input-group-addon {
    background-color: #a3a3a3;
    color: #fff;
    border-color: #aeaeae;
} 

.select2-container--default .select2-selection--single
{
	border-radius: 2px;
}

.select2-container--default .select2-selection--single .select2-selection__arrow b
{
	border-color: #aeaeae transparent transparent transparent;
	border-width: 11px 6px 0 6px;
	margin-left: -5px;
	margin-top: -5px;
}

.select2-container--default.select2-container--open .select2-selection--single .select2-selection__arrow b
{
	border-color: transparent transparent #aeaeae transparent;
	border-width: 0 6px 11px 6px;
}

.select2-container--default .select2-selection--single .select2-selection__arrow
{
	height: 34px;
	width: 25px;
}

.select2-container .select2-selection--single .select2-selection__rendered
{
	padding-right: 25px;
}

.select2-container--default .select2-selection--single
{
	border-color: #aeaeae;
}


.btn-bordered-white {
    border-color: #aeaeae;
    background-color: #fff;
    border-radius: 0;
    color: #8b8b8b;
}

.has-error .btn-bordered-white {
    border-color: #a94442;
}

.numberCircle {
    border-radius: 3px;
    width: 150px;
    height: 150px;
    padding: 2px 6px;

    background: #fff;
    border: 2px solid #F66403;
    color: #F66403;
    text-align: center;
    font-size: 14px;
}
 
.calculator_box{
	border: 1px solid #ddd;padding:20px;min-height: 370px!important;
}


@media only screen and (max-width: 768px) {
  [class*="col-"] {
    width: 100%;
  };
}


