
/* General */

    a {
        text-decoration: none;
    }

    dl,
    ol,
    p,
    ul {
        margin-bottom: 1rem;
        margin-top: 0;
    }

    p {
        margin: 0 0 18px 0;
    }

    body,
    div,
    span,
    p,
    a,
    em,
    img,
    small,
    strong,
    b,
    dl,
    dt,
    dd,
    ul,
    li,
    footer,
    header,
    nav {
        margin: 0;
        padding: 0;
        border: 0;
        font-size: 100%;
        font: inherit;
        vertical-align: baseline;
    }

	.small, small {
    	font-size: 80%;
    	font-weight: 400;
        font-family: sans-serif
	}

    .row {
        display: -ms-flexbox;
        display: flex;
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
        margin-right: -15px;
        margin-left: -15px;
    }

    .col-md-3 {
        -ms-flex: 0 0 25%;
        flex: 0 0 25%;
        max-width: 25%;
    }

    .col-md-6 {
        -ms-flex: 0 0 50%;
        flex: 0 0 50%;
        max-width: 50%;
    }

    .mt-2,
    .my-2 {
        margin-top: .5rem !important;
    }

    .container {
        width: 1170px !important;
    }

    .container,
    .container-fluid {
        padding-right: 15px;
        padding-left: 15px;
        margin-right: auto;
        margin-left: auto;
        width: 100%;
    }

/* Header Navigation */

    .navbar {
        position: relative;
        display: flex;
        flex-wrap: wrap;
        -ms-flex-align: center;
        align-items: center;
        -ms-flex-pack: justify;
        justify-content: space-between
    }

    .navbar>.container,
    .navbar>.container-fluid {
        display: -ms-flexbox;
        display: flex;
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
        -ms-flex-align: center;
        align-items: center;
        -ms-flex-pack: justify;
        justify-content: space-between
    }

    .navbar-collapse {
        -ms-flex-preferred-size: 100%;
        flex-basis: 100%;
        -ms-flex-positive: 1;
        flex-grow: 1;
        -ms-flex-align: center;
        align-items: center
    }

    @media (min-width:1200px) {
        .navbar-expand-xl .navbar-collapse {
            display: -ms-flexbox !important;
            display: flex !important;
            -ms-flex-preferred-size: auto;
            flex-basis: auto
        }
    }

    .dropdown {
        position: relative
    }

	.dropdown-title {
          line-height: 2.25;
          position: relative;
          color: #C11781 !important;
          font-weight: 600;
          display: block;
          width: 100%;
          padding: .25rem 1rem;
          clear: both;
          text-align: inherit;
          background-color: transparent;
	}

    .dropdown-toggle::after {
        width: 0;
        height: 0;
        vertical-align: .255em;
        content: "";
        display: inline-block;
        margin-left: .255em;
        border-top: .3em solid;
        border-right: .3em solid transparent;
        border-bottom: 0;
        border-left: .3em solid transparent
    }

    .dropdown-menu {
        position: absolute;
        top: 100%;
        left: 0;
        z-index: 1000;
        display: none;
        float: left;
        min-width: 10rem;
        padding: .5rem 0;
        margin: .125rem 0 0;
        font-size: 1rem;
        color: #212529;
        text-align: left;
        background-color: #fff;
        border: 1px solid rgba(0, 0, 0, .15);
        border-radius: .25rem
    }

    .dropdown-item {
        display: block;
        width: 100%;
        padding: .25rem 1.5rem;
        clear: both;
        color: #212529;
        text-align: inherit;
        background-color: transparent;
        border: 0
        font-family: sans-serif
    }

    nav {
        background-color: #fff !important;
        border-bottom: 1px solid #eaeaea;
        padding: 0;
        min-height: 75px;
    }

    nav .navbar-nav {
        display: none
    }

    @media screen and (min-width:992px) {
        nav .navbar-nav {
            display: -ms-flexbox;
            display: flex;
            margin-right: 15px
        }
    }

    nav .nav-link {
        font-family: TradeGothic, Sans-serif !important;
        font-size: 15px;
        font-weight: 700;
        color: #3c3f46 !important;
        padding: 0 8px !important;
        line-height: 75px;
        position: relative
    }

    nav .nav-link a {
        display: -ms-inline-flexbox;
        display: inline-flex;
        position: relative;
        color: #3c3f46 !important;
        text-decoration: none
    }

    nav .nav-link.active,
    nav .nav-link:hover {
        background-color: #442D7B
    }

    nav .nav-link.active a,
    nav .nav-link:hover a {
        color: #fff !important;
        text-decoration: none
    }

    nav .nav-link.active:after,
    nav .nav-link:hover:after {
        background-position: left
    }

    nav .nav-link:after {
        border: none;
        background-image: url(https://www.tylertech.com/Portals/_default/skins/connect/img/nav-dropdown.png);
        background-position: right;
        height: 7px;
        width: 11px;
        position: relative;
        top: 3px;
        line-height: 1
    }

    nav .navbar-brand {
        margin: 0 auto
    }

    @media screen and (min-width:1200px) {
        nav .navbar-brand {
            margin-right: 25px
        }
    }

    nav .dropdown-menu {
        top: 72px;
        border-radius: 0;
        padding: 0;
        box-shadow: 0 6px 17px -7px;
        width: max-content;
        width: -webkit-max-content;
    }

    nav .dropdown-menu .dropdown-item {
        line-height: 2.25;
        position: relative;
        color: #3c3f46 !important;
        font-weight: 600
    }

    nav .dropdown-menu .dropdown-item:hover {
        background-image: linear-gradient(to right, #442D7B, #C11781);
        color: #fff !important;
        text-decoration: none;
    }

    nav .dropdown .dropdown-menu {
        transition: all 250ms ease-in-out;
        transition-delay: 250ms;
        display: block;
        visibility: hidden;
        opacity: 0
    }

    nav .dropdown:hover .dropdown-menu {
        opacity: 1;
        visibility: visible
    }

    .login-register {
        display: inline-flex;
        align-items: center;
    }

    .login-register .btn {
        width: 141px;
        height: 36px;
        font-size: 15px;
        line-height: 16px;
        padding: 9px;
        margin-right: 15px;
        border-radius: 100px;
        font-weight: 600;
        border: none;
        position: relative;
        transition: all 250ms ease-in-out;
        display: inline-block;
        text-align: center;
        vertical-align: middle;
    }

    .btn.btn-primary {
        background-color: #C11781;
        color: #fff !important;
        text-decoration: none;
        font-family: sans-serif
    }
    .mdBtnR-primary { background-color: #C11781;
color: #fff !important;
text-decoration: none; font-family: sans-serif } 


    .btn.btn-primary:hover {
        background-color: rgba(193, 23, 129, 0.75);
    }

	.btn.btn-secondary {
        background-color: transparent;
        border: 2px solid #C11781;
        color: #C11781 !important;
        text-decoration: none;
        font-family: sans-serif
    }

    .btn.btn-secondary:hover {
        background-color: #C11781;
        color: #fff !important;
    }

    a {
        color: #C11781 !important;
        text-decoration: none
    }

    b,
    strong {
        font-weight: bolder;
    }

/* Footer */

    footer {
        background-image: linear-gradient(to right, #442D7B 50%, #2E809D);
        background-repeat: no-repeat;
        background-position: top right;
        background-size: 100% 100%;
        padding: 70px 0 0;
        color: #fff;
        display: block;
        border: 0;
        font-size: 100%;
        font: inherit;
        vertical-align: baseline;
    }

    footer .item {
        margin-bottom: 60px;
    }

    footer .title {
        color: #fff;
        font-size: 15px;
        font-weight: 600;
        font-family: sans-serif
    }

    footer .childs {
        opacity: .75;
        font-size: 15px;
        font-weight: 400;
        line-height: 25px;
        margin-left: 0;
        list-style: none;
        padding: 0;
        color: #fff;
        font-family: sans-serif
    }

    footer p,
    footer span {
        color: #fff;
        margin-bottom: 1rem;
    }

    footer a {
        color: #fff !important;
    }

    footer .list-icons {
        margin-bottom: 75px;
    }

    footer .list-icons .icon-social {
        display: inline-block;
        margin: 0 7px 15px 0;
    }

    .icon-social {
        background: url(https://www.tylertech.com/Portals/_default/skins/connect/img/icon-social.png) no-repeat;
    }

    .icon-social.twitter {
        background-position: -53px 0;
        width: 28px;
        height: 28px;
    }

    .icon-social.facebook {
        background-position: 0 0;
        width: 29px;
        height: 28px;
    }

    .icon-social.instagram {
        background-position: -100px 0;
        width: 29px;
        height: 29px;
    }

    .icon-social.linkedin {
        background-position: -150px 0;
        width: 29px;
        height: 28px;
    }

    footer .logo-footer {
        width: auto;
        display: block;
        margin-bottom: 25px;
    }

    footer .copyright {
        font-size: 12px;
        font-weight: 400;
        font-family: sans-serif
    }

    footer .copyright span {
        margin-bottom: 10px;
        font-family: sans-serif
    }

    footer .copyright .nav {
        margin-left: 0;
        background: transparent !important;
        border-bottom: none !important;
    }

    footer .copyright .nav li {
        display: inline;
        margin-right: 18px;
    }

    footer .copyright .nav a {
        opacity: .5;
    }

    img {
        vertical-align: middle;
        border-style: none;
    }

    *,
    ::after,
    ::before {
        box-sizing: border-box;
    }


/* Fix for calendar height on Safari */
.rbc-time-view {
  flex: auto;
}
.rbc-time-column {
  height: auto !important;
}
/* Fix for calendar height on Safari */

/* Hide booth pills */
#rf-exhibitorcatalog.rf-widget .exhibitor-details-page .exhibitor-details-page-frame .exhibitor-title .title-info .title-badges .rf-pill {
display:none;
}
/* Finish Hide booth pills */

/*Kevin - 10538 */
button.mdBtnR-primary,
a.mdBtnR-primary{
    border-color: #C11781 !important;
    background-color: #C11781 !important;
}
button.mdBtnR-primary .mdBtnR-text,
a.mdBtnR-primary .mdBtnR-text{
    color: #fff !important;
}
button.mdBtnR-primary:hover,
button.mdBtnR-primary:focus,
button.mdBtnR-primary.active,
a.mdBtnR-primary:hover,
a.mdBtnR-primary:focus,
a.mdBtnR-primary.active {
    background-color: #C11781 !important;
    border-color: #C11781 !important;
}
.mdBtnR.mdBtnR-link:not(.webinar-join-btn) .mdBtnR-text,
a.mdBtnR.mdBtnR-link:not(.webinar-join-btn) .mdBtnR-text {
    color: #fff !important;
}
.mdBtnR.mdBtnR-text-button .mdBtnR-text,
a.mdBtnR.mdBtnR-text-button .mdBtnR-text {
    color: #fff !important;
}
button.mdBtnR-outline-primary,
a.mdBtnR-outline-primary {
  	color: #fff !important;
    background-color: #C11781 !important;
    border-color: #C11781 !important;
}
button.mdBtnR-outline-primary:hover,
button.mdBtnR-outline-primary:focus,
button.mdBtnR-outline-primary.active,
a.mdBtnR-outline-primary:hover,
a.mdBtnR-outline-primary:focus,
a.mdBtnR-outline-primary.active {
    background-color: #C11781 !important;
    border-color: #C11781 !important;
}
button.mdBtnR-outline-primary .mdBtnR-text,
a.mdBtnR-outline-primary .mdBtnR-text {
    color: #fff !important;
}
button.mdBtnR-outline-primary:hover .mdBtnR-text,
button.mdBtnR-outline-primary:focus .mdBtnR-text,
button.mdBtnR-outline-primary.active .mdBtnR-text,
a.mdBtnR-outline-primary:hover .mdBtnR-text,
a.mdBtnR-outline-primary:focus .mdBtnR-text,
a.mdBtnR-outline-primary.active .mdBtnR-text {
    background-color: #C11781 !important;
    border-color: #C11781 !important;
}
/*end Kevin - 10538 */

/*Kevin - 10662 adding color to View All button in chat moderator portal*/
.tyler-con21-connect2021chatmoderatorportal-page-phchatmoderations .view-all-btn,
.tyler-con21-speakerresourcecenter-page-speakerportalhome .view-all-btn{
  background-color: #C11781 !important;
  border-color: #C11781 !important;
  padding: 3px 6px !important;
}
/*end Kevin - 10662*/

/*Remove Check In Button and Room on My Meetings*/
.tyler-con21-meetings-page-meetings .scheduled-meetings-container .scheduled-meeting-title{
	display: none;
}

/* Myke*/
.tyler-con21-eventportal-page-eventportal .page-builder-panel .rf-headline-content {
  overflow: auto;
}
