.colelem /* a child element of a column */
{
	display: inline;
	float: left;
	clear: both;
}

.colelem100 /* a child element of a column that is 100% width */
{
	clear: both;
}

.grpelem /* a child element of a group */
{
	display: inline;
	float: left;
}

.clearfix:after /* force a container to fit around floated items */
{
	content: "\0020";
	visibility: hidden;
	display: block;
	height: 0;
	clear: both;
}

.sectionEditButton
{
	position: relative;
	margin-top: 3px;
	left: 290px;
}


.contentTbl {
	/* display: table; */
	width: 100%;
	position: relative;
}



.sectionHeader {
	display: table-row;
	width: 100%;
	/* background-color: #F2F2F2; */
	background-color: #0546A8;
	vertical-align: middle;
}

.sectionTitle {
	min-height: 18px;
	width: 300px;
	background-color: transparent;
	line-height: 16px;
	font-size: 16px;
	color: white;
	font-family: montserrat, sans-serif;
	font-weight: 400;
	padding-left: 20px;
	vertical-align: middle;
	padding-bottom: 7px;
	padding-top: 7px;
	/*border: 1px solid;*/
	float: left;
}

.sectionContent {

	/*padding-left: 20px;*/
	padding-bottom: 20px;
}

.fldTitle {
	background-color: transparent;
	line-height: 14px;
	font-size: 14px;
	color: #000000;
	font-weight: 400;
	padding-top: 10px;
	padding-bottom: 6px;
	margin-top: 20px;
}

.fldText {
	line-height: 12px;
	font-size: 12px;
	padding-bottom: 6px;
	color: dimGray;
}

.fldLink {
	line-height: 12px;
	font-size: 12px;
	text-decoration: underline;
	padding-top: 10px;
	padding-bottom: 6px;
	color: dimGray;
}

/* #editPaymentDlg {
	width:400px;
	z-index:5000;
	display:none;
	position:absolute;
	top:250px;
} */

.customBoolWithImage, #fopSelectionForm .sectionContent input + label {
	width: 18px;
	height: 18px;
	background-image: linear-gradient(transparent, transparent), url(../images/userProfile/ic_radio_button_unchecked_black_24px_poster_.png);
	background-image: url(../images/userProfile/ic_radio_button_unchecked_black_24px.svg);
	padding: 0 0 0 0px;
	margin-bottom: -7px;
	margin-top: -7px;
	display: inline-block;
}

.customBoolWithImage.isTrue, #fopSelectionForm input:checked + label {
	background-image: linear-gradient(transparent, transparent), url(../images/userProfile/ic_radio_button_checked_black_24px_poster_.png);
	background-image: url(../images/userProfile/ic_radio_button_checked_black_24px.svg);
}

#fopSelectionForm input[type=radio] { /* #signupBtn, #forgotBtn */
	display: none;
	/* width: 0px;
	height: 0px; */
}

#defaultFoplb {
	float: left;
}


.table-header {
	background-color: #F2F2F2;
}

/* .row {
    padding-left: 20px;
    margin-right: 0px!important;
} */

#gratuityOptions a {
	padding: 15px;
}

#gratuitySelector .section-header {
	padding: 5px;
    font-size: 14px;
    margin-bottom: 10px;
    margin-top: 10px;
}

#addressListContainer .itemRow:hover {
    background-color: #F2F2F2;
}

#editDispatchContactDlg .modal-content {
    overflow-y: visible !important;
}

.row div[class*="col-"] {
	padding-left: 6px;
	padding-right: 6px;
}

.row {
	margin: 0px -6px;
}


/* .rotating{
  -webkit-animation-name: infiniteRotation; 
  -webkit-animation-duration: 1s; 
  animation-name: infiniteRotation;
  animation-duration: 1s;
  animation-iteration-count: infinite;
}

@keyframes infiniteRotation {
  from {transform: rotate(0deg);}
  to {transform: rotate(360deg);}
} */
