/* General */
 
    a {
        text-decoration: none;
    }
 
    dl,
    ol,
    p,
    ul li {
        margin-bottom: 1rem;
        margin-top: 0;
      list-style-position: outside !important;
    }
 
    p {
        margin: 0 0 18px 0;
    }
 
    body,
    div,
    span,
    p,
    a,
    em,
    img,
    small,
    strong,
    b,
    dl,
    dt,
    dd,
    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: 1210px !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-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 {      
        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: #174887
    }
 
    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, #397DC0, #1CA2DC);
        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: 122px;
        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: #F26B26;
        color: #fff !important;
        text-decoration: none;
        font-family: sans-serif
    }
 
    .btn.btn-primary:hover {
        background-color: rgba(242, 107, 38, 0.85);
    }
 
    .btn.btn-secondary {
        background-color: transparent;
        border: 2px solid #174887;
        color: #174887 !important;
        text-decoration: none;
        font-family: sans-serif
    }
 
    .btn.btn-secondary:hover {
        background-color: #1CA2DC;
        color: #fff !important;
      border: 2px solid #1CA2DC;
    }
 
    a {
        color: #174887 !important;
        text-decoration: none
    }
 
    b,
    strong {
        font-weight: bolder;
    }
 
/* Footer */
 
    footer {
        background-image: linear-gradient(to right, #397DC0 50%, #1CA2DC);
        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;
      	margin: 0 0rem;
    }
 
    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 */
