/* there seems to be a bug related to the bootstrap tool tip which sometimes shows the tooltip above the search box */
.tooltip.top {
    display: none !important;
}

html {
    font-size: 100% !important;
}

body {
    background-color: #E5E5E5 !important;
    font-size: 62.5% !important;
}

.resetContainer,.resetRow {
/* 	width: inherit !important; */
	width: auto !important;
	margin-left: inherit;
	margin-right: inherit;
	padding-left: inherit;
	padding-right: inherit;
	display: block;
}

.outer {
	max-width: 970px;
	margin: 0 auto;
	background: none;
	padding-top: 0;
/* 	padding-bottom: 20px; */
	padding-bottom: 0;
}

.left-padding {
	padding-left: 20px;
}

.no-right-padding {
	padding-right: 0;
}

.primaryHeading {
	margin: 0;
	font-size: 3.2em;
}

.secondaryHeading {
	margin: 0;
	font-size: 1.8em;
}


p {
/* 	font-size: 1.3em; */
}

select {
	font-size: 1.3em;
}

a {
	color: #FF0000;
	text-decoration: none;
}

a:hover {
	color: #FF0000;
	text-decoration: underline;
}

.no-horizontal-margins {
	margin-left: 0;
	margin-right: 0;
}

.no-vertical-margins {
	margin-top: 0;
	margin-bottom: 0;
}

.vertical-margins {
	margin-top: 20px;
	margin-bottom: 20px;
}

.no-horizontal-padding {
	padding-left: 0;
	padding-right: 0;
}

.no-vertical-padding {
	padding-top: 0;
	padding-bottom: 0;
}

.clearTextIcon {
    color: #D5D5D5;
    cursor: pointer;
    font-size: 2em;
    margin-left: -27px;
	margin-top: 7px;
    position: absolute;
/*     display: inline; */
	display: none;
	z-index: 999;
}

.clearTextIcon:hover {
	color: #e8e8e8;
}

.clearTextIcon:active {
	color: #cccccc;
}

input[type="text"] {
	padding-right: 30px;
	display: inline;
}

/* this overrides the width that defined in vm-core.css */
input, textarea {
	width: auto;
}


.no-borders {
	border: none;
}

.touch .row {
/* this override vm-core.css */
	overflow-x: visible;
}

#unified-footer-outer {
	bottom: auto !important;
}

i[class*="fa-"]:before {
	display: none;
}

@media (max-width: 767px) {	
	.touch #unified-header {
/* this affects landscape iphone and android tablet - overrides style in rwd.nav.unified */
/* 		min-height: 182px; */
		min-height: inherit !important;
	}
}

@media (max-width: 479px) {
	.touch #unified-header {
/* this affect portrait iphone - overrides style in rwd.nav.unified */
/* 		min-height:120px; */
		min-height: inherit !important;
	}
}
