﻿/* Hover color: #69849d */
/* Hover offset: #849aae */
/* Dark blue color: #235fa8 */
/* Dark blue offset: #6ba0e1 */
/* Lt Blue color: #2171d4 */
/* lt blue offset: #3884e0 */
/* Grid Alt Row: #d9e3ee */

@import url( css/font-awesome.min.css );


@charset "UTF-8";

em, small {
    letter-spacing: 0
}

body {
    height: 100%;
    padding: 0;
    margin: 0;
    padding-bottom: 100px;
}

.siteWrapper {
    padding: 10px;
    height: 100%;
    position: relative;
}

#footer {
    position: fixed;
    height: 74px;
    bottom: 0;
    width: 100%;
}

body, li, p {
    line-height: 1.5em
}

.DNNEmptyPane {
    display: none !important
}
/* Allow override DNNEmptyPane*/
.showAlways {
    display: inline !important;
}

.paneOutline {
    border: 1px dashed #ccc
}

a, a img, abbr, acronym, address, applet, article, aside, audio,
b, big, blockquote, body,
canvas, caption, center, cite, code,
dd, del, details, dfn, div, dl, dt,
em, embed,
fieldset, figcaption, figure, footer, form,
h1, h2, h3, h4, h5, h6, header, hgroup, html,
i, iframe, img, ins,
kbd,
label, legend, li,
mark, menu,
nav,
object, ol, output,
p, pre,
q,
ruby,
s, samp, section, small, span, strike, strong, sub, summary, sup,
time, tt,
u, ul,
var, video {
    border: 0;
}

.TB_Wrapper, .TB_Wrapper *, .dnnActionMenu, .dnnActionMenu *, .dnnActionMenu :after, .dnnActionMenu :before, .dnn_mact, .dnn_mact *, .dnn_mact :after, .dnn_mact :before, [id*=ControlPanel], [id*=ControlPanel] *, [id*=ControlPanel] :after {
    -webkit-box-sizing: content-box;
    -moz-box-sizing: content-box;
    box-sizing: content-box
}
/*
[class*=RadAjaxPanel] *, [class*=Digital] * {
    font-size: 12px;
    -webkit-box-sizing: content-box;
    -moz-box-sizing: content-box;
    box-sizing: content-box
}
    */
html, li, p {
    font-size: 16px
}

ol.list-unstyled, ol.list-unstyled > li, ul.list-unstyled, ul.list-unstyled > li {
    list-style: none;
    margin: 0
}

ul.row {
    margin-left: -15px;
    margin-right: -15px
}

ol, ul {
    list-style: none
}

    ul li {
        list-style-type: disc
    }

        ul li li {
            list-style-type: circle
        }

    ol li {
        list-style-type: decimal;
        list-style-position: inside
    }

.nav li {
    list-style: none !important
}

a {
    outline: 0 !important
}


ul {
    list-style-type: none;
}


    ul#myTab {
        padding: 0;
        margin: 0
    }

.popover {
    z-index: 999
}

.mark, mark {
    padding: 0;
    background-color: transparent
}

.bs-callout-danger,
.bs-callout-info,
.bs-callout-primary,
.bs-callout-success,
.bs-callout-warning {
    display: block;
    padding: 15px 30px 15px 15px
}

body {
    background: #fff;
    color: #333;
    font-size: 13px
}

.CommandButton, .Head, .Normal, .NormalBold, .NormalDisabled, .NormalRed, .NormalTextBox, .SubHead, .SubSubHead,
a:hover, a:link, a:visited, body, h1, h2, h3, h4, h5, h6, h7, input, table, td, th {
    font-family: FontAwesome,'Open Sans',Arial,Helvetica,sans-serif
}

.SubHead {
    color: #000
}

Body #Form {
    height: 100%
}

embed, img, object {
    max-width: 100%
}

[class*=map] img, [class*=Map] img, [id*=map] img, [id*=Map] img, table img {
    max-width: none !important
}

img {
    height: auto
}

em {
    font-style: italic
}

strong {
    color: #333;
    font-weight: 700
}

small {
    font-size: 12px
}

a:active,
a:link,
a:visited {
    text-decoration: none
}

a:hover {
    text-decoration: underline
}

p {
    margin: 0 0 20px
}

ol li > ol li {
    list-style-type: lower-latin
}

.bs-callout-primary {
    margin: 20px 0;
    border-left: 5px solid #337ab7;
    background-color: #dbe9f5
}

    .bs-callout-primary h1,
    .bs-callout-primary h2,
    .bs-callout-primary h3,
    .bs-callout-primary h4,
    .bs-callout-primary h5,
    .bs-callout-primary h6 {
        margin-top: 0;
        color: #337ab7
    }

    .bs-callout-primary p:last-child {
        margin-bottom: 0
    }

    .bs-callout-primary .highlight, .bs-callout-primary code {
        background-color: #fff
    }

.bs-callout-danger {
    margin: 20px 0;
    border-left: 5px solid #d9534f;
    background-color: #f4cecd
}

    .bs-callout-danger h1,
    .bs-callout-danger h2,
    .bs-callout-danger h3,
    .bs-callout-danger h4,
    .bs-callout-danger h5,
    .bs-callout-danger h6 {
        margin-top: 0;
        color: #d9534f
    }

    .bs-callout-danger p:last-child {
        margin-bottom: 0
    }

    .bs-callout-danger .highlight, .bs-callout-danger code {
        background-color: #fff
    }

.bs-callout-warning {
    margin: 20px 0;
    border-left: 5px solid #f0ad4e;
    background-color: #fceedb
}

    .bs-callout-warning h1,
    .bs-callout-warning h2,
    .bs-callout-warning h3,
    .bs-callout-warning h4,
    .bs-callout-warning h5,
    .bs-callout-warning h6 {
        margin-top: 0;
        color: #f0ad4e
    }

    .bs-callout-warning p:last-child {
        margin-bottom: 0
    }

    .bs-callout-warning .highlight, .bs-callout-warning code {
        background-color: #fff
    }

.bs-callout-info {
    margin: 20px 0;
    border-left: 5px solid #5bc0de;
    background-color: #daf1f8
}

    .bs-callout-info h1,
    .bs-callout-info h2,
    .bs-callout-info h3,
    .bs-callout-info h4,
    .bs-callout-info h5,
    .bs-callout-info h6 {
        margin-top: 0;
        color: #5bc0de
    }

    .bs-callout-info p:last-child {
        margin-bottom: 0
    }

    .bs-callout-info .highlight, .bs-callout-info code {
        background-color: #fff
    }

.bs-callout-success {
    margin: 20px 0;
    border-left: 5px solid #5cb85c;
    background-color: #c7e6c7
}

    .bs-callout-success h1,
    .bs-callout-success h2,
    .bs-callout-success h3,
    .bs-callout-success h4,
    .bs-callout-success h5,
    .bs-callout-success h6 {
        margin-top: 0;
        color: #5cb85c
    }

    .bs-callout-success p:last-child {
        margin-bottom: 0
    }

    .bs-callout-success .highlight,
    .bs-callout-success code {
        background-color: #fff
    }

@font-face {
    font-family: 'Open Sans';
    font-style: normal;
    font-weight: 300;
    src: local('Open Sans Light'),local('OpenSans-Light'),url(http://fonts.gstatic.com/s/opensans/v10/DXI1ORHCpsQm3Vp6mXoaTegdm0LZdjqr5-oayXSOefg.woff2) format('woff2'),url(http://fonts.gstatic.com/s/opensans/v10/DXI1ORHCpsQm3Vp6mXoaTXhCUOGz7vYGh680lGh-uXM.woff) format('woff')
}

@font-face {
    font-family: 'Open Sans';
    font-style: normal;
    font-weight: 400;
    src: local('Open Sans'),local('OpenSans'),url(http://fonts.gstatic.com/s/opensans/v10/cJZKeOuBrn4kERxqtaUH3VtXRa8TVwTICgirnJhmVJw.woff2) format('woff2'),url(http://fonts.gstatic.com/s/opensans/v10/cJZKeOuBrn4kERxqtaUH3T8E0i7KZn-EPnyo3HZu7kw.woff) format('woff')
}

@font-face {
    font-family: 'Open Sans';
    font-style: normal;
    font-weight: 700;
    src: local('Open Sans Bold'),local('OpenSans-Bold'),url(http://fonts.gstatic.com/s/opensans/v10/k3k702ZOKiLJc3WVjuplzOgdm0LZdjqr5-oayXSOefg.woff2) format('woff2'),url(http://fonts.gstatic.com/s/opensans/v10/k3k702ZOKiLJc3WVjuplzHhCUOGz7vYGh680lGh-uXM.woff) format('woff')
}

@font-face {
    font-family: 'FontAwesome';
    src: url('fonts/fontawesome-webfont.eot?v=4.6.0');
    src: url('fonts/fontawesome-webfont.eot?#iefix&v=4.6.0') format('embedded-opentype'), url('fonts/fontawesome-webfont.woff2?v=4.6.0') format('woff2'), url('fonts/fontawesome-webfont.woff?v=4.6.0') format('woff'), url('fonts/fontawesome-webfont.ttf?v=4.6.0') format('truetype'), url('fonts/fontawesome-webfont.svg?v=4.6.0#fontawesomeregular') format('svg');
    font-weight: normal;
    font-style: normal;
}

h1, h2, h3, h4, h5, h6, h7 {
    color: #020202;
    line-height: 1.3em;
    /*margin:0 0 10px*/
}

h1 {
    font-size: 2rem;
}

h2 {
    font-size: 1.5rem;
}

h3 {
    font-size: 1.375rem;
}

h4 {
    font-size: 1.25rem;
}

h5 {
    font-size: 1.125rem;
}

h6 {
    font-size: 1rem;
}

h7 {
    font-size: .8rem;
    color: #2171d4;
}

h5.h5White {
    margin-left: -12px !important;
}

@media screen and (min-width:500px) {
    html {
        font-size: 14px
    }
}

@media screen and (min-width:570px) {
    html {
        font-size: 15px
    }
}

@media screen and (min-width:620px) {
    html {
        font-size: 16px
    }
}

@media screen and (min-width:680px) {
    html {
        font-size: 17px
    }
}

@media screen and (min-width:720px) {
    html {
        font-size: 18px
    }
}

@media screen and (min-width:800px) {
    html {
        font-size: 19px
    }
}

@media screen and (min-width:860px) {
    html {
        font-size: 20px
    }
}

@media screen and (min-width:920px) {
    html {
        font-size: 21px
    }
}

@media screen and (min-width:1000px) {
    html {
        font-size: 22px
    }
}

.buttons-wrapper {
    text-align: center
}

a.cta-button-primary, button.cta-button-primary {
    background: #7ca0c0;
    border: 1px solid #7ca0c0;
    color: #fff;
    transition: background-color 300ms ease-out 0s
}

a.cta-button, a.cta-button-primary, button.cta-button, button.cta-button-primary {
    text-align: center;
    text-decoration: none;
    text-transform: uppercase;
    cursor: pointer;
    font-family: FontAwesome,'Open Sans',Arial,Helvetica,sans-serif;
    position: relative;
    display: inline-block;
    font-size: 18px;
    font-weight: 700;
    line-height: normal;
    margin: 0 5px 5px 0;
    min-width: 200px;
    padding: 10px 0;
    -webkit-transition: background-color 300ms ease-out 0s;
    -o-transition: background-color 300ms ease-out 0s
}

    a.cta-button-primary:hover, button.cta-button-primary:hover {
        background: #91afca;
        border-color: #91afca
    }

a.cta-button, button.cta-button {
    background: 0 0;
    border: 1px solid #7ca0c0;
    color: #7ca0c0;
    transition: background-color 300ms ease-out 0s
}

    a.cta-button:hover, button.cta-button:hover {
        color: #fff;
        background: #7ca0c0;
        border-color: #91afca
    }

.search {
    position: relative;
    min-width: 35px;
    width: 0;
    height: 34px;
    float: right;
    overflow: hidden;
    -webkit-transition: width .5s;
    -o-transition: width .5s;
    transition: width .5s
}

    .search.search-open {
        width: 25%
    }

    .search.small-screens.search-open {
        width: 100%
    }

        .search.small-screens.search-open .searchInputContainer input {
            padding: 0 124px 0 20px
        }

.searchInputContainer {
    display: block !important
}

    .searchInputContainer input {
        top: 0;
        right: 0;
        border: 0;
        outline: 0;
        background: #dcddd8;
        width: auto;
        height: 34px;
        margin: 0;
        padding: 0 52px 0 20px;
        font-size: 15px
    }

        .searchInputContainer input::-webkit-input-placeholder {
            color: #818181
        }

        .searchInputContainer input:-moz-placeholder {
            color: #818181
        }

        .searchInputContainer input::-moz-placeholder {
            color: #818181
        }

        .searchInputContainer input:-ms-input-placeholder {
            color: #818181
        }

    .searchInputContainer a.dnnSearchBoxClearText {
        right: 45px !important
    }

        .searchInputContainer a.dnnSearchBoxClearText.dnnShow {
            bottom: 2px
        }

#search-action,
.SearchButton,
.search-toggle-icon {
    background: url(images/search_old.png) center center no-repeat #235fa8;
    width: 35px;
    height: 34px;
    display: block;
    position: absolute;
    top: 0;
    font-family: FontAwesome,'Open Sans',Arial,Helvetica,sans-serif;
    font-size: 22px;
    right: 0;
    padding: 0;
    margin: 0;
    outline: 0;
    line-height: 50px;
    text-align: center;
    cursor: pointer;
    color: #fff; /*#dcddd8;*/
    text-indent: -9999px;
}

    .search-toggle-icon:hover {
        background: url(images/search_old.png) center center no-repeat #2171d4;
    }

#search-top {
    clear: both;
    width: 100%;
    background: #235fa8;
    padding: 0;
    margin: 0;
    height: 0;
    overflow: hidden;
    transition: all .1s ease-in-out
}

    #search-top.active {
        height: auto;
        padding: 15px 0
    }

    #search-top span {
        display: inline !important
    }

    #search-top input {
        background: #fff;
        border: none;
        font-size: 1.2em;
        height: 46px;
        margin: 0 0 0 15px;
        width: 70%
    }

    #search-top a.SearchButton {
        background: url(images/search.png) center center no-repeat #e0dfdf;
        height: 46px;
        position: relative;
        display: inline-block;
        text-indent: -9999px;
        width: 60px;
        padding: 0;
        top: 5px
    }

#search-action {
    display: none;
    float: right;
    height: 34px;
    margin: 0;
    padding: 6px 12px
}

#login {
    padding-right: 10px
}

div.dnnLogin {
    max-width: 100% !important;
}

.dnnLoginService {
    margin-left: -40px !important;
    text-align: left;
}

    .dnnLoginService > .dnnFormItem input[type="text"],
    .dnnLoginService > .dnnFormItem input[type="password"] {
        max-width: 240px !important;
        padding: 0 !important;
    }

    .dnnLoginService > .dnnFormItem {
        margin-bottom: 5px;
    }


        .dnnLoginService > .dnnFormItem a.dnnPrimaryAction,
        .dnnLoginService > .dnnFormItem span.dnnCheckbox {
            margin-left: 60px;
        }

        .dnnLoginService > .dnnFormItem div.dnnLoginActions {
            /*display: none;*/
        }

        .dnnLoginService > .dnnFormItem > .dnnLabel > label {
            text-transform: uppercase;
            color: #2171d4;
        }



@media only screen and (max-width:768px) {

    footer {
        height: 93px;
    }

        footer .terms-priv {
            float: left;
        }

    .siteWrapper {
        padding: 10px;
        padding-bottom: 93px;
    }

    #search-action {
        display: block
    }

    #login {
        padding-right: 21px
    }
}

#login .loginGroup,
#login .loginGroup *,
#login .registerGroup,
#login .registerGroup * {
    display: block
}

#login .loginGroup,
#login .registerGroup {
    float: right;
    padding: 0;
    margin: 0
}

    #login .loginGroup a,
    #login .registerGroup a {
        display: block;
        position: relative;
        height: 34px;
        min-width: 12px;
        padding: 7px 15px 0;
        color: #fff;
        font-size: 11px;
        vertical-align: middle
    }

        #login .loginGroup a:hover,
        #login .registerGroup a:hover {
            background: #2171d4; /*#d7d7d7;*/
            color: #fff; /*#333;*/
            text-decoration: none;
        }

        #login .loginGroup a:active,
        #login .registerGroup a:active {
            color: #333
        }

        #login .loginGroup a strong,
        #login .registerGroup a strong {
            display: block;
            position: absolute;
            left: 0;
            top: 0;
            width: 100%;
            overflow: hidden;
            font-size: 11px;
            text-indent: -9999px
        }

    #login .registerGroup li {
        float: left;
        line-height: 1.2em
    }

        #login .registerGroup li:first-child:hover {
            border-left: #222
        }

    #login .registerGroup .buttonGroup {
        margin-right: 0
    }

    #login .registerGroup .userProfileImg a {
        min-width: 25px;
        min-height: 32px;
        padding: 0;
        background: 0 0;
    }

    #login .registerGroup a span {
        display: inline-block;
        position: absolute;
        right: 2px;
        top: -9px;
        min-width: 7px;
        margin-right: 3px;
        background: #3b96b6;
        text-align: center;
        font-size: 11px;
        color: #fff;
        -webkit-text-shadow: 0 1px 0 #333;
        text-shadow: 0 1px 0 #333
    }

    #login .registerGroup a img {
        height: 32px;
        width: 32px;
        background: #333
    }

#login .userNotifications {
    border-left: 1px solid #ccc;
    border-right: 1px solid #ccc
}

    #login .userNotifications strong {
        height: 100%;
        background: url(images/notification_icon.png) center center no-repeat
    }

#login .userMessages strong {
    height: 100%;
    background: url(images/message_icon.png) center center no-repeat
}

#login .userMessages a, #login .userNotifications a {
    padding: 0 18px
}

    #login .userMessages a span,
    #login .userNotifications a span {
        display: inline-block;
        margin-top: 9px;
        margin-right: 0;
        background-color: transparent;
        font-size: 10px
    }

#login .loginGroup .LoginLink:focus {
    color: #fff;
}

#login .registerGroup .buttonGroup .userDisplayName > a:focus {
    color: #fff;
}

#topHeader {
    background: #235fa8;
    -moz-box-shadow: 1px 50px 100px 0 #cacaca;
    -webkit-box-shadow: 1px 50px 100px 0 #cacaca;
    box-shadow: 1px 50px 100px 0 #cacaca;
    min-width: 25px;
    min-height: 35px;
    padding: 0
}

header {
    background: #2171d4;
    border-bottom: 1px solid #91AFCA
}

.topBanner {
    min-height: 35px;
    color: #fff;
    background-color: #235fa8;
    width: 100%;
}

    .topBanner p, .topBanner h1, .topBanner h2, .topBanner h3, .topBanner span, .topBanner a {
        color: #fff;
    }

#mainHeader-inner {
    padding: 30px 0
}

#mainHeader-border {
    background: #8fb299;
    height: 5px
}

#logo {
    padding-left: 15px
}

.navbar .brand {
    float: left;
    padding: 5px !important;
    max-width: 120px;
    background-color: white;
}


@media only screen and (max-width:768px) {
    .main-navigation {
        height: auto;
        width: 100%
    }

    nav {
        display: none
    }

    a.mobile-nav-btn {
        display: block;
        float: right;
        width: 50px;
        height: 46px;
        margin-top: 15px;
        text-align: center;
        color: #383838
    }

        a.mobile-nav-btn:hover {
            text-decoration: none
        }

    #navbar-top-wrapper {
        clear: both;
        position: relative
    }

    #navbar {
        float: none !important
    }
}

@media only screen and (min-width:767px) {
    #navbar {
        float: right
    }
}

#breadcrumb {
    font-family: FontAwesome,'Open Sans',Arial,Helvetica,sans-serif;
    border-radius: 0;
    -moz-box-shadow: none;
    -webkit-box-shadow: none;
    box-shadow: none;
    /*border-bottom:1px dashed;
    border-color:#ccc;*/
    background-color: transparent;
    padding: 5px 0;
    margin: 0;
    display: block
}

    #breadcrumb a {
        margin-left: 10px;
        font-weight: 600;
        font-size: 11px;
        color: #626262
    }

        #breadcrumb a:first-child {
            font-family: FontAwesome,'Open Sans',Arial,Helvetica,sans-serif;
            font-size: 11px !important;
            font-weight: 400;
            color: #7b7d82;
            margin: 0
        }

    #breadcrumb img, #breadcrumb span {
        margin-left: 10px
    }

main {
    background: #fff;
    /*border:1px solid #ececec;*/
    border-top: none;
    margin-bottom: 15px;
    min-height: 350px;
}

.container {
    max-width: 1200px;
}

main.no-bg {
    background: 0 0
}

#mainContent-inner {
    /*   padding: 10px;*/
}

.dnnpane > [class*=col-md], .dnnpane > [class^=col-md] {
    /*padding: 0 15px*/
}

.image-wrapper {
    position: relative
}

    .image-wrapper img {
        display: block;
        max-width: 100%
    }

    .image-wrapper .overlay {
        position: absolute;
        top: 0;
        left: 0;
        width: 100%;
        height: 100%;
        color: #fff;
        text-align: center
    }

.grid, .grid figure, .grid figure img {
    position: relative
}

.image-wrapper .overlay h2 {
    color: #fff;
    font-weight: 700;
    margin-top: 8%;
    -webkit-text-shadow: 0 2px 2px rgba(0,0,0,.1);
    text-shadow: 0 2px 2px rgba(0,0,0,.1);
    text-transform: uppercase
}

.content-intro {
    padding-top: 30px;
    font-size: 26px;
    line-height: 30px
}

    .content-intro p {
        font-size: 22px
    }

.grid {
    clear: both;
    margin: 0 auto;
    max-width: 1000px;
    list-style: none;
    text-align: center
}

    .grid figure {
        float: left;
        overflow: hidden;
        margin: 10px 0;
        max-height: 360px;
        width: 100%;
        height: auto;
        background: #3085a3;
        text-align: center;
        cursor: pointer
    }

        .grid figure img {
            display: block;
            min-height: 100%;
            max-width: 100%;
            opacity: .8;
            width: 100%
        }

        .grid figure figcaption {
            padding: 2em;
            color: #fff;
            text-transform: uppercase;
            font-size: 1.25em;
            -moz-backface-visibility: hidden;
            -webkit-backface-visibility: hidden;
            backface-visibility: hidden
        }

            .grid figure figcaption .grid figure figcaption::after, .grid figure figcaption::before {
                pointer-events: none
            }

            .grid figure figcaption, .grid figure figcaption > a {
                position: absolute;
                top: 0;
                left: 0;
                width: 100%;
                height: 100%
            }

figure.hover-effect {
    background: #333
}

    figure.hover-effect h2, figure.hover-effect img {
        -webkit-transition: all .35s ease-in-out;
        -o-transition: all .35s ease-in-out;
        transition: all .35s ease-in-out
    }

    figure.hover-effect img {
        -moz-backface-visibility: hidden;
        -webkit-backface-visibility: hidden;
        backface-visibility: hidden
    }

    figure.hover-effect h2 {
        font-size: 30px;
        color: #7ca0c0;
        -webkit-text-shadow: 0 2px 2px rgba(0,0,0,.4);
        -moz-text-shadow: 0 2px 2px rgba(0,0,0,.4);
        text-shadow: 0 2px 2px rgba(0,0,0,.4)
    }

        figure.hover-effect h2 > span {
            color: #fff;
            font-weight: 700
        }

    figure.hover-effect h2, figure.hover-effect p {
        position: absolute;
        bottom: 0;
        left: 0;
        padding: 5px;
        text-align: center;
        width: 100%
    }

    figure.hover-effect p {
        text-transform: none;
        font-size: 24px;
        opacity: 0;
        padding: 15px;
        -moz-transition: opacity .35s,-webkit-transform .35s;
        -webkit-transition: opacity .35s,-webkit-transform .35s;
        -o-transition: opacity .35s,-webkit-transform .35s;
        transition: opacity .35s,transform .35s;
        -webkit-transform: translate3d(0,50px,0);
        transform: translate3d(0,50px,0)
    }

    figure.hover-effect:hover h2, figure.hover-effect:hover img {
        -webkit-transform: translate3d(0,-100px,0);
        transform: translate3d(0,-100px,0)
    }

    figure.hover-effect:hover p {
        opacity: 1;
        -webkit-transform: translate3d(0,0,0);
        transform: translate3d(0,0,0)
    }

.content-block-news, .content-block-reg {
    margin-bottom: 20px
}

    .content-block-news .article-layout .item {
        display: block;
        float: left;
        position: relative
    }

        .content-block-news .article-layout .item .item-image {
            display: block;
            position: relative;
            width: 100%;
            overflow: hidden;
            background: -webkit-linear-gradient(bottom right,#c55f1e 0,#66d6ff 100%);
            background: -o-linear-gradient(bottom right,#c55f1e 0,#66d6ff 100%);
            background: linear-gradient(to top left,#c55f1e 0,#66d6ff 100%)
        }

            .content-block-news .article-layout .item .item-image img {
                max-width: 100%;
                width: 100%;
                height: auto;
                opacity: .7;
                filter: alpha(opacity=70);
                -webkit-transition: all .2s;
                -o-transition: all .2s;
                transition: all .2s;
                -moz-backface-visibility: hidden;
                -webkit-backface-visibility: hidden;
                backface-visibility: hidden;
                -webkit-transform: translate(0,0);
                -ms-transform: translate(0,0);
                -o-transform: translate(0,0);
                transform: translate(0,0)
            }

            .content-block-news .article-layout .item .item-image .item-header {
                display: block;
                position: absolute;
                top: 0;
                left: 0;
                width: 100%;
                height: 100%;
                z-index: 2;
                color: #fff;
                background: rgba(0,0,0,.1);
                -webkit-text-shadow: 0 1px 0 rgba(0,0,0,.4);
                -moz-text-shadow: 0 1px 0 rgba(0,0,0,.4);
                text-shadow: 0 1px 0 rgba(0,0,0,.4);
                -webkit-transition: all .2s;
                -o-transition: all .2s;
                transition: all .2s
            }

                .content-block-news .article-layout .item .item-image .item-header strong {
                    color: #fff;
                    display: block;
                    position: absolute;
                    bottom: 15px;
                    left: 15px;
                    right: 15px;
                    font-size: 16px;
                    line-height: 130%;
                    font-weight: 500;
                    -webkit-transition: all .2s;
                    -o-transition: all .2s;
                    transition: all .2s
                }

                .content-block-news .article-layout .item .item-image .item-header .item-meta {
                    display: block;
                    color: #fff;
                    padding: 10px 0 17px;
                    font-size: 11px;
                    -webkit-box-sizing: border-box;
                    -moz-box-sizing: border-box;
                    box-sizing: border-box;
                    position: absolute;
                    left: 15px;
                    right: 15px;
                    bottom: -40px;
                    border-top: 1px solid rgba(255,255,255,.3);
                    opacity: 0;
                    filter: alpha(opacity=0);
                    -webkit-transition: all .2s;
                    -o-transition: all .2s;
                    transition: all .2s
                }

                    .content-block-news .article-layout .item .item-image .item-header .item-meta i.fa {
                        padding-right: 7px
                    }

                    .content-block-news .article-layout .item .item-image .item-header .item-meta span {
                        display: block;
                        color: #fff
                    }

                .content-block-news .article-layout .item .item-image .item-header .item-category {
                    display: block;
                    font-size: 18px;
                    font-weight: lighter;
                    left: 15px;
                    position: absolute;
                    right: 15px;
                    text-transform: none;
                    top: 15px
                }

                    .content-block-news .article-layout .item .item-image .item-header .item-category span {
                        border: 1px solid #fff;
                        color: #000;
                        font-size: 24px;
                        display: inline-block;
                        padding: 6px 10px 5px;
                        line-height: 100%;
                        -webkit-transition: all .2s;
                        -o-transition: all .2s;
                        transition: all .2s
                    }

        .content-block-news .article-layout .item .item-content {
            display: block;
            background: #f4f4f4;
            width: 100%;
            font-size: 14px;
            line-height: 150%;
            color: #737373;
            -webkit-transition: all .2s;
            -o-transition: all .2s;
            transition: all .2s;
            -webkit-box-sizing: border-box;
            -moz-box-sizing: border-box;
            box-sizing: border-box
        }

            .content-block-news .article-layout .item .item-content .item-text {
                display: block;
                padding: 15px
            }

            .content-block-news .article-layout .item .item-content .item-footer-more {
                display: block;
                padding: 15px 0;
                margin: 0 15px;
                text-align: center;
                font-size: 14px;
                text-transform: uppercase;
                border-top: 1px solid rgba(0,0,0,.06);
                letter-spacing: .3px;
                color: #737373
            }

        .content-block-news .article-layout .item:hover .item-header .item-meta {
            bottom: 0;
            opacity: 1
        }

        .content-block-news .article-layout .item:hover .item-header .item-category span {
            background: #7ca0c0;
            border-color: transparent !important;
            color: #fff
        }

        .content-block-news .article-layout .item:hover .item-image img {
            opacity: 1
        }

        .content-block-news .article-layout .item:hover .item-image .item-header {
            background: rgba(81,81,81,.7)
        }

            .content-block-news .article-layout .item:hover .item-image .item-header strong {
                bottom: 50px
            }

        .content-block-news .article-layout .item:hover .item-content {
            background: #fff;
            -webkit-box-shadow: 0 3px 0 rgba(0,0,0,.03);
            -moz-box-shadow: 0 3px 0 rgba(0,0,0,.03);
            box-shadow: 0 3px 0 rgba(0,0,0,.03)
        }

            .content-block-news .article-layout .item:hover .item-content .item-footer-more {
                color: inherit;
                font-weight: 700;
                letter-spacing: 0;
                padding-right: 1px
            }

    .content-block-news .item a:hover .item-content {
        background: rgba(37,38,41,.8)
    }

    .content-block-news .article-layout:after {
        display: block;
        clear: both;
        content: ''
    }

.contact-form .form-control {
    border: 1px solid #e3e3e3;
    border-radius: 0;
    -webkit-box-shadow: initial;
    -moz-box-shadow: initial;
    box-shadow: initial;
    height: 50px;
    padding: 12px 15px 15px
}

.contact-form::-webkit-input-placeholder {
    color: #e3e3e3
}

.contact-form:-moz-placeholder {
    color: #e3e3e3
}

.contact-form::-moz-placeholder {
    color: #e3e3e3
}

.contact-form:-ms-input-placeholder {
    color: #e3e3e3
}

footer .footer-above {
    background-color: #383838; /*#292929;*/
    padding-top: 25px;
    /*border-top:25px solid #7ca0c0;*/
}

    footer .footer-above h2,
    footer .footer-above p {
        color: #fff
    }

footer .footer-below,
footer .terms-priv a:link,
footer .terms-priv a:visited {
    color: #d2d2d2;
    font-size: 12px
}

footer .footer-col {
    margin-bottom: 25px;
}

footer .footer-below {
    background-color: #292929;
    padding: 15px 0
}

footer .copyright {
    float: left
}

footer .terms-priv {
    float: right
}

footer .copyright,
footer .terms-priv {
    padding-left: 15px;
    padding-right: 15px;
}

footer .links-list ul li {
    float: left;
    width: 100%;
    font-size: 15px;
    line-height: 1.5em;
}

    footer .links-list ul li a:active,
    footer .links-list ul li a:link,
    footer .links-list ul li a:visited {
        color: #fff
    }

    footer .links-list ul li a:hover {
        color: #f0f0f0
    }

    footer .links-list ul li a:before {
        content: "";
        display: inline-block;
        width: 0;
        height: 0;
        border-top: 3px solid transparent;
        border-bottom: 3px solid transparent;
        border-left: 3px solid #383838;
        position: relative;
        bottom: 1px;
        padding-right: 9px
    }

.latest-articles {
    display: block
}

    .latest-articles .item {
        display: block;
        border-bottom: 1px solid rgba(255,255,255,.08);
        padding-bottom: 20px;
        margin-bottom: 20px
    }

.contactus ul {
    margin-left: 0
}

    .contactus ul li {
        color: #fff;
        font-size: 15px;
        font-weight: 100;
        margin-bottom: 5px;
        list-style: none
    }

        .contactus ul li img {
            margin-right: 5px
        }

.contactus a:link {
    color: #fff;
    text-decoration: none
}

.contactus a:active,
.contactus a:hover {
    text-decoration: underline
}

.btn-social {
    background: url(/Portals/0/Images/social-sprite.png);
    display: inline-block;
    height: 34px;
    width: 34px
}

    .btn-social.facebook {
        background-position: 0
    }

    .btn-social.twitter {
        background-position: -40px
    }

    .btn-social.googleplus {
        background-position: -80px
    }

    .btn-social.linkedin {
        background-position: -120px
    }

.container-content {
    padding: 10px 15px 15px
}

.heading_wrapper {
    padding-left: 0;
    padding-right: 0
}

.Nova_h1 h1 .NovaH1,
.Nova_h2 h2 .NovaH2,
.Nova_h3 h3 .NovaH3,
.Nova_h4 h4 .NovaH4,
.Nova_h6 h6 .NovaH6 {
    display: block;
}

    .Nova_h1 h1 .NovaH1.centered,
    .Nova_h2 h2 .NovaH2.centered,
    .Nova_h3 h3 .NovaH3.centered,
    .Nova_h4 h4 .NovaH4.centered {
        text-align: center;
        border-bottom: 2px solid #d3d3d3;
    }

div.Nova_h3.SpacingBottom {
    border: none !important;
}

.NovaH6 {
    color: #fff;
    text-transform: uppercase;
    font-size: .8em;
}

.Nova_h6, .Nova_h6 > div, .Nova_h6 > p {
    color: #fff;
}

    .Nova_h6 p > span {
        color: #b0b0b0;
    }

    .Nova_h6 p > a {
        color: #b0b0b0;
        text-decoration: none;
    }

        .Nova_h6 p > a:hover {
            color: #fff;
            text-decoration: none;
        }

    .Nova_h6 input[type="text"], .Nova_h6 textarea {
        background: #1c1e21;
        border: 0px;
        color: #6a6a6a !Important;
        font-size: 1em;
        border-radius: 5px;
        min-width: 80%;
        padding-left: 4px;
        max-width: 250px;
    }

    .Nova_h6 input[type="text"] {
        height: 38px;
    }

    .Nova_h6 textarea {
        height: 80px;
    }

        .Nova_h6 input[type="text"]:focus, .Nova_h6 textarea:focus {
            background: #fff !important;
        }

.blueCenter {
    border: 2px solid #287ce1;
    max-width: 75px;
    margin: 0px auto;
    margin-top: -10px;
    margin-bottom: 20px;
}

.DNNContainer_Boxed h2 .TitleBoxed {
    display: block;
    margin-bottom: 5px;
    padding: 5px;
    border: 1px solid #7b7878
}

.lms_heading_1, .lms_heading_2, .lms_heading_3, .lms_heading_4, .lms_heading_5, .lms_heading_6 {
    text-align: center
}

    .lms_heading_1 .lms_heading_title, .lms_heading_2 .lms_heading_title, .lms_heading_3 .lms_heading_title, .lms_heading_5 .lms_heading_title, .lms_heading_6 .lms_heading_title {
        border-bottom: 1px solid #7b7878;
        font-weight: 400;
        margin-bottom: 17px;
        margin-top: 17px;
        padding: 0 32px 28px;
        position: relative
    }

        .lms_heading_1 .lms_heading_title:after {
            content: "";
            position: absolute;
            top: 100%;
            margin: -10px 0 0 -5px;
            left: 50%;
            width: 10px;
            height: 20px;
            background: #fff;
            border-left: 2px solid #7b7878;
            border-right: 2px solid #7b7878;
            -webkit-transform: rotate(20deg);
            -ms-transform: rotate(20deg);
            -o-transform: rotate(20deg);
            transform: rotate(20deg)
        }

    .lms_heading_4 .lms_heading_title {
        margin-bottom: 17px;
        margin-top: 17px;
        padding: 0 30px 10px
    }

.subtle-line {
    display: block;
    border: none;
    color: #fff;
    height: 1px;
    width: 100%;
    background: -webkit-radial-gradient(#7b7878 1%,#bbb 30%,#ccc 40%,#fff 70%);
    background: -o-radial-gradient(#7b7878 1%,#bbb 30%,#ccc 40%,#fff 70%);
    background: -moz-radial-gradient(#7b7878 1%,#bbb 30%,#ccc 40%,#fff 70%);
    background: radial-gradient(#7b7878 1%,#bbb 30%,#ccc 40%,#fff 70%);
    margin-bottom: 32px
}

.hexagon {
    background-color: #fff;
    border-left: 3px solid #7b7878;
    border-right: 3px solid #7b7878;
    height: 20px;
    margin: 10.39px auto;
    position: relative;
    top: -27px;
    width: 36px;
    z-index: 10
}

    .hexagon::after, .hexagon::before {
        background-color: inherit;
        content: "";
        height: 25.46px;
        left: 2.27px;
        position: absolute;
        -webkit-transform: scaleY(.5774) rotate(-45deg);
        -moz-transform: scaleY(.5774) rotate(-45deg);
        -ms-transform: scaleY(.5774) rotate(-45deg);
        -o-transform: scaleY(.5774) rotate(-45deg);
        transform: scaleY(.5774) rotate(-45deg);
        width: 25.46px;
        z-index: 1
    }

.open_rectangle, .rectangle {
    margin: 10px auto;
    z-index: 10
}

.dots-wrapper, .open_rectangle, .rectangle {
    position: relative;
    background-color: #fff;
    width: 36px
}

.hexagon::before {
    border-right: 4.24px solid #7b7878;
    border-top: 4.24px solid #7b7878;
    top: -12.73px
}

.hexagon::after {
    border-bottom: 4.24px solid #7b7878;
    border-left: 4.24px solid #7b7878;
    bottom: -12.73px
}

.open_rectangle {
    border-left: 2px solid #7b7878;
    border-right: 2px solid #7b7878;
    height: 20px;
    top: -27px
}

.rectangle {
    border: 2px solid #7b7878;
    height: 13px;
    top: -24px;
    border-radius: 10px
}

.dots-wrapper {
    height: 10px;
    margin: 10.39px auto;
    top: -23px
}

.dots {
    width: 10px;
    height: 10px;
    border-radius: 50px;
    line-height: 100px;
    background: #7b7878;
    float: left;
    margin: 0 2px 0 0
}

.valid-404 h1 {
    font-size: 10em;
    -webkit-text-shadow: 0 0 7px rgba(0,0,0,.75);
    text-shadow: 0 0 7px rgba(0,0,0,.75)
}

.valid-404 h2 {
    font-size: 33px
}

.valid-404 h1, .valid-404 h2, .valid-404 p {
    text-align: center
}

.bs-example-modal .modal {
    position: relative;
    top: auto;
    right: auto;
    bottom: auto;
    left: auto;
    z-index: 1;
    display: block
}

/* Pulled from default or portal css files in case of upgrade to avoid customizations getting overwritten */
::-moz-selection {
    background: #235fa8; /*rgba(2,139,255,1); blue */
    color: #fff;
    text-shadow: none;
}

::selection {
    background: #235fa8; /*rgba(2,139,255,1); blue */
    color: #fff;
    text-shadow: none;
}

.dnnPrimaryAction, .dnnFormItem input[type="submit"], a.dnnPrimaryAction {
    border-color: #0D569E; /*dark blue*/
    background: #2171d4;
    -webkit-box-shadow: 0px 1px 0px 0px rgba(0, 0, 0, 0.6), inset 0px 1px 0px 0px rgba(255, 255, 255, 0.4);
    box-shadow: 0px 1px 0px 0px rgba(0, 0, 0, 0.6), inset 0px 1px 0px 0px rgba(255, 255, 255, 0.4);
    color: #fff;
    text-shadow: 0px -1px 0px #185B93;
    font-size: 18px;
    /*text-transform:uppercase;*/
    padding: 4px 9px;
}
    /* Primary Action */
    .dnnPrimaryAction:hover, .dnnFormItem input[type="submit"]:hover, a.dnnPrimaryAction:hover {
        border-color: #3884e0;
        background: #6ba0e1; /* Old browsers */
        text-decoration: none;
        color: #fff;
    }

    .dnnPrimaryAction:active, .dnnFormItem input[type="submit"]:active, a.dnnPrimaryAction:active {
        border-color: #0D569E;
        background: #69849d; /* Old browsers */
        -webkit-box-shadow: inset 0px 1px 5px 0px rgba(0, 0, 0, 0.4);
        box-shadow: inset 0px 1px 5px 0px rgba(0, 0, 0, 0.4);
        color: #fff;
    }

/* Secondary Action */
.dnnFormItem button, .dnnFormItem input[type="button"],
.dnnFormItem input[type="reset"],
.dnnSecondaryAction,
a.dnnSecondaryAction,
.dnnLogin .LoginTabGroup span {
    background-color: #d9e3ee !important;
    padding: 4px 9px;
    font-size: 18px;
    /*text-transform:uppercase;*/
}

    .dnnFormItem button:hover, .dnnFormItem input[type="button"]:hover,
    .dnnFormItem input[type="reset"]:hover,
    .dnnSecondaryAction:hover,
    a.dnnSecondaryAction:hover,
    ul.dnnAdminTabNav li a:hover,
    .dnnLogin .LoginTabGroup span:hover {
        background-color: #d9e3ee !important;
        text-decoration: none;
    }



/* Input Types*/
.dnnFormItem input[type="text"],
.dnnFormItem input[type="password"],
.dnnFormItem input[type="email"],
.dnnFormItem input[type="tel"],
.dnnFormItem input[type="date"],
.dnnFormItem select,
.dnnFormItem textarea {
    /*height:38px !important;*/
    font-size: 15px !important;
    background-color: #d9e3ee !important;
    width: 90%;
    max-width: 445px !important;
    padding-bottom: 7px;
    height: 38px;
}

.settingWrapper {
    padding-left: 20px !important;
    margin-left: 20px !important;
}

ul.dnnAdminTabNav li.ui-tabs-active a {
    margin-top: -3px;
    padding: 12px 7px 10px 7px;
    background: #2171d4;
    white-space: nowrap;
    color: #fff;
}
/*
[class*=RadAjaxPanel] *, [class*=Digital] * {
    font-size: 18px;
    -webkit-box-sizing: content-box;
    -moz-box-sizing: content-box;
    box-sizing: content-box;
}
    */
span.smallText {
    padding-right: 50px;
    font-size: 11px !important;
}

.novaClearPane {
    width: 100%;
    clear: both;
    min-height: 1px !important;
}

.novaSpacerPane {
    width: 100%;
    clear: both;
    min-height: 15px !important;
}

tr.dnnGridHeader th.customHeader {
    color: #777;
}

.footerPane {
    background: url('Images/footer-top-bg.jpg') no-repeat center center;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
    margin-left: 0 !important;
    left: 0 !important;
    width: 100%;
    max-width: 100%;
    overflow: hidden;
}

.headerPane {
    max-width: 100%;
    margin-bottom: 20px;
}

.footerGrid {
    max-width: 1200px;
    margin: 0 auto;
}

.titleWhite {
    color: #fff;
}

a.titleWhite:hover, a.titleWhite {
    color: #fff;
    text-decoration: underline;
}

ul.footerList, ul.footerList > li {
    list-style-type: none;
    color: #fff;
    text-align: left;
}

    ul.footerList > li > span {
        font-size: 1.2em;
        font-weight: bold;
    }

div.hoursBox {
    min-height: 50px;
    min-width: 250px;
    border: 1px solid #235fa8;
    background: #fff;
    opacity: .5;
    color: #2171d4;
    padding: 7px;
    font-weight: bold;
}

    div.hoursBox > center > h5.hours {
        color: #2171d4 !important;
    }

    div.hoursBox > div {
        padding-top: 5px;
    }

div.time, p.time {
    white-space: nowrap;
    margin-left: -10px;
}

div.noWrap {
    white-space: nowrap;
}

.seperator {
    width: 100%;
    height: 2px;
    background-color: #235fa8;
    margin-top: 10px;
    margin-bottom: 20px;
}

/* Bootstrap Extensions */
.row-bottom {
    padding-bottom: 10px;
}

.row-pad {
    padding-bottom: 5px;
}

.row-narrow {
    width: 1140px;
}
/* Text Box */
.text-control {
    border-radius: 5px;
    padding: 5px;
    line-height: unset !important;
}

/* Rad Grid */
.RadGrid_HRMCore {
    border-color: #dedede;
    color: #333;
    background-color: #fff;
    border-radius: 4px;
    font-family: "Helvetica Neue",Helvetica,Arial,sans-serif
}

    .RadGrid_HRMCore .rgHeader {
        background: #2171d4;
    }

    .RadGrid_HRMCore .rgActionButton, .RadGrid_HRMCore .rgDrag, .RadGrid_HRMCore .rgDragClue, .RadGrid_HRMCore .rgExpandIcon, .RadGrid_HRMCore .rgCollapseIcon, .RadGrid_HRMCore .rgGroupPanelExpand, .RadGrid_HRMCore .rgGroupPanelCollapse, .RadGrid_HRMCore .rgButtonSortDesc, .RadGrid_HRMCore .rgButtonSortDesc, .RadGrid_HRMCore .rgButtonSortAsc, .RadGrid_HRMCore .rgButtonSortClear, .RadGrid_HRMCore .rgMobileExportForm .rgColumnItem, .RadGrid_HRMCore a.rgFilter, .RadGrid_HRMCore a.rgColumns {
        color: #333
    }

        .RadGrid_HRMCore .rgActionButton:hover, .RadGrid_HRMCore .rgDrag:hover, .RadGrid_HRMCore .rgDragClue:hover, .RadGrid_HRMCore .rgExpandIcon:hover, .RadGrid_HRMCore .rgCollapseIcon:hover, .RadGrid_HRMCore .rgGroupPanelExpand:hover, .RadGrid_HRMCore .rgGroupPanelCollapse:hover, .RadGrid_HRMCore .rgButtonSortDesc:hover, .RadGrid_HRMCore .rgButtonSortDesc:hover, .RadGrid_HRMCore .rgButtonSortAsc:hover, .RadGrid_HRMCore .rgButtonSortClear:hover, .RadGrid_HRMCore .rgMobileExportForm .rgColumnItem:hover, .RadGrid_HRMCore a.rgFilter:hover, .RadGrid_HRMCore a.rgColumns:hover {
            color: #333
        }

    .RadGrid_HRMCore .rgInput, .RadGrid_HRMCore .rgEditRow > td > [type="text"], .RadGrid_HRMCore .rgEditForm td > [type="text"], .RadGrid_HRMCore .rgBatchContainer > [type="text"], .RadGrid_HRMCore .rgFilterBox {
        border-color: #ccc;
        color: #333;
        background-color: #fff;
        padding: 6px 12px;
        border-radius: 4px
    }

        .RadGrid_HRMCore .rgInput:hover, .RadGrid_HRMCore .rgEditRow > td > [type="text"]:hover, .RadGrid_HRMCore .rgEditForm td > [type="text"]:hover, .RadGrid_HRMCore .rgBatchContainer > [type="text"]:hover, .RadGrid_HRMCore .rgFilterBox:hover {
            border-color: #adadad;
            color: #333;
            background-color: #fff
        }

        .RadGrid_HRMCore .rgInput:active, .RadGrid_HRMCore .rgInput:focus, .RadGrid_HRMCore .rgEditRow > td > [type="text"]:active, .RadGrid_HRMCore .rgEditRow > td > [type="text"]:focus, .RadGrid_HRMCore .rgEditForm td > [type="text"]:active, .RadGrid_HRMCore .rgEditForm td > [type="text"]:focus, .RadGrid_HRMCore .rgBatchContainer > [type="text"]:active, .RadGrid_HRMCore .rgBatchContainer > [type="text"]:focus, .RadGrid_HRMCore .rgFilterBox:active, .RadGrid_HRMCore .rgFilterBox:focus {
            border-color: #3b87c8;
            color: #333;
            background-color: #fff
        }

.t-ie .RadGrid_HRMCore .rgInput, .t-ie .RadGrid_HRMCore .rgEditRow > td > [type="text"], .t-ie .RadGrid_HRMCore .rgEditForm td > [type="text"], .t-ie .RadGrid_HRMCore .rgBatchContainer > [type="text"], .t-ie .RadGrid_HRMCore .rgFilterBox {
    height: 34px;
    height: calc(1.4285714286em + 14px)
}

.RadGrid_HRMCore .rgEdit, .RadGrid_HRMCore .rgDel {
    text-indent: 0
}

.RadGrid_HRMCore.rgMultiHeader .rgDataDiv > table, .RadGrid_HRMCore.rgMultiHeader .rgFooterDiv > table {
    margin-left: -1px
}

.RadGrid_HRMCore .rgHeader, .RadGrid_HRMCore th.rgResizeCol {
    padding: 10px 13px 9px;
    font-family: FontAwesome,'Open Sans',Arial,Helvetica,sans-serif;
    font-weight: bold;
}

.RadGrid_HRMCore .rgHeader, .RadGrid_HRMCore th.rgResizeCol, .RadGrid_HRMCore .rgHeaderWrapper, .RadGrid_HRMCore .rgMultiHeaderRow th.rgHeader, .RadGrid_HRMCore .rgMultiHeaderRow th.rgResizeCol {
    border: 0;
    border-bottom: 1px solid #2171d4;
    border-left: 1px solid #2171d4
}

.RadGrid_HRMCore .rgHeader, .RadGrid_HRMCore th.rgResizeCol, .RadGrid_HRMCore .rgHeaderWrapper {
    background-color: #2171d4
}

.RadGrid_HRMCore .rgHeaderDiv {
    border-right: 1px solid #2171d4
}

.RadGrid_HRMCore .rgHeaderWrapper {
    border-bottom: 1px solid #2171d4
}

.RadGrid_HRMCore .rgHeader, .RadGrid_HRMCore .rgHeader a {
    color: #FFF
}

.RadGrid_HRMCore .rgRow > td, .RadGrid_HRMCore .rgAltRow > td, .RadGrid_HRMCore .rgEditRow > td, .RadGrid_HRMCore .rgFooter > td, .RadGrid_HRMCore .rgFilterRow > td, .RadGrid_HRMCore .rgHeader, .RadGrid_HRMCore .rgResizeCol, .RadGrid_HRMCore .rgGroupHeader td {
    padding-left: 10px;
    padding-right: 10px;
    padding-top: 15px;
    padding-bottom: 15px;
    font-size: 14px;
}

.RadGrid_HRMCore .rgRow, .RadGrid_HRMCore .rgAltRow, .RadGrid_HRMCore .rgEditRow, .RadGrid_HRMCore .rgFooter, .RadGrid_HRMCore .rgGroupHeader {
    height: 40px;
    height: calc(1.4285714286em + 20px)
}

    .RadGrid_HRMCore .rgRow > td, .RadGrid_HRMCore .rgAltRow > td, .RadGrid_HRMCore .rgFooter > td {
        border-color: #dedede
    }

    .RadGrid_HRMCore .rgRow > td, .RadGrid_HRMCore .rgAltRow > td {
        border-style: solid;
        border-width: 0 1px 1px 1px;
        font-size: 14px;
    }

    .RadGrid_HRMCore .rgAltRow > td {
        background-color: #f9f9f9;
        color: #333
    }

    .RadGrid_HRMCore .rgAltRow .rgSorted {
        background-color: #ececec
    }

    .RadGrid_HRMCore .rgAltRow.rgHoveredRow .rgSorted {
        background-color: #ddd
    }

.RadGrid_HRMCore .rgActiveRow td:not(.rgExpandCol) {
    box-shadow: inset 0px 5px 5px -5px #285f8f,inset 0px -5px 5px -5px #285f8f
}

.RadGrid_HRMCore .rgActiveRow td:first-child:not(.rgExpandCol), .RadGrid_HRMCore .rgActiveRow .rgExpandCol + td {
    box-shadow: inset 0px 5px 5px -5px #285f8f,inset 0px -5px 5px -5px #285f8f,inset 5px 0px 5px -5px #285f8f
}

.RadGrid_HRMCore .rgActiveRow td:not(.rgExpandCol):last-child {
    box-shadow: inset 0px 5px 5px -5px #285f8f,inset 0px -5px 5px -5px #285f8f,inset -5px 0px 5px -5px #285f8f
}

.RadGrid_HRMCore .rgActiveCell {
    box-shadow: inset 0 0 5px #285f8f
}

.RadGrid_HRMCore .rgHoveredRow > td {
    background-color: #729fd5;
    color: #000
}

.RadGrid_HRMCore .rgEditRow {
    background: rgba(222,222,222,0.75);
    color: #333
}

    .RadGrid_HRMCore .rgEditRow > td {
        border-style: solid;
        border-width: 0 0 1px 0;
        border-color: #dedede
    }

    .RadGrid_HRMCore .rgEditRow td > input[type="text"] {
        font: inherit;
        box-sizing: border-box;
        border: 1px solid #ccc
    }

.RadGrid_HRMCore .rgBatchOverlay {
    background: rgba(222,222,222,0.75)
}

.RadGrid_HRMCore .rgBatchUndoDeleteButton {
    border-color: #ccc;
    color: #333;
    background-color: #fff
}

    .RadGrid_HRMCore .rgBatchUndoDeleteButton:hover {
        border-color: #adadad;
        color: #333;
        background-color: #e6e5e5
    }

.RadGrid_HRMCore .rgBatchContainer {
    margin: -9px 0px
}

.RadGrid_HRMCore .rgSorted {
    background-color: #6998d3;
}

.RadGrid_HRMCore .rgSortAsc, .RadGrid_HRMCore .rgSortDesc {
    display: none;
}

.RadGrid_HRMCore .rgMasterTable .rgSelectedCell, .RadGrid_HRMCore .rgSelectedRow td, .RadGrid_HRMCore td.rgEditRow .rgSelectedRow, .RadGrid_HRMCore .rgSelectedRow td.rgSorted {
    color: #fff;
    background: #337ab7;
    border-color: #fff
}

.RadGrid_HRMCore .rgSelectedRow.rgHoveredRow {
    background: #337ab7
}

.RadGrid_HRMCore .rgSelectedCell a, .RadGrid_HRMCore .rgSelectedRow a {
    color: #fff
}

.RadGrid_HRMCore .rgFooterWrapper, .RadGrid_HRMCore .rgFooter {
    background: #f5f5f5
}

.RadGrid_HRMCore .rgFooterWrapper {
    border-top: 1px solid #dedede
}

    .RadGrid_HRMCore .rgFooterWrapper tr.rgFooter td {
        border-bottom-width: 0
    }

.RadGrid_HRMCore .rgFooter > td {
    border-left: 1px solid #dedede;
    padding: 10px 5px
}

    .RadGrid_HRMCore .rgFooter > td:first-child {
        border-left-width: 0
    }

.RadGrid_HRMCore .rgStatus div {
    background-image: url('<%=WebResource("Telerik.Web.UI.Skins.HRMCore.Common.loading_small.gif")%>')
}

.RadGrid_HRMCore .rgPagerCell {
    color: #333;
    background: #f5f5f5;
    font-family: "Helvetica Neue",Helvetica,Arial,sans-serif;
    border-color: #dedede
}

    .RadGrid_HRMCore .rgPagerCell .rgNumPart a, .RadGrid_HRMCore .rgPagerCell .rgPagerButton, .RadGrid_HRMCore .rgPagerCell .rgActionButton {
        border-width: 1px;
        border-style: solid;
        box-sizing: content-box;
        border-color: #ccc;
        color: #333;
        background-color: #fff;
        padding-top: 6px;
        padding-bottom: 6px
    }

        .RadGrid_HRMCore .rgPagerCell .rgNumPart a:hover, .RadGrid_HRMCore .rgPagerCell .rgPagerButton:hover, .RadGrid_HRMCore .rgPagerCell .rgActionButton:hover {
            border-color: #adadad;
            color: #333;
            background-color: #e6e5e5
        }

    .RadGrid_HRMCore .rgPagerCell .rgNumPart a, .RadGrid_HRMCore .rgPagerCell .rgActionButton {
        margin: 0;
        width: 1.42857em;
        border-left-width: 0
    }

    .RadGrid_HRMCore .rgPagerCell .rgNumPart a {
        border-radius: 0;
        text-align: center;
        display: inline-block;
        width: 25px;
        margin-bottom: 10px;
    }

        .RadGrid_HRMCore .rgPagerCell .rgNumPart a.rgCurrentPage {
            border-color: #2d6da3;
            color: #fff;
            background-color: #337ab7;
            display: inline-block;
        }

    .RadGrid_HRMCore .rgPagerCell .rgPageFirst {
        border-left-width: 1px;
        border-radius: .2857142857em 0 0 .2857142857em
    }

    .RadGrid_HRMCore .rgPagerCell .rgPageLast {
        border-radius: 0 .2857142857em .2857142857em 0
    }

    .RadGrid_HRMCore .rgPagerCell .NumericPages .rgNumPart a:first-child {
        border-left-width: 1px;
        border-radius: .2857142857em 0 0 .2857142857em
    }

    .RadGrid_HRMCore .rgPagerCell .NumericPages .rgNumPart a:last-child {
        border-radius: 0 .2857142857em .2857142857em 0
    }

    .RadGrid_HRMCore .rgPagerCell .rgActionButton {
        box-sizing: content-box
    }

    .RadGrid_HRMCore .rgPagerCell .rgPagerButton {
        border-radius: .2857142857em
    }

.RadGrid_HRMCore .rgGroupPanel {
    border-bottom: 1px solid #dedede;
    background: #f5f5f5
}

.RadGrid_HRMCore .rgGroupItem {
    padding: 6px;
    border-radius: 4px;
    border: 1px solid #dedede;
    color: #333
}

.RadGrid_HRMCore .rgGroupHeader td {
    border-bottom: 1px solid #dedede;
    background: #fbfbfb
}

.RadGrid_HRMCore .rgGroupHeader .rgGroupCol {
    border-bottom-width: 0
}

.RadGrid_HRMCore .rgRow .rgGroupCol, .RadGrid_HRMCore .rgAltRow .rgGroupCol {
    border-bottom-width: 0;
    background: #fbfbfb
}

.RadGrid_HRMCore .rgMasterTable > tbody tr:first-child .rgGroupCol {
    border-top-width: 0
}

.RadGrid_HRMCore table.rgMasterTable .rgGroupCol {
    border-left-width: 0
}

.RadGrid_HRMCore .rgFooter .rgGroupCol, .RadGrid_HRMCore .rgFooter .rgGroupCol ~ td {
    border-bottom: 1px solid #dedede
}

.RadGrid_HRMCore td.rgGroupCol {
    background: #fbfbfb
}

.RadGrid_HRMCore .rgFilterRow > td {
    border-bottom: 1px solid #dedede
}

.RadGrid_HRMCore .rgFilterBox {
    border-radius: 4px 0 0 4px
}

.RadGrid_HRMCore .rgFilter {
    border-color: #ccc;
    margin-left: -1px;
    border-radius: 0 4px 4px 0;
    background-color: #fff;
    padding: 6px
}

    .RadGrid_HRMCore .rgFilter:hover, .RadGrid_HRMCore .rgFilter:focus {
        border-color: #adadad;
        color: #333;
        background-color: #e6e5e5
    }

.RadGrid_HRMCore .rgFilterActive, .RadGrid_HRMCore .rgFilterActive:hover, .RadGrid_HRMCore .rgFilterActive:focus {
    border-color: #adadad;
    color: #333;
    background-color: #e6e5e5;
    box-shadow: inset 0 0 6px rgba(165,165,165,0.5)
}

.RadGrid_HRMCore .rgFiltered {
    border-color: #2d6da3;
    color: #fff;
    background-color: #337ab7
}

    .RadGrid_HRMCore .rgFiltered:hover, .RadGrid_HRMCore .rgFiltered:focus {
        border-color: #204d73;
        color: #fff;
        background-color: #285f8f
    }

    .RadGrid_HRMCore .rgFiltered.rgFilterActive {
        border-color: #122a3f;
        color: #fff;
        background-color: #285f8f
    }

.RadGrid_HRMCore .rgFilterRow .riTextBox {
    border-radius: .2857142857em 0 0 .2857142857em
}

.RadGrid_HRMCore a.rcCalPopup, .RadGrid_HRMCore a.rcTimePopup {
    margin-right: 0;
    border-radius: 0
}

.RadGrid_HRMCore .rgOptions {
    color: #333
}

.RadGrid_HRMCore .rgOptSelected {
    color: #337ab7
}

.RadGrid_HRMCore .rgEditForm .rgHeader {
    padding: 10px;
    border-left-width: 0
}

.RadGrid_HRMCore .rgEditFormContainer table {
    padding-left: 10px
}

.RadGrid_HRMCore .rgRow > td > [type="text"], .RadGrid_HRMCore .rgAltRow > td > [type="text"], .RadGrid_HRMCore .rgEditForm > td > [type="text"] {
    font: inherit;
    border: 1px solid #ccc;
    border-radius: 4px
}

.RadGrid_HRMCore .RadComboBox .rcbInput {
    border: 0 none;
    padding: 0
}

.RadGrid_HRMCore .rgEditFormContainer {
    padding: 12px 0
}

    .RadGrid_HRMCore .rgEditFormContainer .rgUpdate {
        margin-left: .7142857143em
    }

    .RadGrid_HRMCore .rgEditFormContainer .rgUpdate, .RadGrid_HRMCore .rgEditFormContainer .rgCancel {
        background-color: #fff;
        border-color: #ccc;
        border-radius: .2857142857em
    }

        .RadGrid_HRMCore .rgEditFormContainer .rgUpdate:hover, .RadGrid_HRMCore .rgEditFormContainer .rgCancel:hover {
            background-color: #e6e5e5
        }

.RadGrid_HRMCore .rgEditForm {
    margin: -1px;
    padding: 7px;
    border-bottom: 1px solid #dedede
}

    .RadGrid_HRMCore .rgEditForm.rgEditPopup {
        padding: 0;
        overflow: hidden
    }

        .RadGrid_HRMCore .rgEditForm.rgEditPopup > .rgHeader + div {
            box-sizing: border-box
        }

    .RadGrid_HRMCore .rgEditForm [type="image"] {
        margin-right: 2px;
        padding: 8px;
        border: 1px solid #ccc;
        border-radius: 4px;
        background: #fff
    }

        .RadGrid_HRMCore .rgEditForm [type="image"]:hover {
            background: #e6e5e5
        }

    .RadGrid_HRMCore .rgEditForm [type="text"]:disabled {
        background: #fff;
        opacity: .7
    }

.RadGrid_HRMCore .rgDetailTable {
    border-color: #dedede
}

    .RadGrid_HRMCore .rgDetailTable .rgRow td:first-child, .RadGrid_HRMCore .rgDetailTable .rgAltRow td:first-child {
        border-left-width: 0
    }

.RadGrid_HRMCore .rgFooter .rgExpandCol {
    border-left-width: 0
}

.RadGrid_HRMCore .rgRow .rgExpandCol, .RadGrid_HRMCore .rgRow .rgCollapseCol, .RadGrid_HRMCore .rgAltRow .rgExpandCol, .RadGrid_HRMCore .rgAltRow .rgCollapseCol {
    border-left-width: 0
}

.RadGrid_HRMCore .rgCommandCell {
    border-color: #dedede;
    color: #333;
    background-color: #f5f5f5
}

    .RadGrid_HRMCore .rgCommandCell .t-button {
        border-radius: 4px
    }

        .RadGrid_HRMCore .rgCommandCell .t-button:hover {
            border-color: #adadad;
            color: #333;
            background-color: #e6e5e5
        }

        .RadGrid_HRMCore .rgCommandCell .t-button:focus, .RadGrid_HRMCore .rgCommandCell .t-button:active {
            border-color: #adadad;
            color: #333;
            background-color: #e6e5e5
        }

.RadGrid_HRMCore .rgCommandCell {
    border-color: #dedede
}

/* Rad Grid */
/* HRM Core - Thick */
.RadGrid_HRMCoreThick {
    border-width: 10px;
    border-color: #dedede;
    color: #333;
    background-color: #fff;
    border-radius: 4px;
    font-family: "Helvetica Neue",Helvetica,Arial,sans-serif
}

    .RadGrid_HRMCoreThick .rgMasterTable {
        border: 1px #2171d4 solid;
    }

    .RadGrid_HRMCoreThick .rgHeader {
        background: #2171d4;
    }

    .RadGrid_HRMCoreThick .rgActionButton, .RadGrid_HRMCoreThick .rgDrag, .RadGrid_HRMCoreThick .rgDragClue, .RadGrid_HRMCoreThick .rgExpandIcon, .RadGrid_HRMCoreThick .rgCollapseIcon, .RadGrid_HRMCoreThick .rgGroupPanelExpand, .RadGrid_HRMCoreThick .rgGroupPanelCollapse, .RadGrid_HRMCoreThick .rgButtonSortDesc, .RadGrid_HRMCoreThick .rgButtonSortDesc, .RadGrid_HRMCoreThick .rgButtonSortAsc, .RadGrid_HRMCoreThick .rgButtonSortClear, .RadGrid_HRMCoreThick .rgMobileExportForm .rgColumnItem, .RadGrid_HRMCoreThick a.rgFilter, .RadGrid_HRMCoreThick a.rgColumns {
        color: #333
    }

        .RadGrid_HRMCoreThick .rgActionButton:hover, .RadGrid_HRMCoreThick .rgDrag:hover, .RadGrid_HRMCoreThick .rgDragClue:hover, .RadGrid_HRMCoreThick .rgExpandIcon:hover, .RadGrid_HRMCoreThick .rgCollapseIcon:hover, .RadGrid_HRMCoreThick .rgGroupPanelExpand:hover, .RadGrid_HRMCoreThick .rgGroupPanelCollapse:hover, .RadGrid_HRMCoreThick .rgButtonSortDesc:hover, .RadGrid_HRMCoreThick .rgButtonSortDesc:hover, .RadGrid_HRMCoreThick .rgButtonSortAsc:hover, .RadGrid_HRMCoreThick .rgButtonSortClear:hover, .RadGrid_HRMCoreThick .rgMobileExportForm .rgColumnItem:hover, .RadGrid_HRMCoreThick a.rgFilter:hover, .RadGrid_HRMCoreThick a.rgColumns:hover {
            color: #333
        }

    .RadGrid_HRMCoreThick .rgInput, .RadGrid_HRMCoreThick .rgEditRow > td > [type="text"], .RadGrid_HRMCoreThick .rgEditForm td > [type="text"], .RadGrid_HRMCoreThick .rgBatchContainer > [type="text"], .RadGrid_HRMCoreThick .rgFilterBox {
        border-color: #ccc;
        color: #333;
        background-color: #fff;
        padding: 6px 12px;
        border-radius: 4px
    }

        .RadGrid_HRMCoreThick .rgInput:hover, .RadGrid_HRMCoreThick .rgEditRow > td > [type="text"]:hover, .RadGrid_HRMCoreThick .rgEditForm td > [type="text"]:hover, .RadGrid_HRMCoreThick .rgBatchContainer > [type="text"]:hover, .RadGrid_HRMCoreThick .rgFilterBox:hover {
            border-color: #adadad;
            color: #333;
            background-color: #fff
        }

        .RadGrid_HRMCoreThick .rgInput:active, .RadGrid_HRMCoreThick .rgInput:focus, .RadGrid_HRMCoreThick .rgEditRow > td > [type="text"]:active, .RadGrid_HRMCoreThick .rgEditRow > td > [type="text"]:focus, .RadGrid_HRMCoreThick .rgEditForm td > [type="text"]:active, .RadGrid_HRMCoreThick .rgEditForm td > [type="text"]:focus, .RadGrid_HRMCoreThick .rgBatchContainer > [type="text"]:active, .RadGrid_HRMCoreThick .rgBatchContainer > [type="text"]:focus, .RadGrid_HRMCoreThick .rgFilterBox:active, .RadGrid_HRMCoreThick .rgFilterBox:focus {
            border-color: #3b87c8;
            color: #333;
            background-color: #fff
        }

.t-ie .RadGrid_HRMCoreThick .rgInput, .t-ie .RadGrid_HRMCoreThick .rgEditRow > td > [type="text"], .t-ie .RadGrid_HRMCoreThick .rgEditForm td > [type="text"], .t-ie .RadGrid_HRMCoreThick .rgBatchContainer > [type="text"], .t-ie .RadGrid_HRMCoreThick .rgFilterBox {
    height: 34px;
    height: calc(1.4285714286em + 14px)
}

.RadGrid_HRMCoreThick .rgEdit, .RadGrid_HRMCoreThick .rgDel {
    text-indent: 0
}

.RadGrid_HRMCoreThick.rgMultiHeader .rgDataDiv > table, .RadGrid_HRMCoreThick.rgMultiHeader .rgFooterDiv > table {
    margin-left: -1px
}

.RadGrid_HRMCoreThick .rgHeader, .RadGrid_HRMCoreThick th.rgResizeCol {
    padding: 10px 13px 9px;
    font-family: FontAwesome,'Open Sans',Arial,Helvetica,sans-serif;
    font-weight: bold;
}

.RadGrid_HRMCoreThick .rgHeader, .RadGrid_HRMCoreThick th.rgResizeCol, .RadGrid_HRMCoreThick .rgHeaderWrapper, .RadGrid_HRMCoreThick .rgMultiHeaderRow th.rgHeader, .RadGrid_HRMCoreThick .rgMultiHeaderRow th.rgResizeCol {
    border: 0;
    border-bottom: 1px solid #2171d4;
    border-left: 1px solid #2171d4
}

.RadGrid_HRMCoreThick .rgHeader, .RadGrid_HRMCoreThick th.rgResizeCol, .RadGrid_HRMCoreThick .rgHeaderWrapper {
    background-color: #2171d4
}

.RadGrid_HRMCoreThick .rgHeaderDiv {
    border-right: 1px solid #2171d4
}

.RadGrid_HRMCoreThick .rgHeaderWrapper {
    border-bottom: 1px solid #2171d4
}

.RadGrid_HRMCoreThick .rgHeader, .RadGrid_HRMCoreThick .rgHeader a {
    color: #FFF
}

.RadGrid_HRMCoreThick .rgRow > td, .RadGrid_HRMCoreThick .rgAltRow > td, .RadGrid_HRMCoreThick .rgEditRow > td, .RadGrid_HRMCoreThick .rgFooter > td, .RadGrid_HRMCoreThick .rgFilterRow > td, .RadGrid_HRMCoreThick .rgHeader, .RadGrid_HRMCoreThick .rgResizeCol, .RadGrid_HRMCoreThick .rgGroupHeader td {
    padding-left: 15px;
    padding-right: 15px;
    padding-top: 15px;
    padding-bottom: 15px;
    font-size: 14px;
}

.RadGrid_HRMCoreThick .rgRow, .RadGrid_HRMCoreThick .rgAltRow, .RadGrid_HRMCoreThick .rgEditRow, .RadGrid_HRMCoreThick .rgFooter, .RadGrid_HRMCoreThick .rgGroupHeader {
    height: 40px;
    height: calc(1.4285714286em + 20px)
}

    .RadGrid_HRMCoreThick .rgRow > td, .RadGrid_HRMCoreThick .rgAltRow > td, .RadGrid_HRMCoreThick .rgFooter > td {
        border-color: #dedede
    }

    .RadGrid_HRMCoreThick .rgRow > td, .RadGrid_HRMCoreThick .rgAltRow > td {
        /*border-style: solid;
        border-width: 0 1px 1px 1px;*/
        font-size: 14px;
    }

    .RadGrid_HRMCoreThick .rgAltRow > td {
        background-color: #d9e3ee;
        color: #333
    }

    .RadGrid_HRMCoreThick .rgAltRow .rgSorted {
        background-color: #ececec
    }

    .RadGrid_HRMCoreThick .rgAltRow.rgHoveredRow .rgSorted {
        background-color: #ddd
    }

.RadGrid_HRMCoreThick .rgActiveRow td:not(.rgExpandCol) {
    box-shadow: inset 0px 5px 5px -5px #285f8f,inset 0px -5px 5px -5px #285f8f
}

.RadGrid_HRMCoreThick .rgActiveRow td:first-child:not(.rgExpandCol), .RadGrid_HRMCoreThick .rgActiveRow .rgExpandCol + td {
    box-shadow: inset 0px 5px 5px -5px #285f8f,inset 0px -5px 5px -5px #285f8f,inset 5px 0px 5px -5px #285f8f
}

.RadGrid_HRMCoreThick .rgActiveRow td:not(.rgExpandCol):last-child {
    box-shadow: inset 0px 5px 5px -5px #285f8f,inset 0px -5px 5px -5px #285f8f,inset -5px 0px 5px -5px #285f8f
}

.RadGrid_HRMCoreThick .rgActiveCell {
    box-shadow: inset 0 0 5px #285f8f
}

.RadGrid_HRMCoreThick .rgHoveredRow > td {
    background-color: #729fd5;
    color: #000
}

.RadGrid_HRMCoreThick .rgEditRow {
    background: rgba(222,222,222,0.75);
    color: #333
}

    .RadGrid_HRMCoreThick .rgEditRow > td {
        border-style: solid;
        border-width: 0 0 1px 0;
        border-color: #dedede
    }

    .RadGrid_HRMCoreThick .rgEditRow td > input[type="text"] {
        font: inherit;
        box-sizing: border-box;
        border: 1px solid #ccc
    }

.RadGrid_HRMCoreThick .rgBatchOverlay {
    background: rgba(222,222,222,0.75)
}

.RadGrid_HRMCoreThick .rgBatchUndoDeleteButton {
    border-color: #ccc;
    color: #333;
    background-color: #fff
}

    .RadGrid_HRMCoreThick .rgBatchUndoDeleteButton:hover {
        border-color: #adadad;
        color: #333;
        background-color: #e6e5e5
    }

.RadGrid_HRMCoreThick .rgBatchContainer {
    margin: -9px 0px
}

.RadGrid_HRMCoreThick .rgSorted {
    background-color: #e4e4e4
}

.RadGrid_HRMCoreThick .rgMasterTable .rgSelectedCell, .RadGrid_HRMCoreThick .rgSelectedRow td, .RadGrid_HRMCoreThick td.rgEditRow .rgSelectedRow, .RadGrid_HRMCoreThick .rgSelectedRow td.rgSorted {
    color: #fff;
    background: #337ab7;
    border-color: #fff
}

.RadGrid_HRMCoreThick .rgSelectedRow.rgHoveredRow {
    background: #337ab7
}

.RadGrid_HRMCoreThick .rgSelectedCell a, .RadGrid_HRMCoreThick .rgSelectedRow a {
    color: #fff
}

.RadGrid_HRMCoreThick .rgFooterWrapper, .RadGrid_HRMCoreThick .rgFooter {
    background: #f5f5f5
}

.RadGrid_HRMCoreThick .rgFooterWrapper {
    border-top: 1px solid #dedede
}

    .RadGrid_HRMCoreThick .rgFooterWrapper tr.rgFooter td {
        border-bottom-width: 0
    }

.RadGrid_HRMCoreThick .rgFooter > td {
    border-left: 1px solid #dedede;
    padding: 10px 5px
}

    .RadGrid_HRMCoreThick .rgFooter > td:first-child {
        border-left-width: 0
    }

.RadGrid_HRMCoreThick .rgStatus div {
    background-image: url('<%=WebResource("Telerik.Web.UI.Skins.HRMCore.Common.loading_small.gif")%>')
}

.RadGrid_HRMCoreThick .rgPagerCell {
    color: #333;
    background: #f5f5f5;
    font-family: "Helvetica Neue",Helvetica,Arial,sans-serif;
    border-color: #dedede
}

    .RadGrid_HRMCoreThick .rgPagerCell .rgNumPart a, .RadGrid_HRMCoreThick .rgPagerCell .rgPagerButton, .RadGrid_HRMCoreThick .rgPagerCell .rgActionButton {
        border-width: 1px;
        border-style: solid;
        box-sizing: content-box;
        border-color: #ccc;
        color: #333;
        background-color: #fff;
        padding-top: 6px;
        padding-bottom: 6px
    }

        .RadGrid_HRMCoreThick .rgPagerCell .rgNumPart a:hover, .RadGrid_HRMCoreThick .rgPagerCell .rgPagerButton:hover, .RadGrid_HRMCoreThick .rgPagerCell .rgActionButton:hover {
            border-color: #adadad;
            color: #333;
            background-color: #e6e5e5
        }

    .RadGrid_HRMCoreThick .rgPagerCell .rgNumPart a, .RadGrid_HRMCoreThick .rgPagerCell .rgActionButton {
        margin: 0;
        width: 1.42857em;
        border-left-width: 0
    }

    .RadGrid_HRMCoreThick .rgPagerCell .rgNumPart a {
        border-radius: 0;
        text-align: center
    }

        .RadGrid_HRMCoreThick .rgPagerCell .rgNumPart a.rgCurrentPage {
            border-color: #2d6da3;
            color: #fff;
            background-color: #337ab7
        }

    .RadGrid_HRMCoreThick .rgPagerCell .rgPageFirst {
        border-left-width: 1px;
        border-radius: .2857142857em 0 0 .2857142857em
    }

    .RadGrid_HRMCoreThick .rgPagerCell .rgPageLast {
        border-radius: 0 .2857142857em .2857142857em 0
    }

    .RadGrid_HRMCoreThick .rgPagerCell .NumericPages .rgNumPart a:first-child {
        border-left-width: 1px;
        border-radius: .2857142857em 0 0 .2857142857em
    }

    .RadGrid_HRMCoreThick .rgPagerCell .NumericPages .rgNumPart a:last-child {
        border-radius: 0 .2857142857em .2857142857em 0
    }

    .RadGrid_HRMCoreThick .rgPagerCell .rgActionButton {
        box-sizing: content-box
    }

    .RadGrid_HRMCoreThick .rgPagerCell .rgPagerButton {
        border-radius: .2857142857em
    }

.RadGrid_HRMCoreThick .rgGroupPanel {
    border-bottom: 1px solid #dedede;
    background: #f5f5f5
}

.RadGrid_HRMCoreThick .rgGroupItem {
    padding: 6px;
    border-radius: 4px;
    border: 1px solid #dedede;
    color: #333
}

.RadGrid_HRMCoreThick .rgGroupHeader td {
    border-bottom: 1px solid #dedede;
    background: #fbfbfb
}

.RadGrid_HRMCoreThick .rgGroupHeader .rgGroupCol {
    border-bottom-width: 0
}

.RadGrid_HRMCoreThick .rgRow .rgGroupCol, .RadGrid_HRMCoreThick .rgAltRow .rgGroupCol {
    border-bottom-width: 0;
    background: #fbfbfb
}

.RadGrid_HRMCoreThick .rgMasterTable > tbody tr:first-child .rgGroupCol {
    border-top-width: 0
}

.RadGrid_HRMCoreThick table.rgMasterTable .rgGroupCol {
    border-left-width: 0
}

.RadGrid_HRMCoreThick .rgFooter .rgGroupCol, .RadGrid_HRMCoreThick .rgFooter .rgGroupCol ~ td {
    border-bottom: 1px solid #dedede
}

.RadGrid_HRMCoreThick td.rgGroupCol {
    background: #fbfbfb
}

.RadGrid_HRMCoreThick .rgFilterRow > td {
    border-bottom: 1px solid #dedede
}

.RadGrid_HRMCoreThick .rgFilterBox {
    border-radius: 4px 0 0 4px
}

.RadGrid_HRMCoreThick .rgFilter {
    border-color: #ccc;
    margin-left: -1px;
    border-radius: 0 4px 4px 0;
    background-color: #fff;
    padding: 6px
}

    .RadGrid_HRMCoreThick .rgFilter:hover, .RadGrid_HRMCoreThick .rgFilter:focus {
        border-color: #adadad;
        color: #333;
        background-color: #e6e5e5
    }

.RadGrid_HRMCoreThick .rgFilterActive, .RadGrid_HRMCoreThick .rgFilterActive:hover, .RadGrid_HRMCoreThick .rgFilterActive:focus {
    border-color: #adadad;
    color: #333;
    background-color: #e6e5e5;
    box-shadow: inset 0 0 6px rgba(165,165,165,0.5)
}

.RadGrid_HRMCoreThick .rgFiltered {
    border-color: #2d6da3;
    color: #fff;
    background-color: #337ab7
}

    .RadGrid_HRMCoreThick .rgFiltered:hover, .RadGrid_HRMCoreThick .rgFiltered:focus {
        border-color: #204d73;
        color: #fff;
        background-color: #285f8f
    }

    .RadGrid_HRMCoreThick .rgFiltered.rgFilterActive {
        border-color: #122a3f;
        color: #fff;
        background-color: #285f8f
    }

.RadGrid_HRMCoreThick .rgFilterRow .riTextBox {
    border-radius: .2857142857em 0 0 .2857142857em
}

.RadGrid_HRMCoreThick a.rcCalPopup, .RadGrid_HRMCoreThick a.rcTimePopup {
    margin-right: 0;
    border-radius: 0
}

.RadGrid_HRMCoreThick .rgOptions {
    color: #333
}

.RadGrid_HRMCoreThick .rgOptSelected {
    color: #337ab7
}

.RadGrid_HRMCoreThick .rgEditForm .rgHeader {
    padding: 10px;
    border-left-width: 0
}

.RadGrid_HRMCoreThick .rgEditFormContainer table {
    padding-left: 10px
}

.RadGrid_HRMCoreThick .rgRow > td > [type="text"], .RadGrid_HRMCoreThick .rgAltRow > td > [type="text"], .RadGrid_HRMCoreThick .rgEditForm > td > [type="text"] {
    font: inherit;
    border: 1px solid #ccc;
    border-radius: 4px
}

.RadGrid_HRMCoreThick .RadComboBox .rcbInput {
    border: 0 none;
    padding: 0
}

.RadGrid_HRMCoreThick .rgEditFormContainer {
    padding: 12px 0
}

    .RadGrid_HRMCoreThick .rgEditFormContainer .rgUpdate {
        margin-left: .7142857143em
    }

    .RadGrid_HRMCoreThick .rgEditFormContainer .rgUpdate, .RadGrid_HRMCoreThick .rgEditFormContainer .rgCancel {
        background-color: #fff;
        border-color: #ccc;
        border-radius: .2857142857em
    }

        .RadGrid_HRMCoreThick .rgEditFormContainer .rgUpdate:hover, .RadGrid_HRMCoreThick .rgEditFormContainer .rgCancel:hover {
            background-color: #e6e5e5
        }

.RadGrid_HRMCoreThick .rgEditForm {
    margin: -1px;
    padding: 7px;
    border-bottom: 1px solid #dedede
}

    .RadGrid_HRMCoreThick .rgEditForm.rgEditPopup {
        padding: 0;
        overflow: hidden
    }

        .RadGrid_HRMCoreThick .rgEditForm.rgEditPopup > .rgHeader + div {
            box-sizing: border-box
        }

    .RadGrid_HRMCoreThick .rgEditForm [type="image"] {
        margin-right: 2px;
        padding: 8px;
        border: 1px solid #ccc;
        border-radius: 4px;
        background: #fff
    }

        .RadGrid_HRMCoreThick .rgEditForm [type="image"]:hover {
            background: #e6e5e5
        }

    .RadGrid_HRMCoreThick .rgEditForm [type="text"]:disabled {
        background: #fff;
        opacity: .7
    }

.RadGrid_HRMCoreThick .rgDetailTable {
    border-color: #dedede
}

    .RadGrid_HRMCoreThick .rgDetailTable .rgRow td:first-child, .RadGrid_HRMCoreThick .rgDetailTable .rgAltRow td:first-child {
        border-left-width: 0
    }

.RadGrid_HRMCoreThick .rgFooter .rgExpandCol {
    border-left-width: 0
}

.RadGrid_HRMCoreThick .rgRow .rgExpandCol, .RadGrid_HRMCoreThick .rgRow .rgCollapseCol, .RadGrid_HRMCoreThick .rgAltRow .rgExpandCol, .RadGrid_HRMCoreThick .rgAltRow .rgCollapseCol {
    border-left-width: 0
}

.RadGrid_HRMCoreThick .rgCommandCell {
    border-color: #dedede;
    color: #333;
    background-color: #f5f5f5
}

    .RadGrid_HRMCoreThick .rgCommandCell .t-button {
        border-radius: 4px
    }

        .RadGrid_HRMCoreThick .rgCommandCell .t-button:hover {
            border-color: #adadad;
            color: #333;
            background-color: #e6e5e5
        }

        .RadGrid_HRMCoreThick .rgCommandCell .t-button:focus, .RadGrid_HRMCoreThick .rgCommandCell .t-button:active {
            border-color: #adadad;
            color: #333;
            background-color: #e6e5e5
        }

.RadGrid_HRMCoreThick .rgCommandCell {
    border-color: #dedede
}

/* Rad Grid Combobox*/
.RadComboBox_HRMCore, .RadComboBox_HRMCore .rcbInput, .RadComboBoxDropDown_HRMCore {
    font-size: 12px; /*font-family:Verdana, Arial, Helvetica, sans-serif;*/
    color: #999; /*padding: 8px; 	border: 1px solid #c9c9c9;*/
}

    .RadComboBox_HRMCore input:active,
    .RadComboBox_HRMCore input:focus {
        color: #999 !important;
    }

.RadComboBox_HRMCore {
    display: inline-block !important;
}

.dnnFormItem > .RadComboBox_HRMCore {
    width: 47%;
    margin-bottom: 18px;
    max-width: 445px;
}

.RadComboBoxDropDown_HRMCore .rcbImage {
    height: 16px;
    width: 16px;
    display: inline-block;
    margin-right: 8px;
}

/* user profile dropdown list  */
.dnnProfileItem > .rcbImage {
    height: 35px;
    width: 35px;
    display: inline-block;
    margin: -8px 8px -8px -8px;
}



/* combobox */

.RadComboBox_HRMCore table {
    border-collapse: separate !important;
    border-spacing: 0;
}

.RadComboBox_HRMCore td.rcbInputCellLeft, .RadComboBox_HRMCore td.rcbInputCellRight {
    /*background-position: 0 0; */
    border: 1px solid #4a4a4a;
    padding: 0 !important;
    background: #4a4a4a; /* Old browsers */
    background: -moz-linear-gradient(top, #4a4a4a 1%, #363636 100%); /* FF3.6+ */
    background: -webkit-gradient(linear, left top, left bottom, color-stop(1%,#4a4a4a), color-stop(100%,#363636)); /* Chrome,Safari4+ */
    background: -webkit-linear-gradient(top, #4a4a4a 1%,#363636 100%); /* Chrome10+,Safari5.1+ */
    background: -o-linear-gradient(top, #4a4a4a 1%,#363636 100%); /* Opera 11.10+ */
    background: -ms-linear-gradient(top, #4a4a4a 1%,#363636 100%); /* IE10+ */
    background: linear-gradient(to bottom, #4a4a4a 1%,#363636 100%); /* W3C */
    color: #999;
    text-decoration: none;
    margin: 0 !important;
}

.RadComboBox_HRMCore td.rcbInputCellLeft {
    border-right: none;
    border-top-left-radius: 3px;
    border-bottom-left-radius: 3px;
    -webkit-border-top-left-radius: 3px;
    -webkit-border-bottom-left-radius: 3px;
}

.RadComboBox_HRMCore td.rcbInputCellRight {
    border-left: none;
    border-top-right-radius: 3px;
    border-bottom-right-radius: 3px;
    -webkit-border-top-right-radius: 3px;
    -webkit-border-bottom-right-radius: 3px;
}

.RadComboBox_Default .rcbFocused td.rcbInputCellLeft, .RadComboBox_Default .rcbFocused td.rcbInputCellRight, .RadComboBox_Default .rcbFocused td.rcbArrowCellRight {
    border-color: #65a9fd;
    box-shadow: 0 0 2px #65a9fd;
}

.RadComboBox_HRMCore td.rcbInputCellLeft input[readonly], .RadComboBoxDropDown_HRMCore td.rcbInputCellRight input[readonly] {
    cursor: auto;
}

.dnnError td.rcbInputCellLeft, .dnnError td.rcbInputCellRight {
    border: 1px solid red !important;
}

.dnnError td.rcbInputCellLeft {
    border-right: none !important;
}

.dnnError td.rcbInputCellRight {
    border-left: none !important;
}

.RadComboBox_HRMCore td.rcbArrowCellRight, .RadComboBoxDropDown_HRMCore td.rcbArrowCellLeft {
    /*background-position: 100% 0; */
    border: 1px solid #4a4a4a;
    width: 12px !important;
    background: #4a4a4a; /* Old browsers */
    background: -moz-linear-gradient(top, #4a4a4a 1%, #363636 100%); /* FF3.6+ */
    background: -webkit-gradient(linear, left top, left bottom, color-stop(1%,#4a4a4a), color-stop(100%,#363636)); /* Chrome,Safari4+ */
    background: -webkit-linear-gradient(top, #4a4a4a 1%,#363636 100%); /* Chrome10+,Safari5.1+ */
    background: -o-linear-gradient(top, #4a4a4a 1%,#363636 100%); /* Opera 11.10+ */
    background: -ms-linear-gradient(top, #4a4a4a 1%,#363636 100%); /* IE10+ */
    background: linear-gradient(to bottom, #4a4a4a 1%,#363636 100%); /* W3C */
    color: #999;
    text-decoration: none;
    vertical-align: middle !important;
}

.RadComboBox_HRMCore td.rcbArrowCellRight {
    border-left: none;
    border-top-right-radius: 3px;
    border-bottom-right-radius: 3px;
    -webkit-border-top-right-radius: 3px;
    -webkit-border-bottom-right-radius: 3px;
}

.RadComboBox_HRMCore td.rcbArrowCellLeft {
    border-right: none;
    border-top-left-radius: 3px;
    border-bottom-left-radius: 3px;
    -webkit-border-top-left-radius: 3px;
    -webkit-border-bottom-left-radius: 3px;
}

.dnnError td.rcbArrowCellRight, .dnnError td.rcbArrowCellLeft {
    border: 1px solid red !important;
}

.dnnError td.rcbArrowCellRight {
    border-left: none !important;
}

.dnnError td.rcbArrowCellLeft {
    border-right: none !important;
}

.RadComboBox_HRMCore td.rcbArrowCellRight a, .RadComboBox_HRMCore td.rcbArrowCellLeft a {
    background: transparent url(../../../../../../images/dnnSpinnerDownArrowWhite.png) no-repeat !important;
    background-position: bottom center !important;
    padding-top: 8px !important;
    height: 0 !important;
    cursor: pointer;
}

.RadComboBox_HRMCore .rcbInputCell .rcbEmptyMessage {
    color: #999;
}

.RadComboBox_HRMCore .rcbInput {
    margin: 0 !important;
    background: transparent !important;
    border: none !important;
    box-shadow: none !important;
    -webkit-box-shadow: none !important;
    padding: 7px 9px 8px 9px !important;
    width: auto !important;
}

div.RadComboBoxDropDown_HRMCore, .RadComboBoxDropDown {
    background: transparent; /*border-color: #c9c9c9;*/
    border: none !important;
    font-size: 12px;
    /*position:absolute;*/
}

.RadComboBoxDropDown_HRMCore .rcbFooter {
    background-color: #dee2e7;
    background-position: 0 -110px;
    border-top-color: #d5d5d5;
}

div.RadComboBoxDropDown_HRMCore .rcbHeader {
    font-size: 13px;
    font-weight: bold;
    border-bottom: 0;
    padding: 8px 7px 0;
}

.RadComboBoxDropDown_HRMCore .rcbItem, .RadComboBoxDropDown_HRMCore .rcbHovered {
    line-height: 1.5;
}

    .RadComboBoxDropDown_HRMCore .rcbItem em {
        background: #e5e5e5;
    }

.RadComboBoxDropDown_HRMCore .rcbHovered {
    background: #d6d6d6;
}

.RadComboBoxDropDown_HRMCore .rcbSeparator {
    color: #999;
    background: #d9dadc;
}

.RadComboBox_HRMCore .rcbDisabled .rcbInputCell .rcbInput, .RadComboBoxDropDown_HRMCore .rcbDisabled {
    color: #999;
}

.RadComboBoxDropDown_HRMCore .rcbLoading {
    background: #f0f0f0;
}

.RadComboBoxDropDown_HRMCore .rcbMoreResults {
    border-top-color: #c6c7d2;
    background-position: 0 -132px;
    background-color: #e6e6e6;
    color: #999;
}

    .RadComboBoxDropDown_HRMCore .rcbMoreResults a {
        background-position: -157px -94px;
        color: #999;
    }

.RadComboBoxDropDown_HRMCore .rcbScroll {
    border: 1px solid #363636 !important;
    background: #3f3f3f;
    margin-left: 2px !important;
    border-bottom-left-radius: 3px;
    border-bottom-right-radius: 3px;
    -webkit-border-bottom-left-radius: 3px;
    -webkit-border-bottom-right-radius: 3px;
    overflow: auto;
    position: relative;
}

.RadComboBoxDropDown_HRMCore .rcbList {
    position: relative;
    list-style-type: none !important;
    margin: 0 !important;
    padding: 0 !important;
}

.RadComboBoxDropDown_HRMCore .rcbItem, .RadComboBoxDropDown_HRMCore .rcbHovered {
    padding: 8px;
    border-top: 1px solid #363636;
    font-size: 12px;
    color: #999;
    cursor: pointer;
    text-shadow: none;
    margin: 0;
}

.RadComboBoxDropDown_HRMCore_rtl .jspScrollable .jspContainer .rcbList {
    margin: 0 9px 0 -9px !important;
}

.RadComboBoxDropDown_HRMCore .rcbHovered {
    color: #444;
}
/* Other */
.GridItemDropIndicator_HRMCore {
    border-top: 1px dashed #666
}

.GridToolTip_HRMCore {
    border: 1px solid #c98400;
    padding: 3px;
    background: #ffefbd;
    color: #333
}

.RadGridRTL_HRMCore .rgHeader:first-child, .RadGridRTL_HRMCore th.rgResizeCol:first-child, .RadGridRTL_HRMCore .rgFilterRow > td:first-child, .RadGridRTL_HRMCore .rgRow > td:first-child, .RadGridRTL_HRMCore .rgAltRow > td:first-child {
    border-left-width: 1px;
    padding-left: 7px
}

.GridContextMenu_HRMCore .rgHCMClear, .GridContextMenu_HRMCore .rgHCMFilter {
    font-size: 1em;
    height: 2.4285714286em;
    border-color: #ccc;
    color: #333;
    background-color: #fff;
    border-radius: .2857142857em
}

    .GridContextMenu_HRMCore .rgHCMClear:hover, .GridContextMenu_HRMCore .rgHCMFilter:hover {
        border-color: #adadad;
        color: #333;
        background-color: #e6e5e5
    }

.GridContextMenu_HRMCore .rmGroup .rgHCMItem div.rmContent {
    padding: 15px;
    margin: 0 auto
}

/* Error Validators */
.validator {
    color: red;
}

/* Header section */
#topContainer {
}

    #topContainer .header-text {
        font-size: 18px;
    }

/* Tabs */
.rtsTxt {
    font-size: 18px;
}

.align-right {
    text-align: right;
}

.align-center {
    text-align: center;
}

.pad-8 {
    padding-top: 8px;
}

.form-label {
    font-weight: bold;
}

.form-control-wrapper, .form-control-input-dropdown {
    width: 100% !important;
}

.form-control {
    background-color: #d9e3ee;
    color: #333;
    font-size: 15px;
}

    .form-control[readonly] {
        background-color: #d9e3ee;
    }

.form-control-input-text {
    background: transparent !important;
    border: 0px !important;
    font-size: 15px !important;
    padding: 0px !important;
}

.form-control-input-rad-numeric {
    height: 30px !important;
    width: 50px !important;
    font-size: 14px !important;
}

.form-control-input-dropdown {
    font-size: 14px;
}

.form-control-input-textarea {
    background-color: #d9e3ee !important;
    color: #333 !important;
    font-size: 15px !important;
    border-radius: 5px !important;
    padding: 5px !important;
}

.calendar {
    font-size: 14px;
    background-color: #235FA8;
}

    .calendar tr:first-of-type td:first-of-type {
        background-color: unset !important;
    }

.calendar-title {
    background-color: #235fa8;
    color: ivory;
}

.calendar-nextprev {
    background-color: #235fa8;
    color: ivory;
    text-align: center;
}

    .calendar-nextprev a:link {
        color: ivory !important;
    }

.calendar-day-header {
    background-color: #2171d4;
    color: ivory;
    text-align: center;
}

.calendar-day {
    background-color: red;
}

.calendar-othermonth-day {
    background-color: silver !important;
}

.calendar-weekend {
    background-color: silver;
}

.calendar-day-selected {
    font-weight: bold;
    background-color: #235FA8;
}

.calendar-selector {
    font-weight: bold;
}
