

hr {
    margin-top: 50px;	
    -moz-box-sizing: content-box;
    box-sizing: content-box;
    height: 0;
    margin: 15px 0;
    border: 0;
    border-top: 1px solid #ddd;
}


/** Bootstrap Button Group **/

.btn-group {
	width: 100%;
    position: relative;
    display: inline-block;
    vertical-align: middle;
}

.btn-group > .btn:first-child:not(:last-child) {
    border-top-right-radius: 0;
    border-bottom-right-radius: 0;
}

.btn-group > .btn:last-child:not(:first-child) {
    border-top-left-radius: 0;
    border-bottom-left-radius: 0;
}

.btn-group > .btn:first-child {
    margin-left: 0;
}

.btn-group > .btn, .btn-group-vertical > .btn {
    position: relative;
    float: left;
}

.btn-default {
	float: left;
    background-color: #fff !important;
    display: -moz-inline-stack;
    display: inline-block;
    color: #626262 !important;	
	/* CSS3 hack so border included in button width calculation */
	box-sizing:border-box;	
	border: 2px solid #BDC3C7 !important;	
	width: 50% !important;	
}


.btn-group-3 .btn-default {
	width: 33% !important;
}

.btn-group-4 .btn-default {
	width: 25% !important;
}

.btn:hover, .btn:focus, .btn.focus {
    color: #1abdc8 !important;
    background-color: #fff !important;
    border-color: #1abdc8 !important;
}

.btn-default:active, .btn-default.active {
    color: #0aa1ca !important;	
    background-color: #fff !important;	
    border-color: #0aa1ca !important;
    background-image: none;
    outline: 0;
}	


.btn {
    display: inline-block;
    padding: 12px 24px;
    margin-bottom: 0;
    font-size: 17px;
	font-weight: 700;
    line-height: 20px;
    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;
}
.btn-group .btn + .btn, .btn-group .btn + .btn-group, .btn-group .btn-group + .btn, .btn-group .btn-group + .btn-group {
    margin-left: -1px;
}
.btn-group > .btn:hover, .btn-group-vertical > .btn:hover, .btn-group > .btn:focus, .btn-group-vertical > .btn:focus, .btn-group > .btn:active, .btn-group-vertical > .btn:active, .btn-group > .btn.active, .btn-group-vertical > .btn.active {
    z-index: 2;
}

.btn-group > .btn:not(:first-child):not(:last-child):not(.dropdown-toggle) {
    border-radius: 0;
}
btn-group > .btn, .btn-group-vertical > .btn {
    position: relative;
    float: left;
}
[data-toggle="buttons"] > .btn input[type="radio"], [data-toggle="buttons"] > .btn-group > .btn input[type="radio"], [data-toggle="buttons"] > .btn input[type="checkbox"], [data-toggle="buttons"] > .btn-group > .btn input[type="checkbox"] {
    position: absolute;
    clip: rect(0, 0, 0, 0);
    pointer-events: none;
}

[data-toggle="buttons"] > .btn input[type="radio"], [data-toggle="buttons"] > .btn-group > .btn input[type="radio"], [data-toggle="buttons"] > .btn input[type="checkbox"], [data-toggle="buttons"] > .btn-group > .btn input[type="checkbox"] {
    position: absolute;
    clip: rect(0, 0, 0, 0);
    pointer-events: none;
}
input[type="radio"], input[type="checkbox"] {
    margin: 4px 0 0;
    margin-top: 1px \9;
    line-height: normal;
}

/** Custom Form Helpers **/

.btn-group-large-3 {
	width: 375px;		
}

.btn-large {
	height: 125px;
	padding-top: 20px;	
}

.btn-xlarge {
	height: 200px;
	padding-top: 20px;	
}

.btn-two-line {
	padding-top: 12px;
}


.large-icon {
	height: 60px !important;
	display: inline-block;
	margin-top: 0 !important;
}

.small-icon {
	height: 30px !important;
	display: inline-block;
	margin-top: 20px !important;
}

.btn div{
	padding-top: 10px;
	width: 85px;
	line-height: 16px;
	white-space: normal;
}


.smart-forms h2 {
	display: block;
	margin-bottom: 5px;
}

.smart-forms em {
	display: block;
	margin-bottom: 20px;
}


#form-sidebar .quote-table {
	width: 100%;
	border-spacing: 0;
	border-collapse: collapse;
}

#form-sidebar .quote-table td {
	padding-left: 20px;
	font-weight: bold;
}

#form-sidebar .heading {
	font-size: 32px;
}

#form-sidebar .sub-heading {
	font-size: 22px;	
}

#form-sidebar  .phone {
	font-size: 36px;		
	margin-top: 10px;
	color: #303F9F;
	margin-bottom: 0;
}

.smart-forms hr {
	margin-top: 50px;	
}

#form-control {
	padding: 20px 0;
}

#form-control .md-btn { 
	background-color: #303F9F;
}



/** New Custom **/

.smart-forms .select, .smart-forms .gui-input, .smart-forms .gui-textarea, .smart-forms .select > select, .smart-forms .select-multiple select {
width: 250px !important;
}

.smart-forms .switch-light{
font-size: 16px;
width: 250px !important;
}


/** Validation Styles **/

em.state-error {
    display: block!important;
    margin-top: 6px;
    padding: 0 3px;
    font-family: Arial, Helvetica, sans-serif;
    font-style: normal;
    line-height: normal;
    color: #CC0000;
    font-size: 0.85em;
}

div.state-error .btn {
    background: #FEEFE9 !important;
    border-color: #E46B66 !important;
}
