@import url(/s/resources/css/appstyles.css);
@import url(/s/resources/fonts/fontawesome-curr/css/font-awesome.css);

/* General Style
---------------------------------------------*/
form,body,html{height:100%;width:100%;}
form,body,html{height:100%;width:100%;}
body{margin:0;padding:0;font:14px/1.5em Helvetica, Arial, sans-serif; background:#000;}

a { color: #0066CC; text-decoration: underline; outline:none; }
a:hover { color: #FDB702; text-decoration: underline; }
a:visited{}
a:active{}
a img{border:none;}

h1, h2, h3, h4, h5, .PageTitleHeader, .PageSubTitleHeader {font-weight:bold;margin:0;padding:0;}
h1, .PageTitleHeader {font-size:2em;line-height:1.3em;}
h2, .PageSubTitleHeader {font-size:1.6em; line-height:1.3em;}
h3 {font-size:1.25em;line-height:1.3em;}
h4 {font-size:1em;line-height:1.25em;text-transform:uppercase;}
h5 {font-size:0.85em;line-height:1.1em;}
p {margin:0.5em 0 1.5em;padding:0;}
#PageTitle, .PageTitleHeader { display:none;}

.left{float:left;}
.right{float:right;}
.center{text-align:center;}
.textalignright{text-align:right;}
.textalignleft{text-align:left;}

hr{height:1px;line-height:1px;margin:2em 0px;clear:both;border:none;background:#ccc;color:#ccc;}

img.left{float:left;margin:0 7px 1px 0;}
img.right{float:right;margin:0 0 7px 7px;}
img.outline{border:4px solid #333;}

.clearing{clear:both;height:0;margin:0;padding:0;line-height:0;margin-top:-7px;}
.clearBoth{clear:both;}
.clearRight{clear:right;}
.clearLeft{clear:left;}
.invisibleButAccessible{display:none;}

.idbmsBreadcrumbSeparator {color:#70a533!important;}
.expand img {background-color: #70a533!important;}
.expand {background-color: #70a533!important;}
.Error,.error {width:auto!important}

img[src="/images/icons/v2/common/brick_edit.gif"],
img[src="/images/icons/v2/common/delete.gif"],
img[src="/images/icons/v2/common/arrow_out.gif"],
img[src="/images/e.gif"],
img[src="/images/spacer.gif"],
img[src="/images/icons/v2/bomb.png"] {border:0!important; padding:0!important; margin:0!important; float:none!important; width:16px!important; height:16px!important}

#inner-wrap img[src="/images/spacer.gif"] {display:none;}

::selection { background: #0066CC; color: #fff; } /* Safari 3.1+, Opera 9.5+, Chrome 2+ */
::-moz-selection { background: #0066CC; color: #fff; } /* Mozilla Firefox */

#inner-wrap * {-webkit-box-sizing: border-box;	-moz-box-sizing: border-box;  box-sizing: border-box; -ms-box-sizing: border-box;}
#inner-wrap img {max-width:100%; height:auto;}

/* UTILITY BAR ELEMENTS
---------------------------------------------*/
div#utilityBar {float:left; width:100%; background:#222; padding:1em 0;}

#ContentMemberTools {float:right; margin-right:20px;}
#ContentMemberTools ul {list-style:none;margin:0;padding:0;float:right;}
#ContentMemberTools li {float:left;padding:0 0px 0 20px;}
#ContentMemberTools li:first-child {}
#ContentMemberTools a {display:block;}

#ContentSearch {float:right;}

/* HEAD ELEMENTS
---------------------------------------------*/
.structHead {float:left; width:100%; background:#eee; padding:1em 0;}

.headLogo {padding:0;}


#nav {display:none;}

/* MAIN TOP HORIZONTAL NAV
---------------------------------------------*/
.desktopNav {background:#ccc; float:left; width:100%; position:relative;z-index:999;}

/* General Styles */
.desktopNav ul {list-style-type:none;margin:0; padding:0;}
.desktopNav ul li {float:left;padding:0;}
.desktopNav ul li a{display:block;text-decoration:none; padding:0 1em;}
.desktopNav ul#nav1 > li:first-child > a {padding-left:0;}

/* Top Level Group */
.desktopNav ul li {line-height:1.5em;font-weight:bold; text-transform:uppercase; position:relative;}
.desktopNav ul li a:hover,
.desktopNav ul li:hover > a {color:#fff;background:#333;}

/* Second Level Groups */
.desktopNav li ul { position: absolute; left: 0;margin:0px; background:#333; float:none; width:15em;text-align:left;display:none;}
.desktopNav li li { width: 100%; border:none; margin: 0; padding:0px;background:none;line-height:normal;text-transform:none; font-size:1em;}
.desktopNav li li a {font-weight:normal;text-align:left;padding:0.25em 1em;border:none;}
.desktopNav ul li:hover li a{}
.desktopNav ul li:hover li a:hover{}
.desktopNav li li:hover { background: #9e1b32; }

/* LEFT COLUMN
---------------------------------------------*/
/* Secondary Navigation - General Styles */
.secondaryNav ul {margin:0; padding:0; list-style:none;}
.secondaryNav ul li {}
.secondaryNav ul li a {display:block; line-height:normal;}

/* Secondary Navigation - First Level */
.secondaryNav > ul {margin-bottom:30px;}
.secondaryNav > ul > li {}
.secondaryNav > ul > li > a {padding:5px;}

/* Secondary Navigation - Second Level */
.secondaryNav > ul > li > ul {}
.secondaryNav > ul > li > ul > li {}
.secondaryNav > ul > li > ul > li a {display:block; padding:5px 5px 5px 30px;}



/* BODY ELEMENTS
---------------------------------------------*/
.structBody {float:left;padding:0em 0; width:100%;background:#fff;}

.midWrap {padding-bottom:3em;}

/* Page Name/Title */
.pageName {}
.pageName h1 {margin: 0 0 10px;}

/* Breadcrumbs
.structBody .breadCrumbs {margin-bottom:2em}
.structBody .breadCrumbs ul {padding:0;margin:0;list-style:none;}
.structBody .breadCrumbs ul li{padding:0 0px 0 0px;margin:0;display:inline;font-size:.8em;}
.structBody .breadCrumbs ul li a{text-decoration:none;padding:0px 5px 0 8px;}
.structBody .breadCrumbs ul li:before {content: "»";}
.structBody .breadCrumbs ul li:first-child a {padding-left:0;}
.structBody .breadCrumbs ul li:first-child:before {content:"";}
.structBody .breadCrumbs ul li.selected a{font-weight:bold;}*/

/* News Listing */
.newsItem {float:left; width:100%; padding:20px 0; border-top:1px solid #ccc;}
.newsItem:first-of-type {padding-top:0; border:none;}
.newsItem .thumb {float:left; width:120px;}
.newsItem .thumb img {display: block;padding: 3px;background: #fff;border: 1px solid #ccc;width: 100%;}
.newsItem .text {padding-left:140px;}
.newsItem .title {font-size:1.2em; line-height:normal; padding:0 0 5px; font-weight:bold;}
.newsItem .title a {}
.newsItem .preview {}

/* Events Listing */
.eventItem {float:left; width:100%; padding:20px 0; border-top:1px solid #ccc;}
.eventItem:first-of-type {padding-top:0; border:none;}
.eventItem .date {float:left; width:60px;background:#fff; border:1px solid #ccc;text-align:center;}
.eventItem .date .month {text-transform:uppercase; font-weight:bold; font-size:0.85em; line-height:1em; background:#ccc; padding:5px 0;}
.eventItem .date .day {font-size:2em; line-height:1.5em;}
.eventItem .text {padding-left:80px;}
.eventItem .title {font-size:1.2em; line-height:normal; padding:0 0 5px; font-weight:bold;}
.eventItem .title a {}
.eventItem .preview {}

.colorCategory div.imod-activity-attendee-list div.imod-activity-attendee-list-header:not(.first-child) {margin-top: 0; margin-bottom: 0;}
.colorCategory div.imod-activity-attendee-list textarea {width: 100%;}

/* Feature Rotator */
.wideArea {margin-top:1em; margin-bottom:2em;}
.bx-wrapper {position:relative;}
.bx_slide {position:relative;}
.bx_slide .sldimg {}
.bx_slide .sldtxt {position:absolute; bottom:20px; left:20px; width:40%;background:#000; background:rgba(0,0,0,0.8); color:#fff; padding:20px;}
.bx_slide .sldtxt .title {font-size:1.25em; font-weight:bold; text-transform:uppercase; padding:0 0 10px;}
.bx_slide .sldtxt .title a {}
.bx_slide .sldtxt .preview {}

.bx-pager {position:absolute; bottom:20px; right:20px;z-index:100;}
.bx-pager a {display:block; width:20px; height:20px; border-radius:50%; background:#fff;text-indent:-999em;}
.bx-pager a.active {background:#000;}

.bx-controls-direction {}
.bx-controls-direction a {position:absolute; top:45%; z-index:100;}
.bx-controls-direction a.bx-prev {left:20px;}
.bx-controls-direction a.bx-next {right:20px;}


/* RIGHT COLUMN
---------------------------------------------*/


/* Footer Elements
---------------------------------------------*/
footer {/*float:left; width:100%; color:#fff; padding:2em 0;*/}

footer ul.social {margin:0; padding:0;list-style:none;}
footer ul.social li {display:inline; padding:0 5px;}
footer ul.social li a {text-decoration:none;}

.toplink {display:block; text-align:center;font-size:0.85em; text-transform:uppercase; line-height:normal; padding:10px;}
.toplink a {text-decoration:none; }


.uomcontent [role="navigation"]#globalsitemap #formWrap{font-size: 16px; font-size: 1rem; padding: 0 10px; padding: 0 0.625rem; background-color: transparent; clear: both; color: #333; float: none; line-height: 1.2;
  margin: 0 auto; max-width: 700px; padding: 0 3%;}
@media only screen and (min-width:769px){
   .uomcontent [role="navigation"]#globalsitemap #formWrap{margin-top: 45px; margin-top: 2.8125rem; clear: none; float: right; padding: 0; width: 60%;}
}
.uomcontent [role="navigation"]#globalsitemap #fieldsetSearch{padding-right: 45px; padding-right: 2.8125rem; border: 0; padding-bottom: 0; padding-left: 0; padding-top: 0; position: relative;}
.uomcontent [role="navigation"]#globalsitemap #fieldsetSearch input[type="search"]{-moz-appearance: none; -webkit-appearance: none; height: 45px; height: 2.8125rem; border-radius: 3px 0 0 3px; border-radius: 0.1875rem 0 0 0.1875rem; font-size: 20px; font-size: 1.25rem;
  padding: 8px 10px; padding: 0.5rem 0.625rem; background-color: #e0e0e0; border: 1px solid lightgray; box-shadow: inset 0 1px 3px rgba(0,0,0,0.15); display: block; font-family: Roboto, Helvetica, Arial, sans-serif; font-weight: 300;
  margin: 0; max-width: 100%; width: 100%;}
.uomcontent [role="navigation"]#globalsitemap #fieldsetSearch .search-button{border-radius: 0 3px 3px 0; border-radius: 0 0.1875rem 0.1875rem 0; height: 45px; height: 2.8125rem; margin: 0 0 15px; margin: 0 0 0.9375rem; padding: 3px; padding: 0.1875rem; width: 45px; width: 2.8125rem;
  background-color: #fff; border: 0 none; color: #004576; cursor: pointer; position: absolute; right: 0; top: 0; -webkit-transition: color .2s, background-color .2s; transition: color .2s, background-color .2s;}
.uomcontent [role="navigation"]#globalsitemap #fieldsetSearch .search-button span{display:none;}
.uomcontent [role="navigation"]#globalsitemap #fieldsetSearch .search-button svg{height: 39px; height: 2.4375rem; width: 39px; width: 2.4375rem; fill: currentColor;}
.uomcontent [role="navigation"]#globalsitemap #fieldsetSearch .search-button:hover, .uomcontent [role="navigation"]#globalsitemap #fieldsetSearch .search-button:focus{background-color: #359aec; border-bottom-width: 0; color: #fff;}

body.loggedin .uomcontent #outer.fixed{top:120px!important;}
body.loggedin .page-header, body.loggedin .page-inner{margin-top:68px; padding-top:0;}

/* override some client styles that are overriding system stuff */
ul.imod-cms-menu li, li.imod-cms-menu-li{width:auto!important; list-style-type:none!important;}
.Default .reToolbar li{width:auto!important;}
.reLayoutWrapper, .reWrapper_corner, .reWrapper_center, .reLeftVerticalSide, .reRightVerticalSide, .reTlbVertical, .reToolCell, .reContentCell, .reToolZone, .reBottomTable, .reEditorModesCell, .reBottomZone, .reResizeCell{padding:0!important; border:none!important;}
.reEditorModes li{width:auto;}

.detail div.icon-label{border:none!important; padding:0!important; display:none;}

/* extra profile styling (provided by client) */
div.imod-profile-header {background-color: #F6F6F6!important;}
div.imod-profile-fields ul li {border-bottom: none!important;}
div.imod-profile-wrapper {width: 100%!important;}
/*div.imod-profile-container {background: none; border: none; box-shadow: none; -webkit-box-shadow: none;  min-height: 1px; float: left; width: 100%;}*/
.imod-profile-step-header {background: #fff!important; -webkit-border-radius: 3px!important; border-radius: 0px!important; color: #000!important; font-weight: bold; border-bottom: 2px solid #e0e0e0; padding-top: .75rem; padding-bottom: .75rem;}
.imod-profile-step-header:hover { color: #0076de!important;}
.imod-profile-step-opened .imod-profile-step-header {background: none!important; -webkit-border-radius: 3px 3px 0 0!important; border-radius: 3px 3px 0 0!important; color: #000!important;}
div.imod-profile-fields ul li:nth-child(2n) {background: #f2f5f8!important;}
div.imod-profile-options.ng-scope {display: none!important;}
.imod-profile-form-buttons input.imod-profile-button, .imod-profile-form-buttons button.imod-profile-button{background:#0076DE!important;}

.uomcontent [role="main"] div.eventDesc{margin-left:18.75rem;}
#EC_RegistrationButton{/*border-radius: 5px;
    border-radius: 0.3125rem;
    font-size: 13px;
    font-size: 0.8125rem;
    padding: 15px 20px;
    padding: 0.9375rem 1.25rem;
    background-color: #0076de;
    border: 0;
    border-bottom: 5px solid #005bab;*/
    color: #fff;
    cursor: pointer;
    display: inline-block;
    font-style: normal;
    font-weight: 700;
    letter-spacing: 2px;
    /*margin: 20px 0;*/
    text-align: center;
    text-decoration: none;
    text-transform: uppercase;}

.imod-profile-main .imod-profile-left, .imod-profile-summary .imod-send-email-control{display:none;}
.imod-profile-summary .imod-profile-summary-member-name {
 line-height:1.5em;
 letter-spacing:0.0625rem;
 font-weight:700;
 float: left;
 margin-right: 5px;
 font-size: 0.9375em;
 text-transform:uppercase;
}

div.imod-profile-mode-edit ul li .imod-profile-field-visibility{display:none!important; visibility:hidden;}

div.divLoginLinks a.anchorResetPassword{padding-left:1rem!important;}

.imod_fieldWrapper .imod_fieldInput .styled-select {background-color: #ADB8C1; background-repeat: no-repeat; background-position: 99% center; border: 1px solid #ADB8C1; color: #fff;
  cursor: pointer; line-height: 1.55; margin-top: 0; width: 100%; border-radius: 3px; border-radius: 0.1875rem; padding: 0; }

.imod_fieldWrapper .imod_fieldInput .styled-select select {font-size: 18px; font-size: 1.125rem; font-family: Roboto,Helvetica,Arial,sans-serif; font-weight: 300; background-color: #ADB8C1; background-repeat: no-repeat;
  background-position: 99% center; border: 1px solid #ADB8C1; color: #fff; cursor: pointer; line-height: 1.55; margin-top: 0; width: 100%; border-radius: 3px; border-radius: 0.1875rem; padding: 8px 10px;
  padding: 0.5rem 0.625rem; -webkit-appearance: none; appearance: none; -moz-appearance: none; border: 0; box-shadow: none; }

.imod_fieldWrapper .imod_fieldInput textarea, .imod_fieldWrapper .imod_fieldInput input[type='text'], .imod_fieldWrapper .imod_fieldInput select,
.imod_fieldWrapper .imod_col2 textarea, .imod_fieldWrapper .imod_col2 input[type='text'], .imod_fieldWrapper .imod_col2 select ,
.imod_fieldWrapper .imod_col3 textarea, .imod_fieldWrapper .imod_col3 input[type='text'], .imod_fieldWrapper .imod_col3 select,
.imod_fieldWrapper .imod_col4 textarea, .imod_fieldWrapper .imod_col4 input[type='text'], .imod_fieldWrapper .imod_col4 select {
border:1px solid #ddd;
-webkit-border-radius:3px;
border-radius:3px;
background:none!important;
padding:5px;
}

div.imod-profile-edit-form-buttons a.imod-cancel-link {margin-left: 5%;}
div.imod-profile-edit-form-buttons input.imod-profile-button:hover {margin-top: 20px; border-bottom-width: 5px;}
div.imod-profile-fields ul li div.imod-profile-field-data input {font-size: 20px; font-size: 1.25rem; background-color: #f6f6f6; border: 1px solid lightgray; box-shadow: inset 0 1px 3px rgba(0,0,0,0.15); border-radius: 3px;
  border-radius: 0.1875rem; margin-top: 5px; margin-top: 0.3125rem; padding: 8px 10px; padding: 0.5rem 0.625rem; font-family: Roboto,Helvetica,Arial,sans-serif; font-weight: 300; }
div.imod-profile-edit-form-buttons input, div.imod-profile-edit-form-buttons button, div.imod-profile-edit-form-buttons input:hover, div.imod-profile-edit-form-buttons button:hover{background:#008A00!important;}

div.imod-profile-edit-form-buttons{background:none!important; border-radius:0px!important; padding-bottom:3rem!important;}
div.imod-profile-edit-form-buttons a{color:#0076de!important;}

.uomcontent .styled-select select option{background-color:#004576!important;}

.uomcontent [role="main"] .imod_fieldWrapper table, .uomcontent [role="main"] .imod_fieldWrapper table.mobile-friendly{border:none;}
.uomcontent [role="main"] .imod_fieldWrapper table tr td, .uomcontent [role="main"] .imod_fieldWrapper table.mobile-friendly tr td{border:none; padding:0;}
.uomcontent [role="main"] .imod_fieldWrapper table.EventsHeader tr td{padding-top:0.625rem;}
.uomcontent [role="main"] .imod_fieldWrapper table tr td:first-child, .uomcontent [role="main"] .imod_fieldWrapper table.mobile-friendly tr td:first-child{border-top:none;}

div.uomcontent div.page-inner .styled-select{border:none;}
div.uomcontent div.page-inner .styled-select select{font-size: 1.125rem;
font-family: Roboto,Helvetica,Arial,sans-serif;
font-weight: 300;
background-color: #ADB8C1;
background-repeat: no-repeat;
background-position: 99% center;
color: #FFF;
cursor: pointer;
line-height: 1.55;
margin-top: 0px;
width: 100%;
border-radius: 0.1875rem;
padding: 0.5rem 0.625rem;
-moz-appearance: none;
border: 0px none;
box-shadow: none;}

.uomcontent #ContentMiddle .detail .lower p{margin-left:0;}

.uomcontent div[role="main"] #ContentMiddle table, .uomcontent div[role="main"] #ContentMiddle td{border:none;}

#ContentMiddle{/*max-width:1600px;*/ width:100%; margin:0 auto;}

#ContentMiddle .imod_formItemWrapper > table{float:none;}

#divButtons{max-width:56.25rem; margin:0 auto;}

.divLoginStructContainer{max-width:43.75rem; margin:0 auto;}

.uomcontent .page-inner .detail .lower p{margin-left:0px;}

.uomcontent input.button.logoutButton{background-color:#df0620; border-bottom-color:#ad0519;}
.uomcontent input.button.logoutButton:hover{background-color:#df0620;}

body.wide .uomcontent [role="main"] #ContentMiddle *, body.wide .uomcontent [role="main"] #ContentMiddleLayoutWide *{max-width:900px; max-width:56.25rem; margin-left: auto; margin-right: auto;}
body.wide .uomcontent [role="main"] #ContentMiddle .detail{max-width: 1400px; max-width: 87.5rem;}
body.wide .uomcontent [role="main"] #ContentMiddle .detail div{max-width:none;}
body.wide .uomcontent [role="main"] #ContentMiddle .detail p{max-width: 700px; max-width: 42.75rem;}
body.wide .uomcontent [role="main"] #ContentMiddle .detail img{max-width:100%;}

#sitemap li.home{display:none;}

a#AlumniHome span[data-icon="home"]{display:none;}
a#AlumniHome span[data-icon="home"]:first-child{display:inline-block;}


/* 11.23 bs -- overwrite inline styling for next button */
input[id*="lnkBtnNext"] {width:auto !important;}

/* maint #73991 for login page moving create account up */
.ftime {
  position: absolute;
  top: 0;
}

/* .Reglogin2 {
  padding-top: 300px;
} */

.Reglogin3 {
  border-top: 1px solid #e0e0e0;
  /* padding-top: 20px; */
}

.divLoginPanel {
  position: relative;
}

body.wide .uomcontent [role="main"] #ContentMiddle .detail .eventDetailsRight { overflow: hidden;}
body.wide .uomcontent [role="main"] #ContentMiddle .detail .eventDetailsRight h2,
body.wide .uomcontent [role="main"] #ContentMiddle .detail .eventDetailsRight p { margin: 0; max-width: 100%;}

/*
---------------------------------------------
---------------------------------------------
   MEDIA QUERIES
---------------------------------------------
---------------------------------------------
*/

/* =============================================================================
   Desktop Only
   ========================================================================== */

@media only screen and (min-width: 1024px){
/* Styles */


}

/* =============================================================================
   Tablets
   ========================================================================== */

@media only screen and (min-width: 768px) and (max-width: 1023px){
/* Styles */

.midWrap {padding-bottom:1em;}
.structRight {margin-bottom:2em;}

#nav {display:block;}

}

/* =============================================================================
   Mobile
   ========================================================================== */
@media only screen and (max-width: 767px) {
/* Styles */

body {font-size:1.2em ;line-height:1.5em;}

#nav {display:block;}

#ContentMobileSearch {padding:1em 0; text-align:center; color:#ccc;}
#ContentMobileSearch input {background:#666;border:none; padding:0.5em 1em; width:80%;-webkit-border-radius: 20px; border-radius: 20px; color:#ccc;}
#ContentMobileSearch button,
#ContentMobileSearch label,
#ContentMobileSearch .SearchModuleSpacer {display:none;}

.bx_slide .sldtxt {position:relative; bottom:auto; left:0; width:100%; background:#000;}

.uomcontent [role="main"] div.eventDesc{margin-left:0;}

body.wide .uomcontent [role="main"] #ContentMiddle .detail .eventDetailsRight {overflow:auto;clear:both;}

}

/* =============================================================================
   Less than 480px / iphone portrait
   ========================================================================== */

@media only screen and (max-width: 640px){
  div.imod-profile-fields ul li div.imod-profile-field-data select{max-width:none;}
}

@media only screen and (max-width: 479px) {
/* Styles */
.imod_fieldWrapper .imod_fieldInput select{background:none!important;}
}

/* =============================================================================
   Retina Display
   ========================================================================== */
@media only screen and (-webkit-min-device-pixel-ratio: 2) {

}

/* ===================================
 styles to add login button to top menu
  !important overrides uom.css styles
 ==================================== */
 .uomcontent .page-header-tools .page-header-icon--login {
  display: inline-block !important;
}
 @media screen and (min-width: 600px) and (max-width: 768px) {
  .uomcontent .page-header-tools.with-login {
      width: 300px !important;
      width: 15.625rem !important;
  }
}

@media screen and (min-width: 769px) {
  .uomcontent .page-header-tools.with-login {
      width:300px !important;
      width: 21.75rem !important;
  }
}

@media screen and (max-width: 599px) {
  .uomcontent .page-header-tools .page-header-icon--login, .uomcontent .page-header-tools .page-header-icon--profile {
    display: none !important;
  }
}

/* =============================================================================
    Maintenance
   ========================================================================== */

/* Hide "Profile" button when logged in - maint */
/* .page-header-tools.with-login .page-header-icon--profile {
    display: none!important;
} */

/* MAINT: 101258 - 04/01/19 AU : Adjusted margin between form accordions */
.uomcontent [role="main"] table.mobile-friendly {
    margin-top: 0 !important;
    margin-bottom: 0 !important;
}

/* MAINT: 151575 - 7/8/20 TB: Adding class to hide <br> being added before <select> elements in forms
    This is a temp bug fix - Jira ticket: https://jira.imodules.com/browse/ENC-39776 */
.imod_fieldInput.idbmsInstanceColumnInput br {
      display: none;
}

/* MAINT 168659 DT 01192021 */
.with-login .error p,
.uomcontent .with-login p {
  padding-bottom: 5px;
}