/* Minification failed. Returning unminified contents.
(475,150): run-time error CSS1062: Expected semicolon or closing curly-brace, found '.'
(516,76): run-time error CSS1062: Expected semicolon or closing curly-brace, found '.'
 */
/* iCheck plugin Square skin, orange
----------------------------------- */
.icheckbox_square-orange,
.iradio_square-orange {
    display: inline-block;
    *display: inline;
    vertical-align: middle;
    margin: 0;
    padding: 0;
    width: 22px;
    height: 22px;
    background: url(/_assets/customerportal/css/orange.png) no-repeat;
    border: none;
    cursor: pointer;
}

.icheckbox_square-orange {
    background-position: 0 0;
}
    .icheckbox_square-orange.hover {
        background-position: -24px 0;
    }
    .icheckbox_square-orange.checked {
        background-position: -48px 0;
    }
    .icheckbox_square-orange.disabled {
        background-position: -72px 0;
        cursor: default;
    }
    .icheckbox_square-orange.checked.disabled {
        background-position: -96px 0;
    }

.iradio_square-orange {
    background-position: -120px 0;
}
    .iradio_square-orange.hover {
        background-position: -144px 0;
    }
    .iradio_square-orange.checked {
        background-position: -168px 0;
    }
    .iradio_square-orange.disabled {
        background-position: -192px 0;
        cursor: default;
    }
    .iradio_square-orange.checked.disabled {
        background-position: -216px 0;
    }

/* HiDPI support */
@media (-o-min-device-pixel-ratio: 5/4), (-webkit-min-device-pixel-ratio: 1.25), (min-resolution: 120dpi), (min-resolution: 1.25dppx) {
    .icheckbox_square-orange,
    .iradio_square-orange {
        background-image: url(/_assets/customerportal/css/orange@2x.png);
        -webkit-background-size: 240px 24px;
        background-size: 240px 24px;
    }
}
h2.title {
    font-family: ProximaNova-Regular, Arial, Sans-serif;
    font-size: 30px;
}

.banner-section {
    background-image: url(/_assets/customerportal/img/Banner-Man-in-field.png)
}

@media (max-width:425px) {
    .banner-section.landing-hero-banner h2 {
        font-size: 16px;
    }

    .banner-section.landing-hero-banner h1 {
        font-size: 28px;
    }

    .banner-section .btn {
        margin-bottom: 15px;
        min-width: 80%;
    }
}

@media(max-width:767px) {
    #teamMenu ul li {
        margin-left: 0;
        padding-left: 15px;
    }
}

.banner-section.landing-hero-banner {
    height: 550px;
    background-position: 50%;
}

    .banner-section.landing-hero-banner h2,
    .banner-section.landing-hero-banner h1,
    .banner-section.landing-hero-banner p,
    .banner-section.landing-hero-banner p a {
        color: #fff;
    }

        .banner-section.landing-hero-banner p a {
            text-decoration: underline;
        }

    .banner-section.landing-hero-banner h2 {
        font-size: 20px;
        line-height: 1.2em;
    }

    .banner-section.landing-hero-banner h1 {
        font-size: 40px;
    }

.landing-banner-content {
    margin-top: 100px;
}

.landing-page-intro {
    padding-right: 60px;
    line-height: 1.5em;
}

.landing-page-buttons {
    margin-top: 40px;
    margin-bottom: 15px;
}

    .landing-page-buttons .btn {
        margin-right: 15px;
    }

    .landing-page-buttons a.btn.btn-default {
        color: #333;
    }

.no-banner {
    padding-top: 90px;
}

.card-article {
    background-color: #fff;
    border: 1px solid #d9d9d9;
    margin-bottom: 15px;
    background-repeat: no-repeat;
    background-size: contain;
    background-position: right bottom;
    overflow: hidden;
    position: relative;
}

@media(min-width:768px) {
    .card-article {
        margin-bottom: 30px;
    }
}

.profile-container {
    padding-left: 20px;
    padding-right: 20px;
    padding-bottom: 20px;
}

@media(min-width:768px) {
    .header-spacer {
        height: 90px;
        background-color: #fff;
    }
}

.article-content-section {
    padding-top: 50px;
    padding-bottom: 35px;
    background-color: #fff;
}

.banner-section.cta-banner {
    /*background-image: url(/_assets/CustomerPortal/img/section-bg.jpg);*/
    height: 200px;
    padding-top: 30px;
}

.dashboard .card-article {
    border-top: 3px solid #f26522;
}

.dashboard hr {
    border-top: 1px solid #eeeeee;
    margin-top: 0;
}

.dashboard table {
    width: 100%;
}

.dashboard label {
    margin-top: 10px;
}

.link-icon {
    color: #444;
    font-size: 24px;
}

    .link-icon:hover {
        color: #f26522;
    }

.dashboard-action-section {
    margin: 20px 0;
}

.dashboard .link-action {
    background-color: #fff;
    border: none;
    padding: 5px;
    font-size: 24px;
    box-shadow: none;
    border-radius: 0;
    margin-top: 10px;
}

.dashboard-action-section label {
    margin-left: 20px;
}

    .dashboard-action-section label.pre-label {
        margin-right: 20px;
        margin-left: 0;
        font-weight: normal;
    }

.dashboard-number-input {
    width: 15%;
    display: inline-block;
}

.form {
    margin-bottom: 50px;
}

.dashboard-action-section .btn {
    text-transform: none;
    padding: 5px 10px;
    font-size: 14px;
}

.users td {
    padding-right: 5px;
}


.dashboard-radio label {
    display: block;
    font-weight: normal;
}

.organisation-card {
    border-bottom: 1px solid #eeeeee;
    padding-bottom: 55px;
    margin-bottom: 10px;
}

.navigation-section.no-menu {
    height: 70px;
}

body.white-page {
    background-color: #fff;
}

.profile-menu.content-menu {
    margin-top: 55px;
}

.profile-menu ul {
    padding-left: 0;
    margin-bottom: 0;
}

    .profile-menu ul li {
        list-style: none;
        padding: 0 20px;
        border-bottom: 1px solid #f2f2f2;
    }

        .profile-menu ul li.active {
            border-left: 3px solid #f7941e;
        }

.profile-menu.legal-menu li:first-child {
    border-top: 1px solid #f2f2f2;
}

.profile-menu.legal-menu li h4 {
    font-size: 20px;
    line-height: 50px;
    margin: 0;
}

.profile-menu ul li a, .profile-menu ul li a:link, .profile-menu ul li a:visited {
    width: 100%;
    display: inline-block;
    line-height: 50px;
    color: #444;
}

.payment-modal p {
    font-weight: 600;
}

.modal-list {
    list-style-position: outside;
    text-align: left;
}

    .modal-list li {
        padding-bottom: 10px;
    }

.profile-container-width {
    width: 75%;
    margin-left: auto;
    margin-right: auto;
}

.mini-menu {
    text-align: center;
}

    .mini-menu ul.breadcrumb {
        background-color: #fff;
        font-size: 16px;
    }

        .mini-menu ul.breadcrumb > li + li:before {
            content: "|";
            padding: 0 5px;
            color: #ccc;
        }

.article-content-section .card-article {
    border: none;
}

.no-banner.simple-header {
    padding-top: 70px;
}

img.how-it-works {
    max-width: 650px;
    height: auto;
    padding-top: 20px;
    margin-top: 10px;
    margin-bottom: 50px
}

.bullet-row {
    margin: 30px -15px;
}

.landing-banner-content h1.dark,
.landing-banner-content h2.dark,
.landing-banner-content p.dark {
    color: #333;
}

.dashboard-alert {
    margin: 20px 0;
}

.sub-heading {
    font-size: 16px;
}

.number-input-area {
    margin-bottom: 10px;
}

.home-content {
    margin-bottom: 50px;
}

.callout-box {
    background-color: #fff;
    margin: 20px;
    padding: 20px;
    box-shadow: 0px 0px 11px rgba(155, 155, 155, 0.5);
    /*webkit-transform: translateY(-5px);*/
    transform: translateY(-5px);
    max-width: 75%;
    margin-left: auto;
    margin-right: auto;
    margin-top: 45px;
    border-radius: 5px;
}

img.callout-image {
    max-width: 50%;
    height: 135px;
}

.callout-content {
    padding: 0 50px 0 50px;
}

    .callout-content .sub-heading {
        margin-left: auto;
        margin-right: auto;
        color: #F27121;
        font-size: 18px;
        font-weight: 600;
    }

    .callout-content p, .info-included p {
        height: auto;
        width: 50%;
        margin-top: 20px;
        margin-left: auto;
        margin-right: auto;
        font-size: 18px;
    }

.info-included .sub-heading {
    color: #F27121;
    font-size: 18px;
    font-weight: 600;
}


.card-slider {
    display: flex;
    justify-content: space-around;
    margin-top: 50px;
}

.card {
    width: 330px;
    height: 500px;
    border-radius: 5px;
}

    .card:hover {
        transition: all 0.2s ease-in-out;
        box-shadow: 0px 0px 11px rgba(238, 95, 34, 0.5);
        transform: translateY(-5px);
    }

    .card.card-1 {
        background-image: linear-gradient(to bottom, rgba(253, 219, 45, 0.33), rgba(195, 58, 34, 0.52)), url(/_assets/customerportal/img/Sporty-runner-couple.png);
        background-size: cover;
        background-repeat: no-repeat;
    }

    .card.card-2 {
        background-image: linear-gradient(to bottom, rgba(253, 219, 45, 0.33), rgba(195, 58, 34, 0.52)), url(/_assets/customerportal/img/learning2.png);
        background-size: cover;
        background-repeat: no-repeat;
    }

    .card.card-3 {
        background-image: linear-gradient(to bottom, rgba(253, 219, 45, 0.33), rgba(195, 58, 34, 0.52)), url(/_assets/customerportal/img/injury-prevention2.png);
        background-size: cover;
        background-repeat: no-repeat;
    }

    .card.card-4 {
        background-image: linear-gradient(to bottom, rgba(253, 219, 45, 0.33), rgba(195, 58, 34, 0.52)), url(/_assets/customerportal/img/competitions.png);
        background-size: contain;
        background-repeat: no-repeat;
    }

    .card.card-5 {
        background-image: linear-gradient(to bottom, rgba(253, 219, 45, 0.33), rgba(195, 58, 34, 0.52)), url(/_assets/customerportal/img/goal setting.png);
        background-size: contain;
        background-repeat: no-repeat;
    }

.card-body {
    color: #fff;
}

    .card-body h3 {
        text-align: center;
        position: relative;
        top: 200px;
    }

    .card-body p {
        position: relative;
        padding: 0 20px;
        top: 200px;
    }

a.btn.btn-default.card-button {
    position: relative;
    top: 270px;
    left: 100px;
}


.info-included img {
    max-width: 100%;
    height: auto;
}

.content-why {
    display: flex;
    margin-top: 100px;
    background-color: #f27121;
    color: #fff;
}

.img-content-why {
    background-image: url(/_assets/customerportal/img/Man-hands-up-to sky-2.png);
    background-size: cover;
    width: 80%;
}

.content-why h2 {
    margin: 70px;
}

.text-content-why {
    font-size: 18px;
    font-weight: 600;
    margin-top: auto;
    margin-bottom: auto;
}

.content-why p {
    height: auto;
    padding: 20px 40px 30px 40px;
    color: #fff;
    margin-top: auto;
    margin-bottom: auto;
}

/*.content-testimonial {
    display: flex;
    background-color: #ffd9c2;
}

.img-content-testimonial {
    background-image: url(/_assets/customerportal/img/Banner-Man-in-field.png);
    background-repeat: no-repeat;
    background-size: cover;
    width: 100%;
}

.text-content-testimonial {
    height: auto;
    padding: 50px;
    color: #f27121;
}*/

/*.how-it-works-banner {
    height: 550px;
    background-position: 50%;
    background-image: url(/_assets/customerportal/img/how-it-works-banner.png);
    background-repeat: no-repeat;
    background-size: cover;
    width: 100%;
    position: relative;
}*/

.how-it-works-circles {
    display: flex;
    justify-content: center;
    flex-flow: row wrap;
    margin-bottom: 50px;
    margin-top: 20px;
}

.circle {
    border-radius: 50%;
    width: 340px;
    height: 340px;
    background-color: #fff;
    box-shadow: 0px 0px 11px rgba(155, 155, 155, 0.5);
    /*webkit-transform: translateY(-5px);*/
    transform: translateY(-5px);
    margin: 20px;
}

.circle-content {
    padding: 35px 25px 0;
    margin: 0 30px;
}

.ribbon {
    background-image: linear-gradient(to bottom, rgba(253, 219, 45, 0.53), rgba(195, 58, 34, 0.72)), url(/_assets/customerportal/img/Sporty-runner-couple.png);
    height: 50%;
    background-attachment: fixed;
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    margin-top: 50px;
}

.ribbon-content {
    max-width: 50%;
    margin: 20px auto;
    /*display: flex;
    flex-flow: row wrap;
    justify-content: space-between;*/
    padding-top: 30px;
    padding-bottom: 30px;
}

    .ribbon-content img {
        height: 80px;
    }

    .ribbon-content .row {
        margin-bottom: 20px;
    }

.product-text p {
    color: #fff;
    /*max-width: 200px;*/
    font-size: 16px;
    margin-top: 10px;
}

.content-other {
    display: flex;
    margin-top: 100px;
    background-color: #f27121;
    color: #fff;
}

.img-content-other {
    background-image: url(/_assets/customerportal/img/learning.png);
    background-size: cover;
    width: 100%;
}

.content-other h2 {
    margin: 70px;
}

.text-content-other {
    font-size: 18px;
    margin-top: auto;
    margin-bottom: auto;
}

.content-other p {
    height: auto;
    padding: 20px 40px 30px 40px;
    color: #fff;
    margin-top: auto;
    margin-bottom: auto;
}

.content-other-buttons {
    font-size: 14px;
    margin-top: 150px;
}

.section.white-cta-banner {
    height: 200px;
    padding-top: 30px;
    background-color: #fff;
}

.content-clients {
    display: flex;
    flex-wrap: wrap;
    background-color: #ffd9c2;
    margin-bottom: 100px;
    height: 350px;
}

.img-content-clients {
    background-image: url(/_assets/customerportal/img/competitions.png);
    background-repeat: no-repeat;
    background-size: contain;
    width: 40%;
    height: 200px;
}

.text-content-clients {
    height: auto;
    width: 40%;
    padding-top: 50px;
    color: #f27121;
}

/*.logos {
    display: flex;
    flex-flow: row wrap;
    justify-content: space-around;
    Width: 75%;
    margin: 20px auto;
    height: 150px;
}

.logo-1,
.logo-2,
.logo-3,
.logo-4,
.logo-5 {
    background-repeat: no-repeat;
    background-size: contain;
    height: 75px;
    width: 75px;
}

.logo-1 {
    background-image: url(/_assets/customerportal/img/logo-1.png);
}

.logo-2 {
    background-image: url(/_assets/customerportal/img/logo-2.png);
}

.logo-3 {
    background-image: url(/_assets/customerportal/img/logo-3.png);
}

.logo-4 {
    background-image: url(/_assets/customerportal/img/logo-4.png);
}
.logo-5 {
    background-image: url(/_assets/customerportal/img/logo-1.png);
}*/

.pricing-container {
    margin-bottom: 30px;
}

.pricing-tile {
    text-align: center;
    width: 75%;
    margin: 20px auto;
    background-color: #fff;
    box-shadow: 0px 0px 11px rgba(155, 155, 155, 0.5);
    /*webkit-transform: translateY(-5px);*/
    transform: translateY(-5px);
    border-radius: 5px;
}

.pricing-headings {
    margin-bottom: 20px;
    text-align: center;
}

.price-title {
    color: #fff;
    font-weight: 600;
    height: 180px;
    padding: 10px;
}

.basic-column {
    background-color: lightgray;
}

.standard-column {
    background-color: #f26522;
}

.plus-column {
    background-color: darkred;
}

.pricing-tile > .col-xs-12 > .row:nth-of-type(even) {
    background-color: rgba(255, 217, 194, 0.41);
}

.sub-info .small-text {
    display: block;
}

p.sub-info {
    color: #fff;
}

.row .title-row {
    font-size: 16px;
    font-weight: 600;
    text-transform: uppercase;
    text-align: left;
    padding: 10px;
}

.plan-text {
    text-align: left;
    margin-top: 5px;
}

.pricing-tile .icon-tick-thin, .icon-cross-thin {
    font-size: 25px;
    color: #666;
    padding-top: 3px;
}

.pricing-tile .row .col-xs-3 {
    padding-top: 10px;
}
/*Pagination*/
.pagination-group.filter-group {
    background-color: #fff;
    border-top: 1px solid #e3e3e3;
}

.pagination-group .dropdown.filter label {
    margin-right: 15px;
}

.pagination-group ul.pagination {
    margin-top: 0;
    margin-bottom: 0;
}

    .pagination-group ul.pagination li .circle {
        border-radius: 50%;
        margin-right: 5px;
        padding: 0;
        width: 35px;
        height: 35px;
        line-height: 25px;
        text-align: center;
        display: table;
        cursor: pointer;
    }

        .pagination-group ul.pagination li .circle span {
            display: table-cell;
            vertical-align: middle;
            text-align: center;
            width: 100%;
            height: 100%;
        }

    .pagination-group ul.pagination li .spacer {
        border: none;
        position: relative;
        left: -3px;
        top: 5px;
        margin-right: 0;
    }

        .pagination-group ul.pagination li .spacer:hover {
            cursor: default;
            background-color: #fff;
        }

/*Filter Dropdown Styles*/
.filter-group .dropdown-menu {
    overflow: hidden;
    padding-top: 0;
}

.filter-group .dropdown-menu {
    min-width: 200px;
}

    .filter-group .dropdown-menu.dropdown-menu-wide {
        min-width: 285px;
    }

    .filter-group .dropdown-menu input[type='checkbox'] {
        margin-left: 10px;
        margin-right: 8px;
        vertical-align: middle;
        display: inline-block;
    }

        .filter-group .dropdown-menu input[type='checkbox'] + label,
        .filter-group .dropdown-menu li label {
            vertical-align: middle;
            font-weight: normal;
            display: inline-block;
            margin-bottom: 4px;
            margin-top: 4px;
            padding-left: 5px;
        }

    .filter-group .dropdown-menu .btn {
        margin-left: 8px;
        display: inline-block;
    }

    .filter-group .dropdown-menu ul {
        padding-left: 3px;
    }

        .filter-group .dropdown-menu ul li {
            list-style: none;
            padding-left: 0;
            margin-left: 0;
            padding: 5px 8px;
        }

            .filter-group .dropdown-menu ul li label {
                white-space: nowrap;
                max-width: 140px;
                overflow: hidden;
                text-overflow: ellipsis;
                padding-left: 15px;
            }

    .filter-group .dropdown-menu.dropdown-menu-wide ul li label {
        max-width: 225px;
    }

    .filter-group .dropdown-menu ul.dropdown-actions {
        border-top: 1px solid #ccc;
        padding-top: 10px;
        margin-bottom: 5px;
    }

.dropdown-actions a.btn.btn-default {
    border-radius: 3px;
}

.filter-group .dropdown-actions li.actions {
    padding: 0 10px 0 0;
    text-align: right;
}

.dropdown-actions .btn.btn-default span {
    padding-right: 5px;
}


.filter-group .dropdown-menu ul.dropdown-list {
    max-height: 242px;
    overflow: auto;
    margin-bottom: 0;
}
/*Active Filter Styles*/
.applied-filters {
    /*margin-top: 15px;*/
    vertical-align: middle;
    line-height: 1.2em;
}

    .applied-filters > label {
        padding: 10px 0;
        display: inline-block;
        vertical-align: middle;
    }

    .applied-filters .active-filter {
        display: inline-block;
        background-color: #eee;
        padding: 10px;
        border-radius: 3px;
        line-height: 1em;
        margin-bottom: 5px;
        margin-right: 5px;
        vertical-align: middle;
    }

        .applied-filters .active-filter label {
            margin-bottom: 0;
            display: inline-block;
            vertical-align: middle;
        }

        .applied-filters .active-filter .filter-content {
            line-height: 1.2em;
            white-space: nowrap;
            max-width: 180px;
            overflow: hidden;
            text-overflow: ellipsis;
            margin-left: 5px;
            margin-right: 8px;
            display: inline-block;
            vertical-align: middle;
        }

        .applied-filters .active-filter a .fa {
            display: inline-block;
            vertical-align: middle;
            line-height: 1.2em;
            color: #666;
        }

.filter-group {
    margin-bottom: 80px;
}

    .filter-group .filter {
        display: inline-block;
        vertical-align: top;
    }

    .filter-group .btn {
        height: 42px;
    }

    .filter-group select {
        height: 44px;
    }

.article-content-section {
    margin-bottom: 100px;
    padding-top: 30px;
}

.pagination-group.filter-group {
    margin-bottom: 0;
    padding-top: 30px;
    display: inline-block;
    vertical-align: middle;
}

.pagination-group .label {
    display: inline-block;
}

.pagination-select {
    width: auto;
    display: inline-block;
}

.table tbody > tr:last-of-type {
    border-bottom: 1px solid #ddd;
}

.pagination > li > .circle,
.pagination > li > span {
    color: #f26522;
}

    .pagination > li > .circle:hover,
    .pagination > li > span:hover,
    .pagination > li > .circle:focus,
    .pagination > li > span:focus {
        color: #f26522;
    }

.pagination > .active > .circle,
.pagination > .active > span,
.pagination > .active > .circle:hover,
.pagination > .active > span:hover,
.pagination > .active > .circle:focus,
.pagination > .active > span:focus {
    background-color: #f26522;
    border-color: #f26522;
}
.title-area {
    display: inline-block;
    vertical-align: middle;
    width: 100%;
    margin-top: 20px;
    margin-bottom: 10px;
}
.title-area h1 {
    display: inline-block;
    margin: 0;
}
.btn-xs {
    padding: 4px 6px 2px 6px;
}
.btn-xs > span {
    font-size: 14px;
}

.table.vertical-align-middle td {
    vertical-align: middle;
}
.table > tbody > tr > td.nested-table-wrapper {
    padding: 0;
    border: none;
}
table.nested-table > thead td {
    text-transform: uppercase;
    background-color: #ddd;
    padding: 5px 8px;
}

table.nested-table > tbody > tr:nth-child(odd) td {
    background-color: #efefef;
}

table.nested-table tr td {
    padding:5px;
}
.modal-medium {
    max-width: 700px;
    margin: auto;
}
.modal-large {
    max-width: 991px;
    margin: auto;
}
.panel-heading.border-bottom {
    border-bottom: 1px solid #ddd;
}
.title-nav {
    margin-bottom: 20px;    
}
.title-nav * {
    vertical-align: middle;
}
    .title-nav a {
        display: inline-block;
        text-decoration: none;
        font-size: 16px;
    }

    .panel .form-group {
        vertical-align: middle;
    }
    .panel .control-label {
        min-width: 250px;
        display: inline-block;
    }
    .panel .form-control, .panel .btn-primary {
        display: inline-block;
        max-width: 300px;
    }
.panel .form-control-wrapper {
    display: inline-block;
}

    .panel .submit-button {
        height: 44px;
    }
.button-group {
    display: inline-block;
}
    .button-group > .btn{
        display: inline-block;
        width: auto;
        height: 44px;
        padding: 12px 20px;
    }

input[type="search"] {
    border-radius: 0;
    height: 44px;
    border: 1px solid #d9d9d9;
    width: 300px;
}

.form-control.wide-form-control {
    width: 400px;
    max-width: 100%;
}

.validation-summary {
    margin-top: 15px;
    color: #ed5451;
}
#pop-employee-delete {
    border-radius: 4px;
}
#pop-employee-delete .mfp-close .close-text.close-popup {
    display: none;
}
.article-content-section .panel {
    box-shadow: none;
}
.margin-bottom-30 {
    margin-bottom: 30px;
}

.show-attendees.btn-xs {
    color: #f26522;
}


.filter.col-md-3 {
    padding-left: 0px;
}

.filter.col-sm-12.col-md-3 .input-group {
    width:100%;
}

@media(max-width:991px) {
    .filter-group {
        margin-bottom:10px;
    }
    .filter.col-sm-12.col-md-3 .input-group {
        margin-bottom: 10px;
        width:100%;
    }
.user-navigation ul li a.dropdown:after {
    left:116px;
    top:-22px;
}
a.book-employee.btn.btn-primary {
    margin:10px 0 10px 0;
}
}

@media(max-width:400px) {
    .filter.col-sm-12.col-md-3 .input-group {
        width: 100%;
        margin-bottom: 10px;
        display:block;
    }

}

a.btn.btn-primary.br2.btn-xs.fs12 {
    margin-bottom:5px;
}
.pagination-group.filter-group.col-md-12 {
    border-top: none;
}
.border-top {
    border-top: 1px solid #e3e3e3;
}


.form-group.checkbox-group input#RememberMe.iCheck {
    width:10%;
    align-self:center;
}

.form-group.checkbox-group label.icheck-label {
    margin-bottom:0;
    align-self:center;
}

/*Remove this when the footer is put back in*/
.body-container {
    padding-bottom: 0 !important;
}

th.action-column, td.action-column{
    min-width:100px;
}

.action-column a {
    vertical-align:top;
}

.notify-modal textarea {
    width:90%;
    border-color:#ccc;
    min-height:100px;
}

.notify-modal .section.row {
    margin-top:10px;
}

.notify-modal .radio-item{
    margin-bottom:10px;
}

.autocomplete-list * {
    cursor:pointer;
}
