.table-3-col {padding: 15px;}

#footerImages {
	display: none;
}
#selectedLob {
	margin-bottom: 0.75rem;
}

input:focus{
	outline: none;
	border: none;
}

input[type="text"].qs-long-width {
	width:40%;
	min-width: 50px;
}

input[type="text"].qs-short-width {
	width:5%;
	min-width: 50px;
}

input[type="text"].qs-mid-width {
	width:10%;
	min-width: 50px;
}

input[type="text"].qs-zip-width {
	width:20%;
	min-width: 50px;
}

input[type="text"].qs-ref-width {
	width:30%;
	min-width: 50px;
}

h1.retrieveMsg {
	margin:25px 0px 0px;
}


/* Copied from Quoting quoting.css */
body {
	font-family: 'Work Sans', sans-serif; }
h1, h2 {
	color: #003399;
	text-transform: uppercase;
	font-family: 'Work Sans, black', sans-serif !important; }
h1 {
	font-size: 1.4rem;
}
h2 { font-size: 1.8rem; }
h3, h5, h6 {
	font-family: 'Work Sans, medium', sans-serif;
	color: #003399; }
h3 { font-size: 1.4rem; }
h4 {
	font-family: 'Work Sans, light', sans-serif;
	color: #0099CC;
	font-size: 1.1rem; }
h5 { font-size: 1rem; }
h6 { font-size: .75rem; }

.sw-blue-light {color:rgb(153, 204, 255);}
.sw-blue-mid {color:rgb(41, 171, 226);}
.sw-blue-dark {color:rgb(23, 121, 186);}
.sw-blue-darkest{color:rgb(20, 83, 150);}
.sw-orange {color:#FF6600;}
.sw-grey {color:#666666;}
.sw-green{color:rgb(46, 125, 50);}
.sw-red {color:#FF0000;}
.sw-black{color:black;}

.header-container {
	margin-bottom: 3rem; }

.footer-container {
	font-size: smaller;
	margin-top: 3rem;
}

.btn-primary {
	background-color: #003399; }
.btn-info {
	background-color: #0099CC; }
.round-toggle {
	border-radius: 3rem; }
.round-toggle .toggle-handle {
	width: 3rem;
	border-radius: 3rem; }

.loading-screen-cover {
	display: none;
	position: fixed;
	z-index: 9999;
	top: 0;
	left: 0;
	height: 100%;
	width: 100%;
	background: rgba(10, 10, 10, 0.45); }
body.loading {
	overflow: hidden; }
body.loading .loading-screen-cover {
	display: block; }

.modal-container {
	padding: 1rem 2rem 1rem 2rem }

input[type="text"].form-control,
select.form-control {
	background: transparent;
	border: none;
	border-bottom: 1px solid #979797;
	box-shadow: none;
	border-radius: 0;
	padding-left: 0;
	padding-right: 0; }
.form-dropdown-label {
	font-size:.78rem;
	margin-bottom:0;
	display:block; }
.form-dropdown-content button {
	background-color: transparent;
	padding: 0 0 0.3rem 0;
	border-bottom: 1px solid #979797;
	border-radius: 0;
	margin-right: 1rem; }
.select-placeholder {
	font-size: 1.06rem;
	opacity: 0.5; }
.form-dropdown-content button .caret {
	opacity: 1;
	margin-left: 0.75rem;
	font-size: .63rem; }

input[type="text"]:focus,
select.form-control:focus {
	-webkit-box-shadow: none;
	box-shadow: none; }

.form-group {
	margin-bottom: 1.75rem; }
.form-control{
	padding-bottom: 0.3rem;
	height: auto; }
.btn-link {
	color: #003399; }
.btn-link.push-left {
	padding-left: 0; }

.has-float-label {
	position: relative; }
.has-float-label label {
	position: absolute;
	cursor: text;
	font-size: .78rem;
	opacity: 1;
	-webkit-transition: all 0.1s;
	transition: all 0.1s;
	top: -0.5em;
	z-index: 3;
	line-height: 1; }
.has-float-label label::after {
	content: " ";
	display: block;
	position: absolute;
	background: #fff;
	height: 2px;
	top: 50%;
	z-index: -1; }
.has-float-label .form-control::-webkit-input-placeholder,
.has-float-label .form-control::placeholder {
	opacity: 1;
	-webkit-transition: all 0.1s;
	transition: all 0.1s; }
.has-float-label .form-control:placeholder-shown:not(:focus)::-webkit-input-placeholder,
.has-float-label .form-control:placeholder-shown:not(:focus)::placeholder {
	opacity: 0; }
.has-float-label .form-control:placeholder-shown:not(:focus)+label {
	font-size: 1.06rem;
	opacity: 0.5;
	top: 0.3em;
	font-weight: 400;
	height: auto; }

.stacked-radio {
	display: block;
	font-weight: normal; }

.link-inline-label {
	border: none;
	padding: 0;
	vertical-align: baseline;
	margin-bottom: 5px; }
	
.no-padding,
.form-dropdown-label > .btn-link {
	padding: 0; }
	
.btn-warning{
	background-color: #FF6600 !important;
	border-color: #FF6600;
}
.selectedRow{
	background-color: #96DAEA;
}
.icon-control{
	cursor: pointer;
	margin: 0 0 0 0;
	color:#003399;
	font-size: .76em;
}

.row{
	padding-bottom: 1rem;
}
/*should be deleted once change from bootstrap 3 to 4 version*/
.left-padding-4{
	padding-left:4rem;
}

ul {
	list-style: none inside none;
}

.fixedWidth-2 {width: 2.666em !important;}
.fixedWidth-3 { width: 3.666em !important; }
.fixedWidth-4 { width: 4.666em !important; }

.userInputForm input[type="text"] {
	display: inline;
	margin: 0;
	height: 24px;
	padding: 0px 6px;
}

input.width-58 {
	width: 58%;
}

input.width-45 {
	width: 45%;
}

.grid-x.collapse {
	margin-top: .5rem;
}

input.button {
	margin-top: 1rem;
}

.margin-bottom-1 {
	margin-bottom: 1rem;
}

#quoteListTable, #homeAutoQuoteListTable, input.optionRadio {
	cursor: pointer;
}
#quoteListTable.dataTable thead th, #homeAutoQuoteListTable.dataTable thead th {
	border-bottom: 0;
}
#quoteListTable.dataTable.no-footer, #homeAutoQuoteListTable.dataTable.no-footer {
	border-bottom: 0;
}

input[type='radio'] {
	vertical-align: baseline;
	padding: 10px;
	margin: 10px;
}

.capitalizeText {
	text-transform: capitalize;
}