/* Styling for telephone bid form */


#telbid-container
{
	font-family: Roboto, Arial, sans-serif !important;
	color: #4a4a4a;
}

@media only screen and (max-width: 980px)    /* center on all mobile */
{
    #telbid-container { margin: 0 auto; }
}

.tbf-section
{
	border-bottom: 1px solid #aaa !important;
	border-right: 1px solid #888 !important;
}

.telbid-form label
{
	margin-top: 12px;
	font-weight: 600;
	font-size: 15px;
	padding-left: 1px !important;
}

.telbid-form input, .tbf-lot-list input
{
	height: 32px;
	font-size: 16px !important;
}

.tbf-row
{
	width: 100%;
	display: flex;
	flex-flow: row;
	flex-wrap: wrap;
}
.tbf-row.padded { margin-top: 2vh; }
.tbf-row.terms
{
	margin-left: 6px;
        text-align: justify !important;
}

.tbf-field
{
	flex: 1;
	padding-right: 1vw;
	display: flex;
	flex-flow: column;
}
.tbf-field.notes { flex: 2; }

.tbf-small-type
{
	font-size: 13px;
	font-weight: 600;
}

.tbf-required
{
	color: #F05050 !important;
	font-size: 14px !important;
}

.tbf-required-clause
{
	font-size: 13px;
	font-weight: 600;
        margin: 4px 0 0 4px;
}

.tbf-terms
{
	color: #222;
	font-size: 13px;
	line-height: 18px;
	width: 92%;
	overflow: scroll;
	float: left;
}

.tbf-increments { width: 60% !important; }

.tbf-incr-row
{
	width: 100%;
	display: flex;
}

.tbf-incr-row div {
	text-align: right;
	flex: 2;
}

.tbf-incr-row div:nth-child(2), .tbf-incr-row div:nth-child(4)
{
	margin-left: 2vw;
	text-align: left;
	font-weight: 600;
	flex: 1;
}

@media only screen and (max-width: 720px)
{
	.tbf-increments { width: 90% !important; }
	.tbf-incr-row { font-size: 12px; }
}

.tbf-lot-list
{
	width: 90%;
	margin-bottom: 20px;
}

.tbf-lot-list label
{
	padding-left: 2px !important;
	font-size: 14px;
	font-weight: 400;
	color: #000;
}

.tbf-lot-list .tbf-field.number { max-width: 14vw; }
.tbf-lot-list .tbf-field.description { flex: 4; }
.tbf-lot-list .tbf-field.buttons
{
	max-width: 16px;
	justify-content: flex-end;
}

.tbf-lot-list .bid-remove
{
	height: 28px;
	font-size: 18px;
	font-weight: 600;
	padding: 0 20px 0 8px !important;
}

#initials
{
	margin-left: 10px;
	max-width: 8vw;
}

@media only screen and (max-width: 980px)    /* phone tweaks */
{
    .tbf-lot-list { width: 100%; }
    .tbf-lot-list .tbf-field.number { max-width: 24vw; }
    #initials { max-width: 14vw; }
}

.tbf-conf-text
{
	font-size: 16px;
	font-weight: 600;
	color: #5c5c5c;
}

.tbf-overlay
{
	display: none;
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background-color: rgba(120,120,120,.8);
	color: dimgrey;
	font-size: 1.4em;
	font-weight: 600;
}

.inner-overlay
{
	background-color: white;
	width: fit-content;
	height: auto;
	margin: 70% auto 0 auto;
	padding: 1.2em 4em 0 4em;
	border-radius: 10px;
	text-align: center;
}

@media only screen and (max-width: 768px)    /* center submit section mobile */
{
	.tbf-submit
	{
		display: flex;
		flex-flow: column;
		align-items: center;
		margin: 0 auto;
	}
}

.tbf-button
{
	color: #ffffff;
	background-color: #3058ae;
	font-weight: 600 !important;
	border-radius: 0px !important;
}
.tbf-button#addlot { padding: 4px 1em; }
.tbf-button#continue { margin: 1em 0 2em 0; }
.tbf-button#submit
{
	padding: 4px 32px !important;
	font-size: 1.1em;
}

@media only screen and (max-width: 980px)    /* center on all mobile */
{
	.tbf-button#submit { margin: 0 auto; }
}

.tbf-button.add
{
	padding: 4px 10px 4px 8px !important;
	font-size: 14px;
	margin-left: 10px;
}

.disclaimer
{
	width: 100%;
	font-size: 14px;
	font-style: italic;
	color: #000000;
}
@media only screen and (max-width: 980px)
{
    .disclaimer
    {
    	font-size: 11px;
	letter-spacing: -.5px;
    }
}
