/**
 * @author Rob Johnson - rob@airebeam.net
 * @revised by Steve Fry - steve@ir3w.com, 05/19/21
 * @version 1.0.2
 * @copyright (c)2020, FIF AireBeam, LLC c/b/a AireBeam
 */

body {
	font-family: 'Lato',Helvetica,Arial,Lucida,sans-serif;
}

input[type=text], input[type=password], input[type=tel], input[type=email], input.text, input.title, textarea, select {
    background-color: #eaeaea;
    border: none;
    padding: 6px 15px;
    color: #001626;
	font-size: 17px;
	width: 100%;
}

.wider-btn {
    min-width: 140px !important;
}

.pac-container {
    height: 95px !important;
    overflow-y: scroll !important;
}

#container {
    margin-top: 10px;
    max-width: 100%;
    min-width: 300px;
    /* padding: 0 10px 0 10px; */
}

#autocomplete {
    margin-bottom: 20px;
}

#search-field {
    /* padding: 20px; */
    /* background: #fcfdff; */
    /* border-radius: 2px; */
    /* border: 1px solid #b4c0d463; */
}

#search-field-header {
    color: #001626;
    /* text-align: center; */
    /* padding: 0 10px 10px 10px; */
    font-size: 18px;
	font-weight: 400;
}

#search-field-btn-container {
    text-align: center;
}

#obj-info-dump {
    background: #303748;
    color: #ffffff;
    border-radius: 3px;
    margin-top: 30px !important;
    margin-bottom: 30px !important;
    min-height: 74px;
    padding: 0;
    font-size: 14px;
    text-align: left;
    display: none;
}

#obj-info-dump>pre {
    min-height: 600px;
}

#loading-message {
    text-align: center;
    color: #636363;
    font-size: 15px;
    display: none;

}

#loading-message > .alert, #autocomplete {
    border-radius: 2px !important;

}

#search-field-btn-container-btn-success {
    /* margin-top: 16px;
    margin-bottom: 16px; */
    text-align: center;
    /* display: none; */
}

#search-field-btn-container {
    display: none;
}

#branding {
    margin-bottom: 12px;
}

#container-row-one {
    margin-bottom: 0;
}

#fiber-available {
    display: none;
    text-align: center;
    padding-top: 10px;
    font-weight: 400;
    font-size: 14px;
    color: green;

}