

ajax-load {
    position: absolute;
    left: 0;
    top: 0;
    right: 0;
    bottom: 0;
    margin: auto;
    /*background: #fff url('ajax_spinner.gif') no-repeat center center;*/
    filter: alpha(opacity = 50);
    cursor: wait;
}

/*	Reset ------	*/

html, body, div, span, object, h1, h2, h3, h4, h5, h6,
p, blockquote, pre, a, abbr, address, cite, code, del, dfn, em,
img, ins, kbd, q, samp, small, strong, sub, sup, var, b, i, hr,
dl, dt, dd, ol, ul, li, fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, figure, figcaption, hgroup,
menu, footer, header, nav, section, summary, time, mark, audio, video {
    margin: 0;
    padding: 0;
    border: 0;
}

    article, aside, canvas, figure, figure img, figcaption, hgroup,
    footer, header, nav, section, audio, video {
        display: block;
    }

/*LOADER*/
.modal {
    display: none;
    position: fixed;
    z-index: 9999;
    top: 0;
    left: 0;
    height: 100%;
    width: 100%;
    background: rgba( 255, 255, 255, .8 );
}

.loader {
    border: 16px solid #f3f3f3;
    border-radius: 50%;
    border-top: 16px solid #366092;
    border-right: 16px solid #9bbb59;
    border-bottom: 16px solid #f79646;
    border-left: 16px solid #ffcc66;
    width: 120px;
    height: 120px;
    -webkit-animation: spin 2s linear infinite;
    animation: spin 2s linear infinite;
    margin: 20% auto;
}

body.loading {
    overflow: hidden;
}

    body.loading .modal {
        display: block;
    }
/*LOADER*/

a img {
    border: 0;
}

img.border {
    padding: 4px;
    border: 1px solid #e0e0e0;
    box-shadow: 1px 2px 3px rgba(0,0,0,0.1);
    border-radius: 4px;
    background: #fff;
}

img {
    max-width: 80%;
    height: auto;
}

/* Structure */
.container-fluid {
    margin-left: auto;
    margin-right: auto;
    padding-left: 0;
    padding-right: 0;
    height: auto;
}

.contentDiv {
    min-height: 710px;
    height: 100%;
}

/* --------- */

.widget_header {
    background-color: #252525 !important;
}

.onpage_menu_panel {
    background-color: #252525 !important;
}

/* Apps */

/*UNDER CONSTRUCTION FOR TILES ONLY*/
.bptUnderConstruction {
    text-align: center;
    padding: 0;
    margin-bottom: 0;
    width: 250px;
    opacity: 0.25;
}

    .bptUnderConstruction h3 {
        background-image: none;
        background-color: none;
    }

        .bptUnderConstruction h3 span {
            display: block;
        }

            .bptUnderConstruction h3 span:first-child {
                font-size: 1.2em;
            }

            .bptUnderConstruction h3 span:last-child {
                font-size: 13px;
                text-transform: uppercase;
                letter-spacing: 1px;
                font-weight: normal;
                margin-top: 20px;
            }

/* HTML/Body */

html, body {
    height: 100%;
    margin: 0;
    min-height: 100%;
    min-width: 100%;
    padding: 0;
    width: 100%;
}

body {
    width: 100%;
    -webkit-text-size-adjust: 100%; /* Stops Mobile Safari from auto-adjusting font-sizes */
}

.contentError {
    color: red;
}

.bptError {
    padding-top: 50px;
}

    .bptError img {
        width: 100%;
    }

    .bptError h1 {
        font-family: 'Oswald', sans-serif;
        font-size: 60px;
        color: #919496;
    }

    .bptError p {
        font-size: 20px;
    }


/* Typography */
/* ---------- */

/* Paragraphs */

p {
    font-size: 12px;
    line-height: 1.7em;
    margin-bottom: 1.6em;
}

strong, b {
    font-weight: bold;
}

.small, small {
    font-size: 11px;
    line-height: 16px;
    color: #666;
}

/* Sup - Sub */
sup, sub {
    height: 0;
    line-height: 1;
    position: relative;
    vertical-align: baseline;
}

sup {
    bottom: 1ex;
}

sub {
    top: .5ex;
}

/*HEADINGS*/
h1 {
    font-size: 30px;
    margin-bottom: 20px;
    line-height: normal;
}

h2 {
    font-size: 25px;
    margin-bottom: 15px;
    line-height: 24px;
}

h3 {
    font-size: 20px;
    margin-bottom: 15px;
    line-height: 1.2em;
}

h4 {
    font-size: 15px;
    line-height: 1.5em;
}

h5 {
    font-size: 13px;
    margin-bottom: 5px;
    line-height: 1.5em;
}

h6 {
    font-size: 11px;
    margin-bottom: 5px;
    line-height: 1.5em;
}

h1, h2, h3, h4, h5, h6 {
    font-family: 'Rubik', sans-serif;
    color: #333;
}

/*User Slogan*/
.bpt-slogan {
    height: 54px;
    padding: 21px 0 0 0;
    text-align: center;
}

    .bpt-slogan span {
        display: block;
        font-family: 'Armata', sans-serif;
        font-size: 24px;
        line-height: 24px;
        font-weight: 100;
        color: #222;
        flex: 1;
    }

/*BUTTONS*/
.btn:focus, .btn:active:focus {
    outline: none;
}



/*LISTS*/
ul {
    list-style: square outside;
}

    ul li {
        line-height: 1.7em;
        margin-left: 20px;
    }

        ul li a {
            text-decoration: none;
        }

            ul li a:hover {
                text-decoration: underline;
            }

        ul li.caption { /* Apply this class to the first list item in a list to give it a caption */
            font-variant: small-caps;
            list-style: none;
            color: #000;
        }

li > ul, li > ol {
    margin-bottom: 0;
    margin-left: 1em;
}

    li > ul li, li > ol li {
        font-size: 12px;
    }

ul.check-mark {
    list-style-image: url(images/bullet-check-mark-icon.png);
}

    ul.check-mark li {
        margin-bottom: 10px;
        color: #4f73b6;
    }

    ul.check-mark a {
        color: #4f73b6;
    }

ol {
    margin-bottom: 1.8em;
    list-style: decimal outside;
    margin-left: 20px;
}

    ol li {
        font-size: 12px;
        line-height: 1.7em;
    }


/* Rule */
hr {
    color: #e0e0e0;
    border: 0 none;
    outline: none;
    background-color: #e0e0e0;
    height: 1px;
    margin-bottom: 30px;
    clear: both;
    display: block;
}

    hr.dotted {
        color: #e0e0e0;
        outline: none;
        background: transparent none;
        height: 1px;
        margin-bottom: 1.6em;
        clear: both;
        display: block;
        border-bottom: 1px dotted #e0e0e0;
        border-left: 0 none;
        border-right: 0 none;
        border-top: 0 none;
    }
/* Blockquote / Cite */

blockquote {
    font-size: 14px;
    font-weight: normal;
    line-height: 1.7em;
    margin-bottom: 1.5em;
    color: #383838;
    margin-left: 1em;
}

    blockquote p {
        font-size: 14px;
        line-height: 1.7em;
    }

cite {
    margin-bottom: 1.5em;
    font-size: 13px;
    clear: both;
    display: block;
    font-style: normal;
    font-weight: bold;
}

/* Links */
a {
    text-decoration: none;
}

    a:focus, a:active, a:hover {
        text-decoration: underline;
    }

/* images */
.alignleft, img.alignleft {
    display: inline;
    float: left;
    margin-right: 24px;
    margin-top: 4px;
}

.alignright, img.alignright {
    display: inline;
    float: right;
    margin-left: 24px;
    margin-top: 4px;
}

.aligncenter, img.aligncenter {
    clear: both;
    display: block;
    margin-left: auto;
    margin-right: auto;
}

img.alignleft, img.alignright, img.aligncenter {
    margin-bottom: 12px;
}

/* Titles */

.entry-title {
    border-bottom: 1px solid #e0e0e0;
    padding-bottom: 10px;
}

.search-title {
    font-size: 18px;
    text-transform: uppercase;
    font-family: 'Futura W01 Medium';
    color: #1a1a1a;
}

    .search-title span {
        font-family: 'Futura W01 Heavy';
    }
/* Design */
/* ------ */
body {
    color: #1a1a1a;
    background: #ffffff;
    font-size: 13px;
    font-family: Arial, Helvetica, sans-serif;
}
/* Layout */
.row {
    max-width: 1200px;
    max-width: 100%;
    margin: 0 auto;
}

    .row:after {
        clear: both;
    }

    .row:before, .row:after {
        content: "";
        display: table;
    }

.columns {
    float: left;
    margin: 0 10px;
    display: inline;
}

.one {
    width: 60px;
}

.two {
    width: 140px;
}

.three {
    width: 220px;
}

.four {
    width: 300px;
}

.five {
    width: 380px;
}

.six {
    width: 460px;
}

.seven {
    width: 540px;
}

.eight {
    width: 620px;
}

.nine {
    width: 700px;
}

.ten {
    width: 780px;
}

.eleven {
    width: 860px;
}

.twelve {
    width: 940px;
}

.one-half {
    width: 47.5%;
    margin-right: 5%;
    margin-bottom: 20px;
    float: left;
}

    .one-half:nth-of-type(2n+2) {
        margin-right: 0;
    }

    .one-half:nth-of-type(2n+3) {
        clear: left;
    }

.one-third {
    width: 30%;
    margin-right: 5%;
    margin-bottom: 20px;
    float: left;
}

    .one-third:nth-of-type(3n+3) {
        margin-right: 0;
    }

    .one-third:nth-of-type(3n+4) {
        clear: left;
    }

.entry-content > .four:nth-of-type(3n+1) {
    margin-left: 0;
}

.entry-content > .four:nth-of-type(3n+3) {
    margin-right: 0;
}

/* Header */
header {
    background: white;
    min-height: 100px;
    position: relative;
    z-index: 3;
    height: 140px;
}

    header .bpt-user-nav {
    }

    header .bpt-user-branding {
        /*White Option*/
        background: #ffffff; /* Old browsers */
    }

        header .bpt-user-branding img {
            position: absolute;
            left: 50%;
            transform: translate(-50%, 15%);
        }

    header .primary-content .row {
        margin-bottom: 0;
    }

    header .branding {
        width: 90px;
        height: 92px;
        margin: 5px 0 -16px 10px;
        padding: 0;
        float: left;
        display: inline;
    }

    header .search {
        float: right;
        position: relative;
        text-align: left;
        height: 24px;
        margin: 29px 10px 29px 0;
    }

        header .search #searchform, #searchform {
            outline: 0 none;
            width: 160px;
            height: 24px;
            padding: 0;
            margin: 0;
            position: relative;
            background: #fff;
            -moz-border-radius: 25px;
            -webkit-border-radius: 25px;
            border-radius: 25px;
            -moz-box-shadow: inset 1px 1px #ababab;
            -webkit-box-shadow: inset 1px 1px #ababab;
            box-shadow: inset 1px 1px #ababab;
        }

            header .search #searchform input[type="text"], #searchform input[type="text"] {
                font-family: Arial, Helvetica, sans-serif;
                font-size: 12px;
                border: none;
                background: none transparent;
                color: #48423e;
                padding: 0;
                margin: 0;
                position: absolute;
                top: 2px;
                left: 10px;
                width: 126px;
                height: 20px;
                text-transform: none;
                box-shadow: none;
                -moz-box-shadow: none;
                -webkit-box-shadow: none;
                -webkit-border-radius: 0;
                -moz-border-radius: 0;
                border-radius: 0;
                -webkit-appearance: caret;
            }

            header .search #searchform #searchsubmit, #searchform #searchsubmit {
                background: url(images/search-icon.png) no-repeat 0 0;
                text-indent: -9000px;
                width: 20px;
                height: 16px;
                border: none;
                position: absolute;
                top: 4px;
                right: 4px;
                cursor: pointer;
                text-transform: capitalize;
                padding: 0;
                margin: 0;
                border: 0 none;
                box-shadow: none;
                -webkit-transition: opacity 300ms ease;
                -moz-transition: opacity 300ms ease;
                -ms-transition: opacity 300ms ease;
                -o-transition: opacity 300ms ease;
                transition: opacity 300ms ease;
            }

                header .search #searchform #searchsubmit:hover, #searchform #searchsubmit:hover {
                    background: url(images/search-icon.png) no-repeat 0 0;
                    opacity: 0.5;
                }

#body {
    background: #fff url(images/body-bkgd.jpg) repeat-x center top;
    padding: 25px 0 0 0;
    position: relative;
    z-index: 2;
}

    #body .dashboard #container {
        margin: 0px auto;
        padding-top: 10px;
        text-align: left;
        max-width: 1200px;
    }

    #body .primary-content {
        border-bottom: 1px solid #e0e0e0;
        padding: 0 0 20px 0;
        background-color: #fff;
    }

        #body .primary-content .benefits {
            padding: 15px 0 0 0;
        }

        #body .primary-content .feature {
            background: url(images/feature-shadow.png) no-repeat center bottom;
            padding: 0 0 18px 0;
        }

        #body .primary-content .slides {
            height: 390px;
            width: 700px;
        }

        #body .primary-content .feature .slide {
            width: 700px;
            height: 340px;
            position: relative;
            -webkit-border-radius: 0 0 4px 4px;
            -moz-border-radius: 0 0 4px 4px;
            border-radius: 0 0 4px 4px;
            background-repeat: no-repeat 0 0;
            width: 700px;
            height: 340px;
        }


        #body .primary-content .feature .slide-1 {
            background: url(images/feature-slide-1.jpg);
        }

        #body .primary-content .feature .slide-2 {
            background: url(images/slide2.jpg);
        }

        #body .primary-content .feature .slide-3 {
            background: url(images/slide3.jpg);
        }

.flex-control-nav, .flex-direction-nav {
    display: none;
}


#body .primary-content .feature .slide .slide-content {
    width: 240px;
    position: absolute;
    left: 50px;
    top: 50px;
    color: #fff;
}

    #body .primary-content .feature .slide .slide-content img {
        max-width: 100%;
        height: auto;
        width: auto;
    }

    #body .primary-content .feature .slide .slide-content h2 {
        font-size: 34px;
        font-weight: normal;
        color: #fff;
    }

        #body .primary-content .feature .slide .slide-content h2 .light {
            font-size: 28px;
            font-family: 'Futura W01 Medium';
            clear: both;
            display: block;
        }

#body .primary-content .feature .feature-navigation {
    list-style: none outside;
    margin: 0;
    padding: 0;
    background: #fff url(images/feature-navigation-bkgd.png) repeat-x left bottom;
    border: 1px solid #e0e0e0;
    min-height: 48px;
    display: block;
    -webkit-border-radius: 4px 4px 0 0;
    -moz-border-radius: 4px 4px 0 0;
    border-radius: 4px 4px 0 0;
}

    #body .primary-content .feature .feature-navigation li {
        float: left;
        display: inline;
        margin: 0;
        padding: 0;
    }

        #body .primary-content .feature .feature-navigation li.primary a {
            color: #1f3a91;
            padding: 0 38px 0 20px;
            background: url(images/feature-navigation-product-bkgd.png) no-repeat right center;
            font-weight: bold;
        }

        #body .primary-content .feature .feature-navigation li a {
            display: block;
            height: 48px;
            line-height: 48px;
            padding: 0 10px;
            color: #1a1a1a;
            text-shadow: 1px 1px 0 #fff;
        }

#body .primary-content .headline .columns {
    border-top: 1px solid #e0e0e0;
    border-bottom: 1px solid #e0e0e0;
    padding: 15px 0;
    text-align: center;
}

#body .primary-content .headline h2 {
    margin-bottom: 10px;
}

#body .primary-content .headline p:last-of-type {
    margin-bottom: 0;
}

#body .primary-content .suites .product-suite {
    border: 1px solid #e0e0e0;
    background: #fff url(images/product-suite-bkgd.png) repeat-x left top;
    text-align: center;
    padding: 10px 10px 20px;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    border-radius: 4px;
    margin-bottom: 20px;
}

#body .product-suite a {
    color: #4f73b6;
}

#body .primary-content .product-suite:nth-last-of-type(1), #body .primary-content .product-suite:nth-last-of-type(2), #body .primary-content .product-suite:nth-last-of-type(3) {
    margin-bottom: 0;
}

#body .entry-content .product-suite {
    background: #fff url(images/product-suite-bkgd.png) repeat-x left top;
    text-align: center;
    padding: 10px 30px 20px;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    border-radius: 4px;
    margin-bottom: 20px;
}

    #body .entry-content .product-suite ul {
        list-style: none outside;
        margin: 0 0 20px;
        padding: 0;
    }

        #body .entry-content .product-suite ul li {
            border-bottom: 1px dotted #e0e0e0;
            margin: 0;
            padding: 5px 0;
        }

            #body .entry-content .product-suite ul li:last-of-type {
                border-bottom: 0 none;
            }

            #body .entry-content .product-suite ul li a {
            }

#body .product-suite :last-child {
    margin-bottom: 0;
}

#body .secondary-content {
    padding: 40px 0 20px;
}

    #body .secondary-content .core-features {
        padding-top: 50px;
    }

        #body .secondary-content .core-features a {
            color: #da421d;
        }

#body .tertiary-content {
    background: #e0e0e0;
    padding: 30px 0 20px;
}

    #body .tertiary-content p {
        font-size: 11px;
    }

    #body .tertiary-content .article-title {
        margin-bottom: 0;
    }

#body .newsletter {
    margin-bottom: 10px;
}

    #body .newsletter #newsletterform {
        outline: 0 none;
        width: 100%;
        height: 28px;
        padding: 0;
        margin: 0;
        position: relative;
        background: #fff;
        -moz-border-radius: 25px;
        -webkit-border-radius: 25px;
        border-radius: 25px;
        -moz-box-shadow: inset 1px 1px #ababab;
        -webkit-box-shadow: inset 1px 1px #ababab;
        box-shadow: inset 1px 1px #ababab;
    }

        #body .newsletter #newsletterform input[type="text"] {
            font-family: Arial, Helvetica, sans-serif;
            font-size: 12px;
            border: none;
            background: none transparent;
            color: #48423e;
            padding: 0;
            margin: 0;
            position: absolute;
            top: 4px;
            left: 10px;
            width: 85%;
            height: 20px;
            text-transform: none;
            box-shadow: none;
            -moz-box-shadow: none;
            -webkit-box-shadow: none;
            -webkit-border-radius: 0;
            -moz-border-radius: 0;
            border-radius: 0;
            -webkit-appearance: caret;
        }

        #body .newsletter #newsletterform #newslettersubmit {
            background: url(images/email-at-icon.png) no-repeat 0 0;
            text-indent: -9000px;
            width: 20px;
            height: 18px;
            border: none;
            position: absolute;
            top: 6px;
            right: 6px;
            cursor: pointer;
            text-transform: capitalize;
            padding: 0;
            margin: 0;
            border: 0 none;
            box-shadow: none;
            -webkit-transition: opacity 300ms ease;
            -moz-transition: opacity 300ms ease;
            -ms-transition: opacity 300ms ease;
            -o-transition: opacity 300ms ease;
            transition: opacity 300ms ease;
        }

            #body .newsletter #newsletterform #newslettersubmit:hover {
                background: url(images/email-at-icon.png) no-repeat 0 0;
                opacity: 0.5;
            }

/* Product Styles */
.product-feature-image {
    max-width: 698px;
    height: auto;
    border: 1px solid #e0e0e0;
    background: #fff;
    -webkit-border-radius: 0 0 4px 4px;
    -moz-border-radius: 0 0 4px 4px;
    border-radius: 0 0 4px 4px;
    box-shadow: 1px 2px 10px rgba(0,0,0,0.1);
    margin-top: -1px;
}

.product-title {
    background: url(images/product-title-bkgd.jpg) no-repeat 0 0;
    padding: 30px 30px;
    border: 1px solid #e0e0e0;
    -webkit-border-radius: 0 0 4px 4px;
    -moz-border-radius: 0 0 4px 4px;
    border-radius: 0 0 4px 4px;
    box-shadow: 1px 2px 10px rgba(0,0,0,0.1);
    margin-top: -1px;
}

    .product-title h1 {
        color: #fff;
        margin: 0;
        padding: 0;
        border: 0 none;
    }

    .product-title .purchase-link {
        float: right;
    }

        .product-title .purchase-link img {
            vertical-align: middle;
        }

/* Alerts / Notification */

/*.alert {
    padding: 20px 20px 20px 50px;
    border: 2px solid #da421d;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    border-radius: 4px;
    box-shadow: 1px 2px 10px rgba(0,0,0,0.1);
    margin-bottom: 20px;
    background: url(images/alert-icon.png) no-repeat 10px 10px;
}

    .alert :last-child {
        margin-bottom: 0;
    }*/

/*DASHBOARD FRAME*/
.ui-igsplitter.ui-widget-content {
    border-top: 1px solid #ddd;
}
/***/
/* Widgets */
.product-widget {
    margin: 0 0 20px 0;
}

.widget {
    padding: 20px;
    margin-bottom: 20px;
    border: 1px solid #e0e0e0;
    box-shadow: 1px 2px 3px rgba(0,0,0,0.1);
    border-radius: 4px;
    background: #fff;
}

    .widget :last-child {
        margin-bottom: 0;
    }

    .widget .widget-menu {
        display: block;
        margin: -20px;
        padding: 0;
        list-style: none outside;
    }

        .widget .widget-menu li {
            margin: 0;
            padding: 10px 20px;
            border-top: 1px dotted #e0e0e0;
        }

    .widget .widget-sub-menu {
        list-style: none outside;
        margin: 0 -20px;
        padding: 0;
        display: none;
        width: 218px;
    }

    .widget .business-apps-title {
        cursor: pointer;
    }

        .widget .business-apps-title > span {
            color: #1f3a91;
            font-weight: normal;
            font-size: 13px;
            background: url(images/plus-toggle-icon.png) no-repeat right center;
            margin-bottom: 10px;
            display: block;
        }

        .widget .business-apps-title.selected > span {
            background: url(images/minus-toggle-icon.png) no-repeat right center;
        }

        .widget .business-apps-title span:hover {
            text-decoration: underline;
        }

    .widget .widget-sub-menu li:last-child {
        border-bottom: 1px dotted #e0e0e0;
    }

    .widget .widget-sub-menu li {
        padding: 10px 30px;
        font-size: 11px;
    }

    .widget .widget-menu > li {
        border-top: 0;
        margin-bottom: 0;
        padding-bottom: 0;
    }

        .widget .widget-menu > li:last-child {
            padding-bottom: 10px;
        }

.widget-title {
    border-bottom: 1px solid #e0e0e0;
    margin: -20px -20px 20px;
    padding: 10px 20px;
}

.widget p {
    font-size: 11px;
}

.widget .alignright {
    margin: 4px -6px 6px 10px;
}

.sidebar-img-full {
    margin: -20px !important;
    vertical-align: middle;
    border-radius: 4px;
    max-width: 218px;
}

.testimonial {
    border: 1px solid #e0e0e0;
    background: #fff;
    padding: 15px 15px 15px;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    border-radius: 4px;
    box-shadow: 1px 2px 10px rgba(0,0,0,0.1);
    position: relative;
    margin: 0 0 38px;
}

    .testimonial:after {
        content: url(images/blockquote-testimonial-bubble.png);
        position: absolute;
        bottom: -38px;
        left: 0;
    }

    .testimonial blockquote {
        font-size: 13px;
        line-height: 1.7em;
        margin-bottom: 10px;
        margin-left: 0;
    }

    .testimonial cite {
        font-weight: bold;
        font-size: 12px;
        margin-bottom: 10px;
    }

span.stars, span.stars span {
    display: block;
    background: url(js/stars.png) 0 -16px repeat-x;
    width: 80px;
    height: 16px;
}

    span.stars span {
        background-position: 0 0;
    }

/*Footer*/
.section-footer ul {
    list-style: none outside;
    margin: 0;
    padding: 0.5rem 1rem;
    float: left;

}
    .section-footer ul .copyright {
        margin: 0;
    }

footer .bpt-powered-block {
    display: inline;
    float: right;
    margin-top: 5px;
}


footer {
    background-color: #689;
    font-family: "Roboto Condensed", Helvetica, Arial, Verdana, sans-serif;
    color: white;
    font-size: 16px;
    width: 100%;
    min-width: 1220px;
    z-index: 1;
}
    footer p {
        font-size: 16px;
        margin: 0px;
    }

    footer .footer-top p {
        font-size: 18px;
    }

    footer .container {
        padding: 0px;
        width: 1220px;
        margin: auto;
    }




    footer .footer-top {
        padding: 10px 0 30px 0;
    }
    footer .footer-gradient {
        background: linear-gradient(to bottom, #1A2327, #414141);
        min-height: 20px;
        margin: 0;
        padding: 0;
    }
    footer .footer-bottom {
        background: #414141;
        min-height: 124px;
    }
        footer .footer-bottom .container {
            vertical-align: middle;
        }

    footer a {
        color: white;
    }

    footer .row {
        margin: 0 auto;
    }

    footer .bpt-logo-footer {
        width: 66px;
        height: 36px;
        margin: 15px 0;
    }

    footer .copyright {
        margin-top: 10px;
    }

    footer .col-xs-12,
    footer .navbar-collapse,
    footer .nav-footer li:first-child,
    footer .nav-footer li a:first-child {
        padding-left: 0;
    }

    footer span, footer a {
        font-family: "Roboto Condensed", Helvetica, Arial, Verdana, sans-serif;
        font-size: 16px;
    }

    footer ul {
        list-style: none outside;
    }

        footer ul li {
            margin: 0;
            padding: 0;
            line-height: 50px;
            border-style: solid;
            border-width: 1px;
            border-color: rgba(255, 255, 255, .15);
            border-left: none;
            border-right: none;
            border-bottom: none;
        }
            footer ul li:first-child {
                border: none !important;
            }

            footer ul li a {
                padding: 0px;
            }

                footer ul li a:hover {
                    text-decoration: underline;
                    font-weight: 600;
                    color: white;
                }

    footer .primary-content {
        background: url(images/Jian_Navigation_BlueOceanBackground.jpg) repeat;
        padding: 30px 0;
    }

        footer .primary-content h6 {
            color: #c8c8c8;
            font-size: 12px;
            margin-bottom: 15px;
            font-weight: normal;
            text-transform: uppercase;
            position: relative;
        }

            footer .primary-content h6 .mission-icon {
                background: url(images/footer-hand-shake-icon.png) no-repeat 0 0;
                width: 23px;
                height: 12px;
                left: -30px;
                top: 2px;
                position: absolute;
                display: block;
            }

            footer .primary-content h6 .company-icon {
                background: url(images/footer-gears-icon.png) no-repeat 0 0;
                width: 22px;
                height: 18px;
                left: -30px;
                top: 2px;
                position: absolute;
                display: block;
            }

            footer .primary-content h6 .support-icon {
                background: url(images/footer-chat-icon.png) no-repeat 0 0;
                width: 21px;
                height: 19px;
                left: -30px;
                top: 2px;
                position: absolute;
                display: block;
            }

            footer .primary-content h6 .business-plans-icon {
                background: url(images/footer-structure-icon.png) no-repeat 0 0;
                width: 21px;
                height: 14px;
                left: -30px;
                top: 2px;
                position: absolute;
                display: block;
            }

            footer .primary-content h6 .software-icon {
                background: url(images/footer-laptop-icon.png) no-repeat 0 0;
                width: 21px;
                height: 16px;
                left: -30px;
                top: 2px;
                position: absolute;
                display: block;
            }

    footer .secondary-content {
        padding: 20px 0;
    }

        footer .secondary-content .left {
            float: left;
            text-align: left;
        }

        footer .secondary-content .right {
            float: right;
            text-align: right;
        }

.edit-link {
    display: block;
    clear: both;
    padding: 10px 0;
}

/*NAV*/
.navbar-default .navbar-brand {
    color: white;
    font-family: 'Armata', sans-serif;
    text-transform: uppercase;
}

a.navbar-brand,
a.navbar-toggle {
    background-color: none !important;
    border: none;
    margin: 0 0 0 15px;
    padding: 15px 0 0 0;
    border-radius: 0;
    float: left;
}

.nav-tabs > li.active > a, .nav-tabs > li.active > a:hover, .nav-tabs > li.active > a:focus {
}

/*Hamburger*/
.navbar-default .navbar-toggle .icon-bar {
    background: #000;
}

button.navbar-toggle {
    background-color: white;
}

.navbar-default {
    background-color: white;
    border: none !important;
}

.navbar {
    border-radius: 0;
    margin-bottom: 0;
    min-height: 45px;
}

.navbar-default .navbar-nav > .active > a, .navbar-default .navbar-nav > .active > a:hover, .navbar-default .navbar-nav > .active > a:focus {
    background-color: white;
    border-color: #eee #eee #ddd;
}

.navbar-default .navbar-nav > li > a {
    color: darkslategray;
}

    .navbar-default .navbar-nav > li > a:hover {
        background-color: white;
        color: #0072c6;
        color: #434445;
        border-bottom: 0;
    }

/*NAVTABS*/
.nav-tabs {
    border-bottom: 0;
    text-align: center;
    padding-top: 5px;
}

    .nav-tabs > li.active > a,
    .nav-tabs > li.active > a:hover,
    .nav-tabs > li.active > a:focus {
        border-bottom: 0 !important;
    }

    .nav-tabs > li {
        float: none;
        display: inline-block;
        margin-left: 0;
    }

        .nav-tabs > li > a {
            color: #555;
            font-family: 'Oswald', sans-serif;
            font-size: 12px;
            font-weight: normal;
            text-transform: uppercase;
            border-radius: 3px 3px 0 0;
            padding: 10px 15px;
        }

            .nav-tabs > li > a:hover {
                background-color: #fafafa;
                color: #4f73b6;
            }

        .nav-tabs > li.active > a {
            background-color: #fafafa;
        }

/* Navigation */
.navigation {
    font-family: 'Armata', sans-serif;
    float: right;
    position: relative;
    text-align: left;
    height: 14px;
    height: 30px;
    margin: 5px 0;
}

    .navigation > ul {
        list-style: none;
        padding: 0;
        margin: 0;
        position: relative;
    }

    .navigation ul {
        list-style: none;
        padding: 0;
        margin: 0;
    }

    .navigation > ul > li {
        float: left;
        position: relative;
        text-align: center;
        margin: 0 30px 0 0;
        padding: 5px 0;
        color: #222;
    }

    .navigation .count {
        color: #bbdb25;
    }

    .navigation ul > li > span {
        font-size: 12px;
        font-weight: normal;
        text-transform: uppercase;
        line-height: 10px;
        color: #222;
        padding: 5px 8px;
        text-decoration: none;
        -webkit-transition: background 300ms ease;
        -moz-transition: background 300ms ease;
        -ms-transition: background 300ms ease;
        -o-transition: background 300ms ease;
        transition: background 300ms ease;
        text-shadow: 1px 1px 0 #000;
        text-transform: uppercase;
        font-weight: normal;
        -moz-border-radius: 2px;
        -webkit-border-radius: 2px;
        border-radius: 2px;
    }

    .navigation ul > li > a {
        font-size: 12px;
        font-weight: normal;
        text-transform: uppercase;
        line-height: 10px;
        color: #222;
        padding: 5px 8px;
        text-decoration: none;
        -webkit-transition: background 300ms ease;
        -moz-transition: background 300ms ease;
        -ms-transition: background 300ms ease;
        -o-transition: background 300ms ease;
        transition: background 300ms ease;
        /*text-shadow: 1px 1px 0 #000;*/
        -moz-border-radius: 2px;
        -webkit-border-radius: 2px;
        border-radius: 2px;
    }

    .navigation ul ul {
        background: #fff;
        display: none;
        float: left;
        margin: 0;
        position: absolute;
        left: 0;
        padding: 0;
        z-index: 99999;
        -moz-box-shadow: 0 3px 3px rgba(0, 0, 0, 0.2);
        -webkit-box-shadow: 0 3px 3px rgba(0, 0, 0, 0.2);
        box-shadow: 0 3px 3px rgba(0, 0, 0, 0.2);
        border: 1px solid #efefef;
        border-radius: 4px;
    }

        .navigation ul ul ul {
            left: 100%;
            top: 0;
        }

        .navigation ul ul li {
            margin: 0;
            padding: 0;
            height: auto;
            float: none;
            position: relative;
        }

        .navigation ul ul a {
            color: #1a1a1a;
            font-size: 10px;
            font-weight: normal;
            padding: 5px 10px;
            text-shadow: none;
            text-align: left;
            -moz-border-radius: 0;
            -webkit-border-radius: 0;
            border-radius: 0;
            font-family: 'Armata', sans-serif;
        }

        .navigation ul ul > .has-child, .navigation ul ul > .has-child:hover {
            background: url(images/has-child-icon.png) no-repeat right center;
        }

    .navigation li:hover {
    }

    .navigation > ul > li:hover > a {
        /*background: white;*/
        color: #FFCC66;
        /*-moz-box-shadow: 1px 1px 5px #000;
        -webkit-box-shadow: 1px 1px 5px #000;
        box-shadow: 1px 1px 5px #000;
        text-shadow: -1px -1px 0 #558f02;*/
    }

    .navigation ul ul li:hover {
        background: none;
    }

        .navigation ul ul li:hover > a, .navigation ul ul a:focus {
            color: #da421d;
        }

    .navigation ul li:hover > ul {
        display: block;
    }

    .navigation > ul > li.current_page_item > a, .navigation > ul > li.current_page_ancestor > a {
        background: url(images/global-button-nav-bkgd.png) no-repeat center top;
        color: #fff;
        -moz-box-shadow: 1px 1px 5px #b0b0b0;
        -webkit-box-shadow: 1px 1px 5px #b0b0b0;
        box-shadow: 1px 1px 5px #b0b0b0;
        filter: progid:DXImageTransform.Microsoft.Shadow(strength = 1, direction = 135, color = '#b0b0b0');
        -ms-filter: "progid:DXImageTransform.Microsoft.Shadow(strength = 1, Direction = 135, Color = '#b0b0b0')";
        text-shadow: -1px -1px 0 #112131;
    }

    .navigation .menu-primary-menu-container > ul > li.current_page_item > a:hover {
        background-position: left 0;
    }

    .navigation .current_page_item > a, .navigation .current_page_ancestor > a {
    }

    .navigation .current_page_item, .navigation .current_page_ancestor {
    }
    /*
.navigation .apps-parent-menu {
	width: 960px;
	border-radius: 4px;
	padding: 20px 0;
	left: -297px;
	border: 0 none;
}
*/
    .navigation .apps-parent-menu {
        width: 720px;
        border-radius: 4px;
        padding: 20px 0;
        left: -177px;
        border: 0 none;
    }

    .navigation .product-menu {
        display: block;
        text-align: left;
        width: 199px;
        padding: 0 20px;
        float: left;
        border-right: 1px solid #efefef;
        position: relative;
        z-index: 1;
    }

        .navigation .product-menu:nth-of-type(1) {
            z-index: 99;
        }

        .navigation .product-menu:nth-of-type(2) {
            z-index: 98;
        }

        .navigation .product-menu:nth-of-type(3) {
            z-index: 97;
        }

    .navigation .apps-parent-menu .product-menu-footer {
        border-top: 1px solid #efefef;
        padding: 10px 20px 0;
        margin-bottom: -10px;
        line-height: 1.7em;
        clear: both;
        display: block;
        text-align: left;
    }

        .navigation .apps-parent-menu .product-menu-footer a {
            padding: 0;
            border: 0 none;
            color: #da421d;
        }

    .navigation .menu-button {
        background: #8ebf08;
        color: #fff !important;
        text-shadow: -1px -1px 0 #558f02;
        border-radius: 30px;
        padding: 4px 10px !important;
        text-decoration: none;
        font-size: 13px;
        font-family: 'Futura W01 Heavy';
        text-transform: uppercase;
    }

        .navigation .menu-button:hover {
            text-decoration: none;
            background: #da421d;
            text-shadow: none;
        }

    .navigation .product-menu:nth-of-type(4n+4) {
        border-right: 0 none;
        width: 200px;
    }

    .navigation .product-menu h3 {
        font-size: 16px;
        margin: 0 0 10px;
    }

    .navigation .product-menu p {
        font-size: 11px;
        margin: 0 0 10px;
    }

    .navigation .product-menu .product-menu-column-left a {
        height: auto;
        width: auto;
        line-height: 1;
        padding: 0;
        border: 0 none;
    }

    .navigation .product-menu img {
        max-width: 100%;
        height: auto;
        vertical-align: middle;
    }

    .navigation .product-menu .parent-menu-icon {
        width: 60px;
        height: auto;
        float: right;
        margin: 0 0 10px 5px;
    }

    .navigation .product-menu-column-left {
        width: 50px;
        float: left;
        display: inline;
        margin-right: 10px;
    }

    .navigation .product-menu-column-right {
        float: left;
        width: 200px;
        display: inline;
    }

    .navigation .product-menu a {
        height: auto;
        width: auto;
        padding: 0;
        border: 0 none;
        color: #da421d;
    }

        .navigation .product-menu a:hover {
            text-decoration: underline;
        }

    .navigation .product-menu .apps-child-menu {
        position: relative;
        list-style: none outside;
        margin: 0;
        box-shadow: none;
        background: transparent none;
        display: block;
        border: 0 none;
        border-radius: 0;
        left: 0;
        z-index: 1;
    }

        .navigation .product-menu .apps-child-menu li {
            margin: 0;
            border-bottom: 1px dotted #efefef;
            line-height: 1.5em;
            position: static;
        }

            .navigation .product-menu .apps-child-menu li a {
                padding: 5px;
            }

            .navigation .product-menu .apps-child-menu li ul li a {
                padding: 5px 10px;
            }

    .navigation .product-menu ul li ul li a {
        color: #b12806;
    }

    .navigation .product-menu > ul > li:last-of-type, .navigation .product-menu > ul > li > ul > li:last-of-type {
        border-bottom: 0 none;
    }

    .navigation .product-menu .apps-grand-child-menu {
        display: none;
        position: absolute;
        right: 100%;
        top: 0;
        z-index: 99;
        background: #fff;
    }

    .navigation .product-menu .apps-child-menu li:hover .apps-grand-child-menu {
        display: block;
    }

.ui-tooltip {
    opacity: 0.9 !important;
}

/* Clearfix */

.clear {
    display: block;
    clear: both;
    height: 0;
    overflow: hidden;
}

.clearfix:after {
    content: ".";
    display: block;
    height: 0;
    clear: both;
    visibility: hidden;
}

.clearfix {
    display: inline-block;
}
/* Hides from IE-mac */
* html .clearfix {
    height: 1%;
}

.clearfix {
    display: block;
}
/* End hide from IE-mac */


/* Assistive text */
.assistive-text {
    position: absolute !important;
    clip: rect(1px 1px 1px 1px); /* IE6, IE7 */
    clip: rect(1px, 1px, 1px, 1px);
}

#access a.assistive-text:active,
#access a.assistive-text:focus {
    background: #efece8;
    border-bottom: 1px solid #ddd5cb;
    color: #1982d1;
    clip: auto !important;
    font-size: 12px;
    position: absolute;
    text-decoration: underline;
    top: 0;
    left: 7.6%;
}


/* ET Shortcodes Overrides */

.et-pricing ul {
    margin: 0;
    padding: 0;
}

    .et-pricing ul li {
        margin: 0;
    }

.et-pricing .et-price {
    font-family: 'Futura W01 Heavy';
}

.et-pricing .pricing-title {
    color: #1f3a91 !important;
    margin: 0;
}

.et-pricing .pricing-heading p {
    margin: 0;
}

.et-pricing .pricing-table {
    width: 33.33%;
}

.et-box-content {
    padding: 20px 30px 30px !important;
}

    .et-box-content :last-child {
        margin-bottom: 0;
    }

.et-box {
    margin-bottom: 30px !important;
}


/* GFORMS */

.gform_wrapper ul li {
    margin-left: 0;
}

body .gform_wrapper .gform_body .gform_fields .gfield input[type=text],
body .gform_wrapper .gform_body .gform_fields .gfield input[type=email],
body .gform_wrapper .gform_body .gform_fields .gfield input[type=tel],
body .gform_wrapper .gform_body .gform_fields .gfield input[type=url],
body .gform_wrapper .gform_body .gform_fields .gfield input[type=number],
body .gform_wrapper .gform_body .gform_fields .gfield input[type=password],
body .gform_wrapper .gform_body .gform_fields .gfield select,
body .gform_wrapper .gform_body .gform_fields .ginput_container textarea {
    padding: 4px;
    font-size: 13px;
    -webkit-box-shadow: inset 0px 1px 0px 0px #cccccc;
    box-shadow: inset 0px 1px 0px 0px #cccccc;
    border: 1px solid #e0e0e0;
    border-radius: 2px;
}

body .gform_wrapper .gform_body .gform_fields .gfield .gfield_label {
    font-size: 13px;
    color: #4f73b6;
}

body .gform_wrapper .gfield_required {
    color: #da421d;
    font-weight: bold;
    font-size: 18px;
}

/* Entry Content Products */
.entry-content .product {
    width: 100%;
    margin-bottom: 20px;
    border-bottom: 1px dotted #e0e0e0;
    padding: 0 0 10px;
}

.entry-content .product-column-left {
    width: 200px;
    float: left;
    display: inline;
    margin-right: 20px;
    text-align: center;
}

    .entry-content .product-column-left img {
        max-width: 100%;
        height: auto;
    }

.entry-content .product-preview {
    clear: both;
    display: block;
    margin-bottom: 5px;
}

.entry-content .product-column-right {
    width: 480px;
    float: left;
    display: inline;
}

/*iframe {
    height: 600px;
    width: 100%;
}*/

.container {
    width: 100%;
    padding: 0 10px 10px 0;
}

/*MY COMPANY*/
.myCompany .my-company-input-shell,
.myCompany .my-company-logo-container {
    display: block;
    width: 100%;
    height: 35px;
    padding: 6px 12px;
    font-size: 14px;
    vertical-align: middle;
    line-height: 1.42857143;
    color: #555;
    background-color: #fff;
    background-image: none;
    border: 1px solid #ccc;
    border-radius: 4px;
    -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075);
    box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075);
    -webkit-transition: border-color ease-in-out .15s, -webkit-box-shadow ease-in-out .15s;
    -o-transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;
    transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;
    overflow: hidden;
}
.myCompany .my-company-logo-container {
    height: auto;
    min-height: 200px;
    margin-top: 1rem;
}

.myCompany .row .row .col-xs-12 {
    padding-left: 0;
    padding-right: 0;
}

.ui-igtilemanager .ui-igtilemanager-left {
    overflow: hidden; /*Hides the scroll bars from Infragistics container for the tiles.*/
    background-color: #f7f7f6;
}

/*CUSTOM SCROLL BAR*/
.scroll-custom::-webkit-scrollbar-track,
.ui-igtile-inner-container::-webkit-scrollbar-track {
    -webkit-box-shadow: inset 0 0 6px rgba(0,0,0,0.3);
    background-color: #F5F5F5;
}

.scroll-custom::-webkit-scrollbar,
.ui-igtile-inner-container::-webkit-scrollbar {
    width: 6px;
    background-color: #F5F5F5;
}

.scroll-custom::-webkit-scrollbar-thumb,
.ui-igtile-inner-container::-webkit-scrollbar-thumb {
    background-color: #999;
}
/***/
.ui-igtilemanager .ui-igtile-inner-container .minimized div div:first-of-type {
    width: 115px;
    text-align: center;
}
.ui-igtilemanager .ui-igtile-inner-container .minimized div div:first-of-type img {
    width: 68px;
}

/*=====================================================================MEDIA QUERIES*/
/*Overwrite Grid Layout*/
@media (min-width: 1200px) {
    .container {
        width: 100%;
        padding: 0 10px 10px 0;
    }
}

@media (min-width: 992px) {
    .container {
        width: 100%;
        padding: 0 10px 10px 0;
    }

    .ig-layout-item {
        display: block;
    }
}

@media (max-width: 768px) { /*TABLET PORTRAIT*/
    .ui-igtilemanager .ui-igtile-minimized,
    .ui-igtilemanager .ui-igtile-maximized {
        width: 99.7% !important;
    }

    .ig-layout-griditem-abs {
        position: relative;
    }

    .ui-igtile {
        top: 0 !important;
        left: 0 !important;
        margin: 0 1px 1px;
        height: auto !important;
    }

        .ui-igtile:first-child {
            margin-top: 1px;
        }
}

@media (min-width: 468px) {
    .container {
        width: 100%;
        padding: 0 10px 10px 10px;
    }

    .navbar-nav {
        float: none;
    }
}

@media (max-width: 1290px) {
    .nav-tabs > li > a {
        padding: 10px 10px;
    }
}

@media (max-width: 1130px) {
    .nav-tabs > li > a {
        padding: 10px 7px;
    }
}

@media (max-width: 970px) {
    .nav-tabs > li > a {
        padding: 10px 3px;
        font-size: 10px;
    }
}


/*TILE STYLING*/
h2.tileHeader {
    font-family: "Segoe UI", Arial, sans-serif;
    font-size: 2.7rem;
    margin-bottom: 1px;
    padding: 5px 10px;
    line-height: 3rem;
    font-weight: 400;
    text-align: center;
    text-rendering: normal;
}

/*Dashboard Tile Specific Styling*/
.minimized {
    padding: 5px;
}

.ui-igtile {
    box-shadow: 0 0 12px 4px #e8e7e7;
}

.ui-igtile-inner-container h2 {
    color: #222;
    padding: 16px 0;
}

.tile0 {
}

.tile0 h2.tileHeader {
}

.tile0:hover {
}

.tile0:hover > h2.tileHeader {
}

.tile1 h2.tileHeader {

}

.tile1:hover {

}

.tile1:hover > h2.tileHeader {

}

.tile2 h2.tileHeader {

}

.tile2:hover {
background-color: #FFFFFF;
}

.tile2:hover > h2 {

}

.tile3 h2.tileHeader {

}

.tile3:hover {

}

.tile3:hover > h2.tileHeader {

}

.tile4 h2.tileHeader {

}

.tile4:hover {

}

.tile4:hover > h2.tileHeader {

}

.tile5 h2.tileHeader {

}

.tile5:hover {

}

.tile5:hover > h2.tileHeader {

}

.tile6 h2.tileHeader {

}

.tile6:hover {

}

.tile6:hover > h2.tileHeader {

}

.tile7 h2.tileHeader {

}

.tile7:hover {

}

.tile7:hover > h2.tileHeader {

}

.tile8 h2.tileHeader {

}

.tile8:hover {

}

.tile8:hover > h2.tileHeader {

}

.tile9 h2.tileHeader {

}

.tile9:hover {

}

.tile9:hover > h2.tileHeader {

}

.tile10 h2.tileHeader {

}

.tile10:hover {

}

.tile10:hover > h2.tileHeader {

}

.tile11 h2.tileHeader {

}

.tile11:hover {

}

.tile11:hover > h2.tileHeader {

}

.tile12 h2.tileHeader {

}

.tile12:hover {

}

.tile12:hover > h2.tileHeader {

}

/*Icon Array*/
.document-type-sm {
    display: inline-block;
    height: 24px;
    width: 24px;
    padding: 2px;
    border-radius: 50%;
    text-align: center;
    color: white;
    font-weight: bold;
    margin: 4px;
    font-size: smaller;
}

    .document-type-sm.master {
        background: #4CAF50;
    }

    .document-type-sm.template {
        background: #9C27B0;
    }

    .document-type-sm.document {
        background: #3F51B5;
    }

.list-unstyled {
    padding: 10px 0;
}

    .list-unstyled li {
        display: inline;
        min-height: 60px;
        height: 60px;
    }

    .list-unstyled img {
        height: 35px;
    }

    .list-unstyled span {
        display: inline;
        font-family: 'Rubik', sans-serif;
        font-size: 20px;
        color: #363636;
        vertical-align: bottom;
    }

/*TILE GENERAL*/
.ig-tile-minimize-button {
    padding: 1px 5px !important;
}

.ui-igtile h3,
.ui-igtile p {
    margin: 0 0 10px;
}

.ui-igtile p {
    font-size: 1em;
    margin: 0 0 1rem 0 !important;
}

.panel .panel-heading {
    min-height: 40px;
}


/*BPT DOCUMENT VIEW*/
.bptDocView {
    overflow: hidden !important;
    border: solid thin #eee;
    margin: 20px auto;
    max-width: 760px; /*LETTERHEAD WIDTH*/
    min-height: 984px; /*LETTERHEAD HEIGHT*/
    padding: 30px 50px;
    box-shadow: 2px 2px 10px #ddd;
    color: #333;
}

.bptDocView .col-xs-12 {
}

.bptDocView p {
    line-height: 1.5em;
}

.bptDocView .glyphicon {
    margin-right: 5px;
    color: #709f3d;
    font-size: x-large;
}

.bptDocView hr {
    margin-bottom: 15px;
}

.bptDocView .userComment {
    padding: 1em;
    margin: 0px;
    background-color: #d4edb9;
}

.bptDocView p {
    margin-left: 0px !important;
    margin-right: 0px !important;
}

.bptDocView ul, ol {
    padding-left: 2em;
}

.bptDocView li{
    color: #006699;
}

.bptDocView li span{
    color: black;
}

.bptDocView .userComment:last-child {
    margin-bottom: 10px;
}

/*TILE 0*/
.tile0 .ui-widget-header.ui-state-default {
    background-color: #005FA3;
}

.tile0 .ui-iggrid th,
.tile0 .ui-iggrid th.ui-state-default {
    border-right-color: #00477A;
}

.tile0 .ui-iggrid tr.ui-ig-altrecord {
    background-color: #EFF4FB;
}

.tile0 thead tr th:last-child {
    width: 70px;
}

.tile0 .ui-iggrid-table > tbody > tr > td:first-child {
    border-left: none;
}

.tile0 .panel-primary { /*MAXI*/
    border: none;
}

/*TILE 4*/
.tile4.ui-igtile-inner-container.panel-info {
    border-color: #CBDB95;
}

    .tile4.ui-igtile-inner-container.panel-info > .panel-heading {
        color: #464646;
        background-color: #E2EAC2;
        border-color: #CBDB95;
    }

/*TILE 8*/
.tile8 .tileHrRecruitMini .btn {
    margin-bottom: 0;
    color: #fff;
}

.tile8 .col-md-12 {
    margin-bottom: 20px;
}

/*TILE 9*/
.tile9 .ui-widget-header.ui-state-default {
    background-color: #8C1C13;
}

.tile9 .ui-iggrid th,
.tile9 .ui-iggrid th.ui-state-default {
    border-right-color: #6C150F;
}

.tile9 .ui-iggrid tr.ui-ig-altrecord {
    background-color: #FDEEED;
}
/*TILE 12 - HOME - SOCIAL MEDIA*/
.social-media {
    width: 100%;
    text-align: center;
    padding-top: 5px;
}

    .social-media a {
        display: inline-block;
        background-color: #000;
        padding: 10px;
        width: 40px;
        height: 40px;
        border-radius: 3px;
        text-align: center;
        margin: 0;
        vertical-align: top;
    }

        .social-media a .fa {
            font-size: 22px;
            color: #fff;
        }

        .social-media a .fa-google-plus {
            font-size: 18px;
            padding-top: 2px;
        }

        .social-media a.sm-fb, .pan-fb {
            background-color: #3b5998 !important;
        }

        .social-media a.sm-li, .pan-li {
            background-color: #0077B5 !important;
        }

        .social-media a.sm-tt, .pan-tt {
            background-color: #1da1f2 !important;
        }

        .social-media a.sm-gp, .pan-gp {
            background-color: #d34836 !important;
        }

        .social-media a.sm-yt, .pan-yt {
            background-color: #e52d27 !important;
        }

        .social-media a.sm-fb:hover, a.pan-fb:hover {
            background-color: #2E4476 !important;
        }

        .social-media a.sm-li:hover, a.pan-li:hover {
            background-color: #005D8F !important;
        }

        .social-media a.sm-tt:hover, a.pan-tt:hover {
            background-color: #0C88D4 !important;
        }

        .social-media a.sm-gp:hover, a.pan-gp:hover {
            background-color: #B83928 !important;
        }

        .social-media a.sm-yt:hover, a.pan-yt:hover {
            background-color: #C91D18 !important;
        }

        .social-media a.sm-fb, .pan-fb,
        .social-media a.sm-li, .pan-li,
        .social-media a.sm-tt, .pan-tt,
        .social-media a.sm-gp, .pan-gp,
        .social-media a.sm-yt, .pan-yt {
            color: #fff !important;
        }

.pan-fb, .pan-li, .pan-tt, .pan-gp, .pan-yt {
    width: 100%;
}

    .pan-fb .fa,
    .pan-li .fa,
    .pan-tt .fa,
    .pan-gp .fa,
    .pan-yt .fa {
        font-size: 30px;
        margin-right: 10px;
    }

.social-media-maximized .col-sm-2 {
    width: 20%;
}



/*LOGIN SCREEN*/
.bptLogin h1 {
    font-family: 'Armata', sans-serif;
    margin-top: 1.0em;
}

#bpt-login-frame body {
    /*background-color: #fff;*/
}

.loginTT, .loginTB {
    padding: 0;
}

.loginTB {
    margin: 6px 0;
}


/*Tile - Expanded Tile*/
.maximized {
    padding: 15px;
    display: none;
}

.blog-article,
.min-blog-article {
    background-color: #fff;
    padding: 0.7em;
    margin-bottom: 10px;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
}

    .blog-article h4 {
        margin-bottom: 10px;
    }

        .blog-article h4 a {
            font-size: 1.2em;
        }

            .blog-article h4 a:hover {
                color: #865889;
            }

    .blog-article small {
        color: #464646;
    }

    .blog-article p {
        line-height: 1.3em;
    }

.min-blog-article {
    margin: 0 0 2px;
}

/*TAB - BUSINESS PLAN - VIDEO TUTORIALS*/
.btpVideoLinks hr {
    background-color: none;
    margin-bottom: 10px;
    border-top: dotted 1px #BAB74F;
}

.btpVideoLinks .btn-default {
    display: inline-table;
    min-width: 100%;
    margin-bottom: 10px;
}

    .btpVideoLinks .btn-default .glyphicon {
        font-size: 2.0em;
        color: #BAB74F;
    }

    .btpVideoLinks .btn-default:hover {
        background-color: #BAB74F;
        color: #FFF;
    }

        .btpVideoLinks .btn-default:hover .glyphicon {
            color: #FFF;
        }

/*TAB - HR - Recruiting*/
.tileHrRecruit .recruitOptions {
    margin-bottom: 20px;
}

.tileHrRecruit .btn,
.tileHrRecruit h4 {
    display: inline;
}

.tileHrRecruit h4 {
    float: left;
}

.tileHrRecruit .btn {
    text-transform: uppercase;
}

.tileHrRecruit .btn,
.tileHrRecruitMini .btn {
    background-color: #974706;
    border: none;
    color: white;
    float: right;
}

    .tileHrRecruit .btn:hover,
    .tileHrRecruitMini .btn:hover {
        border-color: #542804;
        background-color: #542804;
        color: #ffffff;
        float: right;
    }

.tileHrRecruit .HrTitle {
    border-bottom: dotted 1px #974706;
    margin-bottom: 5px;
    height: 40px;
}

.tileHrRecruit p {
    clear: both;
    display: block;
}

.tileHrRecruitMini .col-xs-12 {
    background-color: #fff;
    border-radius: 3px;
    margin-bottom: 2px;
    padding: 3px;
}

    .tileHrRecruitMini .col-xs-12:hover {
        background-color: #FEF4EB;
    }

.tileHrRecruitMini h4 {
    font-size: 12px;
}

.tileHrRecruitMini h4,
.tileHrRecruitMini .btn {
    display: inline-block;
    padding-bottom: 0;
    margin-bottom: 0;
}

.tileHrRecruitMini .btn {
    padding-bottom: 1px;
    font-size: 11px;
    text-transform: uppercase;
}

.docLabels {
    font-size: 10px;
    text-transform: uppercase;
    margin-bottom: 4px
}

.min-business-plan-item .docDescription small {
    float: left;
}


/*Document Types*/

/*DOCUMENT BUILDER*/
.panel {
    margin-bottom: 5px;
}

.tile1 .panel .panel-heading,
.tile2 .panel .panel-heading,
.tile3 .panel .panel-heading,
.tile4 .panel .panel-heading,
.tile5 .panel .panel-heading,
.tile6 .panel .panel-heading,
.tile7 .panel .panel-heading,
.tile8 .panel .panel-heading,
.tile9 .panel .panel-heading,
.tile10 .panel .panel-heading,
.tile11 .panel .panel-heading,
.tile12 .panel .panel-heading {
    color: #333;
}

.tile1 .panel-info > .panel-heading .badge,
.tile2 .panel-info > .panel-heading .badge,
.tile3 .panel-info > .panel-heading .badge,
.tile4 .panel-info > .panel-heading .badge,
.tile5 .panel-info > .panel-heading .badge,
.tile6 .panel-info > .panel-heading .badge,
.tile7 .panel-info > .panel-heading .badge,
.tile8 .panel-info > .panel-heading .badge,
.tile9 .panel-info > .panel-heading .badge,
.tile10 .panel-info > .panel-heading .badge,
.tile11 .panel-info > .panel-heading .badge,
.tile12 .panel-info > .panel-heading .badge {
    color: #ffffff;
}

.tile1 .panel .panel-heading {
    background-color: #C4D699;
    border-color: #B3CB7C;
}

.tile1 .panel-info,
.tile1 .panel-info .panel-warning {
    border-color: #B3CB7C;
}

    .tile1 .panel-info > .panel-heading .badge {
        background-color: #60752F;
    }

.tile1 .btn-primary {
    background-color: #809F41;
    border: none;
}

    .tile1 .btn-primary:hover {
        background-color: #60752F;
    }

.tile3 .panel .panel-heading {
    background-color: #B5A4C9;
    border-color: #A996BF;
}

.tile3 .panel-info,
.tile3 .panel-info .panel-warning {
    border-color: #A996BF;
}

    .tile3 .panel-info > .panel-heading .badge {
        background-color: #8064A2;
    }

.tile4 .panel .panel-heading {
    background-color: #E0E0E0;
    border-color: #ADADAD;
}

.tile4 .panel-info,
.tile4 .panel-info .panel-warning {
    border-color: #ADADAD;
}

    .tile4 .panel-info > .panel-heading .badge {
        background-color: #525252;
    }

.tile5 .panel .panel-heading {
    background-color: #FFD470;
    border-color: #FFC847;
}

.tile5 .panel-info,
.tile5 .panel-info .panel-warning {
    border-color: #FFC847;
}

    .tile5 .panel-info > .panel-heading .badge {
        background-color: #F5AB00;
    }

.tile6 .panel .panel-heading {
    background-color: #D2CDB1;
    border-color: #C3BC97;
}

.tile6 .panel-info,
.tile6 .panel-info .panel-warning {
    border-color: #C3BC97;
}

    .tile6 .panel-info > .panel-heading .badge {
        background-color: #563E25;
    }

.tile7 .panel .panel-heading {
    background-color: #E0DEB4;
    border-color: #CCC97B;
}

.tile7 .panel-info,
.tile7 .panel-info .panel-warning {
    border-color: #CCC97B;
}

.tile7 .panel-info > .panel-heading .badge {
    background-color: #898747;
}

.tile8 .panel .panel-heading {
    background-color: #FBC597;
    border-color: #E3A978;
}

.tile8 .panel-info,
.tile8 .panel-info .panel-warning {
    border-color: #E3A978;
}

.tile8 .panel-info > .panel-heading .badge {
    background-color: #974706;
}

.tile9 .panel .panel-heading {
    background-color: #92CEDD;
    border-color: #73C0D3;
}

.tile9 .panel-info,
.tile9 .panel-info .panel-warning {
    border-color: #73C0D3;
}

.tile9 .panel-info > .panel-heading .badge {
    background-color: #31869b;
}

.tile10 .panel .panel-heading {
    background-color: #C6D6A0;
    border-color: #ADC37B;
}

.tile10 .panel-info,
.tile10 .panel-info .panel-warning {
    border-color: #ADC37B;
}

.tile10 .panel-info > .panel-heading .badge {
    background-color: #4F6228;
}

.tile11 .panel .panel-heading {
    background-color: #DfA7A5;
    border-color: #D89796;
}

.tile11 .panel-info,
.tile11 .panel-info .panel-warning {
    border-color: #D89796;
}

.tile11 .panel-info > .panel-heading .badge {
    background-color: #C0504D;
}
/*///DOCUMENT BUILDER*/


.panel > .list-group .list-group-item {
    padding: 7px 14px;
}

.document-type {
    display: inline-block;
    height: 32px;
    width: 24px;
    /*padding: 6px;
    border-radius: 50%;
    text-align: center;
    color: white;
    font-weight: bold;*/
    background-repeat: no-repeat;
    background-size: 24px 32px;
}

.document-type.master {
    background-image: url("../../Content/UI/doc-icon-m.png");
}

.document-type.template {
    background-image: url("../../Content/UI/doc-icon-t.png");
}

.document-type.document {
    background-image: url("../../Content/UI/doc-icon-d.png");
}

/*TILE-HR*/
.tileHrRecruitMini .container-fluid {
    padding-left: 0;
    padding-right: 0;
}

/*PRIORITIES*/
.tilePriorities {
    /*border-bottom: dotted 1px #ccc;*/
}

.tilePriorities .panel {
    margin: 5px 0 0;
    padding: 10px;
}

.tilePriorities .panel-primary {
    border-color: #ADE0FF;
}

.tilePriorities form label {
    font-size: 10px;
    text-transform: uppercase;
    display: block;
}

.tilePriorities .col-xs-12,
.tilePriorities .col-sm-12,
.tilePriorities .col-md-1, .tilePriorities .col-md-2, .tilePriorities .col-md-3, .tilePriorities .col-md-4, .tilePriorities .col-md-5, .tilePriorities .col-md-6,
.tilePriorities .col-md-7, .tilePriorities .col-md-8, .tilePriorities .col-md-9, .tilePriorities .col-md-10, .tilePriorities .col-md-11, .tilePriorities .col-md-12 {
    padding-left: 0;
    padding-right: 0;
}

.tilePriorities input, .tilePriorities select, .tilePriorities textarea {
    border: 1px solid #ccc;
    padding: 6px 12px;
    border-radius: 4px;
}

    .tilePriorities input[type=text] {
        width: 95%;
    }

.tilePriorities select {
    width: 95%;
}

.tilePriorities textarea {
    width: 95%;
    min-height: 100px;
}

.tilePriorities input[type=button] {
    margin: 0;
}

/*TILE - GENERAL*/
.dashboard .btn {
    margin-bottom: 5px;
}

#Policies-Handbook { /*TILE - POLICIES HANDBOOK*/
    .btn

{
    background-color: #4CAF50;
}

}

.dashboard .tile0 h3, .dashboard .tile1 h3, .dashboard .tile3 h3, .dashboard .tile4 h3, .dashboard .tile5 h3, .dashboard .tile6 h3,
.dashboard .tile7 h3, .dashboard .tile8 h3, .dashboard .tile9 h3, .dashboard .tile10 h3, .dashboard .tile11 h3, .dashboard .tile12 h3 {
    font-size: 14px;
    margin: 0;
}

/*DOWNLOADS*/
.bptDownloads {
    margin: 50px 0;
    font-size: 14px;
}

.bptDownloads .row .col-md-3 {
    min-height: 120px;
}

.bptDownloads .row div .row .col-xs-6 {
    padding-left: 0;
    padding-right: 0;
}

.bptDownloads div:last-child {
    padding-top: 5px;
}

.bptDownloads a {
    text-align: left;
}

.bptDownloads .btn {
    display: block;
    margin: 5px 0;
    text-transform: uppercase;
    font-size: 10px;
    text-align: center;
}

.bptDownloads p {
    text-align: center;
    font-size: 11px;
    color: #999;
    padding: 0;
    margin: 0;
}

.bptDownloads .bptDownloadIcon {
    float: left;
    display: inline-block;
    background-image: url('UI/icon-doc-download.png');
    background-repeat: no-repeat;
    background-position: 0 0;
    background-size: 54px 136px;
    width: 54px;
    height: 68px;
    overflow: hidden;
}

.bptDownloads .bptDownloadIcon:hover {
    background-position: center -68px;
}

.bptDownloads .bptDownloadIcon:hover > .bptDownloads .btn {
    background-color: #000;
}

.bptDownloads span {
    display: block;
}

.bptDownloads span:first-child {
    font-weight: bold;
}

/*GENERAL*/
.bptSubscribe p,
.bptSubscribe .btn-subscribe {
    display: inline-block;
}

.bptSubscribe p {
    line-height: 29px;
    opacity: 1.0 !important;
}

.bptSubscribe .btn-subscribe {
    border: solid 1px #444;
}

.bptSubscribe .btn-subscribe:hover {
    border: solid 1px #444;
    background-color: #444;
    color: #FFF;
}

.ui-state-hover a, .ui-state-hover a:hover,
.ui-state-hover a:link, .ui-state-hover a:visited,
.ui-state-focus a, .ui-state-focus a:hover,
.ui-state-focus a:link, .ui-state-focus a:visited {
    /*color: white;*/
}

/*YOUTUBE TILE*/
#Video-Tutorials.tile7 .minimized {
    height: 87%;
}

#Video-Tutorials.tile7 .maximized {
    height: 94.4%;
}

#bptYTWindow {
    height: 100%;
}

#bptYTWindow .ytp-thumbnail-overlay {
    height: 50%;
}

/*TILE - RSS FEED*/
.rss-feed {
    border-top: solid 3px #FA9C38;
    padding-top: 5px;
    margin-bottom: 10px;
}

.dashboard .tile2 .btn {
    /*background-color: #f79646;*/
}

.dashboard .tile2 .btn:hover {
    /*background-color: #F57914;*/
}

.dashboard .tile2 h3 {
    margin: 0;
}

.rss-feed ul {
    list-style: none;
}

.rss-feed ul li {
    border-bottom: dotted 1px #FA9C38;
    padding-left: 0;
    padding-right: 0;
    margin-left: 0;
    margin-bottom: 4px;
}

.rss-feed ul li:last-child {
    border-bottom: none;
}

.rss-feed .rss-title, .rss-feed .rss-pub-date {
    display: inline-table;
}

.rss-feed .rss-title {
    font-weight: bold;
    margin: 0;
}

.rss-feed .rss-title .glyphicon {
    font-size: 9px;
    color: #f79646;
}

.rss-feed .rss-pub-date {
    float: right;
}
/*MINIMIZED*/
.minimized .rss-feed .rss-title:hover {
    color: #555 !important;
}

.minimized .rss-feed .rss-pub-date {
    display: none;
}

.minimized .rss-feed .rss-title a,
.minimized .rss-feed .rss-title a:hover {
    color: #555;
}

.dashboard .tile2 .minimized .btn {
    font-size: 10px;
    padding: 3px 6px;
    margin-bottom: 5px;
}

.dashboard .tile2 .minimized h3 {
    font-size: 14px;
}

/*PAGE - MY PROFILE*/
.myProfileCred {
    border-radius: 7px;
    background-color: #ededed;
    padding: 20px;
}

/*FINANCE*/
/**FINANCIAL MODELS**/
ul.bptFinancialModelsList {
    list-style: none;
    margin: 0;
}

ul.bptFinancialModelsList li {
    margin: 0 0 5px 0;
    padding-bottom: 5px;
    border-bottom: dotted 1px #919496;
}

.bptFinancialModelsList p,
.bptFinancialModelsList p strong,
.bptFinancialModelsList a,
.bptFinancialModelsList button {
    display: inline;
}

.bptFinancialModelsList li p {
    display: inline-block;
    margin: 5px 0 5px 10px;
    padding: 0;
}

.bptFinancialModelsList p:nth-child(1) {
}

.bptFinancialModelsList p:nth-child(2) {
    text-align: right;
}

.bptFinancialModelsList a {
    min-width: 100px;
    color: #black;
}

.bptFinancialModelsList button {
    min-width: 100px;
    float: right;
}


/*LOGIN TRIAL*/
.bptTrialLogin button.bptTrialBtn {
    margin: 10px;
}

.bptTrialLogin hr {
    margin-bottom: 10px !important;
}

.bptTrialLogin h3 {
    margin-bottom: 0;
}

.ui-igtile-minimized p {
    opacity: 1.0 !important;
}

/*============================================================= MEDIA QUERIES*/
@media only screen and ( max-width : 1024px ) {

    .bptDownloads {
        font-size: 11px;
    }

    /*SOCIAL MEDIA - HOME - TILE 12*/
    .pan-fb span, .pan-li span, .pan-tt span, .pan-gp span, .pan-yt span {
        display: none;
    }
}

@media only screen and ( max-width : 767px ) {

    .bptDownloads {
        margin: 20px 0;
        font-size: 18px;
    }

        .bptDownloads .row .col-md-3 {
            border-bottom: dotted 1px #dedede;
            margin-bottom: 10px;
        }

        .bptDownloads .bptDownloadIcon {
            background-size: 80px 200px;
            width: 80px;
            height: 100px;
        }

    /*NAVTABS*/
    .nav-tabs {
        text-align: left;
        padding-top: 0;
    }

        .nav-tabs > li.active > a,
        .nav-tabs > li.active > a:hover,
        .nav-tabs > li.active > a:focus {
            border-bottom: 0 !important;
        }

        .nav-tabs > li {
            display: block;
            border-bottom: solid 1px #b1b1b1;
        }

            .nav-tabs > li > a {
                padding: 7px 20px;
                font-size: 15px;
            }

    .navbar-default .navbar-nav > .active > a,
    .navbar-default .navbar-nav > .active > a:hover {
        background-color: #a9a9a9;
        border-radius: 0;
        color: #000;
    }

    .navbar-nav {
        margin: 0;
    }
}

@media only screen and ( max-width : 425px ) {

    .bptDownloads {
        font-size: 15px;
    }

        .bptDownloads .row .col-md-3 {
            min-height: 110px;
        }

        .bptDownloads .bptDownloadIcon {
            background-size: 50px 126px;
            width: 50px;
            height: 63px;
        }
}
