@font-face {
    font-family: "Flaticon";
    src: url("../../fonts/Flaticon.eot");
    src: url("../../fonts/Flaticon.eot?#iefix") format("embedded-opentype"), url("../../fonts/Flaticon.woff") format("woff"), url("../../fonts/Flaticon.ttf") format("truetype"), url("../../fonts/Flaticon.svg#Flaticon") format("svg");
    font-weight: normal;
    font-style: normal;
}

@media screen and (-webkit-min-device-pixel-ratio:0) {
    @font-face {
        font-family: "Flaticon";
        src: url("../../fonts/Flaticon.svg#Flaticon") format("svg");
    }
}

@font-face {
    font-family: 'Neuropol';
    src: url('../../fonts/neuropol-webfont.eot');
    src: url('../../fonts/neuropol-webfont.eot?#iefix') format('embedded-opentype'), url('../../fonts/neuropol-webfont.woff2') format('woff2'), url('../../fonts/neuropol-webfont.woff') format('woff'), url('../../fonts/neuropol-webfont.ttf') format('truetype'), url('../../fonts/neuropol-webfont.svg#neuropolregular') format('svg');
    font-weight: normal;
    font-style: normal;
}

[class^="flaticon-"]:before, [class*=" flaticon-"]:before,
[class^="flaticon-"]:after, [class*=" flaticon-"]:after {
    font-family: Flaticon;
    font-size: 64px;
    font-style: normal;
}

[class^="flaticon-36-"]:before, [class*=" flaticon-36-"]:before,
[class^="flaticon-36-"]:after, [class*=" flaticon-36-"]:after {
    font-family: Flaticon;
    font-size: 36px;
    font-style: normal;
}

[class^="flaticon-24-"]:before, [class*=" flaticon-24-"]:before,
[class^="flaticon-24-"]:after, [class*=" flaticon-24-"]:after {
    font-family: Flaticon;
    font-size: 24px;
    font-style: normal;
}


.glyph .glyph-icon {
    padding: 10px;
    display: block;
    font-family: "Flaticon";
    font-size: 64px;
    line-height: 1;
}

    .glyph .glyph-icon::before {
        font-size: 64px;
        margin-left: 0;
    }

.lg-icon::before, .lg-icon::after {
    font-size: 100px;
}

.flaticon-warning:before {
    content: "\f122";
}

.flaticon-circle-exclamation:before {
    content: "\f10f";
}

.flaticon-circle-8:before {
    content: "\f10e";
}

.flaticon-user-card:before, .flaticon-36-user-card:before {
    content: "\f115";
}

.flaticon-race-flag:before, .flaticon-24-race-flag:before {
    content: "\f12a";
}

.flaticon-36-user-prof:before, .flaticon-user-prof:before {
    content: "\f123";
}

.flaticon-people:before {
    content: "\f11c";
}

.flaticon-36-close:before, .flaticon-close:before {
    content: "\f10d";
}

.flaticon-36-plus:before, .flaticon-24-plus:before {
    content: "\f10c";
}

.flaticon-music:before {
    content: "\f119";
}

.flaticon-calendar:before, .flaticon-36-calendar:before {
    content: "\f128";
}

.flaticon-friends:before, .flaticon-36-friends:before {
    content: "\f11d";
}

.flaticon-stage:before, .flaticon-24-stage:before {
    content: "\f11b";
}

.flaticon-pin-1:before, .flaticon-24-pin-1:before, .flaticon-36-pin-1:before {
    content: "\f120";
}

.flaticon-car:before, .flaticon-24-car:before {
    content: "\f103";
}

.flaticon-pin:before, .flaticon-36-pin:before, .flaticon-24-pin:before {
    content: "\f11f";
}

.flaticon-cup:before, .flaticon-24-cup:before {
    content: "\f111";
}

.flaticon-location:before, .flaticon-24-location:before {
    content: "\f117";
}

.flaticon-people-2:before, .flaticon-36-people-2:before {
    content: "\f11e";
}

.flaticon-two-flags:before, .flaticon-36-two-flags:before {
    content: "\f12e";
}

.flaticon-ring:before, .flaticon-36-ring:before {
    content: "\f103";
}

.flaticon-technology:before, .flaticon-36-technology:before {
    content: "\f125";
}

.flaticon-clock:before, .flaticon-24-clock:before {
    content: "\f110";
}

.neuropol {
    font-family: Neuropol !important;
}

html, form {
    height: 100%;
}

body {
    padding-top: 0px;
    height: 100%;
    position: relative;
    font-size: 13px;
}

* {
    outline: none;
}

.fixed-layout, .fixed-layout #pageContent {
    overflow: hidden;
}

    .fixed-layout.landing-page .app-footer {
        position: absolute;
        bottom: 0px;
        left: 0px;
        background: #000;
        color: #ccc;
        height: 30px;
        width: 100%;
        padding-top: 0px;
        padding-bottom: 0px;
        z-index: 5999; /*not to overlap dropdowns (6000), but stay on top of loading overlays*/
    }

        .fixed-layout.landing-page .app-footer .wrapper {
            height: 30px;
            line-height: 30px;
            font-size: 12px;
        }



.row > [class*="col-"] {
    margin-bottom: 25px;
}

.row.no-margin-bottom > [class*="col-"] {
    margin-bottom: 10px;
}

.row.no-gap {
    margin-left: 0;
    margin-right: 0;
}

    .row.no-gap > [class*="col-"] {
        padding-left: 0;
        padding-right: 0px;
    }

.no-padding {
    padding: 0px !important;
}

.no-padding-top {
    padding-top: 0px !important;
}

.float-left {
    float: left;
}

.float-right {
    float: right;
}

.align-right {
    text-align: right !important;
}

.align-left {
    text-align: left !important;
}

.align-center {
    text-align: center !important;
}

.justify {
    text-align: justify !important;
}

.valign-middle {
    display: table;
}

    .valign-middle > div {
        display: table-cell;
        vertical-align: middle;
    }

.clear-both {
    clear: both;
}

.no-margin-bottom {
    margin-bottom: 0 !important;
}

.no-margin {
    margin: 0;
}

.no-border, iframe, fieldset.no-border {
    border: 0px !important;
}

.pt-10 {
    padding-top: 10px;
}

.pb-10 {
    padding-bottom: 10px;
}

.pt-60 {
    padding-top: 60px;
}

.pb-60 {
    padding-bottom: 60px;
}

.pt-100 {
    padding-top: 100px;
}

.pb-100 {
    padding-bottom: 100px;
}

.padding-10 {
    padding: 10px;
}

.pb-0 {
    padding-bottom: 0px;
}

.mb-0 {
    margin-bottom: 0px !important;
}

.mb-10 {
    margin-bottom: 10px !important;
}

.mb-2 {
    margin-bottom: 2px !important;
}

.pt20 {
    padding-top: 20px !important;
}

.pb-20 {
    padding-bottom: 20px !important;
}

.p-5pct {
    padding: 5%;
}

.mt-20 {
    margin-top: 20px;
}

.mr-5 {
    margin-right: 5px;
}

.f18 {
    font-size: 18px;
}

.btn.inline-btn {
    margin-left: 10px;
    display: inline-block;
    float: left;
}

.lh-1 {
    line-height: 1;
}

a {
    text-decoration: none;
}

.p-w-30 {
    padding: 0px 30px;
}

.specialW {
    width: 59.3667px;
}

a:hover {
    text-decoration: none;
}

a, a:hover, a:active, a:visited, a:focus {
    outline: 0;
}

.font-weight-300 {
    font-weight: 300;
}

.text-indent {
    text-indent: 1em;
}

.font-15 {
    font-size: 15px;
}

.v-scroll-container {
    overflow-y: auto;
    overflow-x: hidden;
}

.navbar {
    z-index: 10001;
    padding-left: 60px;
    -webkit-transition: all 0.25s;
    transition: all 0.25s;
}

    .navbar > .container, .navbar > .container-fluid, .navbar > .container, .navbar > .container {
        z-index: 10001;
    }

        .navbar > .container .navbar-brand, .navbar > .container-fluid .navbar-brand, .navbar > .container .navbar-brand {
            height: 60px;
            line-height: 60px;
            margin-left: 0px;
            font-family: 'Roboto Condensed', sans-serif;
            font-weight: 400;
            padding: 0;
            font-size: 1.5em;
        }

            /*.navbar > .container .navbar-brand .fa-angle-right, .navbar > .container-fluid .navbar-brand .fa-angle-right,
            .navbar > .container .navbar-brand .fa-angle-right*/
            .navbar > .container .navbar-brand .glyph-icon, .navbar > .container-fluid .navbar-brand .glyph-icon,
            .navbar > .container .navbar-brand .glyph-icon {
                margin-left: 5px;
                margin-right: 5px;
            }


        .navbar > .container .navbar-expand-toggle, .navbar > .container-fluid .navbar-expand-toggle, .navbar > .container .navbar-expand-toggle {
            width: 60px;
            height: 60px;
            background-color: transparent;
            border: 0px;
            float: left;
            -moz-transition: all 0.25s linear;
            -webkit-transition: all 0.25s linear;
            -o-transition: all 0.25s linear;
            transition: all 0.25s linear;
            -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=75)";
            filter: alpha(opacity=75);
            -moz-opacity: 0.75;
            -khtml-opacity: 0.75;
            opacity: 0.75;
        }

            .navbar > .container .navbar-expand-toggle .icon, .navbar > .container-fluid .navbar-expand-toggle .icon,
            .navbar > .container .navbar-expand-toggle .icon {
                font-size: 1.4em;
            }

        .navbar > .container .navbar-right-expand-toggle, .navbar > .container-fluid .navbar-right-expand-toggle,
        .navbar > .container .navbar-right-expand-toggle {
            width: 60px;
            height: 60px;
            background-color: transparent;
            border: 0px;
            position: absolute;
            right: 0;
            -moz-transition: all 0.25s linear;
            -webkit-transition: all 0.25s linear;
            -o-transition: all 0.25s linear;
            transition: all 0.25s linear;
            -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=75)";
            filter: alpha(opacity=75);
            -moz-opacity: 0.75;
            -khtml-opacity: 0.75;
            opacity: 0.75;
        }

            .navbar > .container .navbar-right-expand-toggle .icon, .navbar > .container-fluid .navbar-right-expand-toggle .icon,
            .navbar > .container .navbar-right-expand-toggle .icon {
                font-size: 1.4em;
            }

    .navbar .navbar-breadcrumb {
        margin-left: 0px;
        background-color: transparent;
        padding: 0px;
        float: left;
    }

        .navbar .navbar-breadcrumb > li, .navbar li.dropdown .dropdown-menu > li > a /**/ {
            height: 60px;
            line-height: 60px;
            vertical-align: middle;
            font-family: 'Roboto Condensed', sans-serif;
            font-size: 1.5em;
        }

    .navbar .navbar-nav > li > a, .navbar li.dropdown .dropdown-menu > li > a /**/ {
        font-size: 14px;
        font-family: 'Roboto Condensed', sans-serif;
        height: 60px;
        line-height: 60px;
        padding: 0px 15px 0px 15px;
        text-transform: uppercase;
    }

    .navbar li.dropdown.open .dropdown-menu > li > a {
        padding: 0px 25px 0px 25px;
    }

    .navbar li.dropdown a .caret {
        margin-left: 5px;
    }

    .navbar .dropdown-menu {
        padding: 0;
        border: 0;
        border-bottom-left-radius: 0px;
        border-bottom-right-radius: 0px;
        border-top-right-radius: 0px;
        border-top-left-radius: 0px;
        animation-duration: 0.4s;
        -webkit-animation-duration: 0.4s;
        z-index: -1;
        position: absolute;
    }

        /*.navbar-collapse.collapse.in .dropdown-menu
{
    width: 100%;
    display: block;
    position: relative;
    background: transparent;
}*/

        .navbar .dropdown-menu .title {
            font-family: 'Roboto Condensed', sans-serif;
            padding: 5px 10px;
            -moz-box-shadow: 0 1px 2px rgba(0, 0, 0, 0.3);
            -webkit-box-shadow: 0 1px 2px rgba(0, 0, 0, 0.3);
            box-shadow: 0 1px 2px rgba(0, 0, 0, 0.3);
        }

        .navbar .dropdown-menu .message {
            font-family: 'Roboto Condensed', sans-serif;
            text-align: center;
            padding: 10px 20px;
        }

        .navbar .dropdown-menu .notifications.list-group {
            list-style: none;
            padding: 0;
            margin: 0;
        }

            .navbar .dropdown-menu .notifications.list-group .list-group-item {
                min-width: 250px;
                padding: 8px;
                border: 0;
                border-bottom: 1px solid #EEE;
            }

                .navbar .dropdown-menu .notifications.list-group .list-group-item .icon {
                    margin-right: 5px;
                }

            .navbar .dropdown-menu .notifications.list-group .badge {
                border-radius: 1em;
            }

            .navbar .dropdown-menu .notifications.list-group .list-group-item:last-child {
                border-bottom-right-radius: 0px;
                border-bottom-left-radius: 0px;
            }

            .navbar .dropdown-menu .notifications.list-group .list-group-item:first-child {
                border-top-right-radius: 0px;
                border-top-left-radius: 0px;
            }

            .navbar .dropdown-menu .notifications.list-group a.list-group-item:hover {
                cursor: pointer;
            }

    .navbar .dropdown.profile .dropdown-menu {
        width: 305px;
        padding-bottom: 0px;
        text-align: center;
    }

        .navbar .dropdown.profile .dropdown-menu li.profile-img {
            padding: 10px 0px 0px 0px;
            max-height: 300px;
            overflow: hidden;
        }

            .navbar .dropdown.profile .dropdown-menu li.profile-img img.profile-img {
                width: 100%;
                height: auto;
                margin: 0px;
                border: 0;
            }

        .navbar .dropdown.profile .dropdown-menu .profile-info {
            font-family: 'Roboto Condensed', sans-serif;
            padding: 0px 15px 15px 15px;
        }

            .navbar .dropdown.profile .dropdown-menu .profile-info .username {
                font-size: 1.8em;
            }

            .navbar .dropdown.profile .dropdown-menu .profile-info .fa {
                font-size: 18px;
            }

            .navbar .dropdown.profile .dropdown-menu .profile-info .btn-primary {
                padding: 0.6em 2em;
            }

#navbar .menu-arrow:before, .acc-head .menu-arrow:before {
    font-family: FontAwesome;
    content: "\f107";
    position: absolute;
    top: 0px;
    right: 0.5em;
}

.acc-head.history-main {
    position: relative
}
/*Overwrite Bootstrap*/
@media (min-width: 767px) {
    .navbar-right {
        margin-right: 0px !important; /*-15px*/
    }
}

@media (max-width: 767px) {

    .navbar-right {
        margin-right: -15px !important;
    }

    .app-container .content-container .side-menu {
        width: 0px;
    }

    .live-tile h1 {
        font-size: 30px;
    }

    .live-tile h3 {
        font-size: 22px;
    }
}

.logo {
    width: 220px;
}

.user-initials {
    border-radius: 50%;
    border-width: 1px;
    border-style: solid;
    text-align: center;
    vertical-align: middle;
    display: inline-block;
    width: 37px;
    max-width: 37px;
    min-width: 37px;
    height: 37px;
    max-height: 37px;
    min-height: 37px;
    line-height: 37px;
    white-space: nowrap;
    text-wrap: avoid;
}

.app-container {
    min-height: 100%;
    position: relative;
    padding-bottom: 90px; /*<--*/
    overflow: hidden; /**/
}

    .app-container.no-padding {
        padding-bottom: 0px;
    }

.landing-page .app-footer {
    background: #000;
    color: #ccc;
    padding: 0px 10px;
}

.app-container .app-footer {
    display: block;
    position: absolute;
    bottom: 0;
    right: 0;
    left: 60px;
    font-size: 12px;
    z-index: 1;
    background: #000;
    color: #ccc;
}

    .app-container .app-footer .wrapper, .app-footer .wrapper {
        height: 30px;
        line-height: 30px;
        vertical-align: middle;
    }

.app-container .content-container {
    margin-right: 0;
    margin-left: 0;
}
    /*.side-menu-container ul.jspScrollable
{
  overflow-x: hidden;
  overflow-y: auto;
  width: 250px;
  height: 100%;
}*/
    /*div.side-menu-container.jspScrollable, div.jspContainer, div.jspPane {width: 250px !important}*/

    .app-container .content-container .side-menu {
        overflow-y: auto;
        /*z-index: 100000;*/ /*<--*/
        z-index: 100002;
        position: fixed;
        width: 60px;
        height: 100%;
        -webkit-transition: all 0.25s;
        -moz-transition: all 0.25s;
        transition: all 0.25s;
    }

        .app-container .content-container .side-menu .navbar-header {
            width: 100%;
            border-bottom: 0px solid #e7e7e7;
        }

            .app-container .content-container .side-menu .navbar-header .navbar-brand {
                width: 455px;
                line-height: 60px;
                height: 60px;
                padding: 0;
                width: 100%;
                overflow: hidden;
                font-family: 'Roboto Condensed', sans-serif;
            }

                .app-container .content-container .side-menu .navbar-header .navbar-brand .icon {
                    width: 60px;
                    text-align: center;
                    display: inline-block;
                }

                .app-container .content-container .side-menu .navbar-header .navbar-brand .title {
                    margin-left: -10px;
                    display: none;
                    /**/
                    color: #000;
                    width: 250px;
                    text-align: center;
                }

            .app-container .content-container .side-menu .navbar-header .navbar-expand-toggle {
                position: absolute;
                /*right: 0;*/ /*<---*/
                left: 0;
                width: 60px;
                height: 60px;
                background-color: transparent;
                border: 0px;
                -moz-transition: all 0.25s linear;
                -webkit-transition: all 0.25s linear;
                -o-transition: all 0.25s linear;
                transition: all 0.25s linear;
                -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=75)";
                filter: alpha(opacity=75);
                -moz-opacity: 0.75;
                -khtml-opacity: 0.75;
                opacity: 0.75;
            }

        .app-container .content-container .side-menu .navbar {
            border: none;
            padding-left: 0px;
        }

        .app-container .content-container .side-menu .navbar-nav li {
            display: block;
            width: 100%;
            overflow: hidden;
            -moz-box-shadow: none;
            -webkit-box-shadow: none;
            box-shadow: none;
        }

            .app-container .content-container .side-menu .navbar-nav li a {
                font-family: 'Roboto Condensed', sans-serif;
                padding: 0 10px 0 10px;
                height: 60px; /*was 46*/
                line-height: 60px;
                display: block;
                white-space: nowrap;
                color: #000;
            }

                .app-container .content-container .side-menu .navbar-nav li a .icon {
                    margin-left: 0px;
                    width: 38px;
                    text-align: center;
                    font-size: 1.1em;
                    display: inline-block;
                }

                .app-container .content-container .side-menu .navbar-nav li a .title {
                    width: 0px;
                    white-space: nowrap;
                    padding-left: 6px;
                    display: none;
                    vertical-align: top;
                }

            .app-container .content-container .side-menu .navbar-nav li.dropdown {
                border: 0;
                margin-bottom: 0;
                -moz-border-radius: 0;
                -webkit-border-radius: 0;
                border-radius: 0;
                -moz-box-shadow: none;
                -webkit-box-shadow: none;
                box-shadow: none;
            }

                .app-container .content-container .side-menu .navbar-nav li.dropdown ul li a, .app-container .content-container .side-menu .no-events {
                    height: 44px;
                    line-height: 44px;
                    vertical-align: middle;
                    padding: 0em 1.2em;
                    color: #594800;
                }

                .app-container .content-container .side-menu .navbar-nav li.dropdown > a:after {
                    content: "";
                    position: absolute;
                    right: 1em;
                }

        .app-container .content-container .side-menu .navbar-nav .panel-collapse.in {
            display: none;
        }

        /*.app-container .content-container .side-menu:hover*/ .app-container .content-container .side-menu.hovered, .app-container.expanded .content-container .side-menu {
            width: 250px;
            /**/
            background-image: url(../../images/bg/menu.png);
            background-position: right top;
            background-repeat: no-repeat;
        }


        .app-container .content-container .side-menu:hover .navbar-header .navbar-brand .title {
            display: inline-block;
        }

        .app-container .content-container .side-menu:hover .navbar-nav li a .title {
            width: 192px;
            display: inline-block;
        }

        .app-container .content-container .side-menu:hover .navbar-nav li.dropdown > a:after {
            font-family: FontAwesome;
            content: "\f107";
            position: absolute;
            right: 1em;
        }

        .app-container .content-container .side-menu:hover .panel-collapse.in {
            display: block;
        }

    .app-container .content-container .side-body {
        padding-top: 30px /*70px*/;
        font-size: 16px;
    }
        /*<--*/
        .app-container .content-container .side-body.padding-top {
            /*padding-top: 84px;*/
        }
/*<--*/

.app-container.expanded .app-footer {
    left: 250px;
}

    .app-container.expanded .app-footer .wrapper {
        padding-left: 25px;
    }

.app-container.expanded .content-container .navbar-top {
    padding-left: 250px;
}

.app-container.expanded .content-container .side-menu {
    width: 250px;
}

    .app-container.expanded .content-container .side-menu .navbar-header .navbar-brand .title {
        display: inline-block;
    }

    .app-container.expanded .content-container .side-menu .navbar-nav li a .title {
        display: inline-block;
    }

    .app-container.expanded .content-container .side-menu .navbar-nav li a:hover {
        text-decoration: none;
    }

    .app-container.expanded .content-container .side-menu .navbar-nav li .panel-collapse.in {
        display: block;
    }

    .app-container.expanded .content-container .side-menu .navbar-nav li.dropdown > a:after {
        font-family: FontAwesome;
        content: "\f107";
        position: absolute;
        right: 1em;
    }

.container-fluid > .navbar-collapse, .container-fluid > .navbar-header, .container > .navbar-collapse, .container > .navbar-header {
    margin-left: -15px;
    margin-right: -15px;
}

.page-title {
    font-family: 'Roboto Condensed', sans-serif;
    margin-left: -10px;
    margin-right: -10px;
    padding: 15px 10px;
    margin-bottom: 0px;
    height: auto;
}

    .page-title .title {
        font-size: 2em;
    }

    .page-title .page-action {
        float: right;
        height: 40px;
        line-height: 40px;
        vertical-align: middle;
    }

.sub-title {
    font-family: 'Roboto Condensed', sans-serif;
}

    .sub-title > * {
        display: inline-block;
    }

    .sub-title h3 {
        margin-right: 10px;
    }

    .sub-title .description {
        font-family: 'Roboto Condensed', sans-serif;
        font-size: 0.9em;
    }

    .sub-title .action .btn {
        padding: 0 0.5em;
    }

/* Main body section */
.app-container .side-body {
    margin-left: 75px;
    margin-right: 15px;
    -webkit-transition: all 0.25s;
    transition: all 0.25s;
}

.app-container.expanded .side-body {
    margin-left: 260px;
}


@media (max-width: 900px) {
    .navbar .navbar-nav > li > a {
        padding: 0px 10px;
        font-size: 13px;
    }
}


/*Form*/
.RadForm .rfdTextInput.form-control {
    width: 100% !important;
    height: auto;
}

.RadForm .RadComboBox.form-control {
    width: 100% !important;
    height: auto;
    border: none;
    padding: 0px;
}

.RadForm .form-inline .rfdTextInput.form-control,
.RadForm .form-inline .RadComboBox.form-control {
    width: auto !important;
}

#FieldsetNarrow, .FieldsetNarrow {
    padding: 2em 2em !important;
}

    #FieldsetNarrow.small, .FieldsetNarrow.small {
        padding: 1em 1em !important;
        font-size: 100%;
    }

    #FieldsetNarrow legend, .RadForm_MetroTouch.RadForm.rfdFieldset .FieldsetNarrow legend {
        font-size: 18px;
    }

    #FieldsetNarrow.small legend, .RadForm_MetroTouch.RadForm.rfdFieldset .FieldsetNarrow.small legend {
        font-size: 16px;
    }

@media (max-width: 500px) {
    #FieldsetNarrow, .FieldsetNarrow, .RadForm.rfdFieldset fieldset.FieldsetNarrow {
        /*padding: 0em 0em !important;*/
        border-width: 0px;
    }

        #FieldsetNarrow legend, .RadForm_MetroTouch.RadForm.rfdFieldset .FieldsetNarrow legend {
            font-size: 18px;
            margin-bottom: 20px;
        }

    .landing-page .jumbotron.app-header.register {
        padding-top: 90px !important;
    }

        .landing-page .jumbotron.app-header.register.regmsg {
            height: 200px !important;
        }
}

@media (max-width: 320px) {
    #FieldsetNarrow, .FieldsetNarrow, .RadForm.rfdFieldset fieldset.FieldsetNarrow {
        padding: 5% 5% !important;
        border-width: 0px;
    }

    .landing-page .app-content-a, .landing-page .app-content-b, .landing-page .app-content-c {
        padding-top: 0px !important;
    }

    .newsTiles.pt-100 {
        padding-top: 0px !important;
    }

    .newsTiles.pb-100 {
        padding-bottom: 0px !important;
    }

    .landing-page .jumbotron.app-header.register {
        padding-top: 90px !important;
    }

        .landing-page .jumbotron.app-header.register.regmsg {
            height: 200px !important;
        }
}

/* small screen */
@media (max-width: 767px) {
    .navbar {
        padding-left: 0 !important;
    }

        .navbar .navbar-header {
            width: auto;
            display: block;
        }

        .navbar .navbar-nav {
            width: auto;
            margin: 0;
        }

            .navbar .navbar-nav > li {
                /*display: inline-block;*/ /*<--*/
            }

        .navbar .navbar-right {
            position: absolute;
            top: 0;
            right: -100%;
            height: 100%;
            width: 100%;
            -moz-transition: all 0.25s linear;
            -webkit-transition: all 0.25s linear;
            transition: all 0.25s linear;
        }

            .navbar .navbar-right .open .dropdown-menu {
                /*position: absolute;*/ /**/
            }

            .navbar .navbar-right.expanded {
                right: 0;
            }

    .app-container .navbar-top {
        min-width: 300px;
    }

    .app-container .content-container .side-menu {
        margin-left: -250px;
        width: 0px;
    }

    .app-container .content-container .side-body {
        margin-left: 15px;
    }

    .app-container.expanded .navbar-top {
        min-width: 480px;
        padding-left: 0px;
    }

    .app-container.expanded .side-menu {
        margin-left: 0px;
        width: 250px;
    }

    .app-container.expanded .side-body {
        margin-left: 10px;
    }

    .app-container .app-footer .wrapper, .app-container.expanded .app-footer .wrapper {
        padding-left: 15px; /*25px;*/
    }

    .flat-yellow .step.card-no-padding .nav-tabs > li {
        border-right: 0px !important;
    }
}

/* very small screen 
@media (max-width: 320px) {
    div.app-container .content-container .side-body
    {
        margin-left: 0px !important;
        margin-right: 0px !important;
    }
    div.container-fluid { padding-left: 0px !important; padding-right: 0px !important}
}*/

/* Card */
.card {
    background-color: #FFF;
    border-radius: 1px;
    overflow: hidden;
    position: relative;
    margin-bottom: 10px;
    margin-top: 10px;
}

    .card .card-body {
        padding: 25px;
        text-align: justify;
    }

    .card.summary-inline .card-body > .card-body {
        padding: 0px 0px 0px 25px;
        margin: 0px;
    }

    .card .card-body .sub-title {
        font-size: 1.2em;
        padding: 1.2em 0em 0.4em 0em;
        margin-bottom: 25px;
    }

    .card .card-body .thumbnail {
        margin-right: 25px;
    }

    .card .card-body .sub-title .description {
        padding-left: 0.4em;
        font-size: 0.8em;
        opacity: 0.8;
    }

    .card .card-body.half-padding {
        padding: 12.5px;
    }

    .card .card-header .card-title {
        /*padding: 1.2em 25px;*/
        padding: 8px 10px 0px 10px;
        float: left;
    }

        .card .card-header .card-title .title {
            font-family: 'Roboto Condensed', sans-serif;
            font-size: 1em;
            text-decoration: none;
            font-weight: bold;
        }

            .card .card-header .card-title .title .fa {
                margin-right: 8px;
            }

    .card .card-header .pull-right {
        padding: 0.5em 1em;
    }

    .card .card-header:after {
        content: '';
        display: block;
        clear: both;
    }

    .card .card-profile-img img {
        width: 100%;
        height: auto;
    }

    .card .card-jumbotron {
        padding: 1.5em 1.5em;
    }

    .card:hover .card-header .title {
        text-decoration: none !important;
    }

    .card.summary-inline .card-body {
        padding: 5px 10px 10px 10px;
    }

        .card.summary-inline .card-body .content {
            float: right;
        }

            .card.summary-inline .card-body .content .title {
                font-family: 'Lato', sans-serif;
                margin-top: -0.3em;
                font-size: 3.5em;
                text-align: right;
            }

            .card.summary-inline .card-body .content .sub-title {
                font-family: 'Lato', sans-serif;
                font-size: 0.9em;
                text-align: right;
                margin-top: -10px;
                margin-bottom: 0;
                padding: 0;
                border-bottom: 0;
            }

    .card.profile .card-body {
        padding: 0.5em 0.8em;
    }

    .card.profile .card-footer {
        padding: 0.5em 0.8em;
    }


.panel {
    border-radius: 0px;
}

    .panel .panel-heading {
        border-top-left-radius: 0px;
        border-top-right-radius: 0px;
    }

        .panel .panel-heading h3, .panel .panel-heading h4, .panel h5 {
            margin: 0px !important;
        }

.btn {
    margin-top: 5px;
    margin-bottom: 5px;
    border-radius: 1px;
    border-width: 1px;
    font-family: 'Roboto Condensed', sans-serif;
}

.btn-group-lg > .btn, .btn-group-lg > .btn-lg {
    border-radius: 1px;
}


.pagination {
    margin-top: 25px;
    margin-bottom: 5px;
}

    .pagination li:first-child > a, .pagination li:first-child span {
        -moz-border-top-left-radius: 3px;
        -moz-border-bottom-left-radius: 3px;
        -webkit-border-top-left-radius: 3px;
        -webkit-border-bottom-left-radius: 3px;
        border-top-left-radius: 3px;
        border-bottom-left-radius: 3px;
    }

    .pagination li:last-child > a, .pagination li:last-child span {
        -moz-border-top-right-radius: 3px;
        -moz-border-bottom-right-radius: 3px;
        -webkit-border-top-right-radius: 3px;
        -webkit-border-bottom-right-radius: 3px;
        border-top-right-radius: 3px;
        border-bottom-right-radius: 3px;
    }

.form-control {
    -moz-border-radius: 1px;
    -webkit-border-radius: 1px;
    border-radius: 1px;
    -moz-box-shadow: none;
    -webkit-box-shadow: none;
    box-shadow: none;
}

.bs-example-modal .modal {
    z-index: 100;
    position: relative;
    display: block;
}

.modal {
    z-index: 100001;
}

    .modal .modal-dialog .modal-header {
        font-family: 'Roboto Condensed', sans-serif;
    }

    .modal .modal-dialog .modal-content {
        -moz-border-radius: 1px;
        -moz-box-shadow: none;
        -webkit-border-radius: 1px;
        -webkit-box-shadow: none;
        border-radius: 1px;
        box-shadow: none;
    }

    .modal .modal-dialog .modal-footer .btn {
        margin-top: 0;
        margin-bottom: 0;
    }

.modal-backdrop {
    z-index: 100000;
}

    .modal-backdrop.in {
        -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=80)";
        filter: alpha(opacity=80);
        -moz-opacity: 0.8;
        -khtml-opacity: 0.8;
        opacity: 0.8;
    }

.alert {
    border-width: 0px;
    border-radius: 1px;
    display: inline-block; /*<--*/
    width: 100%; /*<--*/
}

.badge {
    font-weight: normal;
    border-radius: 0px;
}

.list-group .badge {
    border-radius: 1px;
}

.list-group .list-group-item:last-child {
    border-bottom-right-radius: 3px;
    border-bottom-left-radius: 3px;
}

.list-group .list-group-item:first-child {
    border-top-right-radius: 3px;
    border-top-left-radius: 3px;
}

.checkbox3, .radio3 {
    margin-top: 0px;
    margin-bottom: 0px;
}

.checkbox-inline {
    margin-bottom: 5px;
}

.checkbox3 label, .radio3 label {
    padding: 8px 0 8px 30px;
}

    .checkbox3 label::before, .radio3 label::before {
        top: 5px;
    }

    .checkbox3 label::after, .radio3 label::after {
        top: 5px;
    }

.checkbox3 label, .radio3 label, .checkbox-inline, .radio-inline {
    font-weight: normal;
}

.bootstrap-switch {
    border-radius: 1px;
}

.thumbnail {
    border-radius: 1px;
    padding: 0;
}

    .thumbnail .caption {
        padding: 0.5em 1.2em;
    }

        .thumbnail .caption .h1, .thumbnail .caption .h2, .thumbnail .caption .h3, .thumbnail .caption h1, .thumbnail .caption h2, .thumbnail .caption h3 {
            margin-top: 15px;
        }

body.login-page {
    background: url(../../images/bg/bg1-1920.jpg) no-repeat center center fixed;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
}

    body.login-page .login-box {
        width: 100%;
        max-width: 320px;
        position: absolute;
        top: 50%;
        left: 50%;
        -webkit-transform: translate(-50%, -50%);
        -moz-transform: translate(-50%, -50%);
        -ms-transform: translate(-50%, -50%);
        -o-transform: translate(-50%, -50%);
        transform: translate(-50%, -50%);
        padding: 0;
        color: #777;
    }
    /*Android stock browser uses a native textview overlaid on web input to display updates more quickly.
        It shows when the parent is absolutely-positioned */
    body.login-page.Android .login-box {
        position: static;
        margin: 100px auto 0px auto;
        -webkit-transform: none;
        -moz-transform: none;
        -ms-transform: none;
        -o-transform: none;
        transform: none;
    }

html.RadForm_MetroTouch.RadForm.rfdLabel .login-box label, html.RadForm_MetroTouch.RadForm.rfdLabel .login-box .rfdAspLabel {
    color: #777;
}

body.login-page .login-box > .title {
    margin-bottom: 1em;
}

body.login-page .login-box > .row {
    margin-left: 0;
    margin-right: 0;
    margin-bottom: 0;
}

body.login-page .login-form {
    padding: 0em;
}

    body.login-page .login-form .login-header {
        margin-bottom: 1.2em;
        font-size: 1.5em;
        margin-top: 0.8em;
    }

    body.login-page .login-form .login-body {
        padding: 1.5em;
        border-radius: 1px;
    }

    body.login-page .login-form input {
        margin-bottom: 0.8em;
        margin-top: 0.5em;
        /*padding: 1.2em 1em;*/
        font-size: 1.1em;
        border-radius: 1px;
    }

body.login-page .login-button .btn {
    padding: 0.5em 2em;
    font-size: 1.1em;
    border-radius: 1px;
    margin-bottom: 0;
}

body.login-page .login-footer {
    padding-top: 8px;
    padding-bottom: 8px;
    width: 100%;
    text-align: right;
    border-bottom-left-radius: 3px;
    border-bottom-right-radius: 3px;
}

@media (max-width: 767px) {
    body.login-page .login-form .login-header {
        margin-bottom: 1em;
    }

    body.login-page .login-box {
        width: 100%;
        max-width: 260px;
        /*top: 40%;*/ /**/
    }
}

.dataTables_wrapper .row {
    margin-bottom: 0.5em;
}

.dataTables_wrapper .top {
    margin-bottom: 6px;
    position: relative;
}

.dataTables_wrapper .bottom {
    margin-top: 6px;
}

    .dataTables_wrapper .top:after, .dataTables_wrapper .bottom:after {
        position: relative;
        clear: both;
        display: block;
        content: '';
    }

.dataTables_wrapper .dataTables_paginate .paginate_button {
    padding: 0;
    margin-left: 0;
    border: 0;
}

    .dataTables_wrapper .dataTables_paginate .paginate_button:hover, .dataTables_wrapper .dataTables_paginate .paginate_button.disabled, .dataTables_wrapper .dataTables_paginate .paginate_button.disabled:hover, .dataTables_wrapper .dataTables_paginate .paginate_button.disabled:active {
        border: 0;
    }

.dataTables_wrapper tfoot {
    display: none;
}

.code-preview {
    width: 100%;
    min-height: 400px;
}

.nav-tabs > li {
    margin-bottom: -1px;
}

    .nav-tabs > li > a {
        border-radius: 0;
        border: 0;
    }

    .nav-tabs > li.active > a, .nav-tabs > li.active > a:focus, .nav-tabs > li.active > a:hover {
        border-radius: 0;
        border-top: 0;
    }

.tab-content > div {
    padding: 20px;
}

.tabs-below > .nav-tabs,
.tabs-right > .nav-tabs,
.tabs-left > .nav-tabs {
    border-bottom: 0;
}

.tab-content > .tab-pane,
.pill-content > .pill-pane {
    display: none;
}

.tab-content > .active,
.pill-content > .active {
    display: block;
}

.tabs-below > .nav-tabs > li {
    margin-top: -1px;
    margin-bottom: 0;
}

    .tabs-below > .nav-tabs > li > a:hover,
    .tabs-below > .nav-tabs > li > a:focus {
        border-bottom-color: transparent;
    }

.tabs-left > .nav-tabs > li,
.tabs-right > .nav-tabs > li {
    float: none;
}

    .tabs-left > .nav-tabs > li > a,
    .tabs-right > .nav-tabs > li > a {
        min-width: 74px;
        margin-right: 0;
        margin-bottom: 3px;
    }

.tabs-left, .tabs-right {
    display: table;
}

    .tabs-left > .nav-tabs {
        display: table-cell;
        margin-right: 19px;
    }

        .tabs-left > .nav-tabs > li > a {
            margin-right: -1px;
        }

    .tabs-right > .nav-tabs {
        display: table-cell;
        margin-left: 19px;
    }

        .tabs-right > .nav-tabs > li > a {
            margin-left: -1px;
        }

.tab:after {
    content: '';
    display: block;
    clear: both;
}

.step .nav-tabs {
    border-bottom: 0px;
    margin-left: 0;
    margin-right: 0;
    margin-bottom: 20px;
}

    .step .nav-tabs > li[class^="col-"] {
        padding-left: 0;
        padding-right: 0;
    }

    .step .nav-tabs > li:first-child {
        border-top-left-radius: 3px;
        border-bottom-left-radius: 3px;
    }

    .step .nav-tabs > li {
        border-right: 0;
    }

        .step .nav-tabs > li > a {
            margin-right: 0;
            display: block;
            width: 100%;
            padding: 1em;
            padding-left: 2em;
            vertical-align: middle;
            white-space: nowrap;
            /*overflow: hidden;*/ /*<--*/
            text-align: left;
            border-bottom: 0;
        }

            .step .nav-tabs > li > a .icon {
                font-size: 2.5em;
                display: inline-block;
                margin-right: 0.25em;
                vertical-align: middle;
            }

            .step .nav-tabs > li > a .step-title {
                width: auto;
                display: inline-block;
                vertical-align: middle;
                text-align: left;
            }

                .step .nav-tabs > li > a .step-title .title {
                    font-size: 16px;
                    height: 36px; /**/
                }

                .step .nav-tabs > li > a .step-title .description {
                    font-size: 0.9em;
                }

            .step .nav-tabs > li > a:hover {
                border-bottom: 0;
            }

        .step .nav-tabs > li:after {
            content: "";
            width: 0;
            height: 0;
            position: absolute;
            top: 50%;
            right: -15px;
            transform: translate(0%, -50%);
            z-index: 2 /*100001*/;
        }

        .step .nav-tabs > li:before {
            content: "";
            width: 0;
            height: 0;
            position: absolute;
            top: 50%;
            right: -16px;
            transform: translate(0%, -50%);
            z-index: 1 /*100000*/;
        }

        .step .nav-tabs > li.active > a, .step .nav-tabs > li.active > a:focus, .step .nav-tabs > li.active > a:hover {
            border: 0;
            border-radius: 0;
            border-bottom: 0;
        }

        .step .nav-tabs > li:last-child {
            border-top-right-radius: 3px;
            border-bottom-right-radius: 3px;
        }

            .step .nav-tabs > li:last-child:before, .step .nav-tabs > li:last-child:after {
                display: none;
            }

.step .tab-content > div {
    padding: 0;
}

.step.card-no-padding .nav-tabs {
    margin-bottom: 0px;
}

    .step.card-no-padding .nav-tabs > li {
        border-radius: 0;
    }

.step.card-no-padding .tab-content > div {
    padding: 20px;
}

.step.tabs-left .tab-content {
    padding: 5px 15px;
    display: table-cell;
    vertical-align: top;
}

    .step.tabs-left .tab-content > div {
        padding: 20px;
    }

.step.tabs-left .nav-tabs {
    border-bottom: 0px;
    margin-left: 0;
    margin-right: 0;
    margin-bottom: 0;
}

    .step.tabs-left .nav-tabs > li[class^="col-"] {
        padding-left: 0;
        padding-right: 0;
    }

    .step.tabs-left .nav-tabs > li:first-child {
        border-top-left-radius: 0px;
        border-top-right-radius: 0px;
    }

    .step.tabs-left .nav-tabs > li {
        border-right: 0px;
        min-width: 250px;
        display: table;
        width: 250px;
    }

        .step.tabs-left .nav-tabs > li > a {
            margin-right: 0;
            display: table-cell;
            width: 100%;
            padding: 1em;
            padding-left: 2em;
            vertical-align: middle;
            table-layout: fixed;
            white-space: nowrap;
            overflow: hidden;
        }

            .step.tabs-left .nav-tabs > li > a .icon {
                font-size: 2.5em;
                display: inline-block;
                margin-right: 0.25em;
                vertical-align: middle;
            }

            .step.tabs-left .nav-tabs > li > a .step-title {
                width: auto;
                display: inline-block;
                vertical-align: middle;
            }

                .step.tabs-left .nav-tabs > li > a .step-title .title {
                    font-weight: bold;
                    font-size: 1.1em;
                }

                .step.tabs-left .nav-tabs > li > a .step-title .description {
                    font-size: 0.9em;
                }

            .step.tabs-left .nav-tabs > li > a:hover {
                border-bottom: 0;
            }

        .step.tabs-left .nav-tabs > li:after {
            content: "";
            width: 0;
            height: 0;
            position: absolute;
            top: 50%;
            transform: translate(0%, -50%);
            z-index: 10000;
            display: none;
        }

        .step.tabs-left .nav-tabs > li:before {
            content: "";
            width: 0;
            height: 0;
            position: absolute;
            top: 50%;
            right: -16px;
            transform: translate(0%, -50%);
            z-index: 10000;
            display: none;
        }

        .step.tabs-left .nav-tabs > li.active > a, .step.tabs-left .nav-tabs > li.active > a:focus, .step.tabs-left .nav-tabs > li.active > a:hover {
            border: 0;
            border-radius: 0;
            border-bottom: 0;
        }

        .step.tabs-left .nav-tabs > li.active:after, .step.tabs-left .nav-tabs > li.active:before {
            display: block;
        }

        .step.tabs-left .nav-tabs > li:last-child {
            border-bottom-left-radius: 3px;
            border-bottom-right-radius: 3px;
        }

@media (max-width: 900px) {
    .step .nav.nav-tabs li a {
        font-size: 11px !important;
    }
}

@media (max-width: 767px) {
    .step .nav-tabs > li:after {
        display: none;
    }

    .step .nav-tabs > li:before {
        display: none;
    }

    .step .nav.nav-tabs li a {
        text-align: left !important;
        font-size: 13px !important;
    }
}

.loader-container {
    display: none;
}

.loader .loader-container {
    display: block;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    z-index: 1003;
}

.loader:after {
    content: "";
    display: block;
    position: absolute;
    background-color: rgba(0, 0, 0, 0.9);
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 1001;
    border-radius: 1px;
}


.icons-list {
    list-style: none;
    margin: 0;
    padding: 0;
}

    .icons-list > li {
        float: left;
        text-align: center;
        width: 100px;
        height: 100px;
        padding: 8px;
    }

        .icons-list > li span {
            display: block;
        }

        .icons-list > li .glyphicon {
            font-size: 1.5em;
        }

        .icons-list > li .glyphicon-class {
            margin-top: 8px;
            font-size: 0.75em;
        }

    .icons-list:after {
        content: '';
        display: block;
        position: relative;
        clear: both;
    }

.row.example > [class*='col-'] > div {
    background-color: #EEE;
    padding: 10px;
    border: 1px solid #DDD;
}

.breadcrumb {
    margin-bottom: 0;
}

    .breadcrumb > li + li:before {
        font-family: FontAwesome;
        content: '\f105';
        margin-right: 3px;
    }

.message-list {
    margin: 0;
    padding: 0;
    list-style-type: none;
}

    .message-list > a > li {
        border-bottom: 1px dotted #EEE;
        padding: 8px;
    }

        .message-list > a > li > .message-block {
            padding-left: 70px;
            min-height: 60px;
        }

            .message-list > a > li > .message-block .username {
                font-size: 12px;
                font-weight: bold;
            }

            .message-list > a > li > .message-block .message-datetime {
                font-size: 10px;
                color: #AAA;
            }

            .message-list > a > li > .message-block .message {
                font-size: 12px;
            }

        .message-list > a > li .profile-img {
            width: 60px;
            height: 60px;
        }

    .message-list > a:hover li {
        background-color: rgba(0, 0, 0, 0.01);
    }

.bs-example > * {
    margin-bottom: 20px;
}

    .bs-example > *:last-child {
        margin-bottom: 5px;
    }

.landing-page {
    font-family: 'Roboto Condensed', sans-serif;
}

    .landing-page .navbar .navbar-toggle {
        position: absolute;
        right: 0;
        border-radius: 0;
        border: 0;
        height: 44px;
        padding: 0 15px;
    }

    .landing-page .app-header {
        padding-top: 130px;
        background-color: #000;
        background-repeat: no-repeat;
        -webkit-background-size: cover;
        -moz-background-size: cover;
        -o-background-size: cover;
        background-size: cover;
        background-position: center;
        margin-bottom: 0;
    }

        .landing-page .app-header.admin {
            padding-top: 90px;
        }

            .landing-page .app-header.admin.extra-small {
                padding-top: 50px;
            }

            .landing-page .app-header.admin.mini {
                padding-top: 0px;
            }

.jumbotron {
    background: transparent;
    height: 350px; /**/
}

    .jumbotron.admin {
        height: 220px;
    }

        .jumbotron.admin.extra-small {
            height: 120px;
        }

        .jumbotron.admin.mini {
            height: 60px;
            padding: 0px;
        }

    .jumbotron.home {
        /*height: 550px; */
        /*min-height: 550px;
        height: 100vh;*/
        height: auto;
    }

    .jumbotron p {
        color: #fff;
        font-size: 16px;
        text-align: center;
    }

    .jumbotron.home .panel p {
        color: #111;
        font-size: 16px;
        text-align: justify;
    }

.superUserProfile {
    margin: -30px -30px 10px -90px;
    padding: 0px 30px 0px 90px !important;
}

.thumbnail {
    margin-right: 25px;
}
/*Banners*/
.jumbotron.app-header {
    background-size: cover;
    background-repeat: no-repeat;
    background-color: #000;
}

    .jumbotron.app-header.contact {
        background-image: url(../../images/bg/bg7-1920.jpg);
    }

    .jumbotron.app-header.register {
        background-image: url(../../images/bg/bg6-1920.jpg);
    }

    .jumbotron.app-header.contactHome {
        background-image: url(../../images/bg/bg3-1920.jpg);
    }

    .jumbotron.app-header.superProfile {
        background-image: url(../../images/bg/bg4-1920.jpg);
        height: 200px;
        padding: 0px !important;
        margin: 0px !important;
    }

    .jumbotron.app-header.privacy {
        background-image: url(../../images/bg/bg13-1920.jpg);
    }

        .jumbotron.app-header.superProfile .cnt-superProfile {
            padding-top: 75px;
        }

        .jumbotron.app-header.superProfile .masked-jumbotron {
            background-image: url('../../images/black-dot-pattern.png');
            width: 100%;
            height: 100%;
        }

    .jumbotron.app-header.event-reg-wizard {
        background-image: url(../../images/bg/bg9-1920.jpg);
    }

    .jumbotron.app-header.my-events-tab {
        background-image: url(../../images/bg/bg12-1920.jpg);
    }

.landing-page .jumbotron.app-header.home {
    /*background-image: url(../../images/bg/bg1-1920.jpg);*/
    background-image: url("../../images/bg/feature-1.jpg");
}

.landing-page .app-header.home {
    padding-top: 0px !important;
    padding-bottom: 0px !important;
}

.homepage.landing-page .app-header .masked-jumbotron {
    padding-top: 12vh;
    padding-bottom: 48px;
}

.landing-page .jumbotron.app-header.home .masked-jumbotron {
    background-image: url('../../images/black-dot-pattern.png');
    width: 100%;
    height: 100%;
}
/*.jumbotron.app-header.stageStaffing
{
    background-image: url(../../images/bg/bg8-1920.jpg);
}

.jumbotron.app-header.eventStaffing
{
    background-image: url(../../images/bg/bg12-1920.jpg);
}*/
.jumbotron.app-header.stageStaffing h3, .jumbotron.app-header.eventStaffing h3 {
    text-align: left;
    margin-left: 22%;
    padding-left: 13px;
}

.jumbotron.app-header.eventManagement {
    background-image: url(../../images/bg/bg2-1920.jpg);
}

/*.jumbotron.app-header.cpl {
    background-image: url(../../images/bg/bg2-1920-220.jpg);
}*/


@media (min-width: 992px) {
    .landing-page .jumbotron.app-header.home {
        background-attachment: fixed;
    }
}

@media (max-width: 320px) {
    .landing-page .jumbotron.app-header.home {
        background-attachment: unset;
    }
}

.overlapping-container {
    position: relative;
    bottom: 180px;
}

.landing-page .app-header .app-logo {
    margin-bottom: 20px;
}

.landing-page .app-header .app-description {
    margin-bottom: 40px;
    font-size: 18px;
}

.jumbotron.app-header.home h2 {
    text-shadow: 1px 1px 0px rgba(0, 0, 0, 1);
}

.landing-page .app-content-a, .landing-page .app-content-b, .landing-page .app-content-c {
    padding-top: 50px;
    padding-bottom: 20px;
}

.side-body .app-content-a {
    padding-top: 0px;
    padding-bottom: 0px;
}

.side-body .newsTiles p {
    font-size: 16px;
    font-weight: normal !important;
}

.landing-page .app-content-b.feature-1 {
    background-image: url("../../images/bg/bg2-1920.jpg");
    background-repeat: no-repeat;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
    background-position: center;
    margin-bottom: 0px;
    /**/
    margin: 0px !important;
    padding: 0px !important;
}

@media (min-width: 992px) {
    .landing-page .app-content-b.feature-1 {
        background-attachment: fixed;
    }
}

@media (max-width: 320px) {
    .landing-page .app-content-b.feature-1 {
        background-attachment: unset;
    }
}

.landing-page .app-content-header {
    font-weight: 300;
    font-size: 46px;
}

.landing-page .app-content-description {
    font-weight: 300;
    font-size: 18px;
}


.landing-page .navbar-affix {
    width: 100%;
    height: 60px;
    /*border-top: 2px rgba(78, 205, 196, 0.8);*/
    -webkit-transition: all 0.2s ease-in;
    -moz-transition: all 0.2s ease-in;
    transition: all 0.2s ease-in;
    position: fixed;
    -webkit-box-shadow: 0px 0px 6px 0px rgba(96, 100, 109, 0.4);
    -moz-box-shadow: 0px 0px 6px 0px rgba(96, 100, 109, 0.4);
    box-shadow: 0px 0px 6px 0px rgba(96, 100, 109, 0.4);
}

.landing-page .navbar.affix {
    /*z-index: 4000;*/ /*<--*/
    z-index: 100002;
    background-color: rgba(0, 0, 0, 0.95) !important;
    height: 60px;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
    filter: alpha(opacity=100);
    -moz-opacity: 1.0;
    -khtml-opacity: 1.0;
    opacity: 1.0;
    margin-top: 0px;
}

.landing-page .navbar-affix.affix li a {
    height: 60px;
    line-height: 60px;
}

    .landing-page .navbar-affix.affix li a.btn {
        height: auto;
        line-height: unset;
    }

.landing-page .navbar-affix.affix .navbar-nav > li > a {
    background-color: transparent;
    font-weight: 400;
    color: #333;
}

.landing-page .navbar {
    padding-left: 0px;
    background-color: transparent;
    -moz-box-shadow: none;
    -webkit-box-shadow: none;
    box-shadow: none;
}

.landing-page .app-container .navbar { /*<--*/
    padding-left: 60px;
    padding-right: 15px;
}

.landing-page .app-container .side-menu .navbar {
    padding-right: 0px;
}

.landing-page .navbar .navbar-right {
    position: relative;
    right: 0;
}

.landing-page .navbar .navbar-header {
    /*border-bottom: 0px solid #e7e7e7;*/
}

    .landing-page .navbar .navbar-header .navbar-brand {
        width: 45px;
        line-height: 60px;
        height: 60px;
        padding: 0;
        width: 100%;
        overflow: hidden;
        padding-left: 0px;
        font-family: 'Roboto Condensed', sans-serif;
    }

.landing-page.rightMenu .navbar .navbar-header .navbar-brand {
    margin-left: 0px;
    background-color: transparent;
    padding: 0px;
    float: left;
    width: auto;
}

.landing-page .navbar .navbar-header .navbar-brand .icon {
    width: 50px;
    text-align: center;
    display: inline-block;
}

.landing-page .navbar .navbar-header .navbar-brand .title {
    margin-left: -10px;
    display: inline-block;
}

.landing-page .navbar .navbar-header .navbar-expand-toggle {
    position: absolute;
    right: 0;
    left: 0px;
    width: 60px;
    height: 60px;
    background-color: transparent;
    border: 0px;
    -moz-transition: all 0.25s linear;
    -webkit-transition: all 0.25s linear;
    -o-transition: all 0.25s linear;
    transition: all 0.25s linear;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=75)";
    filter: alpha(opacity=75);
    -moz-opacity: 0.75;
    -khtml-opacity: 0.75;
    opacity: 0.75;
}

.landing-page.rightMenu .navbar .navbar-header .navbar-expand-toggle.rightMenu {
    width: 60px;
    height: 60px;
    background-color: transparent;
    border: 0px none;
    float: left;
    -webkit-transition: all 0.25s linear 0s;
    -moz-transition: all 0.25s linear 0s;
    -o-transition: all 0.25s linear 0s;
    transition: all 0.25s linear 0s;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=75)";
    filter: alpha(opacity=75);
    -moz-opacity: 0.75;
    -khtml-opacity: 0.75;
    opacity: 0.75;
    position: static;
}

@media only screen and (max-width: 767px) {
    .landing-page .navbar .navbar-header .navbar-brand {
        padding-left: 15px;
    }
}

.row-example > [class*="col-"] {
    margin-bottom: 0px;
}

/* CUSTOMIZE THE NAVBAR
-------------------------------------------------- */
/* Special class on .container surrounding .navbar, used for positioning it into place. */
.navbar-wrapper {
    position: absolute;
    top: 0;
    right: 0;
    left: 0;
    z-index: 20;
}

    /* Flip around the padding for proper display in narrow viewports */
    .navbar-wrapper > .container {
        padding-right: 0;
        padding-left: 0;
    }

    .navbar-wrapper .navbar {
        padding-right: 15px;
        padding-left: 15px;
    }

        .navbar-wrapper .navbar .container {
            width: auto;
        }

/* CUSTOMIZE THE CAROUSEL
-------------------------------------------------- */
/* Carousel base class */
.logosCarousel {
    height: 150px;
    margin: 0px auto;
    width: 100%;
}

    .logosCarousel .carousel-control.left, .logosCarousel .carousel-control.right {
        background-image: none;
    }

    .logosCarousel .carousel-inner {
        text-align: center;
    }

/*.carousel
{
    height: 500px;
    margin-bottom: 60px;
}*/

/* Since positioning the image, we need to help out the caption */
.carousel-caption {
    z-index: 10;
}

/* Declare heights because of positioning of img element */
/*.carousel .item
{
    height: 500px;
    background-color: #777;
}

.carousel-inner > .item > img
{
    position: absolute;
    top: 0;
    left: 0;
    min-width: 100%;
    height: 500px;
}*/


/* Featurettes
------------------------- */
.featurette-divider {
    margin: 80px 0;
    /* Space out the Bootstrap <hr> more */
}

/* Thin out the marketing headings */
.featurette-heading {
    font-weight: 300;
    line-height: 1;
    letter-spacing: -1px;
}

/* RESPONSIVE CSS
-------------------------------------------------- */
@media (min-width: 767px) {
    /* Navbar positioning foo */
    .navbar-wrapper .container {
        padding-right: 15px;
        padding-left: 15px;
    }

    .navbar-wrapper .navbar {
        padding-right: 0;
        padding-left: 0;
    }
    /* The navbar becomes detached from the top, so we round the corners */
    /*.navbar-wrapper .navbar
    {
        border-radius: 4px;
    }*/
    /* Bump up size of carousel content */
    .carousel-caption p {
        margin-bottom: 20px;
        font-size: 21px;
        line-height: 1.4;
    }

    .featurette-heading {
        font-size: 50px;
    }
}

@media (min-width: 992px) {
    .featurette-heading {
        margin-top: 100px;
        margin-bottom: 20px;
    }

    .feature-1 .lead {
        margin-bottom: 100px;
    }
}
/********************************************************/
.w100 {
    width: 100% !important;
}

.h100, .h100 .RadSplitter {
    height: 100% !important;
}

.app-footer .container {
    padding-left: 0px !important;
}

.login-page .app-footer, .login-page.landing-page .app-footer {
    display: block;
    position: absolute;
    bottom: 0;
    right: 0;
    left: 0px;
    font-size: 12px;
    padding: 0px 10px;
    margin-bottom: 0;
    background: #111;
}

    .login-page .app-footer .wrapper {
        height: 30px;
        line-height: 30px;
        vertical-align: middle;
    }

.login-page.landing-page .app-footer {
    background: rgba(0, 0, 0, 0.5);
}

.login-page.expanded .app-footer {
    left: 250px;
}

    .login-page.expanded .app-footer .wrapper {
        padding-left: 25px;
    }


@media (max-width: 767px) {
    .login-page .app-footer .wrapper, .app-container.expanded .app-footer .wrapper {
        padding-left: 25px;
    }

    .login-page .app-footer {
        position: static;
    }
}

@media (max-width: 500px) {
    .login-page .app-footer {
        position: static;
        background: #000;
        -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)" !important;
        filter: alpha(opacity=100) !important;
        -moz-opacity: 1.0 !important;
        -khtml-opacity: 1.0 !important;
        opacity: 1.0 !important;
    }
}

.login-page .app-footer p {
    margin: 0;
    color: #fff;
    text-shadow: 0px 0px 33px rgba(0, 0, 0, 1);
}

.login-box .btn.btn-primary {
    padding: 0.3125em 0.46875em 0.375em;
    width: 12.3333em;
    min-height: 1.41667em;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
}

.LabelRequired {
}

.app-container.expanded .jumbotron {
    margin-left: 250px;
}

.nav.nav-tabs li a {
    text-align: center;
}

/*Home*/
.masked {
    /*background: rgba(19, 19, 22, 0.5);*/
    background-image: url('../../images/black-dot-pattern.png');
    width: 100%;
    height: 100%;
    padding-bottom: 60px;
    padding-top: 60px;
}


.number-item {
    text-align: center;
    padding: 20px;
}

    .number-item .number {
        display: block;
        color: #000;
        font-size: 32px;
        font-weight: bold;
        font-family: 'Roboto Condensed';
    }

    .number-item .text {
        font-size: 16px;
        text-transform: uppercase;
    }

.rst-stats {
    background-color: #FECE1A;
}

.navbar-fixed-top .navbar-collapse {
    max-height: 480px; /*360px;*/
}

.home-rally-logo {
    background-image: url('../../images/rallyLogos-180.png');
    background-repeat: no-repeat;
    max-width: 180px;
    width: 180px;
    height: 150px;
    margin: 0px auto;
}

.home-rally-logos .row > [class*="col-"] {
    margin-bottom: 0px !important;
}

.home-rally-logo.wrc {
    background-position: 0px 0px;
}

.home-rally-logo.wales {
    background-position: -180px 0px;
}

.home-rally-logo.irland {
    background-position: -360px 0px;
}

.home-rally-logo.clark {
    background-position: -540px 0px;
}

.home-rally-logo.burns {
    background-position: -720px 0px;
}
/**/
@media (max-width: 767px) {
    /*.container-fluid, .container
    {
        padding-right: 0px;
        padding-left: 0px;
    }*/
    .navbar .container {
        padding-right: 15px;
        padding-left: 15px;
    }

    #FieldsetNarrow {
        padding: 5% 5% !important;
    }

    .landing-page .app-header {
        /*padding-top: 90px;*/
    }
    /*Font sizes*/
    h2 {
        font-size: 26px;
    }

    .landing-page .app-header .app-description {
        font-size: 16px;
    }

    .jumbotron p {
        font-size: 14px;
    }

    .affix, .landing-page .navbar-affix {
        position: absolute !important;
        top: 0px;
        background-color: rgba(0, 0, 0, 1) !important;
    }

    .navbar .dropdown.profile .dropdown-menu, .navbar .dropdown.profile .dropdown-menu .btn-primary {
        width: 100%;
    }
}


@media (max-width: 414px) {
    .no-padding-xs {
        padding-left: 0px !important;
        padding-right: 0px !important;
    }
}

@media (max-width: 375px) {
    .no-padding-xs {
        padding-left: 0px !important;
        padding-right: 0px !important;
    }
}

@media (max-width: 320px) {
    /*Font sizes*/
    h2 .neuropol {
        font-size: 22px;
        overflow: hidden;
    }

    .logo {
        width: 190px;
        padding-top: 5px;
    }

    .home-rally-logo {
        background-image: url('../../images/rallyLogos-140.png');
        background-repeat: no-repeat;
        max-width: 140px;
        width: 140px;
        height: 117px;
    }

        .home-rally-logo.wrc {
            background-position: 0px 0px;
        }

        .home-rally-logo.wales {
            background-position: -140px 0px;
        }

        .home-rally-logo.irland {
            background-position: -280px 0px;
        }

        .home-rally-logo.clark {
            background-position: -420px 0px;
        }

        .home-rally-logo.burns {
            background-position: -560px 0px;
        }

    .app-container .content-container .side-body {
        margin-left: 0px !important;
        margin-right: 0px !important;
    }

    .no-padding-xs {
        padding-left: 0px !important;
        padding-right: 0px !important;
    }
}


.rotate-90 {
    filter: progid:DXImageTransform.Microsoft.BasicImage(rotation=0.5);
    -webkit-transform: rotate(45deg);
    -moz-transform: rotate(45deg);
    -o-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    transform: rotate(45deg);
}


/*Registration Accordion*/
.eventRegStep legend.hasLogo {
    line-height: 70px !important;
    width: 100% !important;
}

    .eventRegStep legend.hasLogo img {
        float: right;
        height: 70px;
    }

.eventRegStep {
    padding: 30px 15px 30px 15px;
}

@media (max-width: 400px) {
    .eventRegStep {
        padding: 30px 10px 30px 10px;
    }
}

.FeatureOrange, .FeatureBlue {
    padding: 10px 20px;
}

.accordionOpen, .accordionHeader {
    margin-top: 5px;
    cursor: pointer;
}

.FeatureTitle {
    font-size: 18px;
    line-height: 30px;
}

.accordionHeader .FeatureBlue .FeatureTitle {
    background: url(../../images/plus-w.png) no-repeat 99% center;
}

.accordionHeader .FeatureOrange .FeatureTitle {
    background: url(../../images/plus-b.png) no-repeat 99% center;
}

.accordionOpen .FeatureBlue .FeatureTitle {
    background: url(../../images/minus-w.png) no-repeat 99% center;
}

.accordionOpen .FeatureOrange .FeatureTitle {
    background: url(../../images/minus-b.png) no-repeat 99% center;
}

/**/
.AutoHeight {
    height: auto !important;
}

body.flat-yellow.popup-bg, html.popup-bg {
    /*overflow-y: auto !important;*/
}

/********************************************
				FORMS
********************************************/
label {
    font-weight: normal !important;
}

.DataForm {
    padding: 25px 15px;
}

    .DataForm.small {
        padding: 10px 15px;
        font-size: 100%;
    }

    .DataForm label, .DataForm .FormLabel {
    }

    .DataForm .rfdTextInput.rstReadOnly {
        min-height: 36px;
        display: inline-block;
        width: 70%;
    }

        .DataForm .rfdTextInput.rstReadOnly:hover, .DataForm .rfdTextInput.rstReadOnly:focus, .DataForm .rfdTextInput.rstReadOnly {
            border-color: #cdcdcd;
        }

    .DataForm .FormLabel {
        width: 30%;
        float: left;
        padding: 4px 8px 2px 2px;
        text-align: left;
        display: inline-block;
    }

    .DataForm .FormRow {
        min-height: 20px;
        margin: 0px 0px 10px 0px;
        height: auto;
        overflow: hidden;
    }

    .DataForm.small .FormRow {
        margin: 0px;
    }

.reg-breadcrumb {
    text-align: right;
}

.DataForm.w35 .FormLabel {
    width: 40% !important;
}

.DataForm.w35 .rfdTextInput.rstReadOnly,
.RadForm .DataForm.w35 .rfdTextInput, .DataForm.w35 .RadComboBox {
    width: 60% !important;
}

.btn.no-top-margin {
    margin-top: 0px;
}

@media (max-width: 600px) {
    .DataForm .FormLabel, .DataForm.w35 .FormLabel {
        width: 100%;
        display: block;
        float: none;
    }

    .DataForm .rfdTextInput.rstReadOnly,
    .DataForm.w35 .rfdTextInput.rstReadOnly,
    .RadForm .DataForm.w35 .rfdTextInput,
    .DataForm.w35 .RadComboBox {
        display: block;
        width: 100%;
    }

    .reg-breadcrumb {
        text-align: left;
        margin-left: 15px;
    }

    .btn.no-top-margin {
        margin-top: 5px;
    }
}

.pagination td > a, .pagination td > span {
    padding: 6px 12px;
    margin-left: -1px;
    line-height: 1.42857143;
    color: #337ab7;
    text-decoration: none;
    background-color: #fff;
    border: 1px solid #ddd;
}

.evnt-acc {
    overflow-x: hidden;
}

.acc-head {
    font-family: 'Roboto Condensed', sans-serif;
    color: #000 !important;
    line-height: 60px;
    text-transform: uppercase;
    font-size: 14px;
    cursor: pointer;
    padding: 0em 1.2em;
}

.rallypattern {
    background-image: url(../../images/bg/rallypattern.png);
    background-repeat: no-repeat;
    background-position: left bottom;
}

/*Countdown*/
.countdown {
    margin: 0 auto;
    width: 320px;
    max-width: 100%;
    white-space: nowrap;
}

    .countdown .countdown-container {
        height: 130px;
    }

    .countdown .time {
        border-radius: 5px;
        box-shadow: 0 0 10px 0 rgba(0,0,0,0.5);
        display: inline-block;
        text-align: center;
        position: relative;
        height: 95px;
        width: 65px;
        /**/
        margin: 2px;
        -webkit-perspective: 479px;
        -moz-perspective: 479px;
        -ms-perspective: 479px;
        -o-perspective: 479px;
        perspective: 479px;
        -webkit-backface-visibility: hidden;
        -moz-backface-visibility: hidden;
        -ms-backface-visibility: hidden;
        -o-backface-visibility: hidden;
        backface-visibility: hidden;
        -webkit-transform: translateZ(0);
        -moz-transform: translateZ(0);
        -ms-transform: translateZ(0);
        -o-transform: translateZ(0);
        transform: translateZ(0);
        -webkit-transform: translate3d(0,0,0);
        -moz-transform: translate3d(0,0,0);
        -ms-transform: translate3d(0,0,0);
        -o-transform: translate3d(0,0,0);
        transform: translate3d(0,0,0);
    }

.card-body .countdown .time {
    height: 84px;
    width: 54px;
}

.countdown .count {
    background: #202020;
    color: #f8f8f8;
    display: block;
    font-family: 'Roboto Condensed', sans-serif;
    font-size: 3em;
    line-height: 2.4em;
    overflow: hidden;
    position: absolute;
    text-align: center;
    text-shadow: 0 0 10px rgba(0, 0, 0, 0.8);
    top: 0;
    width: 100%;
    -webkit-transform: translateZ(0);
    -moz-transform: translateZ(0);
    -ms-transform: translateZ(0);
    -o-transform: translateZ(0);
    transform: translateZ(0);
    -webkit-transform-style: flat;
    -moz-transform-style: flat;
    -ms-transform-style: flat;
    -o-transform-style: flat;
    transform-style: flat;
}

.card-body .countdown .count {
    font-size: 2em;
    line-height: 2.6em;
}

.countdown .count.top {
    border-top: 1px solid rgba(255,255,255,0.2);
    border-bottom: 1px solid rgba(255,255,255,0.1);
    border-radius: 5px 5px 0 0;
    height: 50%;
    -webkit-transform-origin: 50% 100%;
    -moz-transform-origin: 50% 100%;
    -ms-transform-origin: 50% 100%;
    -o-transform-origin: 50% 100%;
    transform-origin: 50% 100%;
}

.countdown .count.bottom {
    background-image: linear-gradient(rgba(255,255,255,0.1), transparent);
    background-image: -webkit-linear-gradient(rgba(255,255,255,0.1), transparent);
    background-image: -moz-linear-gradient(rgba(255,255,255,0.1), transparent);
    background-image: -ms-linear-gradient(rgba(255,255,255,0.1), transparent);
    background-image: -o-linear-gradient(rgba(255,255,255,0.1), transparent);
    border-top: 1px solid #000;
    border-bottom: 1px solid #000;
    border-radius: 0 0 5px 5px;
    line-height: 0;
    height: 50%;
    top: 50%;
    -webkit-transform-origin: 50% 0;
    -moz-transform-origin: 50% 0;
    -ms-transform-origin: 50% 0;
    -o-transform-origin: 50% 0;
    transform-origin: 50% 0;
}

.countdown .count.next {
}

.countdown .label {
    font-size: 17px;
    margin-top: 5px;
    display: block;
    position: absolute;
    top: 95px;
    width: 100%;
    font-weight: normal !important;
    color: #111;
}

.card-body .countdown .label {
    font-size: 15px;
    color: #fff;
}
/* Animation start */
.countdown .count.curr.top {
    -webkit-transform: rotateX(0deg);
    -moz-transform: rotateX(0deg);
    -ms-transform: rotateX(0deg);
    -o-transform: rotateX(0deg);
    transform: rotateX(0deg);
    z-index: 3;
}

.countdown .count.next.bottom {
    -webkit-transform: rotateX(90deg);
    -moz-transform: rotateX(90deg);
    -ms-transform: rotateX(90deg);
    -o-transform: rotateX(90deg);
    transform: rotateX(90deg);
    z-index: 2;
}
/* Animation end */
.countdown .flip .count.curr.top {
    -webkit-transition: all 250ms ease-in-out;
    -moz-transition: all 250ms ease-in-out;
    -ms-transition: all 250ms ease-in-out;
    -o-transition: all 250ms ease-in-out;
    transition: all 250ms ease-in-out;
    -webkit-transform: rotateX(-90deg);
    -moz-transform: rotateX(-90deg);
    -ms-transform: rotateX(-90deg);
    -o-transform: rotateX(-90deg);
    transform: rotateX(-90deg);
}

.countdown .flip .count.next.bottom {
    -webkit-transition: all 250ms ease-in-out 250ms;
    -moz-transition: all 250ms ease-in-out 250ms;
    -ms-transition: all 250ms ease-in-out 250ms;
    -o-transition: all 250ms ease-in-out 250ms;
    transition: all 250ms ease-in-out 250ms;
    -webkit-transform: rotateX(0deg);
    -moz-transform: rotateX(0deg);
    -ms-transform: rotateX(0deg);
    -o-transform: rotateX(0deg);
    transform: rotateX(0deg);
}

@media screen and (max-width: 48em) {
    .countdown {
        width: 100%;
    }

        .countdown .countdown-container {
            height: 100px;
        }

        .countdown .time {
            height: 70px;
            width: 48px;
        }

        .countdown .count {
            font-size: 1.5em;
            line-height: 70px;
        }

        .countdown .label {
            font-size: 1em;
            top: 72px;
        }
}

/*OnlineEvents*/
#now-online, .pnl-now-online, .pnl-now-online .panel-body {
    height: 100%;
}

.flat-yellow .panel.pnl-now-online {
    border: 0px;
    background-color: #111;
}

.pnl-now-online .panel-body {
    color: #FECE1A;
    background: #111 url(../../images/bg/rallypattern.png) no-repeat;
    background-size: cover;
}

.pnl-now-online .panel-heading {
    background-color: #000;
    color: #FECE1A;
}

.flat-yellow .panel.pnl-now-online .panel-body ul,
.flat-yellow .panel.pnl-now-online .panel-body ul li {
    list-style: none;
    text-shadow: 1px 1px 1px rgba(0, 0, 0, 1);
}

.flat-yellow .panel.pnl-now-online .panel-body ul {
    padding-left: 20px;
}

    .flat-yellow .panel.pnl-now-online .panel-body ul li h6 {
        cursor: pointer;
    }

.flat-yellow .panel .panel-heading span.gototop {
    position: absolute;
    right: 10px;
    top: 10px;
    color: #000;
    cursor: pointer;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=40)";
    filter: alpha(opacity=40);
    -moz-opacity: 0.4;
    -khtml-opacity: 0.4;
    opacity: 0.4;
}

.newsTiles .panel .panel-heading {
    position: relative;
}

@media (max-width: 992px) {
    .no-padding-sm {
        padding-left: 0px !important;
        padding-right: 0px !important;
    }

    .no-margin-sm {
        margin-bottom: 0px !important;
    }
}

.jumbotron.app-header.home .thumbnail, .newsTiles .thumbnail {
    border: 0px !important;
}

@media (max-width:320px) {
    .rst-stats .number.neuropol {
        font-family: 'Roboto Condensed', Arial !important;
    }
}

img.center {
    margin-left: auto !important;
    margin-right: auto !important;
}
/* Timeline */
.vertical-container {
    /* this class is used to give a max-width to the element it is applied to, and center it horizontally when it reaches that max-width */
    width: 90%;
    max-width: 1170px;
    margin: 0 auto;
}

    .vertical-container::after {
        /* clearfix */
        content: '';
        display: table;
        clear: both;
    }

#vertical-timeline {
    position: relative;
    padding: 0;
    margin-top: 2em;
    margin-bottom: 2em;
}

    #vertical-timeline::before {
        content: '';
        position: absolute;
        top: 0;
        left: 18px;
        height: 100%;
        width: 4px;
        background: #f1f1f1;
    }

.vertical-timeline-content .btn {
    float: right;
}

.vertical-timeline-content h4 {
    margin-top: 0px;
    font-weight: bold;
}

.vertical-timeline-content p {
    padding-left: 10px;
}

.vertical-timeline-content .card {
    margin-left: 20px;
}

#vertical-timeline.light-timeline:before {
    background: #e7eaec;
}

.dark-timeline .vertical-timeline-content:before {
    border-color: transparent #f5f5f5 transparent transparent;
}

.dark-timeline.center-orientation .vertical-timeline-content:before {
    border-color: transparent transparent transparent #f5f5f5;
}

.dark-timeline .vertical-timeline-block:nth-child(2n) .vertical-timeline-content:before,
.dark-timeline.center-orientation .vertical-timeline-block:nth-child(2n) .vertical-timeline-content:before {
    border-color: transparent #f5f5f5 transparent transparent;
}

.dark-timeline .vertical-timeline-content,
.dark-timeline.center-orientation .vertical-timeline-content {
    background: #f5f5f5;
}

@media only screen and (min-width: 1170px) {
    #vertical-timeline.center-orientation {
        margin-top: 3em;
        margin-bottom: 3em;
    }

        #vertical-timeline.center-orientation:before {
            left: 50%;
            margin-left: -2px;
        }
}

@media only screen and (max-width: 1170px) {
    .center-orientation.dark-timeline .vertical-timeline-content:before {
        border-color: transparent #f5f5f5 transparent transparent;
    }
}

.vertical-timeline-block {
    position: relative;
    margin: 2em 0;
}

    .vertical-timeline-block:after {
        content: "";
        display: table;
        clear: both;
    }

    .vertical-timeline-block:first-child {
        margin-top: 0;
    }

    .vertical-timeline-block:last-child {
        margin-bottom: 0;
    }

@media only screen and (min-width: 1170px) {
    .center-orientation .vertical-timeline-block {
        margin: 4em 0;
    }

        .center-orientation .vertical-timeline-block:first-child {
            margin-top: 0;
        }

        .center-orientation .vertical-timeline-block:last-child {
            margin-bottom: 0;
        }
}

.vertical-timeline-icon {
    position: absolute;
    top: 0;
    left: 0;
    width: 40px;
    height: 40px;
    border-radius: 50%;
    font-size: 16px;
    border: 3px solid #f1f1f1;
    text-align: center;
}

    .vertical-timeline-icon i {
        display: block;
        width: 24px;
        height: 24px;
        position: relative;
        left: 50%;
        top: 50%;
        margin-left: -12px;
        margin-top: -9px;
    }

@media only screen and (min-width: 1170px) {
    .center-orientation .vertical-timeline-icon {
        width: 50px;
        height: 50px;
        left: 50%;
        margin-left: -25px;
        -webkit-transform: translateZ(0);
        -webkit-backface-visibility: hidden;
        font-size: 19px;
    }

        .center-orientation .vertical-timeline-icon i {
            margin-left: -12px;
            margin-top: -10px;
        }

    .center-orientation .cssanimations .vertical-timeline-icon.is-hidden {
        visibility: hidden;
    }
}

.vertical-timeline-content {
    position: relative;
    margin-left: 50px /*60px*/;
    background: white;
    border-radius: 0.25em;
    padding: 10px 15px 10px 15px;
}

    .vertical-timeline-content:after {
        content: "";
        display: table;
        clear: both;
    }

    .vertical-timeline-content h2 {
        font-weight: 400;
        margin-top: 4px;
    }

    .vertical-timeline-content p {
        margin: 0px;
        line-height: 1.6;
    }

    .vertical-timeline-content .vertical-date {
        float: left;
        font-weight: 500;
    }

.vertical-date small {
    color: #008752;
    font-weight: 400;
}

.vertical-timeline-content::before {
    content: '';
    position: absolute;
    top: 16px;
    right: 100%;
    height: 0;
    width: 0;
    border: 7px solid transparent;
    border-right: 7px solid white;
}

@media only screen and (min-width: 768px) {
    .vertical-timeline-content h2 {
        font-size: 18px;
    }

    .vertical-timeline-content p {
        font-size: 13px;
    }
}

@media only screen and (min-width: 1170px) {
    .center-orientation .vertical-timeline-content {
        margin-left: 0;
        padding: 1.6em;
        width: 45%;
    }

        .center-orientation .vertical-timeline-content::before {
            top: 24px;
            left: 100%;
            border-color: transparent;
            border-left-color: white;
        }

        .center-orientation .vertical-timeline-content .btn {
            float: left;
        }

        .center-orientation .vertical-timeline-content .vertical-date {
            position: absolute;
            width: 100%;
            left: 122%;
            top: 2px;
            font-size: 14px;
        }

    .center-orientation .vertical-timeline-block:nth-child(even) .vertical-timeline-content {
        float: right;
    }

        .center-orientation .vertical-timeline-block:nth-child(even) .vertical-timeline-content::before {
            top: 24px;
            left: auto;
            right: 100%;
            border-color: transparent;
            border-right-color: white;
        }

        .center-orientation .vertical-timeline-block:nth-child(even) .vertical-timeline-content .btn {
            float: right;
        }

        .center-orientation .vertical-timeline-block:nth-child(even) .vertical-timeline-content .vertical-date {
            left: auto;
            right: 122%;
            text-align: right;
        }

    .center-orientation .cssanimations .vertical-timeline-content.is-hidden {
        visibility: hidden;
    }
}

@media (max-width: 500px) {
    .vertical-timeline-content {
        margin-left: 0px !important;
    }

    .vertical-container {
        margin-left: 0px !important;
        margin-right: 0px !important;
        width: 100%;
    }

    .vertical-timeline-content::before {
        display: none;
    }
}
/*Fixed header table*/
table.fixed-header-table {
    /*border-top: none;
    border-bottom: none;*/
    background-color: #FFF;
}
/*Stage and Event Staffing*/
#ctl00_rightColumn_radDropdownsColumn {
    background-color: #f9f9f9;
}

.rgDetailTable tr.rgRow > td {
    padding: 0px !important;
}

.display-table {
    display: table !important;
}

.display-table-cell {
    display: table-cell !important;
}

@media (max-width: 767px) {
    .display-table {
        display: block !important;
    }

    .display-table-cell {
        display: block !important;
    }
}
/*Logon popup*/
.logon-popup {
    height: 100% !important;
    background: #090909;
    font-family: 'Roboto Condensed', sans-serif;
}

.flat-yellow .logon-popup .login-box .login-form .login-body {
    border: 0px;
    box-shadow: none;
}

.rwLogon.RadWindow {
    padding: 0px !important;
}

.rwLogon.RadWindow_MetroTouch {
    border-color: #2A2A2A
}

    .rwLogon.RadWindow_MetroTouch .rwTitleBar {
        background-color: #090909;
        border-bottom: 0px;
        margin: 0px;
        padding: 0px;
    }

    .rwLogon.RadWindow_MetroTouch .rwTitleWrapper .rwTitle {
        padding-left: 0px !important;
        font-size: 1em;
        font-weight: 300;
        color: #7e7e7e;
        height: auto;
    }

    .rwLogon.RadWindow_MetroTouch span.rwIcon {
        display: none;
    }

.rwLogon.RadWindow.rwLoading .rwExternalContent {
    background-color: #090909;
}

.special-overlay {
    background: #000 url('../../images/black-dot-pattern.png') !important;
    opacity: 0.8 !important;
}

#pnlControls .login-form .control {
    margin: 4px 0px;
}

/*User photos and initials in group processing grids*/
.RadGrid .grd-user-initials, .grd-user-photo-zoom .grd-user-initials {
    position: relative;
    color: #fff;
    border-radius: 50%;
    border-width: 3px;
    border-style: solid;
    border-color: transparent;
    background-color: #444;
    text-align: center;
    text-transform: uppercase;
    vertical-align: middle;
    display: inline-block;
    width: 40px;
    max-width: 40px;
    min-width: 40px;
    height: 40px;
    max-height: 40px;
    min-height: 40px;
}

    .RadGrid .grd-user-initials .reject-indicator {
        display: inline-block;
        width: 7px;
        height: 7px;
        position: absolute;
        background: #FA2A00;
        border-color: #FA2A00 !important;
        top: -5px;
        right: 8%;
        border-radius: 50%;
    }

.RadGrid .grd-user-photo {
    border-radius: 50%;
    border-width: 3px;
    border-style: solid;
    border-color: transparent;
    /*margin-right: 5px;*/
    vertical-align: middle;
    display: inline-block;
    width: 40px;
    max-width: 40px;
    min-width: 40px;
    height: 40px;
    max-height: 40px;
    min-height: 40px;
}

    .RadGrid .grd-user-photo.grd-large {
        width: 42px;
        max-width: 42px;
        min-width: 42px;
        height: 42px;
        max-height: 42px;
        min-height: 42px;

    }

.grd-user-photo-zoom .grd-user-initials {
    line-height: 35px;
}

.grd-user-photo-zoom .media-body, .grd-user-photo-zoom .media-left {
    vertical-align: middle;
}
/*Old rounded photo tooltip*/
div.RadToolTip_MetroTouch.RadToolTip.grd-user-photo-zoom.admin.rtRoundedCorner, .RadToolTip_MetroTouch.RadToolTip.grd-user-photo-zoom.admin.rtRoundedCorner .rtContent,
.grd-user-photo-zoom img {
    border-radius: 50%;
    border-width: 1px;
    border-style: solid;
    border-color: transparent;
    background-color: transparent;
}
div.RadToolTip_MetroTouch.RadToolTip.grd-user-photo-zoom.admin, .grd-user-photo-zoom img {
    border-width: 1px;
    border-style: solid;
    border-color: transparent;
}

div.RadToolTip.grd-user-photo-zoom.admin .rtContent {
    background-color: transparent;
    padding: 0px;
}
div.RadToolTip_MetroTouch.RadToolTip.grd-user-photo-zoom {
    border-width: 3px;
    border-style: solid;
    border-color: #ddd;
    background-color: #fff;
}

    div.RadToolTip_MetroTouch.RadToolTip.grd-user-photo-zoom .rtContent {
        background-color: #fff;
        color: #333;
        font-size: 14px
    }

    div.RadToolTip_MetroTouch.RadToolTip.grd-user-photo-zoom.admin img {
        border-radius: 50%;
        border-width: 3px;
        border-style: solid;
        border-color: #ddd;
        background-color: transparent;
    }

    div.RadToolTip_MetroTouch.RadToolTip.grd-user-photo-zoom.admin .rtCalloutMiddleLeft {
        left: -11px;
    }
    div.RadToolTip_MetroTouch.RadToolTip.grd-user-photo-zoom.admin .rtCalloutMiddleRight {
        right: -17px;
    }
    /*New MSA grades cards*/
    .tbl-msa-grades {
    }

    .tbl-msa-grades th {
        font-weight: 500;
    }

    .tbl-msa-grades .msa-expired {
        color: #999;
    }

.msa {
    display: inline-block;
    margin-right: 5px;
    width: 46px;
    max-width: 46px;
    min-width: 46px;
    height: 46px;
    max-height: 46px;
    min-height: 46px;
    background-color: #4CAF50; /*green*/
    border-radius: 50%;
    border-style: solid;
    border-color: transparent;
    vertical-align: middle;
    text-align: center;
    position: relative;
}

    .msa:hover {
        background-color: #46a049;
    }

.msa-badge::before {
    border-style: solid !important;
    border-color: transparent;
    border-width: 4px;
    display: inline-block;
    border-radius: 50%;
    width: 0px;
    height: 0px;
    margin-right: 5px;
    content: " ";
}

span.msa.msa-expired.msa-expired-old::after {
    width: 10px;
    height: 10px;
    color: red;
    position: absolute;
    bottom: 5px;
    right: 0px;
    display: block;
    content: "\f00d";
    font: normal normal normal 14px/1 FontAwesome;
    font-size: inherit;
    text-rendering: auto;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}
/*Colors*/
/*5*/
span.msa-5 .grd-user-photo, span.msa-5 .grd-user-initials, tr.msa-5 .msa-badge::before {
    border-color: #f44336;
}
/*span.msa-5.msa-expired .grd-user-photo, span.msa-5.msa-expired .grd-user-initials {
    border-color: #f44336 #f44336 #ffffff #ffffff;
    border-style: dashed;
}*/
span.msa-5:hover .grd-user-photo, span.msa-5:hover .grd-user-initials {
    border-color: #da190b;
}

/*6*/
span.msa-6 .grd-user-photo, span.msa-6 .grd-user-initials, tr.msa-6 .msa-badge::before {
    border-color: #E6E6FA;
}
/*span.msa-6.msa-expired .grd-user-photo, span.msa-6.msa-expired .grd-user-initials {
    border-color: #E6E6FA #E6E6FA #ffffff #ffffff;
    border-style: dashed;
}*/
span.msa-6:hover .grd-user-photo, span.msa-6:hover .grd-user-initials {
    border-color: #DCDCDC;
}

/*8*/
span.msa-8 .grd-user-photo, span.msa-8 .grd-user-initials, tr.msa-8 .msa-badge::before {
    border-color: #fece1a;
}
/*span.msa-8.msa-expired .grd-user-photo, span.msa-8.msa-expired .grd-user-initials {
    border-color: #fece1a #fece1a #ffffff #ffffff;
    border-style: dashed;
}*/
span.msa-8:hover .grd-user-photo, span.msa-8:hover .grd-user-initials {
    border-color: #ffb400;
}

/*9*/
span.msa-9 .grd-user-photo, span.msa-9 .grd-user-initials, tr.msa-9 .msa-badge::before {
    border-color: #87CEFA;
}
/*span.msa-9.msa-expired .grd-user-photo, span.msa-9.msa-expired .grd-user-initials {
    border-color: #87CEFA #87CEFA #ffffff #ffffff;
    border-style: dashed;
}*/
span.msa-9:hover .grd-user-photo, span.msa-9:hover .grd-user-initials {
    border-color: #B0C4DE;
}

/*11*/
span.msa-11 .grd-user-photo, span.msa-11 .grd-user-initials, tr.msa-11 .msa-badge::before {
    border-color: #87CEFA;
}
/*span.msa-11.msa-expired .grd-user-photo, span.msa-11.msa-expired .grd-user-initials {
    border-color: #87CEFA #87CEFA #ffffff #ffffff;
    border-style: dashed;
}*/
span.msa-11:hover .grd-user-photo, span.msa-11:hover .grd-user-initials {
    border-color: #B0C4DE;
}

/*12*/
span.msa-12 .grd-user-photo, span.msa-12 .grd-user-initials, tr.msa-12 .msa-badge::before {
    border-color: #00008B;
}
/*span.msa-12.msa-expired .grd-user-photo, span.msa-12.msa-expired .grd-user-initials {
    border-color: #00008B #00008B #ffffff #ffffff;
    border-style: dashed;
}*/
span.msa-12:hover .grd-user-photo, span.msa-12:hover .grd-user-initials {
    border-color: #4682B4;
}

/*1*/
span.msa-1 .grd-user-photo, span.msa-1 .grd-user-initials, tr.msa-1 .msa-badge::before {
    border-color: #4CAF50;
}
/*span.msa-1.msa-expired .grd-user-photo, span.msa-1.msa-expired .grd-user-initials {
    border-color: #4CAF50 #4CAF50 #ffffff #ffffff;
    border-style: dashed;
}*/
span.msa-1:hover .grd-user-photo, span.msa-1:hover .grd-user-initials {
    border-color: #46a049;
}

/*2*/
span.msa-2 .grd-user-photo, span.msa-2 .grd-user-initials, tr.msa-2 .msa-badge::before {
    border-color: #00FF00;
}
/*span.msa-2.msa-expired .grd-user-photo, span.msa-2.msa-expired .grd-user-initials {
    border-color: #00FF00 #00FF00 #ffffff #ffffff;
    border-style: dashed;
}*/
span.msa-2:hover .grd-user-photo, span.msa-2:hover .grd-user-initials {
    border-color: #90EE90;
}

/*3*/
span.msa-3 .grd-user-photo, span.msa-3 .grd-user-initials, tr.msa-3 .msa-badge::before {
    border-color: #87CEFA;
}

span.msa-3:hover .grd-user-photo, span.msa-3:hover .grd-user-initials {
    border-color: #B0C4DE;
}
/*span.msa-3.msa-expired .grd-user-photo, span.msa-3.msa-expired .grd-user-initials {
    border-color: #87CEFA #87CEFA #ffffff #ffffff;
    border-style: dashed;
}*/

/*4*/
span.msa-4 .grd-user-photo, span.msa-4 .grd-user-initials, tr.msa-4 .msa-badge::before {
    border-color: #FF1493;
}
/*span.msa-4.msa-expired .grd-user-photo, span.msa-4.msa-expired .grd-user-initials {
    border-color: #FF1493 #FF1493 #ffffff #ffffff;
    border-style: dashed;
}*/
span.msa-4:hover .grd-user-photo, span.msa-4:hover .grd-user-initials {
    border-color: #FF69B4;
}

.msa-none-adult {
    background-color: #ff9800
}

    .msa-none-adult:hover {
        background-color: #e68a00
    }

    .msa-none-adult .grd-user-photo, .msa-none-adult .grd-user-initials {
        border-width: 0px !important;
    }

.msa-none-underage {
    background-color: #f44336;
}

    .msa-none-underage:hover {
        background-color: #da190b;
    }

    .msa-none-underage .grd-user-photo, .msa-none-underage .grd-user-initials {
        border-width: 0px !important;
    }

.msa-expired .grd-user-photo, .msa-expired .grd-user-initials {
    border-style: dashed !important;
}

.msa-none-underage .grd-user-initials, .msa-none-adult .grd-user-initials {
    line-height: 40px;
}

span.msa-expired {
    background-color: #a4a4a4 !important;
}

.msa-tbl.msa-current td:last-of-type {
    color: #4CAF50;
    font-weight: 500;
}

.msa-tbl.msa-expired td:last-of-type {
    color: #f44336;
    font-weight: 500;
}

.profile-photo {
    width: 130px;
    height: 130px;
    border-radius: 50%;
    display: inline-block;
    position: relative;
    -webkit-box-shadow: 0px 0px 5px 1px rgba(0,0,0,0.5);
    -moz-box-shadow: 0px 0px 5px 1px rgba(0,0,0,0.5);
    box-shadow: 0px 0px 5px 1px rgba(0,0,0,0.5);
    /*border: 1px solid rgba(255,255,255,0.5);*/
}

    .profile-photo img {
        max-width: 130px;
        max-height: 130px;
    }

.profile-photo-placeholder:before {
    font-size: 130px;
    line-height: 1;
    color: #555;
}

a.profile-photo-btn {
    position: absolute;
    left: 60%;
    top: 10px;
    background: rgba(0,0,0,.5);
    border: 1px solid #222;
    width: 100%;
    text-decoration: none;
    -webkit-box-shadow: 0px 0px 5px 1px rgba(153,153,153,1);
    -moz-box-shadow: 0px 0px 5px 1px rgba(153,153,153,1);
    box-shadow: 0px 0px 5px 1px rgba(153,153,153,1);
}

    a.profile-photo-btn:hover {
        -webkit-box-shadow: 0px 0px 5px 1px rgba(254,206,26, .8);
        -moz-box-shadow: 0px 0px 5px 1px rgba(254,206,26, .8);
        box-shadow: 0px 0px 5px 1px rgba(254,206,26, .8);
    }

    a.profile-photo-btn.edit {
        width: 25px;
        height: 25px;
        background: #000;
        border: 2px solid #333;
        border-radius: 50%;
        left: 73%;
        bottom: 8px;
        top: auto;
        z-index: 3;
        color: #cecece;
        -webkit-box-shadow: none;
        -moz-box-shadow: none;
        box-shadow: none;
    }



.profile-photo-status {
    position: absolute;
    left: 75%;
    bottom: 10px;
    background: rgba(0,0,0,.5);
    text-decoration: none;
    width: 100%;
    cursor: default;
    font-size: 12px;
}

    .profile-photo-status.danger {
        /*border: 1px solid #FA2A00;*/
        color: #FA2A00;
        /*-webkit-box-shadow: 0px 0px 5px 1px #FA2A00;
        -moz-box-shadow: 0px 0px 5px 1px #FA2A00;
        box-shadow: 0px 0px 5px 1px #FA2A00;*/
    }

    .profile-photo-status.success {
        /*border: 1px solid #1ABC9C;*/
        color: #1ABC9C;
        /*-webkit-box-shadow: 0px 0px 5px 1px #1ABC9C;
        -moz-box-shadow: 0px 0px 5px 1px #1ABC9C;
        box-shadow: 0px 0px 5px 1px #1ABC9C;*/
    }

.profile-photo .tooltip {
    width: 300px;
}

    .profile-photo .tooltip .tooltip-inner {
        text-align: left;
    }

/**/
.flexcnt {
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-flex-wrap: nowrap;
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-align-content: stretch;
    -ms-flex-line-pack: stretch;
    align-content: stretch;
    -webkit-align-items: stretch;
    -ms-flex-align: stretch;
    align-items: stretch;
}

    .flexcnt .flexcol {
        -webkit-order: 0;
        -ms-flex-order: 0;
        order: 0;
        -webkit-flex: 0 1 auto;
        -ms-flex: 0 1 auto;
        flex: 0 1 auto;
        -webkit-align-self: auto;
        -ms-flex-item-align: auto;
        align-self: auto;
    }


.grd-val {
    display: block;
    position: absolute;
    overflow: visible;
    right: 12%;
    bottom: 120%;
    width: 200px;
    margin-bottom: 0;
    padding: 0px 10px;
    border: none;
    font-size: 13px;
    font-weight: 500;
    color: #fff !important;
    text-align: left;
    background-color: rgba(255,0,0,0.9); /* red */
    border-color: rgba(255,0,0,0.9); /* red */
}

    .grd-val:after {
        position: absolute;
        bottom: -7px;
        /*left: 15px;*/
        right: 15px;
        content: "";
        width: 0;
        height: 0;
        opacity: 0.75;
        border-left: 7px solid transparent;
        border-right: 7px solid transparent;
        border-top: 7px solid red;
    }

.editable-grd-cnt {
    overflow-x: auto;
}

    .editable-grd-cnt div.RadGrid .rgCommandCell {
        padding: 0em .41667em;
    }

    .editable-grd-cnt div.RadGrid_MetroTouch .rgCommandRow {
        background-color: #ddd;
    }

    .editable-grd-cnt div.RadGrid_MetroTouch .rgNoRecords td {
        padding-left: 8px
    }

    .editable-grd-cnt .RadGrid_MetroTouch .rgCommandRow, .editable-grd-cnt .RadGrid_MetroTouch .rgCommandRow a,
    .editable-grd-cnt .RadGrid_MetroTouch .rgCommandRow .rgActionButton {
        color: #555;
        font: 500 15px/34px "Roboto Condensed","Segoe UI",Arial,Helvetica,sans-serif;
    }

        .editable-grd-cnt .RadGrid_MetroTouch .rgCommandRow .rgActionButton:hover {
            color: #000;
        }

    .editable-grd-cnt .RadGrid_MetroTouch .rgActionButton .rgIcon {
        font-size: 1.5em
    }

html.RadForm_MetroTouch .editable-grd-cnt div.RadGrid.RadGrid_MetroTouch .rfdSelect_MetroTouch {
    width: 213px;
    min-width: 213px;
}

.editable-grd-cnt div.RadGrid.RadGrid_MetroTouch .edit-cmd {
    min-width: 70px;
    line-height: 1.5em;
}

.editable-grd-cnt div.RadGrid_MetroTouch .rgEditRow {
    background: #ddd;
}

.editable-grd-cnt div.RadGrid.RadGrid_MetroTouch .RadPicker {
    width: auto;
    min-width: 120px;
}

.RadCalendarMonthView_MetroTouch input#rcMView_Cancel {
    width: 3.6em;
}

div.RadWindow.RadWindow_MetroTouch .rwContent .rwDialog.rwConfirmDialog {
    background-image: none;
}

    div.RadWindow.RadWindow_MetroTouch .rwContent .rwDialog.rwConfirmDialog .rwDialogContent {
        padding: 0 0 0.83333em 0em;
    }

.editable-grd-cnt.motor-clubs div.RadGrid_MetroTouch .rgEditRow {
    background-color: transparent;
}

.editable-grd-cnt.motor-clubs div.RadGrid .rgClipCells .rgHeader,
.editable-grd-cnt.motor-clubs div.RadGrid .rgClipCells .rgFilterRow > td,
.editable-grd-cnt.motor-clubs div.RadGrid .rgClipCells .rgRow > td,
.editable-grd-cnt.motor-clubs div.RadGrid .rgClipCells .rgAltRow > td,
.editable-grd-cnt.motor-clubs div.RadGrid .rgClipCells .rgEditRow > td,
.editable-grd-cnt.motor-clubs div.RadGrid .rgClipCells .rgFooter > td {
    overflow: visible;
}

.editable-grd-cnt.motor-clubs .RadGrid_MetroTouch .rgActionButton .rgIcon.rgAddIcon,
.editable-grd-cnt.motor-clubs .RadGrid .rgCommandRow .rgActionButton.rgAdd .rgButtonText {
    /*fixes WebKit bug*/
    pointer-events: none;
}

.rgClipCells .grd-val {
    bottom: 110%;
}

div.club-selection .RadComboBoxWithLabel label.rcbLabel {
    font-size: 13px;
    line-height: 1.5;
    display: block;
    clear: both;
    width: 100%;
}

.StaffingTotals {
    font-size: 14px;
    background: #f9f9f9;
}

/*EventStaffing*/
.fixed-layout .RadGrid .rgExpandCol .rgActionButton {
    width: 1em;
    height: 1em;
}

#ctl00_rightColumn_RSOProcessGroup_RadGridIsNotMarshal_ctl00 colgroup col:first-child {
    width: 20px !important;
}

.rso-grid-btn {
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=70)";
    filter: alpha(opacity=70);
    -moz-opacity: 0.70;
    -khtml-opacity: 0.70;
    opacity: 0.70;
}

    .rso-grid-btn:hover {
        -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
        filter: alpha(opacity=100);
        -moz-opacity: 1;
        -khtml-opacity: 1;
        opacity: 1;
    }

    .rso-grid-btn[disabled], .rso-grid-btn:disabled {
        -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=30)";
        filter: alpha(opacity=30);
        -moz-opacity: 0.30;
        -khtml-opacity: 0.30;
        opacity: 0.30;
    }
/*StageStaffing*/
#ctl00_rightColumn_stageProcessGroup_RadGridMarshal_ctl00 colgroup col:first-child {
    width: 20px !important;
}

.radio-training {
    padding-top: 20px;
    background: #fff;
    border: 1px solid #ddd;
    margin: 0px 0px 10px 0px;
}

.profile-tab-complete .rtsTxt::after {
    content: "\e013";
    display: inline-block;
    font-family: 'Glyphicons Halflings';
    font-size: 16px;
    color: #008752;
    margin-left: 8px;
}

.profile-tab-incomplete .rtsTxt::after {
    content: "\e101";
    display: inline-block;
    font-family: 'Glyphicons Halflings';
    font-size: 16px;
    color: #FA2A00;
    margin-left: 8px;
}


.user-initials.profile-incomplete::after {
    content: '';
    display: inline-block;
    width: 5px;
    height: 5px;
    position: absolute;
    top: 15px;
    right: 20px;
    border-radius: 50%;
    background: #FA2A00;
    border-color: #FA2A00 !important;
}

.con-search .RadGrid_MetroTouch .rgMasterTable.fixed-header-table.fixed-header .rgHeader {
    background-color: #222;
    color: #fff;
    border-top: 0px;
    border-left: 0px;
    border-right: 0px;
    border-bottom: 0px;
}
/* switch */
html.RadForm_MetroTouch .switch label.rfdCheckboxChecked, html.RadForm_MetroTouch .switch label.rfdCheckboxUnchecked {
    position: relative;
    display: inline-block;
    width: 60px;
    height: 34px;
}

html.RadForm_MetroTouch .switch label.rfdCheckboxChecked .rfdToggleImage,
html.RadForm_MetroTouch .switch label.rfdCheckboxUnchecked .rfdToggleImage {
    position: absolute;
    cursor: pointer;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background-color: #ccc;
    -webkit-transition: .4s;
    transition: .4s;
    border-radius: 34px;
    background-image: none;
    width: 100%;
    height: 100%;
}

    html.RadForm_MetroTouch .switch label.rfdCheckboxChecked .rfdToggleImage:before,
    html.RadForm_MetroTouch .switch label.rfdCheckboxUnchecked .rfdToggleImage:before {
        position: absolute;
        content: "";
        height: 26px;
        width: 26px;
        left: 4px;
        bottom: 4px;
        background-color: white;
        -webkit-transition: .4s;
        transition: .4s;
        border-radius: 50%;
    }

    html.RadForm_MetroTouch .switch label.rfdCheckboxUnchecked .rfdToggleImage {
        background-color: #FA2A00;
    }
    html.RadForm_MetroTouch .switch label.rfdCheckboxChecked .rfdToggleImage {
        background-color: #1ABC9C;
    }
    html.RadForm_MetroTouch .switch label.rfdCheckboxChecked .rfdToggleImage:before {
        -webkit-transform: translateX(26px);
        -ms-transform: translateX(26px);
        transform: translateX(26px);
    }
