/*!
 * fivemovers v4.0.1
 * Copyright 2025 Five Movers
 * Licensed under ISC
 */

.form-control {
	height: 44px !important;
    margin: 0;
    vertical-align: middle;
    background: #fff;
    border: 1px solid #999;
    font-family: 'Roboto', sans-serif;
    font-size: 16px;
    font-weight: 100;
    line-height: 44px;
    color: #000; border-radius: 4px; box-shadow: none; transition: all .3s;
}

.input-group-addon {
	border: 1px solid #999;
}

textarea, 
textarea.form-control {
	height: 90px;
	padding-top: 8px;
	padding-bottom: 8px;
	line-height: 30px;
}

input[type="text"]:focus, 
input[type="password"]:focus, 
textarea:focus, 
textarea.form-control:focus {
	outline: 0;
	background: #fff;
    border: 1px solid #ccc; box-shadow: none;
}

input[type="text"]:-moz-placeholder, input[type="password"]:-moz-placeholder, 
textarea:-moz-placeholder, textarea.form-control:-moz-placeholder { color: #888; }

input[type="text"]:-ms-input-placeholder, input[type="password"]:-ms-input-placeholder, 
textarea:-ms-input-placeholder, textarea.form-control:-ms-input-placeholder { color: #888; }

input[type="text"]::-webkit-input-placeholder, input[type="password"]::-webkit-input-placeholder, 
textarea::-webkit-input-placeholder, textarea.form-control::-webkit-input-placeholder { color: #888; }

label { font-weight: 600; margin: 0 0 0 0; }


button.btn {
	min-width: 125px;
	height: 45px;
    margin: 0;
    padding: 0 20px;
    vertical-align: middle;
    border: 0;
    font-family: 'Roboto', sans-serif;
    font-size: 18px;
    font-weight: 400;
    line-height: 40px;
    color: #fff; border-radius: 4px;text-shadow: none; box-shadow: none; transition: all .3s;
    border-radius: 5px;
    cursor: pointer;
    box-shadow: 2px 4px 6px rgba(0, 0, 0, 0.2); /* horizontal, vertical, blur, color */
    transition: box-shadow 0.3s ease;
}

button.btn:hover { opacity: 0.6; color: #fff; box-shadow: 4px 6px 12px rgba(0, 0, 0, 0.3); /* stronger shadow on hover */}
button.btn:active { outline: 0; opacity: 0.6; color: #fff; box-shadow: none; }
button.btn:focus,
button.btn:active:focus,
button.btn.active:focus { outline: 0; opacity: 0.6; color: #fff; }

button.btn.btn-next,
button.btn.btn-next:focus,
button.btn.btn-next:active:focus, button.btn.btn-next.active:focus { background: #f35b3f; }

button.btn.btn-submit,
button.btn.btn-submit:focus,
button.btn.btn-submit:active:focus, button.btn.btn-submit.active:focus { background: #f35b3f; }

button.btn.btn-previous,
button.btn.btn-previous:focus,
button.btn.btn-previous:active:focus, button.btn.btn-previous.active:focus { background: #bbb; }

.datepicker table tr td.active:active, 
.datepicker table tr td.active.highlighted:active, 
.datepicker table tr td.active.active, 
.datepicker table tr td.active.highlighted.active {
   background-color: green;
}

.progress.active .progress-bar {
    transition: none !important;
}

.from_zipcode {
	width: 110px;
}
