/* Search Payment Component Styles */
.searchDesktopView,
.searchIpadView {
margin-bottom: 20px;
}
.wellextend {
background-color: #fff;
padding: 20px;
}
.labelColor {
color: #737373;
font-weight: 500;
}
.containermargin {
margin-top: 15px;
}
.label-from,
.label-font-center {
padding-top: 7px;
}
.search-button-alignment {
margin-top: 25px;
}
.borderbottom-blue {
border-bottom: 3px solid #0079c2;
}
.headerClr {
background-color: #f6f6f6;
font-weight: bold;
color: #333;
}
.rowBgClr .list-group-item:nth-child(even) {
background-color: #f9f9f9;
}
.border-blue {
border-left: 3px solid #0079c2;
}
.sortIconmargin,
.sortIconBluemargin {
margin-left: 5px;
cursor: pointer;
}
.sortIconBluemargin {
color: #0079c2;
}
.v-align,
.b-align {
display: flex;
align-items: center;
}
.metlifeLogo {
display: inline-block;
height: 30px;
width: 170px;
background-repeat: no-repeat;
background-size: auto 100%;
}
.vertival-bar {
border-right: 1px solid #ddd;
}
.hide-vertival-bar {
border-right: none;
}
.icon-user,
.icon-settings,
.icon-help,
.icon-logoff,
.icon-chevron,
.icon-footer {
display: inline-block;
width: 20px;
height: 20px;
}
.user-dropdown .dropdown-menu {
min-width: 250px;
}
.welcome-nav {
padding: 10px 15px;
border-bottom: 1px solid #e5e5e5;
}
.lastLogin {
color: #999;
font-size: 11px;
}
.navbar-nav-border {
border-left: 1px solid #ddd;
}