[ng\:cloak], [ng-cloak], [data-ng-cloak], [x-ng-cloak], .ng-cloak, .x-ng-cloak {
    display: none !important;
}
html {
    overflow-x: hidden;
    overflow-y: hidden;
}
html.subscriptions {
    overflow-y:auto;
}
body {
    background-color: #f2f2f2;
    color: #666;
    font-family: 'Open Sans', sans-serif;
    letter-spacing: .5px;
    font-size: 16px;
    line-height: 1.45;
    margin: 0 auto;
    overflow-x: hidden;
    overflow-y: auto;
}
.sidebar-wrapper .slim-scroll-scrollbar {
    opacity: 0;
    -webkit-transition: 1s opacity ease;
    -moz-transition: 1s opacity ease;
    -o-transition: 1s opacity ease;
    -ms-transition: 1s opacity ease;
    transition: 1s opacity ease;
}
.sidebar-wrapper:hover .slim-scroll-scrollbar {
    opacity: 8;
}
[slim-scroll]>div+div, [data-slim-scroll]>div+div {
    right: 31px;
}
#wrapper.toggled [slim-scroll]>div+div, #wrapper.toggled [data-slim-scroll]>div+div {
    right: 0;
}
a {
    color: #022558;
}
.contactName, .title {
    font-size: 24px;
    font-weight: bold;
}
.title-inline-block {
    display: inline-block;
}
.subtitle {
    font-size: 18px;
}
div[ui-view],
.list-view-wrapper,
#Subscriptions > form,
#CertificationDetail,
#DirectorListing > form,
#ContentItemView,
#EventSessions,
#CertificationRegistration,
#ResourceDetailModel,
#MyDownloadsModel > form,
#MyAccessPassesModel > form {
    background-color: #fff;
    padding: 30px;
    border: #ddd 1px solid;
}
#wrapper {
    padding-left: 255px;
    -webkit-transition: all 0.5s ease;
    -moz-transition: all 0.5s ease;
    -o-transition: all 0.5s ease;
    transition: all 0.5s ease;
}
#wrapper.toggled {
    padding-left: 80px;
}
#wrapper.toggled .sidebar-wrapper {
    width: 80px;
}
#wrapper.toggled #user-profile .profile-image {
    max-width: 25px;
}
#wrapper.toggled .profile-text, #wrapper.toggled .sidebar-wrapper p, #wrapper.toggled .nav>li>a span {
    display: none;
}
#wrapper .links-toggle {
    display: none;
}
#wrapper.toggled .links-toggle {
    display: block;
    width: 30px;
    color: #ccc;
    font-size: 12px;
}
.sidebar-wrapper {
    z-index: 1000;
    position: fixed;
    overflow-x: hidden;
    overflow-y: auto;
    left: 275px;
    width: 285px;
    height: 100%;
    margin-left: -275px;
    -webkit-transition: all 0.5s ease;
    -moz-transition: all 0.5s ease;
    -o-transition: all 0.5s ease;
    transition: all 0.5s ease;
}
#wrapper.toggled .logo img {
    visibility: hidden;
}
#wrapper.toggled .additional-links .nav>li>a span {
    display: block;
}
#wrapper.toggled .additional-links .nav {
    position: fixed;
    top: 73px;
    left: 30px;
    height: 100%;
    padding: 30px 0;
    width: 0;
    visibility: hidden;
    opacity: 0;
    -webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    transition: all 0.3s ease;
}
#wrapper.toggled .additional-links .nav.open {
    display: block;
    visibility: visible;
    border: 1px solid rgba(255, 255, 255, 0.12);
    left: 80px;
    width: auto;
    opacity: 1;
}
#links-toggle:before {
    content: "+ ";
    position: relative;
    left: 3px;
}
#links-toggle.front-icon:before {
    content: "x ";
    position: relative;
    top: -1px;
}
.menu-tab {
    width: 100%;
    border-top: 1px solid rgba(255, 255, 255, 0.21);
}
a#menu-toggle {
    width: 80px;
    color: rgba(255, 255, 255, 0.75);
    font-size: 10px;
    line-height: 1.7;
    padding-top: 20px;
}
#wrapper.toggled .menu-tab {
    left: 255px;
}
#wrapper.toggled a#menu-toggle {
    padding-left: 30px;
    opacity: .8;
}
.menu-tab a#menu-toggle:after {
    content: '\00BB';
    font-size: 18px;
    top: 1px;
    left: 2px;
    position: relative;
    width: 100%;
    text-align: center
}
.menu-tab a#menu-toggle.open-menu:after {
    display: none
}
.menu-tab a#menu-toggle.open-menu:before {
    content: '\00AB';
    font-size: 18px;
    top: 1px;
    left: -2px;
    position: relative;
}
.space-for-scroll {
    width: 255px;
    min-height: 100%;
    background: #021e48;
    box-shadow: 2px 2px 5px rgba(60, 60, 60, 0.32);
}
.sidebar-wrapper p {
    color: #E9E9E9;
    color: rgba(255, 255, 255, 0.6);
    padding-left: 30px;
    text-transform: uppercase;
    font-size: 12px;
}
.sidebar-wrapper .nav-pills>li>a {
    border-radius: 0;
}
.margin-top-fifteen {
    display: none;
}
.button-header-row {
    padding-bottom: 10px;
    /*margin: 0 0 15px 0;
    border-bottom: 1px solid #f2f2f2;*/
}
[id="Account.ReferOthers"] .button-header-row, #MyBillingInfo\.AutopayAndBilling .button-header-row {
    padding-bottom: 0;
}
#Subscriptions .button-header-row {
    margin: 0;
}
#MICMemberHome .button-header-row {
    padding-bottom: 0;
    margin: 0;
    border-bottom: 0;
}
.button-header-row .col-sm-8.text-right {
    padding-right: 0;
}
.table-heading {
    text-transform: uppercase;
    letter-spacing: 1px;
	  font-size: 15px;
    margin-bottom: 0;
}
.table>tbody>tr>td.actions {
    text-align: right
}
td.actions .btn-default:hover {
    background-color: #0f4a9f;
    border-color: #0f4a9f;
}
.ng-table th {
    text-align: left !important;
}
.ng-table th.sortable .sort-indicator {
    letter-spacing: 0;
    font-size: 13px;
    line-height: 13px;
}
table.ng-table tr th.Actions div, table.ng-table tr th.Actions div span, th.actions, table.ng-table tr th.Actions {
    text-align: right;
    padding-right: 0;
}
.mic-header {
    width: 100%;
    height: 73px;
    margin: 0;
    padding: 20px 5px 10px;
    position: fixed;
    background-color: #022558;
    border-left: 1px solid rgba(255, 255, 255, 0.18);
    z-index: 11;
}
.mic-header .btn {
    color: #E9E9E9;
    color: rgba(255, 255, 255, 0.6);
    background-color: transparent;
    border: 0;
}
.mic-header .btn .fa {
    font-size: 18px;
}
.mic-header .btn:hover {
    color: #fff;
}
.mic-header .btn-group, .mic-header .btn-group-vertical {
    vertical-align: top;
}
.no-access {
    display: none;
}
.logo {
    position: relative;
    text-align: center;
    background: white;
    padding: 15px;
    min-height: 73px;
}
.logo span, .logo img {
    display: inline-block;
    line-height: 20px;
    vertical-align: middle;
}
.logo img {
    max-width: 100%;
    max-height: 42px;
}
#wrapper.toggled .logo {
    display: none;
}
.mic-profile {
}
.user-profile-wrapper {
    display: block;
    text-align: left;
    padding: 30px;
}
#wrapper.toggled .user-profile-wrapper {
    padding: 24px;
}
.pageheader-title, h3 {
    margin: 0;
    letter-spacing: 0;
}
.eventpageheader-title, .directorypageheader-title {
    margin: 0;
    letter-spacing: 0;
    font-size: 24px;
    display: inline;
    vertical-align: middle;
    padding-right: 10px;
}
.eventpageheader-social {
    float: right;
    display: inline;
    line-height: 25px;
    padding-top: 20px;
}
.eventpageheader-register {
    vertical-align: middle;
    display: inline;
}
.eventpageheader-image, .eventpageheader-image div, .directorypageheader-image, .directorypageheader-image div {
    display: inline;
    padding-right: 5px;
}
.eventpageheader-row, .directorypageheader-row {
    line-height: 50px;
}
.eventpage-imagegallery .glyphicon-chevron-left, .eventpage-imagegallery .glyphicon-chevron-right, .directorypage-imagegallery .glyphicon-chevron-left, .directorypage-imagegallery .glyphicon-chevron-right, .contentpage-imagegallery a span {
    color: #f2f2f2;
    filter: drop-shadow(0 0 7px #000);
}
.list-view-wrapper h3 {
    margin-bottom: 10px;
}
span.form-control {
    display: inline-block;
}
.form-control {height:auto;}
.form-group > .input-group {
    display: block;
}
.profile-image {
    display: inline-block;
    vertical-align: top;
    margin: 0;
    background: none repeat scroll 0 0 #eeeff7;
    line-height: 0;
    padding: 1px;
    -moz-border-radius: 50px;
    -webkit-border-radius: 50px;
    border-radius: 50px;
    max-width: 50px;
    max-height: 50px;
    height: auto;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
}
.eventpageheader-image .profile-image {
    width: 50px;
    height: 50px;
}
.directorypageheader-image .profile-image {
    border-radius: 5px;
    vertical-align: middle;
}
#DirectorListing .profile-image {
    max-height: 65px;
    max-width: 65px;
    width: 65px;
    height: 65px;
}
#DirectoryListings tr, #DirectoryListings th {
    border-bottom: 1px solid #ccc;
}
#DirectorListing .table-heading {
    padding-left: 0;
}
#DirectoryListings tr td div {
    padding-top: 0;
}

div#Directory td[data-title="'Contact Name'"], div#Directory td[data-title="'Primary Contact'"] {
    overflow: hidden;
    text-overflow: ellipsis;
}
.img-60-60 {
    width: 60px;
    height: 60px;
    max-width: 60px;
    max-height: 60px;
}
#RelatedContacts .mn-overlay {
    top: 25px;
    left: 35px;
}
#user-profile {
    font-size: 12px;
    color: #fff;
}
.profile-text {
    display: inline-block;
    text-align: left;
    font-size: 12px;
    padding-left: 15px;
    max-width: 140px;
    color: #fff;
    color: rgba(255, 255, 255, 0.7);
}
.profile-label {
}
.profile-name {
    word-break: break-word;
}
.profile-button, .profile-text a {
    color: #fff;
    font-size: 13px;
    display: block;
    margin-top: 10px
}
.profile-button:hover, .profile-text a:hover {
    color: #fff;
    color: rgba(255, 255, 255, 0.7);
}
.priority-menu {
    padding: 30px 0;
}
.additional-links {
    padding: 30px 0 0;
}
.navbar-main-row {
    padding: 10px 10px 10px 125px;
}
#nav-container {
    width: 100%;
    background-color: #022558;
    -webkit-overflow-scrolling: touch;
    -webkit-overflow-scrolling: -blackberry-touch;
    border-bottom: 1px solid rgba(255, 255, 255, 0.21);
    border-top: 1px solid rgba(255, 255, 255, 0.21);
}
#nav-container.additional-links {
    background-color: transparent;
    border: 0;
}
#nav-wrapper {
    margin-top: 90px;
}
.nav>li>a {
    padding: 10px 30px;
    color: #fff;
    font-size: 14px;
}
.nav>li>a .fa,
.nav>li>a .fas,
.nav>li>a .fab{
    font-size: 18px;
    text-align: center;
    width: 18px;
    position: absolute;
}
#wrapper.toggled .nav > li > a .fa,
#wrapper.toggled .nav > li > a .fas,
#wrapper.toggled .nav > li > a .fab {
    position: relative;
}
.nav>li>a span {
    padding-left: 35px;
    display: block;
}
.nav > li > a:hover .fa,
.nav > li > a:hover .fas,
.nav > li > a:hover .fab {
    -webkit-animation: iconpulse .3s;
    -moz-animation: iconpulse .3s;
    animation: iconpulse .3s;
}
.nav>li>a:focus, .nav>li>a:hover {
    background-color: #0f4a9f;
}
.nav-pills>li.active>a:after {
    position: absolute;
    content: "";
    width: 0px;
    height: 0px;
    border-left: 15px solid #0f4a9f;
    border-top: 15px solid transparent;
    border-right: 15px solid transparent;
    border-bottom: 15px solid transparent;
    top: 18%;
    right: -26px;
}
.nav-pills>li.active>a, .nav-pills>li.active>a:focus, .nav-pills>li.active>a:hover {
    background-color: #0f4a9f;
}
.nav-tabs>li>a {
    padding: 10px 0;
    border: 0;
    color: #333;
    background-color: transparent;
    border-bottom: 3px solid transparent;
}
.nav-tabs>li {
    padding: 0 15px;
}
.nav-tabs>li:first-child {
    padding-left: 0px;
}
.nav-tabs>li>a:hover, .nav-tabs>li>a:focus, .nav-tabs>li>a:active {
    border: 0;
    border-bottom: 3px solid #0f4a9f;
    color: #0f4a9f;
    background-color: transparent;
    outline: none;
    -webkit-box-shadow: none;
    box-shadow: none;
}
.nav-tabs>li.active>a, .nav-tabs>li.active>a:focus, .nav-tabs>li.active>a:hover {
    color: #333;
    cursor: default;
    background-color: transparent;
    border: 0;
    border-bottom: 4px solid;
    border-color: #0f4a9f;
}
.dropdown-menu {
    border-radius: 0;
    right: 0;
    left: auto;
    padding: 15px 0;
    min-width: 140px;
    z-index: 1500;
}
.dropdown-menu:before {
    position: absolute;
    content: "";
    width: 0px;
    height: 0px;
    border-bottom: 15px solid #fff;
    border-left: 15px solid transparent;
    border-top: 15px solid transparent;
    border-right: 15px solid transparent;
    top: -23px;
    right: 4px;
}
#content {
    margin: 0;
    padding: 30px;
    background-color: #f2f2f2;
    font-size: 14px;
}
.welcome-banner {
    padding: 30px;
    text-align: center;
}
.welcome-banner:after {
    content: "";
    height: 28px;
    width: 28px;
    background-color: #fff;
    position: absolute;
    transform: rotate(45deg);
    border-bottom: 1px solid #efefef;
    border-right: 1px solid #efefef;
}
.welcome-banner p {
    margin: 0;
}
.UpcomingEvents {
    font-size: 14px;
}
.UpcomingEvents div, .ReferralMessage div {
    display: inline-block;
    width: auto;
    vertical-align: top;
}
.UpcomingEvents .col-sm-12 {
    width: 100%;
}
.UpcomingEvents .col-sm-12 p {
    text-align: left;
}
.UpcomingEvents .col-sm-12 span {
    float: none!important;
}
.UpcomingEvents .table-heading, .ReferralMessage .table-heading {
    color: #666;
    padding: 15px 15px 0;
    background-color: #fff;
    border: 1px solid #efefef;
    border-bottom: 0;
}
.UpcomingEvents .btn-primary {
    border-radius: 0;
    font-size: 10px;
}
.ReferralMessage {
    background-color: #fff;
    margin: 0 15px;
}
.AccountBalance > div {
    background-color: #fff;
    margin: 5px 0 0 0;
}
.MakePaymentSection > div {
    margin: 5px 0 15px 0;
    background-color: #fff;
    padding: 15px 0 10px 15px;
}
.MakePaymentSection > div .form-group {
    margin-bottom: 0px;
}
.MakePaymentSection .make-payment-section-text {
    margin-top: 8px;
}
.AccountBalance label, .MakePaymentSection label {
    text-transform: uppercase;
    letter-spacing: 1px !important;
    padding-top: 15px;
    margin-bottom: 10px;
    font-size: 15px !important;
    font-weight: 400;
}
.MakePaymentSection label {
    padding-top: 0;
}
.MakePaymentSection span.home-invoice-balance {
    font-size: 1.4em;
}
.ReferralMessage p.color-gray-light {
    padding: 8px 15px;
    letter-spacing: .3px;
}
.ReferralMessage .btn-primary {
    display: block;
    width: 125px;
    margin-top: 15px;
    margin-bottom: 5px;
    border-radius: 3px;
    font-size: 10px;
}
.AccountBalance button {
    display: block;
    margin: 30px 0 5px 7px;
}
.btn-primary, .AccountBalance button {
    border-radius: 3px;
    font-size: 10px;
    color: rgba(255, 255, 255, 0.7);
}
.btn-primary.btn-lg {
    font-size: 18px;
}
.btn-primary:hover, .btn-primary.active.focus, .btn-primary.active:focus, .btn-primary.active:hover, .btn-primary:active.focus, .btn-primary:active:focus, .btn-primary:active:hover, .open>.dropdown-toggle.btn-primary.focus, .open>.dropdown-toggle.btn-primary:focus, .open>.dropdown-toggle.btn-primary:hover {
    color: #fff;
    text-decoration: none;
    opacity: .7;
}
.eventpageheader-register, btn-primary {
    border-radius: 3px;
    font-size: 14px;
}
.row {
    margin-top: 5px !important;
}
.col-sm-4.left-col .table-responsive {
    background-color: white;
    padding: 0 15px;
    border: 1px solid #efefef;
    border-top: 0;
    overflow-x: auto;
}
.col-sm-4.left-col .table-responsive #UpcomingEvents {
    border-left: 0;
    border-right: 0;
    border-bottom: 0;
}
#UpcomingEvents>tbody>tr:nth-child(odd)>td, #UpcomingEvents>tbody>tr:nth-child(odd)>th {
    background-color: #ffffff;
}
#UpcomingEvents>tbody td {line-height: 15px;}
#UpcomingEvents .fa-sign-in-alt:before {
    content: "Register \276f";
    font-size: 9px;
    font-family: Roboto, sans-serif;
    letter-spacing: .8px;
    font-weight: 400;
}
#UpcomingEvents .actions .badge {
    color: rgba(255, 255, 255, 0.7);
    letter-spacing: .8px;
    font-size: 9px;
    font-weight: 400;
    font-family: Roboto, sans-serif;
    padding: 6px 7px;
}
#UpcomingEvents .btn-xs {
    padding: 7px;
    border-radius: 3px;
}
div[data-title="'Name'"] {
    padding-right: 15px;
}
div[data-title="'Date'"] {
    padding-right: 15px;
}
.event-date {
    font-size: 12px;
    text-align: center;
    font-weight: 700;
}
.event-day {
    font-size: 18px;
    text-align: center;
    font-weight: 700;
    display: block;
    line-height: 18px;
}
.event-name {
    font-weight: 700;
}
.event-time {
    font-size: 12px;
    display: block
}

@media(min-width:768px) {
#wrapper {
    padding-left: 275px;
}
.logo img {
    max-height: 185px;
}
.logo {
    padding: 30px;
}
.menu-tab {
    left: 5px;
}
.navbar-top-links .dropdown-messages, .navbar-top-links .dropdown-tasks, .navbar-top-links .dropdown-alerts {
    margin-left: auto;
}
.page-content-wrapper {
    padding: 0;
    position: relative;
    margin-left: -25px;
}
#wrapper.toggled .page-content-wrapper {
    margin-left: 0px;
}
}

@media(min-width:992px) {
.menu-tab {
    display: none;
    visibility: hidden;
}
.mic-header {
    position: relative;
}
}

@media(min-width:1200px) {
}
.scrtabs-tab-container {
    position: relative;
    border-bottom: 0;
    background-color: #f2f2f2;
}
.scrtabs-tab-container .nav-tabs {
    border-bottom: none;
}
.scrtabs-tab-container .nav-tabs > li {
    margin-bottom: 0;
}
.scrtabs-tab-container .nav-tabs > li:last-child > a {
    margin-right: 0;
}
.scrtabs-tabs-fixed-container {
    width: auto;
    float: none;
}
.scrtabs-tab-scroll-arrow {
    display: none;
    border: 1px solid #ddd;
    position: absolute;
    top: 0;
}
.scrtabs-js-tab-scroll-arrow-left {
    right: 100%;
}
.scrtabs-js-tab-scroll-arrow-right {
    left: 100%;
}
.scrtabs-tab-scroll-arrows {
    margin: 0 20px;
}
.scrtabs-tab-scroll-arrows .scrtabs-tab-scroll-arrow {
    display: block;
}
.large-hourglass {
    position: fixed;
    left: 50%;
    top: 50%;
    font-size: 100px;
    margin-left: -32px; /* -1 * image width / 2 */
    margin-top: -32px; /* -1 * image height / 2 */
    display: block;
    z-index: 20000;
}
.no-border {
    border: 0;
    background-color: transparent;
    -webkit-box-shadow: none;
    -moz-box-shadow: none;
    box-shadow: none;
}
button.checkbox .glyphicon-ok {
    visibility: hidden;
}
button.checkbox.checked .glyphicon-ok {
    visibility: visible;
}
.glyphicon-print:before {
    content: "\e045";
}
.visible-print {
    display: none !important;
}
.visible-print-block {
    display: none !important;
}
.visible-print-inline {
    display: none !important;
}
.visible-print-inline-block {
    display: none !important;
}

@media print {
.no-print {
    display: none;
}
}

@media screen {
#printSection {
    display: none;
}
}

@media print {
style {
    display: none !important;
}
body * {
    display: none;
}
#printSection, #printSection * {
    display: inline-block;
}
#printSection table {
    display: table;
}
#printSection tr {
    display: table-row;
}
#printSection td {
    display: table-cell;
}
#printSection tbody {
    display: table-row-group;
}
#printSection {
    position: absolute;
    z-index: 10000;
    left: 0;
    top: 0;
}
}
.fixed-header-fake {
    height: 0;
    overflow-y: hidden;
}
.dynamic-list {
    position: relative;
    margin-bottom: 20px;
}
.dynamic-list-content {
    position: relative;
    vertical-align: top;
}
.dynamic-list-actions {
    position: relative;
    white-space: nowrap;
    width: 1%;
    vertical-align: bottom;
    padding-left: 15px;
}
.dynamic-list-multi-actions {
    position: relative;
    white-space: nowrap;
    width: 100%;
    vertical-align: bottom;
    padding-left: 15px;
}
.dynamic-list-actions .btn-xs, .dynamic-list-multi-actions .btn-xs {
    background-color: #bbbbbb;
    border-color: #999;
}
.dynamic-list.has-items {
    margin-bottom: 0;
}
.dynamic-list.has-items .dynamic-list-actions, .dynamic-list.has-items .dynamic-list-multi-actions {
    padding: 0px 0 3px 20px;
    vertical-align: top;
}

@media (max-width: 767px) {
.dynamic-list-header .dynamic-list-content > * {
    display: none;
}
}

@media (min-width: 768px) {
.dynamic-list-header label {
    margin-bottom: 0;
}
.dynamic-list.has-items .dynamic-list-header label {
    margin-bottom: 10px;
}
}
.bg-primary {
    background-color: #f06623;
    color: #fff;
}
a {
    cursor: pointer;
}
a:hover, a:focus {
    color: #0f4a9f;
    text-decoration: underline;
}
a:focus {
    outline: thin dotted;
    outline: 5px auto -webkit-focus-ring-color;
    outline-offset: -2px;
}
h3.MICMemberHome:before {
    content: url('/GZContent/Images/MIC/MIC_titleArrows.png');
    display: inline-block;
    color: white;
}
h3.MICMemberHome {
    vertical-align: middle;
    display: flex;
    align-items: center;
    white-space: nowrap;
    font: 18pt arial, Bold;
    color: #00204e;
    display: none;
}
#MICMemberHome {
}
#MICMemberHome fieldset > .row {
    margin-top: 0 !important;
}
#MICMemberHome-WelcomeMessage {
    background-color: #fff;
    border: 1px solid #efefef;
    padding: 30px;
    letter-spacing: .3px;
}
#MICMemberHome-WelcomeMessage h1, #MICMemberHome-WelcomeMessage h2, #MICMemberHome-WelcomeMessage h3, #MICMemberHome-WelcomeMessage h4, #MICMemberHome-WelcomeMessage h5 {
    margin-top: 0;
    letter-spacing: .5px;
}
.search-filter .col-sm-2 {
    padding-right: 0;
}
.search-filter select[name="filters"] {
    height: 26px;
}
.search-filter input[type="search"] {
    height: 26px;
}
.search-filter .center button,
.search-filter .center select {
	background-image: -webkit-linear-gradient(#fff,#e9e9e9);
    background-image: -o-linear-gradient(#fff,#e9e9e9);
    background-image: linear-gradient(#fff,#e9e9e9);
}
.search-filter .center button:hover,
.search-filter .center select:hover {
	background-image: -webkit-linear-gradient(#f1f1f1,#e0dfdf);
	background-image: -o-linear-gradient(#f1f1f1,#e0dfdf);
	background-image: linear-gradient(#f1f1f1,#e0dfdf);
}
.form-validation select.ng-valid.ng-dirty, .form-validation input.ng-valid.ng-dirty {
    border-right: 3px #60cd9b solid;
}
.form-validation select.ng-invalid.ng-dirty, .form-validation input.ng-invalid.ng-dirty {
    border-color: #e87352;
}
input.ng-invalid {
    border-right: 3px red solid;
}
textarea.ng-invalid {
    border-right: 3px red solid;
}
select.ng-invalid {
    border-right: 3px red solid;
}
.input-group {
    position: relative;
    display: table;
    border-collapse: separate;
    width: 100%;
}
.input-group[class*="col-"] {
    float: none;
    padding-left: 0;
    padding-right: 0;
}
.input-group .form-control {
    position: relative;
    z-index: 2;
    float: left;
    width: 100%;
    margin-bottom: 0;
}
.input-group-addon, .input-group-btn, .input-group-btn2, .input-group .form-control {
    display: table-cell;
}
.input-group-addon:not(:first-child):not(:last-child), .input-group-btn:not(:first-child):not(:last-child), .input-group .form-control:not(:first-child):not(:last-child) {
    border-radius: 3px;
}
.input-group-addon, .input-group-btn, .input-group-btn2 {
    width: 1%;
    white-space: nowrap;
    vertical-align: middle;
}
.input-group-addon {
    padding: 6px 12px;
    font-size: 14px;
    font-weight: normal;
    line-height: 1;
    color: #767676;
    text-align: center;
    background-color: #eee;
    border: 1px solid #cbd5dd;
    border-radius: 0;
}
.input-group-addon.input-sm, .form-horizontal .form-group-sm .input-group-addon.form-control, .input-group-sm > .input-group-addon, .input-group-sm > .input-group-btn > .input-group-addon.btn {
    padding: 5px 10px;
    font-size: 12px;
    border-radius: 0;
}
.input-group-addon.input-lg, .form-horizontal .form-group-lg .input-group-addon.form-control, .input-group-lg > .input-group-addon, .input-group-lg > .input-group-btn > .input-group-addon.btn {
    padding: 10px 16px;
    font-size: 18px;
    border-radius: 0;
}
.input-group-addon input[type="radio"], .input-group-addon input[type="checkbox"] {
    margin-top: 0;
}
.input-group .form-control:first-child, .input-group-addon:first-child, .input-group-btn:first-child > .btn, .input-group-btn:first-child > .btn-group > .btn, .input-group-btn:first-child > .dropdown-toggle, .input-group-btn:last-child > .btn:not(:last-child):not(.dropdown-toggle), .input-group-btn:last-child > .btn-group:not(:last-child) > .btn {
    border-bottom-right-radius: 0;
    border-top-right-radius: 0;
}
.input-group-addon:first-child {
    border-right: 0;
}
.input-group .form-control:last-child, .input-group-addon:last-child, .input-group-btn:last-child > .btn, .input-group-btn:last-child > .btn-group > .btn, .input-group-btn:last-child > .dropdown-toggle, .input-group-btn:first-child > .btn:not(:first-child), .input-group-btn:first-child > .btn-group:not(:first-child) > .btn {
    border-bottom-left-radius: 0;
    border-top-left-radius: 0;
}
.input-group-addon:last-child {
    border-left: 0;
}
.input-group-btn, .input-group-btn2 {
    position: relative;
    font-size: 0;
    white-space: nowrap;
}
.mic-header .input-group-btn > .btn, .mic-header .input-group-btn2 > .btn {
    height: auto;
}
.input-group-btn > .btn + .btn {
    margin-left: -1px;
}
.input-group-btn > .btn:hover, .input-group-btn > .btn:focus, .input-group-btn > .btn:active {
    z-index: 2;
}
.input-group-btn:first-child > .btn, .input-group-btn:first-child > .btn-group {
    margin-right: -1px;
}
.input-group-btn:last-child > .btn, .input-group-btn:last-child > .btn-group {
    margin-left: -1px;
}
.input-group-btn2 > .btn {
    margin-left: 3px;
}
.btn-group #action-commonTasks {
    border-radius: 3px;
}
.image-gallery {
    position: relative;
    display: block;
    overflow: hidden;
    background: #F3F3F3;
    border-radius: 5px;
    border: solid 5px #F3F3F3;
    box-sizing: content-box;
}
.full-width-imagegallery {
    padding-bottom: 56.25%; /*16:9*/
    padding-top: 25px;
}
.full-width-imagegallery img {
    width: auto;
    height: 100%;
}
.image-gallery .images, .image-gallery .image {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}
.image-gallery .image {
    overflow: hidden;
    background: #F3F3F3;
    border-radius: 5px;
}
.image-gallery .image img {
    display: block;
    max-width: 100%;
    margin: auto;
}
.image-gallery .image .caption {
    position: absolute;
    left: 80px;
    right: 80px;
    bottom: 115px;
    padding: 10px;
    background: rgba(0,0,0,.40);
    color: #FFF;
    border-radius: 5px;
}
.image-gallery .image .caption > :first-child {
    margin-top: 0;
}
.image-gallery .image .caption > :last-child {
    margin-bottom: 0;
}
.image-gallery .thumbs {
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    overflow: hidden;
    text-align: center;
    display: block;
    margin: 5px 0;
    list-style: none;
    padding: 0 5px;
}
.image-gallery .thumbs li {
    display: inline-block;
    margin: 0 5px;
}
.image-gallery .thumbs a {
    display: block;
    border-radius: 5px;
    overflow: hidden;
    background: #F3F3F3;
    padding: 5px;
}
.image-gallery .thumbs img {
    display: block;
    border-radius: 5px;
    overflow: hidden;
}
.image-gallery .thumbs .active {
    background-color: #000;
}
.image-gallery .control {
    position: absolute;
    width: 50px;
    height: 50px;
    top: 50%;
    margin: -25px 5px 0 5px;
    text-align: center;
    line-height: 50px;
    font-size: 50px;
}
.image-gallery .control.left {
    left: 0;
}
.image-gallery .control.right {
    right: 0;
}
.image-gallery .actions {
    position: absolute;
    top: 0;
    width: 100%;
    left: 0;
    padding: 5px;
}
.image-reorder {
    list-style: none;
    margin: 0;
    padding: 0;
}
.image-reorder li {
    position: relative;
    display: block;
    float: left;
    border-radius: 5px;
    overflow: hidden;
    background: #F3F3F3;
    padding: 5px;
    margin: 5px;
    cursor: move;
}
.image-reorder .ui-sortable-placeholder {
    visibility: visible !important;
    border: dashed 1px #999;
    opacity: 0.25;
    padding: 4px;
}
.image-reorder img {
    display: block;
    max-width: 100%;
    max-height: 100%;
    border-radius: 5px;
}

.contentpage-imagegallery, .contentpage-imagegallery .image, .eventpage-imagegallery, .eventpage-imagegallery .image, .directorypage-imagegallery, .directorypage-imagegallery .image {
    background: transparent;
    border: none;
}

.isteven-custom-button.ng-invalid {
    border: 1px red solid;
}
.btn-xs, .btn-group-xs > .btn {
    padding: 8px;
    font-size: 12px;
    line-height: 1;
    border-radius: 3px;
    background-color: #0f4a9f;
    color: rgba(255, 255, 255, 0.7);
}
.btn.focus, .btn:focus, .btn:hover {
    color: #fff;
    text-decoration: none;
    opacity: .7;
}
.btn-xs.checkbox {
    background-color: #fff;
    border-color: #ccc;
    color: #666;
}
.btn-info, .btn-info:hover, .btn-info.focus, .btn-info:focus, .btn-info.active, .btn-info:active, .btn-info[disabled]:hover, .open>.dropdown-toggle.btn-info, .btn-info:active:focus {
    background-color: #b2b2b2;
    border-color: #9a9a9a;
}
a.action-button[disabled] {
    pointer-events: none;
}
.mic-search {
    max-width: 300px;
    display: inline-block;
}
.mic-search .form-control {
    opacity: 0;
    border: 0;
    position: absolute;
    width: 10px;
    right: 0;
    top: 0px;
    visibility: hidden;
    -webkit-transition: all .5s;
    -moz-transition: all .5s;
    transition: all .5s;
}
.mic-search .open .form-control {
    opacity: 1;
    width: 200px;
    visibility: visible;
}
.mic-search .btn {
    border: 0;
    z-index: 20;
    position: relative;
}
.mic-search .btn-default.active, .mic-search .btn-default:active, .open>.dropdown-toggle.btn-default, .mic-search .btn-default.active.focus, .mic-search .btn-default.active:focus, .mic-search .btn-default.active:hover, .mic-search .btn-default:active.focus, .mic-search .btn-default:active:focus, .mic-search .btn-default:active:hover, .mic-search .open>.dropdown-toggle.btn-default.focus, .mic-search .open>.dropdown-toggle.btn-default:focus, .mic-search .open>.dropdown-toggle.btn-default:hover {
    color: #fff;
    background-color: transparent;
    border: 0;
    outline: 0;
}
.mic-search .dropdown-menu>li>a {
    width: 300px;
    overflow: hidden;
    text-overflow: ellipsis;
}

@media (min-width:768px) {
.mic-search .open .form-control {
    opacity: 1;
    width: 300px;
    visibility: visible;
}
}

@media (max-width:480px) {
.no-small-devices {
    display: none;
}
}
.mn-overlay-container {
    position: relative;
}
.mn-overlay-container .mn-overlay {
    display: none;
    position: absolute;
    top: -20px;
    left: 25px;
    margin: -12px 0 0 -12px;
    font-size: 2em;
    pointer-events: none;
}

.mn-overlay-container.middle .mn-overlay {
    top: 20px;
}

#wrapper.toggled .mn-overlay-container .mn-overlay {
    top: 12px;
    left: 12px;
}
.mn-overlay-container:hover .mn-overlay {
    display: block;
}
.white-box {
    background-color: #fff;
    border: 1px solid #efefef;
    padding: 15px;
}
.modal-body {
    padding: 30px;
    font-size: 14px;
    letter-spacing: .5px;
}
.modal-header {
    border-radius: 5px 5px 0 0;
    border-color: rgba(255, 255, 255, 0.20);
    background-color: #022558;
    color: #fff;
}
.modal-footer {
    border-radius: 0 0 5px 5px;
    border-color: #e5e5e5;
}
.modal-footer .btn-primary {
    border-radius: 3px;
    font-size: 14px;
}
.modal-sm {
    width: 300px
}
.modal-lg {
    width: 90%;
    max-width: 880px
}
.modal-xl {
    width: 90%;
    max-width: 1200px
}
@media (max-width:480px) {
    .modal-dialog.modal-xl .modal-body {
        padding:30px 0;
    }
}
.modal btn.checkbox {
    height: 31px;
    width: 31px;
    background-color: #0f4a9f;
    border-radius: 50px;
}
button.modal-arrow {
    -webkit-transition: scale(.8);
    -moz-transition: scale(.8);



    -o-transition: scale(.8);
    transform: scale(.8);
    border-color: transparent;
    background-color: transparent;
}
.modal-arrow-box {
    display: inline-block;
    background-color: rgba(255, 255, 255, 0.1);
}
.modal-content .nav-tabs {
    border-bottom: 1px solid #ddd;
    margin-bottom: 20px;
}
.modal .btn.bg-primary:hover {
    opacity: 1;
}
.modal .input-group .btn.bg-primary {
    border: 1px solid #bdbdbd;
    background-color: #ececec;
    color: #7d7e7f;
}
.modal-header .btn-xs, .modal-header .btn-group-xs > .btn {
    padding: 0 10px;
    font-size: 16px;
    border-radius: 3px;
    border: 0;
    background-color: transparent;
}
@-webkit-keyframes iconpulse {
 0% {
 -ms-transform: scale(1);
 -webkit-transform: scale(1);
 transform: scale(1);
}
50% {
 -ms-transform: scale(1.4);
 -webkit-transform: scale(1.4);
 transform: scale(1.4);
}
100% {
 -ms-transform: scale(1);
 -webkit-transform: scale(1);
 transform: scale(1);
}
}
@-moz-keyframes iconpulse {
 0% {
 -ms-transform: scale(1);
 -webkit-transform: scale(1);
 transform: scale(1);
}
50% {
 -ms-transform: scale(1.4);
 -webkit-transform: scale(1.4);
 transform: scale(1.4);
}
100% {
 -ms-transform: scale(1);
 -webkit-transform: scale(1);
 transform: scale(1);
}
}
@keyframes iconpulse {
 0% {
 -ms-transform: scale(1);
 -webkit-transform: scale(1);
 transform: scale(1);
}
50% {
 -ms-transform: scale(1.4);
 -webkit-transform: scale(1.4);
 transform: scale(1.4);
}
100% {
 -ms-transform: scale(1);
 -webkit-transform: scale(1);
 transform: scale(1);
}
}
.criteria-tag {
    font-size: 12px;
    letter-spacing: .5px;
    white-space: nowrap;
    padding: 0 0 0 4px;
    background-color: #f2f2f2;
    border-radius: 3px;
    margin-right: 5px;
}
.criteria-remove-button {
    background-color: #ddd;
    padding: 0 4px;
    border-radius: 3px;
    position: relative;
    left: 5px;
}
.hidden-criteria {
    display: none;
}
.fieldCollapsed .cf-group-controls i.fa-angle-up, .cf-group-controls > button i.fa-angle-down, .fieldCollapsed .cf-content {
    display: none;
}
.fieldCollapsed .cf-group-controls > button i.fa-angle-down {
    display: inline;
}
.fieldCollapsed.fieldFiltered .cf-content {
    display: block;
}
.cf-group-controls button.btn.btn-xs.btn-primary {
    padding: 4px 6px;
}
.cf-group-controls {
    padding: 2px;
}
.cf-group-controls .btn.btn-xs.btn-primary {
    position: relative;
    top: 10px;
    float: right;
}
.cf-group-controls:hover {
    background: #f9f9f9;
    cursor: pointer;
}
/*for display of actions button on Hub event header*/
.view-container > .row:first-child .col-sm-12, .sticky-tasks .col-sm-12 {
    width: auto;
}
#action-commonTasks .list-group-item {
    padding: 3px 0;
    border: 0;
}
.sticky-tasks-btn .list-group-item {
    padding: 0;
    border: 0;
}
.sticky-tasks-btn .dropdown-menu>li>a {
    padding: 6px 20px;
}
.sticky-tasks-btn .fa {
    display: none;
}
tr[name="attendee"] .ui-select-container {
    border-right: 4px solid red;
}
.sticky-tasks {
    padding-top: 5px;
}
td[data-title="'Name'"], td[data-title="'Event Name'"], td[data-title="'Contact Name'"], td[data-title="'Experience Item Type Id'"] {
    font-weight: 700;
}
td[data-title="'Contact Name'"] .make-payment-contact span{
    font-weight: normal;
}
td[data-title="'Value'"], td[data-title="'Join Date'"] {
    font-size: 13px;
}
[ui-view] label {
    font-size: 12px;
    line-height: 14px;
    letter-spacing: .5px;
}
td[data-title="'Contact Email'"] {
    word-break: break-word;
}
.table {
    margin-top: 10px;
}

table thead {
    text-transform:uppercase;
}
.table>tbody>tr>td, .table>tbody>tr>th, .table>tfoot>tr>td, .table>tfoot>tr>th, .table>thead>tr>td, .table>thead>tr>th {
    font-size: 13px;
    line-height: 15px;
    padding: 8px 8px;
    color: #fff;
    letter-spacing: .3px;
    vertical-align: middle;
}
#Balances>tbody>tr>td {line-height: 10px;}
.table>tbody>tr>td {
    color: inherit;
}
.table > thead > tr > th, .table > thead > tr > td {
    vertical-align: middle;
    background-color: #0f4a9f;/*secondary*/
}
.table>tbody>tr>td p {
    margin: 0 0 5px;
}
.table>tbody>tr:nth-child(odd)>td, .table>tbody>tr:nth-child(odd)>th {
    background-color: #edf3fb; /*1% of secondary*/
}
.ng-table th.sortable .sort-indicator:before {
    border-top: 4px solid rgba(255, 255, 255, 0.60);
}
.ng-table th.sortable .sort-indicator:after, .list-view-wrapper .ng-table th.sortable .sort-indicator:before {
    border-color: rgba(255, 255, 255, 0.60) transparent;
}
.isteven-custom-button {
    height: 100% !important;
    min-height: 24px
}
.isteven-custom-button {
    height: 100% !important;
    min-height: 24px;
}
#privacy-policy {
    font-size: 10px;
    color: #fff;
    opacity: .8;
}
#privacy-policy a {
    font-size: 10px;
    opacity: 1;
    padding: 0;
    display: inline;
    text-decoration: underline;
}
#privacy-policy a:hover {
    background-color: transparent;
    opacity: .8;
}
li#privacy-policy {
    padding: 60px 0 10px;
    text-align: center;
}
@media (min-width:768px) {
    .table>tbody>tr>td, .table>tbody>tr>th, .table>tfoot>tr>td, .table>tfoot>tr>th, .table>thead>tr>td, .table>thead>tr>th {
        max-width: 200px;
    }
    .Downloads-scroll td[data-title="'Expiration Date'"] {
        width: 200px;
    }

    .Downloads-scroll td.actions {
        width: 50px;
    }
}
@media (min-width: 992px) {
li#privacy-policy {
    padding: 30px 0 10px;
}
}
@media screen and (max-width: 767px) {
.table-responsive {
    border: 0;
}
.input-group.fixed-responsive {
    display: block;
    overflow-y: hidden;
}
}
.tt-menu, .gist {
    text-align: left;
}
.twitter-typeahead {
    display: block;
    width: 100%;
    /*padding: 5px;*/
    margin: 0 5px 5px 0;
}
.typeahead, .tt-query, .tt-hint {
    width: 396px;
    height: 30px;
    padding: 8px 12px;
    font-size: 24px;
    line-height: 30px;
    border: 1.2px solid #ccc;
    -webkit-border-radius: 8px;
    -moz-border-radius: 8px;
    border-radius: 8px;
    outline: none;
}
.typeahead {
    background-color: #fff;
}
.typeahead:focus {
    border: 2px solid #0097cf;
}
.tt-query {
    -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
    -moz-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
    box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
}
.tt-hint {
    color: #999
}
.tt-menu {
    width: 422px;
    margin: 0px 0;
    padding: 8px 0;
    background-color: #fff;
    border: 1px solid #ccc;
    border: 1px solid rgba(0, 0, 0, 0.2);
    -webkit-border-radius: 8px;
    -moz-border-radius: 8px;
    border-radius: 8px;
    -webkit-box-shadow: 0 5px 10px rgba(0,0,0,.2);
    -moz-box-shadow: 0 5px 10px rgba(0,0,0,.2);
    box-shadow: 0 5px 10px rgba(0,0,0,.2);
}
.tt-suggestion {
    padding: 3px 20px;
    font-size: 18px;
    line-height: 24px;
}
.tt-suggestion:hover {
    cursor: pointer;
    color: #fff;
    background-color: #0097cf;
}
.tt-suggestion.tt-cursor {
    color: #fff;
    background-color: #0097cf;
}
.tt-suggestion p {
    margin: 0;
}
.gist {
    font-size: 14px;
}
.success-message {
    padding-left: 0;
    color: green;
}
.no-padding-left {
    padding-left: 0;
}
.Account-ReferOthers {
    position: relative;
}

/*----------query for mobile changes------------*/
@media screen and (max-width: 768px) {
table, thead, tbody, th, td, tr {
    display: block;
}
.table {
    border-left: 0;
    border-right: 0;
    border-bottom: 0;
}
/* Hide table headers (but not display: none;, for accessibility) */
thead tr {
    position: absolute;
    top: -9999px;
    left: -9999px;
}
div[ui-calendar] table, .datespan-table {
    display: table;
}
div[ui-calendar] thead {
    display: table-header-group;
}
div[ui-calendar] tbody, .datespan-table tbody {
    display: table-row-group;
}
div[ui-calendar] tr, .datespan-table tr {
    display: table-row;
}
div[ui-calendar] td, div[ui-calendar] th, .datespan-table td {
    display: table-cell;
}
div[ui-calendar] thead tr {
    position: static;
}
.table>tbody>tr>td.actions {
    text-align: left;
}
tr {
    border-bottom: 1px solid #ccc;
}
tr:last-child {
    border: 0;
}
td {
    /* Behave  like a "row" */
    border: none;
    border-bottom: 1px solid #eee;
    position: relative;
    padding-left: 50%;
}
td:before {
    /* Now like a table header */
    position: absolute;
    /* Top/left values mimic padding */
    top: 6px;
    left: 6px;
    width: 45%;
    padding-right: 10px;
    white-space: nowrap;
}
.table>tbody>tr>td, .table>tbody>tr>th, .table>tfoot>tr>td, .table>tfoot>tr>th, .table>thead>tr>td, .table>thead>tr>th {
    max-width: 100%;
    border: 0;
    padding: 3px 5px;
}
.table-responsive>.table>tbody>tr>td:first-child {
    padding-top: 12px
}
.table-responsive>.table>tbody>tr>td:last-child {
    padding-bottom: 15px
}
.table-responsive>.table>tbody>tr>td, .table-responsive>.table>tbody>tr>th, .table-responsive>.table>tfoot>tr>td, .table-responsive>.table>tfoot>tr>th, .table-responsive>.table>thead>tr>td, .table-responsive>.table>thead>tr>th {
    white-space: normal;
}
#content, div[ui-view], .list-view-wrapper, #Subscriptions>form, #CertificationDetail {
    padding: 15px;
    overflow: hidden;
}
.view-container {
    overflow-y: hidden!important;
}
button, input, select, textarea {
    margin-bottom: 5px;
}
select {
    width: 100%
}
.criteria-tag {
    white-space: normal;
    display: block;
    margin-bottom: 3px;
}
span[ng-repeat="criteria in vm.criteriaItems"] {
    display: block;
}
.tooltipevent {
    display: none;
}
.fc-scroller {
    overflow-y: auto;
}
.fc-day-grid-container {
    height: auto !important;
}
}

@media screen and (max-width: 992px) {
.form-control {
    font-size: 16px
}
#nav-container {
    border-top: 0;
}
.priority-menu {
    padding: 0 0 30px;
}
.additional-links {
    padding: 30px 0;
}
#content {
    padding: 88px 15px 15px;
}
.mic-header .col-xs-12.text-right {
    padding-right: 80px;
}
#wrapper.toggled .mic-header .col-xs-12.text-right {
    padding-right: 260px;
}
#wrapper[slim-scroll]>div+div, #wrapper [data-slim-scroll]>div+div {
    right: 0;
}
#wrapper {
    padding-left: 80px;
}
#wrapper .sidebar-wrapper {
    width: 80px;
}
#wrapper #user-profile .profile-image {
    max-width: 25px;
}
#wrapper .profile-text, #wrapper .sidebar-wrapper p, #wrapper .nav>li>a span {
    display: none;
}
#wrapper .logo img {
    visibility: hidden;
}
#wrapper .additional-links .nav>li>a span {
    display: block;
}
#wrapper .links-toggle {
    display: block;
    width: 30px;
    color: #ccc;
    font-size: 12px;
}
#wrapper.toggled .additional-links .nav {
    position: relative;
    top: 0;
    left: 0;
    background-color: transparent;
    height: auto;
    padding: 0;
    display: block;
    visibility: visible;
    opacity: 1;
    width: auto;
}
#wrapper .additional-links .nav>li>a span {
    display: none;
}
#wrapper .space-for-scroll {
    width: 80px;
}
#wrapper.toggled .space-for-scroll {
    width: 255px;
}
#wrapper.toggled .links-toggle {
    display: none;
}
#wrapper .logo {
    display: none;
}
#wrapper .user-profile-wrapper {
    padding: 24px;
}
#wrapper .nav>li>a .fa {
    position: relative;
}
#wrapper .page-content-wrapper {
    margin-left: 0px;
}
#wrapper .mic-header .mic-search, #wrapper .mic-header .btn-group {
    display: inline-block;
}
#wrapper .mn-overlay-container .mn-overlay {
    top: 12px;
    left: 12px;
}
#wrapper.toggled[slim-scroll]>div+div, #wrapper.toggled [data-slim-scroll]>div+div {
    right: 31px;
}
#wrapper.toggled {
    padding-left: 255px;
}
#wrapper.toggled .sidebar-wrapper {
    width: 285px;
}
#wrapper.toggled #user-profile .profile-image {
}
#wrapper.toggled .profile-text, #wrapper.toggled .sidebar-wrapper p, #wrapper.toggled .nav>li>a span {
    display: inline-block;
}
#wrapper.toggled .logo img {
    visibility: visible;
}
#wrapper.toggled .additional-links .nav>li>a span {
    padding-left: 35px;
}
#wrapper.toggled .logo {
    display: block;
}
#wrapper.toggled .user-profile-wrapper {
    padding: 30px;
}
#wrapper.toggled .nav>li>a .fa {
    position: absolute;
}
#wrapper.toggled .mic-header .mic-search, #wrapper.toggled .mic-header .btn-group {
    display: inline-block;
}
#wrapper.toggled .mn-overlay-container .mn-overlay {
}
div[ui-view], .list-view-wrapper, #Subscriptions>form, #CertificationDetail {
    overflow-wrap: normal;
    white-space: normal;
}
#wrapper #privacy-policy, #wrapper #privacy-policy a {
    font-size: 9px;
}
#wrapper.toggled #privacy-policy, #wrapper.toggled #privacy-policy a {
    font-size: 10px;
}
}

@media (max-width:545px) {
.mic-header .mic-search {
    right: 55px;
}
.mic-header .btn-group {
    right: 15px;
}
#wrapper.toggled .mic-header .mic-search, #wrapper.toggled .mic-header .btn-group {
    display: inline-block;
}
}

@media screen and (max-width: 576px) {
#wrapper.toggled .mic-header .container-fluid {
    display: none
}
}
.theme-showcase .panel-body > .mn-row > .mn-col-1 {
    padding-bottom: 0px;
}
.theme-showcase .mn-col-1 {
    padding-bottom: 25px;
}
.theme-showcase .mn-block.mn-req-statement {
    background-color: #f2f2f2;
    padding: 10px;
}
.isteven-custom-button {
    min-height: 34px;
}
.btn-report-mic {
    background-color: #f06623;
    border-color: #c74a0d;
}
.btn-report-mic:hover, .btn-report-mic:focus, .btn-report-mic:active, .btn-report-mic.active, .open > .btn-report-mic.dropdown-toggle {
    color: #fff;
    background-color: #3ea1cc;
    border-color: #308eb7;
}
.top-space {
    margin-top: 20px;
}
.cert-p-spacing {
    padding: 6px 12px;
}
.cert-description>span {
    font-size: 12px;
}
.change-org-btn {
    padding-top: 5px;
}
.centralize {
    text-align: center;
    margin: 0;
}
.centralize .checkbox {
    margin: 0;
}
.dynamic-list.table.table-striped {
    background-color: white;
}
.dynamic-list.table.table-striped .row {
    margin-right: 5px;
}
.dynamic-list.table.table-striped .form-control {
    font-size: 14px;
    padding: 0px 0px 0px 8px;
}
.dynamic-list.table.table-striped td, .dynamic-list.table.table-striped th {
    font-size: 14px;
}
.dynamic-list.table.table-striped div.ng-binding {
    padding-left: 8px;
}

[id*="ForumBase"] #mniFormnoid .row .col-sm-1, #mniFormnoid .row .col-sm-1, #mniFormnoid .row .col-sm-2 {
    padding-right: 10px !important;
    padding-left: 10px !important;
}
[id*="ForumBase"] #mniFormnoid .row .col-sm-5 {
    padding-right: 0;
    padding-left: 10px !important;
}
.contactInfoHeader {
    position: relative;
    font-size: 18px;
    font-weight:bold;
    letter-spacing: 0;
}

.contactInfoHeader-acct {
    font-size: 16px;
    display: block;
}
.contactInfoHeader-relOrg {
    position: relative;
    padding: 0 0 6px 0;
    font-size: 16px;
    font-weight: bold;
    letter-spacing: 0;
}

@media (min-width: 992px) {
    #Account\.ContactInfo > .row.button-header-row {
        min-height: 45px;
    }
}
.contactInfoTitle {
    margin-top: 10px;
    padding-left: 0;
}
.grid-group > div, .grid-group > span {
    float: left;
    margin-right: 15px;
}
.mni-card.container.style2 {
    background-color: #faf9fe;
    background: -moz-linear-gradient(top, rgba(255,255,255,1) 0%, #ede9fb 100%);
    background: -webkit-linear-gradient(top, rgba(255,255,255,1) 0%, #ede9fb 100%);
    background: linear-gradient(to bottom, rgba(255,255,255,1) 0%, #ede9fb 100%);
    border: 1px solid #e4e0f5;
}
.mni-card.container.style5 {
    background-color: #fff;
    background: #fff;
    border: #d9d7d7 1px solid;
}
.mni-card a {
    white-space: nowrap;
    text-overflow: ellipsis;
    overflow: hidden;
    display: block;
}
.contact-card-info i {
    position: absolute;
    top: 1px;
    left: 15px;
}
.mni-card {
    display: inline-block;
    max-width: 300px;
    min-width: 300px;
    background-color: #fff;
    border: #ddd 1px solid;
    min-height: 90px;
    margin: 5px;
    padding: 7px 7px 5px;
    box-shadow: 5px 5px 2px #bebebe;
    vertical-align: top;
    border-radius: 5px;
	letter-spacing: 0;
}
.mni-card img {
    max-width: 50px;
    max-height: 50px;
    vertical-align: top;
    float: left;
    margin-bottom: 3px;
    border-radius: 5px;
    background-color: transparent;
}
.mni-card a {
    white-space: nowrap;
    font-weight: bold;
}

.card-view, .list-view-wrapper {
    z-index: 1;
    position: relative;
}
.mni-card.container {
    position: relative;
    box-shadow: none;
    background: -moz-linear-gradient(top, #ffffff 0%, #f3f3f3 100%);
    background: -webkit-linear-gradient(top, #ffffff 0%, #f3f3f3 100%);
    background: linear-gradient(to bottom, #ffffff 0%, #f3f3f3 100%);
}
.mni-card.container:before, .mni-card.container:after {
    z-index: -1;
    position: absolute;
    content: "";
    bottom: 2px;
    left: 10px;
    max-width: 300px;
    background: #fff;
    -webkit-box-shadow: 0 15px 10px #777;
    -moz-box-shadow: 0 15px 10px #777;
    box-shadow: 0 2px 10px #777;
    -webkit-transform: rotate(-3deg);
    -moz-transform: rotate(-3deg);
    -o-transform: rotate(-3deg);
    -ms-transform: rotate(-3deg);
    transform: rotate(-2deg);
    width: 150px;
    height: 55px;
}
.mni-card.container:after {
    -webkit-transform: rotate(3deg);
    -moz-transform: rotate(3deg);
    -o-transform: rotate(3deg);
    -ms-transform: rotate(3deg);
    transform: rotate(2deg);
    right: 10px;
    left: auto;
}
.editable-click, a.editable-click {
    color: #5b3284;
    border-bottom: dashed 1px #5b3284;
}
.editable-click:hover, a.editable-click:hover {
    color: #8466a3;
    border-bottom-color: #8466a3;
}
.mni-card i {
    top: 2px;
}
/*mni-content-card*/
.mni-ContentItem-card {
    border-radius: 0;
    max-width: 200px;
    min-width: 200px;
    min-height: 275px;
    text-align: center;
    font-style: italic;
    margin: 15px;
}
.mni-content-card-img {
    border-bottom: 1px solid #ddd;
    width: 90%;
    margin: 0 auto 10px auto;
    height: 165px;
    width: 165px;
    /* max-height: 160px; */
    /* max-width: 160px; */
    position: relative;/* margin: auto; */
}
.mni-ContentItem-card img {
    max-width: 90%;
    height: auto;
    max-height: 90%;
    width: auto;
    float: none;
    border-radius: 0;
    margin: auto;
    position: absolute;
    top: 0;
    bottom: 0;
    right: 0;
    left: 0;
}
.mni-ContentItem-card i {
    padding: 30px 0;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
}
.mni-content-card-title {
    font-weight: bold;
    font-style: normal;
}
.mni-content-card-date {
    text-align: left;
    vertical-align: bottom;
    position: absolute;
    bottom: 0;
}
.mni-content-card-row {
    margin-top: 0px !important;
    height: 275px;
    overflow: hidden;
}
.mni-content-card-actions {
    right: 15px;
    position: absolute;
    bottom: 2px;
}

.mni-ContentItem-card.container:before, .mni-ContentItem-card.container:after {
    width: 115px;
}
/*mni-content-card-list*/
.mni-ContentItem-list, .mni-Resource\.Shared-card {
    border-radius: 0;
    height: 150px;
    margin: 15px 0 15px 5px;
    min-width: 100%;
}
.mni-Resource\.Shared-card {
    min-width: 45%;
    height: 160px;
}
.mni-resourceCardClick {
    cursor: pointer;
}
.mni-content-card-list-container, .mni-resource-card-list-container {
    border-right: 1px solid #ddd;
    display: inline;
    float: left;
    width: 155px;
    height: 135px;
    margin-right: 15px;
}
.mni-resource-card-list-container {
    width: 150px;
    height: 145px;
}
.mni-content-card-list-img {
    width: 130px;
    height: 130px;
    position: relative;
    margin: 2px 0 0 16px;
}
.mni-resource-card-list-img {
    width: 80px;
    height: 80px;
    position: relative;
    margin: 0px 13px;
}
.mni-resource-card-list-img i {
    margin: 45px -5px;
}
.mni-resource-card-list-img iframe {
    width: 130px;
    height: 145px;
}
.mni-ContentItem-list img {
    max-width: 130px;
    height: auto;
    width: auto;
    border-radius: 0;
    max-width: 100%;
    max-height: 100%;
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    margin: auto;
}
.mni-content-card-list-icon {
    height: 130px;
    width: 130px;
    margin: 0 auto;
    text-align: center;
    padding-left: 5px;
}
.mni-ContentItem-list i {
    margin: 18% 0;
}
.mni-content-card-list-content, .mni-resource-card-list-content {
    height: 130px;
    padding-left: 15px;
    display: block;
}
.mni-resource-card-list-content {
    padding-top: 3px;
    padding-bottom: 5px;
    padding-right: 15px;
    height: 90px;
}
.mni-resource-copy {
    padding-left: 3px;
}
.mni-resource-card-secondaryInfo {
    margin-left: 160px;
    height: 50px;
    position: relative;
    margin-right: 10px;
}
.mni-content-card-list-actions {
    position: absolute;
    bottom: 0;
    right: 20px;
}
.mni-resource-card-list-actions {
    position: relative;
    float: right;
    bottom: 25px;
    margin-right: 15px;
}
.mni-ContentItem-card .btn-xs, .mni-ContentItem-list .btn-xs, .mni-Resource\.Shared-card .btn-xs {
    border-radius: 50%;
    background-color: transparent;
    border: 2px solid gray;
    color: gray;
    font-size: 14px;
    padding: 6px;
}
.mni-ContentItem-list .mni-content-card-title {
    font-size: 20px;
}
.mni-content-card-info {
    font-style: italic;
    padding-top: 15px;
}
.mni-ContentItem-list.container:before, .mni-ContentItem-list.container:after {
    width: 85%;
    max-width: 85%;
    -webkit-transform: rotate(-2deg);
    -moz-transform: rotate(-2deg);
    -o-transform: rotate(-2deg);
    -ms-transform: rotate(-2deg);
    transform: rotate(-1deg);
    box-shadow: 0 5px 10px #777;
    bottom: 10px;
}
.mni-ContentItem-list.container:after {
    -webkit-transform: rotate(2deg);
    -moz-transform: rotate(2deg);
    -o-transform: rotate(2deg);
    -ms-transform: rotate(2deg);
    transform: rotate(1deg);
    right: 10px;
    left: auto;
}
.mni-resource-card-info, .mni-content-card-desc, .mni-resource-card-summary, .mni-content-card-date {
    font-size: 11px;
}

.mni-resource-card-info {
    border-top: 1px solid #ddd;
    padding-top: 3px;
    margin-right:10px;
}

.mni-resource-card-summary p {
    margin-top: 5px;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    
}

.mni-resource-card-summary {
    max-height: 90px;
    overflow :hidden;
}


.mni-content-card-img iframe {
    width: 165px;
}

.row-no-margin-top {
    margin-left: -15px;
    margin-right: -15px;
}
.mic-fsize {
    padding: 4px !important;
    font-size: 15px !important;
    margin-top: 5px;
}
.tooltip-container {
    width: 300px;
    font-weight: normal;
    font-size: 11px;
    color: #666666;
    padding: 4px;
    -webkit-border-radius: 10px;
    -moz-border-radius: 10px;
    border-radius: 10px;
    border: #d6cce0 1px solid;
    background-color: #fff;
    -webkit-box-shadow: 2px 2px 5px rgba(0, 0, 0, 0.5);
    -moz-box-shadow: 2px 2px 5px rgba(0, 0, 0, 0.5);
    box-shadow: 2px 2px 5px rgba(0, 0, 0, 0.5);
    box-sizing: border-box;
}
.fee-button {
    line-height: 34px;
    color: #fff;
}
.fee-button-hidden .fee-button {
    display: none;
}
/*Calender month view Title center aligned : only for info hub*/
.fc-toolbar .fc-right {
    float: none !important;
}
.fc-toolbar .fc-right h2 {
    width: 90%;
    text-align: center;
}
.fc-toolbar .fc-right .fc-button-group {
    float: right;
}
.fc-toolbar {
    padding-top: 10px;
}
/*---BEGIN upcoming events display---*/
.events-month {
    font-weight: bold;
}
.events-day {
    font-size: 17px;
    font-weight: bold;
}
.events-name, .events-day-week {
    display: block;
}
.events-day-time, .events-day-week {
    font-weight: 400;
    font-size: 11px;
}

@media (min-width:768px) {
td[data-title="'Month'"] {
    text-align: center;
}
.events-month {
    font-size: 11px;
    display: block;
}
.events-name, .events-day-week {
    white-space: nowrap;
    width: 99%;
    overflow: hidden;
    text-overflow: ellipsis;
}
.mic-main-flex {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
}
.col-sm-8.left-col {
    flex-grow: 1;
}
.col-sm-4.left-col {
    width: 400px;
}
}
/*--- END of upcoming events display---*/
.scroll-height-250 {
    max-height: 250px;
    overflow-y: auto;
}
.scroll-height-150 {
    max-height: 150px;
    overflow-y: auto;
}
.mn-dragdrop {
    height: 100px;
    background: #f6f8fb;
    border: 2px dashed #7da4bc;
    line-height: 100px;
    text-align: center;
    font-weight: bold;
    font-size: 1.25em;
    -webkit-user-select: none;
    -moz-user-select: none;
    user-select: none;
    cursor: default
}
.non-table-styles {
    margin: 5px 0 10px 0;
}
#DirectorListing .non-table-styles {
    border-bottom: 1px solid #ccc;
    border-top: 1px solid #ccc;
    width: 100%;
    margin-bottom: 20px;
}
#DirectorListing .non-table-styles td > div:nth-of-type(-n+2) {
    padding-top: 10px;
}
#DirectorListing .non-table-styles tr:last-of-type td:last-of-type {
    padding-bottom: 10px;
}
#DirectorListing .non-table-styles .actions {
    vertical-align: top;
}
#ContentItemView .non-table-styles td {
    padding-right: 50px;
}
#DirectorListing .DirectoryInfo {
    border-bottom: 1px solid #ccc;
    padding-bottom: 5px;
    margin-left: 0;
    margin-right: 0;
}
#DirectorListing .DirectoryInfo div{
    padding-left: 0;
    padding-right: 0;
}
.dynamic-custom-list-table {
    font-size: 13px;
    border: 1px solid #e4e0f5;
    border-radius: 5px;
}
.dynamic-custom-list-table table, .dynamic-custom-list-table > div {
    width: 98%;
    margin: 5px auto;
}
.cf-currency {
    border-top-left-radius: 4px;
    border-bottom-left-radius: 4px;
}
#info-hub-sidebar .slim-scroll-wrapper {
    right: -2em;
}
#info-hub-sidebar .priority-menu li[target-screen],
#info-hub-sidebar .additional-links li[target-screen] {
    display: none;
}
#info-hub-sidebar.allow-micmemberhome .priority-menu li[target-screen="MICMemberHome"], #info-hub-sidebar.allow-account .priority-menu li[target-screen="Account.ContactInfo"], #info-hub-sidebar.allow-directorlisting .priority-menu li[target-screen="DirectorListing"], #info-hub-sidebar.allow-subscriptions .priority-menu li[target-screen="Subscriptions"], #info-hub-sidebar.allow-event\.monthview .priority-menu li[target-screen="Event.MonthView"], #info-hub-sidebar.allow-forum .priority-menu li[target-screen="Forum"], #info-hub-sidebar.allow-resource .priority-menu li[target-screen="Resource"], #info-hub-sidebar.allow-directory .priority-menu li[target-screen="Directory"], #info-hub-sidebar.allow-contactsreport .priority-menu li[target-screen="ContactsReport"], #info-hub-sidebar.allow-certification\.overview .priority-menu li[target-screen="Certification.Overview"], #info-hub-sidebar.allow-miclinks .additional-links li[target-screen="MICLinks"], #info-hub-sidebar.allow-contentitem .additional-links li[target-screen="ContentItem"] {
    display: block;
}
#info-hub-sidebar.allow-mydownloadsmodel .priority-menu li[target-screen="MyDownloadsModel"],
#info-hub-sidebar.allow-myaccesspassesmodel .priority-menu li[target-screen="MyAccessPassesModel"],
#info-hub-sidebar.allow-micmemberhome .priority-menu li[target-screen="MICMemberHome"],
#info-hub-sidebar.allow-account .priority-menu li[target-screen="Account.ContactInfo"],
#info-hub-sidebar.allow-mybillinginfo .priority-menu li[target-screen="MyBillingInfo.MakeAPayment"],
#info-hub-sidebar.allow-mybillinginfo .priority-menu li[target-screen="MyBillingInfo.MakeAPaymentV2"],
#info-hub-sidebar.allow-directorlisting .priority-menu li[target-screen="DirectorListing"],
#info-hub-sidebar.allow-subscriptions .priority-menu li[target-screen="Subscriptions"],
#info-hub-sidebar.allow-e\.calendar .priority-menu li[target-screen="E.Calendar"],
#info-hub-sidebar.allow-e\.calendar .priority-menu li[target-screen="E.List"],
#info-hub-sidebar.allow-forumbase\.forum .priority-menu li[target-screen="ForumBase.Forum"],
#info-hub-sidebar.allow-resource\.shared .priority-menu li[target-screen="Resource.Shared"],
#info-hub-sidebar.allow-directory .priority-menu li[target-screen="Directory"],
#info-hub-sidebar.allow-infohubreports .priority-menu li[target-screen="InfoHubReports"],
#info-hub-sidebar.allow-certification\.overview .priority-menu li[target-screen="Certification.Overview"],
#info-hub-sidebar.allow-miclinks .additional-links li[target-screen="MICLinks"],
#info-hub-sidebar.allow-contentitem .additional-links li[target-screen="ContentItem"] {
    display: block;
}
.add-edit-payment-profiles.is-authnet-dpm .only-dpm #action-AddManage {
    display: block !important;
}
.add-edit-payment-profiles.is-authnet-dpm .only-dpm, .add-edit-payment-profiles .not-dpm {
    display: block;
}
.add-edit-payment-profiles.is-authnet-dpm .not-dpm, .add-edit-payment-profiles .only-dpm {
    display: none;
}
.datespan-table {
    border: none !important;
    width: 70%;
}
.datespan-table td {
    background-color: white !important;
    border-top: none !important;
}
.datespan-dash {
    font-size: 200%;
    font-weight: bold;
    text-align: center;
}
.clear-bottom-margin, .clear-bottom-margin p {
    margin-bottom: 0;
}
.event-social-links {
    font-family: "Font Awesome 5 Pro";
    font-weight: 900;
}
.fa-facebook, .fa-facebook-square {
    color: #3b5998;
}
.fa-pinterest, .fa-pinterest-square {
    color: #cb2027;
}
.fa-linkedin, .fa-linkedin-square {
    color: #007bb6;
}
.fa-google-plus, .fa-google-plus-square {
    color: #dd4b39
}
.fa-youtube, .fa-youtube-play, .fa-youtube-square {
    color: #bb0000
}
.fa-check-square {
    color: forestgreen;
}
.iframe-wrapper {
    max-width: 700px;
}
.full-width-videogallery .mni-video-content-wrapper, .iframe-wrapper p {
    position: relative;
    padding-bottom: 56.25%; /*16:9*/
    padding-top: 25px;
    height: 0;
}
.full-width-videogallery iframe, .iframe-wrapper iframe {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}
output {
    position: absolute;
    background-image: linear-gradient(#444444, #999999);
    width: 40px;
    height: 30px;
    text-align: center;
    color: white;
    border-radius: 10px;
    display: inline-block;
    font: bold 15px/30px Georgia;
    /*bottom: 175%;*/
    /*bottom: 200px;*/
    left: 0;
    margin-left: -1%;
    padding-top: 0 !important;
}
output:after {
    content: "";
    position: absolute;
    width: 0;
    height: 0;
    border-top: 10px solid #999999;
    border-left: 5px solid transparent;
    border-right: 5px solid transparent;
    top: 100%;
    left: 50%;
    margin-left: -5px;
    margin-top: -1px;
}
.margin-top-ten {
    margin-top: 10px;
}
.margin-top-five {
    margin-top: 5px;
}
.margin-bottom-ten {
    margin-bottom: 10px;
}
.margin-bottom-fifteen {
    margin-bottom: 15px;
}
.text-bold {
    font-weight: bold;
}
.margin-left-25 {
    margin-left: 25px;
}
.margin-left-10 {
    margin-left: 10px;
}
.margin-left-15 {
    margin-left: 15px;
}
.display-block {
    display: block;
}
.superscript {
    vertical-align: super;
}
.billing-detail-item div:not(:last-child) {
    padding-bottom: 7px;
}
#DirectorListing .fr-box:not(.fr-basic) {
    -webkit-appearance: textfield;
    border-image-source: initial;
    border-image-slice: initial;
    border-image-width: initial;
    border-image-outset: initial;
    border-image-repeat: initial;
    -webkit-rtl-ordering: logical;
    -webkit-user-select: text;
    cursor: auto;
    padding: 0 8px;
    text-rendering: auto;
    letter-spacing: normal;
    word-spacing: normal;
    text-transform: none;
    text-indent: 0px;
    text-shadow: none;
    margin: 0em 0em 0em 0em;
    color: #555;
    background-color: #fff;
    background-image: none;
    border: 1px solid #ccc;
    border-radius: 3px;
    -webkit-box-shadow: inset 0 1px 1px rgba(0,0,0,.075);
    box-shadow: inset 0 1px 1px rgba(0,0,0,.075);
    -webkit-transition: border-color ease-in-out .15s, -webkit-box-shadow ease-in-out .15s;
    -o-transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;
    transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;
}
.fr-element.fr-view p {margin:6px 0}
.row-no-margin-top {
    margin-right: -15px;
    margin-left: -15px;
}
.cf-uploader .cf-upload-progress {
    max-width: 200px;
    width: 100%;
}
.cf-uploader.hasFile .cf-upload-file {
    display:block;
}
.cf-uploader.uploading .cf-upload-progress {
    display: inline-block;
}
[nv-file-select].is-errored {
    border: 1px solid red;
}
.cf-uploader .cf-upload-error {
    color: red;
    display: block;
    position: absolute;
    width: 100%;
    top: 0;
    line-height: 35px;
    font-size:12px;
}
.cf-uploader.hasFile .mn-dragdrop,
.cf-uploader.uploading .cf-upload-info,
.cf-uploader .cf-upload-progress,
.cf-uploader .cf-upload-file {
    display:none;
}
.italic {
    font-style: italic;
}
.fc-event {
    font-size: 14px;
	border: 1px solid #777;
}
span.fc-title {
    line-height: 1;
}
.btn {
	border-radius:3px
}
button, input, select, textarea, .form-control {
    border-radius: 3px;
    border: 1px solid #b9b9b9;
}
.form-control.no-border {border:0;}
[ng-if="vm.AdvancedFilters"] button {
	padding:2px 10px
}

/*MIC Light table styles*/
.mic-light-table {
    border: none;
}

.mic-light-table.table > thead > tr > th, .mic-light-table.table th.sortable .sort-indicator {
    color: #777;
    border-color: #777;
    border-bottom-width: 1px;
    border-top: none;
    border-left: none;
    border-right: none;
    padding-left: 1px;
    font-size: 11px;
    font-weight: 500;
}

.mic-light-table .btn-xs {
    padding: 4px;
}

.mic-light-table.table > tbody > tr > td {
    border-top: none;
    padding: 4px;
}

.mic-light-table.table th.sortable.sort-desc .sort-indicator:before, .mic-light-table.table th.sortable.sort-asc .sort-indicator:after {
    border-bottom: 4px solid #000;
}

.resource-icon {
    font-size: 20px;
    width: 25px;
    text-align: center;
}

.modal-dialog .mni-video-content{
    margin-top: 10px;
}
/*start of forum*/
[id*="ForumBase"] h3, label[for="ForumTopic"].control-label {
    font-size: 21px;
    text-transform: uppercase;
    font-weight: 400;
}
#content [id*="ForumBase"] {
    font-size: 13px;
}
[id*="ForumBase"] .forum-box a, [id*="ForumBase"] a .glyphicon, [id*="ForumBase"] a .fa-list-ul{
    color: #777;
}
[id*="ForumBase"] button, [id*="ForumBase"] select, [id*="ForumBase"] input {
    font-size: 13px;
}
[id*="ForumBase"] .search-filter input[type="search"] {
    border-radius: 3px;
	width: 120px;
}

[id*="ForumBase"] .forum-list {
    list-style: none;
    padding-inline-start: 0;
    padding: 0 10px;
}
[id*="ForumBase"] .forum-list li {
    padding: 5px 0;
}
[id*="ForumBase"] .disabled {
    color: #888181 !important;
    cursor: pointer !important;
}
[id*="ForumBase"] .parentMessage {
    background: #f5f4f4;
    padding: 1px;
	display:block;
}
[id*="ForumBase"] .replyMessageFooter {
    display: block;
    text-align: right;
    font-size: 11px;
}
[id*="ForumBase"] .messageMeta {
    font-size: 11px;
}
[id*="ForumBase"] .messageMetaBold{
    font-size: 14px;
    font-weight:bold
}
[id*="ForumBase"] .noMargin {
    margin: 0px;
}
[id*="ForumBase"] .col-sm-5 p {
    margin:0;
	display: inline-block;
    padding-left: 5px;
}
[id*="ForumBase"] .col-sm-5 p.alignment {
    margin:10px 0;
}
[id*="ForumBase"] .col-sm-5 p.alignment:last-child {
    width: 55px;
}
[id*="ForumBase"] .col-sm-8 img {
    max-width: 100%;
}
[id*="ForumBase"] .unLinkMessageFooter a {
    text-decoration: none;
    cursor: default;
}
[id*="ForumBase"] #mniFormnoid>.row> .col-sm-8 .form-group,
[id*="ForumBase"] .forum-box > .col-sm-12 {
    background-color: #fff;
    padding: 15px;
    border: 1px solid #dadada;
}
[id*="ForumBase"] .forum-box > .col-sm-12:first-child {
	margin: -5px 0 15px;
	padding: 15px 0;
}

[id*="ForumBase"] .button-header-row {
    display: none;
}
[id*="ForumBase"] .img-circle {
    border-radius: 50%!important;
}
[id*="ForumBase"] button, [id*="ForumBase"] .btn {
    padding: 2.7px 10px;
    font-size: 13px;
    line-height: 1.42857143;
	border-radius: 3px;
	border: 1px solid;
}
.forum-grey {
    background-color: #999;
    border: 0;
    color: #fff;
    padding: 3px 5px;
}
[id="ForumBase.ForumTopicDetail"] #mniFormnoid>.row> .col-sm-8 .form-group {
    margin-bottom: 0;
    border-bottom: 0;
}
[id="ForumBase.ForumTopicDetail"] #mniFormnoid>.row > .forum-topic-list .row:nth-child(3),[id="ForumBase.ForumCategoryDetail"] .forum-topic-list .row:nth-child(3),
[id="ForumBase.ForumHome"] .forum-topic-list .row:nth-child(3) {
    border-top: 0;
}
[id="ForumBase.ForumTopicDetail"] .forum-topic-list .search-filter,
[id="ForumBase.ForumTopicDetail"] .forum-topic-list .row:nth-child(2),
[id*="ForumBase"] h6 {
    display: none;
}
[id="ForumBase.ForumHome"] h6 {display:block;}

[id*="ForumBase"] .col-sm-8 .alignment {
    text-align: left;
	font-weight: bold;
}
[id*="ForumBase"] .col-sm-8 .col-sm-2 .alignment {
    text-align: right;
}
[id*="ForumBase"] .col-sm-1 .alignment, [id*="ForumBase"] #mniFormnoid .row .col-sm-5 {
    text-align: right;
}
[id="ForumBase.Forum"] .forum-topic-list .row:nth-child(3) {
    border-top: 0
}
.forum-topic-list .row {
    border-top: 1px solid #c7c7c7;
    padding-top: 18px;
	padding-bottom: 15px;
    margin: 0 15px!important;
}
/*.forum-topic-list .row:first-child .col-sm-6.text-right {
    padding-right: 0;
}*/
/*.forum-topic-list h6 {
	padding: 0 15px 15px;
}
.forum-topic-list .row:first-child {
    border-top: 0
}
.forum-topic-list .row:nth-child(4) {
    border-top: 0
}
*/
.forum-topic-list .row:nth-child(2) {
    border-top: 0
}
[id="ForumBase.ForumTopicDetail"] .forum-topic-list .row:nth-child(3) {
    border-top: 0;
	padding-top: 0;
}
.forum-topic-list .row.search-filter {
    border: 0;
    padding-top: 0;
	text-align: right;
}
.forum-topic-list .title {
	padding: 0;
}
.search-filter-item {
    max-width: 175px;
    display: inline-block;
}
.search-filter-item [ng-if="vm.AdvancedFilters"] {display:block}
[id="ForumBase.Forum"] .forum-topic-list p {
    font-size: 11px;
}
[id="ForumBase.Forum"] .forum-topic-list p.alignment {
    font-size: 14px;
	font-weight:bold;
}
[id="ForumBase.Forum"] .forum-topic-list .row {
    padding: 15px 0;
}
.forum-topic {
    padding: 15px 15px 0;
	overflow:hidden;
}
.forum-topic .posted {
    margin-top: 5px;
    display: block;
}
.forum-topic .row:first-child {
    margin-bottom: 10px;
}
.forum-topic .user-image {
    padding: 0;
    width: 50px;
}
.forum-topic .forum-topic-flex {
    display: flex;
    padding: 0 15px 15px;
    flex-wrap: wrap;
}
.forum-topic-flex a {
	text-decoration: underline;
}
.forum-topic .topic-user-info {
    display: flex;
    flex: 0 0 175px;
    border-right: 1px solid #c7c7c7
}
.forum-topic .topic-user {
    padding-right: 15px;
    font-size: 11px;
}
.forum-topic .topic-image {
    width: 50px;
    margin-right: 15px;
}
.forum-topic .topic-post {
    flex: 8;
    padding: 0 15px;
}
.forum-topic .topic-post h3 {
    font-size: 17px;
    font-weight: 600;
    margin-bottom: 17px;
	text-transform: unset;
}
.forum-topic .topic-actions {
    flex: 2;
}
[id*="ForumBase"] button.forum-grey,
[id*="ForumBase"] select[name="filters"] {
	background-image: -webkit-linear-gradient(#fff,#e9e9e9);
    background-image: -o-linear-gradient(#fff,#e9e9e9);
    background-image: linear-gradient(#fff,#e9e9e9);
    border:1px solid #afafaf;
    color:#666;
    border-radius:3px;
}
[id*="ForumBase"] button.forum-grey:hover,
[id*="ForumBase"] select[name="filters"]:hover {
	background-image: -webkit-linear-gradient(#f1f1f1,#e0dfdf);
	background-image: -o-linear-gradient(#f1f1f1,#e0dfdf);
	background-image: linear-gradient(#f1f1f1,#e0dfdf);
}

[id*="ForumBase"] .forum-topic .edit-button,
[id*="ForumBase"] .forum-topic .delete-button,
[id*="ForumBase"] .forum-list-item .edit-button,
[id*="ForumBase"] .forum-list-item .delete-button {
       display:none;
}
[id*="ForumBase"] .forum-topic.forum-topic-editable .edit-button,
[id*="ForumBase"] .forum-topic.forum-topic-deleteable .delete-button,
[id*="ForumBase"] .forum-list-item.forum-message-editable .edit-button,
[id*="ForumBase"] .forum-list-item.forum-message-deleteable .delete-button {
       display:inline-block;
}

@media (min-width:768px) {
[id="ForumBase.ForumTopicDetail"] #mniFormnoid>.row> .col-sm-4 {
	position:absolute;
	right:0;
}
.search-filter-item {
	margin-bottom: 3px;
}
}

@media (min-width:768px) and (max-width:845px) {
[id*="ForumBase"] .search-filter-item button {
    font-size: 12px;
    padding: 6px 3px;
}
}
@media (min-width:768px) and (max-width:992px) {
	[id*="ForumBase"] .col-sm-10 {
		padding-left: 30px;
	}
}
@media (min-width:992px) and (max-width:1100px) {
[id*="ForumBase"] .search-filter-item button {
    font-size: 12px;
    padding: 6px 3px;
}
}
@media (max-width:1085px) {
.forum-topic .topic-user-info {
    flex: 1 0 60%;
    margin-bottom: 15px;
    order: 1;
    border-right: 0
}
.forum-topic .topic-post {
    order: 3;
    padding: 0;
}
.forum-topic .topic-actions {
    order: 2;
    flex: 1 0 40%;
}
.forum-topic .row:first-child {
    margin-bottom: 0;
}
}
@media (max-width:768px) {
[id*="ForumBase"] .row .col-sm-1:first-child,
[id*="ForumBase"] .row .col-sm-2:first-child {display: inline-block;float: left;}
[id*="ForumBase"] .row .col-sm-2:nth-child(3) {float: right;}
.Box1, .Box2 {padding: 15px 30px;}
[id*="ForumBase"] .parentMessage {display:inline-block}
.html-description img {
    height: auto;
    width: 100%;
}
}

.table-responsive {
    overflow-x: visible;
}

#UpcomingEvents > tbody > tr > td {
    padding: 8px 5px !important;
}

.grid-line-break {
    clear: both;
}

iframe.fr-iframe {
    min-height: 41px !important;
}
.fr-toolbar.fr-desktop.fr-inline {
    z-index: 10009 !important;
}

.directory-tooltip {
    font-size: 12px;
    border: 1px solid #b9b9b9 !important;
    padding: 10px;
    margin-left: -15px;
}

.directory-tooltip:before {
    content: "\f05a";
    font-family: 'Font Awesome 5 Pro';
    font-style: normal;
    font-weight: normal;
    line-height: 1;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    margin-right: 5px;
    font-size: 1.4rem;
}
.contact-card-info .card-primct {
    text-overflow: ellipsis;
    overflow: hidden;
}
@media (max-width:768px) {
    .directory-tooltip {
        margin-left: 0;
    }
}
@media (max-width:500px) {
		.mni-card {
		    max-width: 100%;
		    min-width: 100%;
		    margin: 5px 0;
		}
		.dir-list-card-sm {
		    padding-right: 11px;
		}
		.card-gen,
		.card-primct,
		.card-stat,
		.card-rel,
		.card-ph,
		.card-city {
		    overflow: hidden;
		    text-overflow: ellipsis;
		    white-space: nowrap;
		}
}
@media (max-width:1490px) {
    .mni-Resource\.Shared-card {
        max-width: 100%;
        min-width: 100%;
        margin: 5px 0;
    }
    .mni-resource-card-row {
        height: auto;
    }
}
@media (max-width:650px) {
    .mni-Resource\.Shared-card {
        max-width: 100%;
        min-width: 100%;
        margin: 5px 0;
        height: 225px;
    }

    .mni-resource-card-row {
        height: auto;
    }

    .mni-resource-card-list-content {
        height: 150px;
    }

    .mni-resource-card-list-container {
        height: 200px;
    }

    .mni-resource-card-list-actions {
        bottom: 30px;
    }

    .mni-resource-card-list-img {
        margin: 30px 13px;
    }
}
#EventSessions .mn-block.mn-pane {
    padding: 15px 15px;
    border: 1px solid #dddddd;
    margin-bottom: 15px;
}
#EventSessions .mn-img-responsive {
    display: inline;
    max-width: 100%;
    height: auto;
}
#EventSessions .mn-main-heading {
    font-weight: bold;
    font-size: 1.5em;
    line-height: 1.5em;
}
#EventSessions .mn-row-inner {
    width: auto;
    display: flex;
    flex-wrap: wrap;
}
#EventSessions .session-date i {
    margin-right: 5px;
}
#EventSessions .session-spkname {
    font-weight: bold;
}
#E\.General .Sessions {
    margin-bottom: 10px;
}
.directory-heading {
    letter-spacing: 0;
    font-size: 24px;
    padding-top: 15px;
    padding-left: 0;
}

.table-row-action {
    position: absolute;
    right: 10px;
}

.standard-view.readonly select:not(.readonly-immune),
.standard-view.readonly input:not(.readonly-immune),
.standard-view.readonly button.btn:not(.readonly-immune),
.standard-view.readonly .multiSelect button:not(.readonly-immune) {
    pointer-events: none;
    opacity: 0.75;
    background-color: #cccccc;
}

.standard-view.readonly button.btn:not(.readonly-immune) {
    color: #FFF;
    border-color: #FFF;
}

.standard-view.readonly div:not(.readonly-immune) > a {
    pointer-events: none;
    opacity: 0.75;
    color: #cccccc;
}

.standard-view.readonly .ui-sortable:not(.readonly-immune) {
    pointer-events: none;
}
#Account\.RelatedBranches table#Items > thead {
    display: none;
}

#Account\.RelatedBranches table#Items>tbody>tr>td {
    position: relative;
    box-shadow: none;
    background: -moz-linear-gradient(top, #ffffff 0%, #f3f3f3 100%);
    background: -webkit-linear-gradient(top, #ffffff 0%, #f3f3f3 100%);
    background: linear-gradient(to bottom, #ffffff 0%, #f3f3f3 100%);
    padding: 10px;
    border: #ddd 1px solid;
}

@media screen and (max-width: 768px) {
    #OpenInvoices td.actions, #BillingHistory td.actions {
        position: absolute;
        top: 0;
        right: 0;
    }
    #OpenInvoices > tbody > tr, #BillingHistory > tbody > tr {
        position: relative;
    }
}

.dialog-banner-msg {
    line-height: 15px;
    padding: 15px;
    text-align: left;
}

.banner-msg {
    background-color: #e9e9e9;
    text-align: center;
    line-height: 35px;
    margin-bottom: 15px;
}

.dialog-banner-msg.error {
    color:red;
}
.banner-msg.balance-message {
    background-color: #fff;
    text-align: left;
    line-height: 35px;
    margin-bottom: 0;
}
.banner-msg.balance-message span.text-primary {
    text-transform: uppercase;
    font-size: 13px;
    line-height: 15px;
    letter-spacing: .3px;
    font-weight: bold;
}
.banner-msg.balance-message a {
    margin-left: 15px;
    text-decoration: underline;
}
.mn-stripe-element {
    border: 1px solid #ccc;
    border-bottom-right-radius: 0;
    border-top-right-radius: 0;
    padding: 6px 12px;
    height: auto;
}

.OverrideHideRule {
    display: initial !important;
}

.copy-to-clipboard {
    vertical-align: super;
    cursor: pointer;
}

.truncate {
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}
.action-with-text span:before {
    margin-right: 10px;
}
.mn-dir-btns, .mn-dir-btns span {
    display: flex;
}
.mn-dir-btns a {
    margin-right: 3px;
}
.mn-social-dir-btn {
    text-align: center;
}
.mn-social-dir-btn {
    border-radius: 50%;
    height: 28px;
    padding: 4px;
    text-align: center;
    width: 28px;
}
.mn-Facebook-btn, .mn-Facebook-btn:hover {
    background-color: #3b5998;
    border-color: #3b5998;
    color: #fff;
}

.mn-twitter-img-placeholder {
    background-image: url(/GZContent/Images/public/twitter-x-logo-black.png);
    background-size: 20px;
    background-repeat: no-repeat;
    border-radius: 0;
    height: 28px;
    width: 22px;
    margin-top: 3px;
}

.mn-Googleplus-btn .fa-google-plus-g {
    color: #fff;
}
.mn-Googleplus-btn {
    background-color: #dd4b39;
    border-color: #dd4b39;
    color: #fff;
}
.mn-Linkedin-btn, .mn-Linkedin-btn:hover {
    background-color: #007bb5;
    border-color: #007bb5;
    color: #fff;
}
.mn-social-dir-btn .fa-globe {
    font-size: 1.5em;
}
#EnterPaymentInformation .manage-profiles-button {
    padding-top:25px;
}
#EnterPaymentInformation .store-payment-info,
#EnterPaymentInformation .credit-card-info {
    margin-top: 10px;
}
.has-voluntary #EnterPaymentInformation .credit-card-info .contribution-type {
    display: initial;
}
#EnterPaymentInformation button.checkbox,
#SelectInvoices button.checkbox {
    padding: 2px;
    position: relative;
    bottom: 3px;
    outline: none;
    border: 1px solid #666;
    float: left;
    margin: 5px 5px 5px 0;
}

#SelectInvoices #openinvoices {
    max-height: 500px;
    overflow-y: auto;
}

#EnterPaymentInformation .credit-card-info .contribution-type {
    display: none;
}

.affinipay-iframe iframe {
    position: relative;
    z-index: 2;
    float: left;
    width: 100%;
    margin-bottom: 0;
    border: 1px solid #ccc;
    border-radius: 0px;
    height: 34px;
    padding: 0px 0px 0px 12px;
    font-size: 14px;
    line-height: 1.42857143;
    color: #555;
    background-color: #fff;
    background-image: none;
}

@media(min-width:768px) {
    #SelectInvoices legend {
        margin-bottom: 5px;
    }

    #SelectInvoices .related-contacts-invoices .form-group {
        position: absolute;
        right: 15px;
        top: -35px;
        z-index: 1;
    }
}

.readonly-form-control {
    min-height: 34px;
    padding-top: 7px;
    padding-bottom: 7px;
    margin-bottom: 0;
    width: auto;
    padding: 6px 12px;
}
.fieldset-table-heading {
    margin-bottom: 10px;
}
.fieldset-table-heading > legend {
    text-transform: uppercase;
    letter-spacing: 1px;
    font-size: 15px;
    margin-bottom: 0;
}
.lookup-group {
    display: table !important;
}

p.info-msg {
    font-size: 13px;
}

.memType-selector.ui-select-multiple.ui-select-bootstrap .ui-select-match-item {
    font-size: 12px;
}

.ScreenData, .ScreenData .form-control {
    font-size: 12px;
}

.ScreenData fieldset {
    padding: 10px 10px 0;
    min-width: 0;
    background-color: #faf9fe;
    background: -moz-linear-gradient(top,rgba(255,255,255,1) 0%,#f7f5fd 100%);
    background: -webkit-linear-gradient(top,rgba(255,255,255,1) 0%,#f7f5fd 100%);
    background: linear-gradient(to bottom,rgba(255,255,255,1) 0%,#f7f5fd 100%);
    margin: 10px 0;
    border-radius: 5px;
    border: 1px solid #e4e0f5;
}

.custom-tooltip-icon {
    width: 16px;
    margin-left: 1px;
    height: 15px;
}

[id='Certification.Overview'] .search-filter {
    display: none;
}

/* Firefox fix of dropdown arrows */
    @supports (-moz-appearance:none) {

        .selectWrap select {
            -moz-appearance: none;
            text-indent: 0.01px;
            text-overflow: '';
        }

        .selectWrap {
            position: relative;
        }

        div.selectWrap {
            width: 100%;
        }

        .selectWrap::before {
            content: '\f078';
            position: absolute;
            right: 10px;
            z-index: 99;
            font-family: 'Font Awesome 5 Pro';
            top: 10px;
            pointer-events: none;
            font-size: 0.8em;
        }

        .search-filter .selectWrap::before {
            top: 2px;
        }
    }

    /* Safari fix of dropdown arrows */
    @media not all and (min-resolution:.001dpcm) {
        @supports (-webkit-appearance:none) {

            .selectWrap select {
                -webkit-appearance: none;
                text-indent: 0.01px;
                text-overflow: '';
            }

            .selectWrap {
                position: relative;
            }

            div.selectWrap {
                width: 100%;
            }

            .selectWrap::before {
                content: '\f078';
                position: absolute;
                right: 10px;
                z-index: 99;
                font-family: 'Font Awesome 5 Pro';
                top: 9px;
                pointer-events: none;
                font-size: 0.8em;
            }

            .search-filter .selectWrap::before {
                top: 2px;
            }
        }
    }

    td.wordwrap span {
    overflow-wrap: break-word;
    word-wrap: break-word;
    -ms-word-break: break-word;
    word-break: break-word;
    -ms-hyphens: auto;
    -moz-hyphens: auto;
    -webkit-hyphens: auto;
    hyphens: auto;
}

.banner-contact-balance {
    text-align: left;
    background-color: #fff;
    margin-top: -15px;
    margin-bottom: 0px;
}
#openinvoices .voluntary-fee-item {
    width: 200px
}

.banner-contact-balance div.balance-row span {
    padding: 8px 20px 8px 8px;
    border-top: 2px solid #ddd;
    border-bottom: 2px solid #ddd;
}
.banner-contact-balance div.filter-msg {
    margin-top: 20px;
}

#content.unselectable {
    -webkit-user-select: none;
    -khtml-user-select: none;
    -moz-user-select: -moz-none;
    -o-user-select: none;
    user-select: none
}

.gzui-only {
    display: none !important;
}
.gzui-multiselectfield .buttonLabel {
    pointer-events: none;
}
.gzui-multiselectfield .empty-message {
    display: none;
}
.gzui-multiselectfield .isteven-custom-button.is-empty .empty-message {
    display: inline-block;
}

.buttonLabel:after {
    content: ',';
}
.dynamic-list-multi-actions .btn {
    float:right;
}

.gzui-passwordfield .input-group {
    position: relative;
}
.gzui-passwordfield .input-group .eye-toggle {
    position: absolute;
    top: 11px;
    right: 16px;
    z-index: 3;
}

label.bank-message-info {
    padding: 15px;
    margin-bottom: 20px;
    border: 1px solid transparent;
    border-radius: 0;
    background-color: #eff6ff;
    border-color: #cbebff;
    color: #538da7
}
span.bank-message-info {
    display: none
}
.gzui-resourcepreviewfield embed {
    width: 100%;
    height: 500px;
}
.gzui-resourcepreviewfield .preview {
    position: relative;
    z-index: 0;
    min-height: 100px;
}
.gzui-resourcepreviewfield .preview.doc-preview {
    border: 5px solid lightgray;
}
.gzui-resourcepreviewfield .preview.preview-action {
    cursor: pointer;
}
.gzui-resourcepreviewfield .preview > div {
    position: relative;
    background-color:#fff;
    z-index: 1;
}
.gzui-resourcepreviewfield .preview:before  {
    content: '\f110';
    font-family: 'Font Awesome 5 Pro';
    font-weight: 900;
    -webkit-animation: fa-spin 1s infinite steps(8);
    animation: fa-spin 1s infinite steps(8);
    display: block;
    margin: 0 auto;
    position: absolute;
    left: 45%;
    top: 50px;
    font-size: 50px;
}
.gzui-resourcepreviewfield img {
    width: 100%;
    height:auto;
}

.preview-message {
    font-size: 12px;
    padding-left: 0;
}

#MembershipBillingItems .fa.fa-times, #ScheduledBillingItems .fa.fa-times {
    color: red;
}
#MembershipBillingItems .fa.fa-check, #ScheduledBillingItems .fa.fa-check {
    color: green;
}