﻿html {
    font-size: 100%;
    -webkit-text-size-adjust: 100%;
    -ms-text-size-adjust: 100%;
    height: 100%;
}

.custscroll {
    scrollbar-face-color: #00aeef;
    -ms-scrollbar-base-color: #555;
    scrollbar-highlight-color: #555;
    scrollbar-shadow-color: #555;
    outline-width: 0px;
    cursor: default;
    -ms-scrollbar-arrow-color: #ccc;
}

body {
    margin: 0;
    font-size: 13px;
    height: 100%;
}

.pointy {
    cursor: pointer;
}

.rounded {
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
}

.dropshadow {
    box-shadow: 0px 0px 28px rgba(0, 0, 0, 0.43);
    -moz-box-shadow: 0px 0px 28px rgba(0, 0, 0, 0.43);
    -webkit-box-shadow: 0px 0px 28px rgba(0, 0, 0, 0.43);
}

.form-label {
    font-size: 11px;
    font-family: "Segoe UI Semibold", Verdana, Helvetica, Sans-Serif;
    text-transform: uppercase;
    cursor: inherit;
    color: #666;
}

.form-label-light {
    font-size: 11px;
    font-family: "Segoe UI Semibold", Verdana, Helvetica, Sans-Serif;
    text-transform: uppercase;
    cursor: inherit;
    color: #ccc;
}

body, button, input, select, textarea {
    color: #323232;
}

form {
    margin: 0;
}

::selection {
    background: #00c3f8;
    color: #fff;
}

::-moz-selection {
    background: #00c3f8;
    color: #fff;
}

.hidden {
    display: none;
}

#page {
    width: 960px;
    margin: 0 auto 40px;
    border-radius: 0 0 10px 10px;
}

.pagewidth {
    width: 960px;
    margin: auto;
}

#main2colpage {
}

.content-wrapper {
}

.footer-padding {
    padding-bottom: 60px;
    background-color: #fff;
}

.container-shadow {
    box-shadow: 0 0 85px rgba(0,0,0,.3);
}

.primarytitle {
    font-size: 36px;
    font-family: "Segoe UI Light", "Segoe UI","Helvetica",Garuda,Arial,sans-serif;
    color: #333;
}

.secondarytitle {
    padding-top: 10px;
    font-size: 22px;
    font-family: "Segoe UI Light", "Segoe UI","Helvetica",Garuda,Arial,sans-serif;
    color: #333;
}

.primarysectioninfo {
    padding-top: 30px;
    font-size: 22px;
    font-family: "Segoe UI Light", "Segoe UI","Helvetica",Garuda,Arial,sans-serif;
    color: #333;
}

.secondarysectioninfo {
    padding-top: 5px;
    font-size: 14px;
    font-family: "Segoe UI Light", "Segoe UI","Helvetica",Garuda,Arial,sans-serif;
    color: #333;
}

a {
    color: #0ca2da;
    cursor: pointer;
}

    a:hover {
        color: #0ca2da;
    }

    a:focus {
        outline: thin dotted;
    }

    a:hover, a:active {
        outline: 0;
    }

h1, h2, h3, h4, h5, h6 {
    margin: 10px 0;
    font-family: inherit;
    font-weight: bold;
    line-height: 1;
    color: inherit;
    text-rendering: optimizelegibility;
}

h2 {
    font-family: "Segoe UI Light",Verdana,Helvetica,Sans-Serif;
}

    h1 small, h2 small, h3 small, h4 small, h5 small, h6 small {
        font-weight: normal;
        line-height: 1;
        color: #999;
    }

.login-options h1 {
    margin-bottom: 20px;
    font-family: inherit;
}

h1 {
    font-family: "Segoe UI Light", "Segoe UI","Helvetica",Garuda,Arial,sans-serif;
    font-size: 28px;
}

abbr[title] {
    border-bottom: 1px dotted;
}

b, strong {
    font-weight: bold;
}

blockquote {
    margin: 1em 40px;
}

dfn {
    font-style: italic;
}

hr {
    display: block;
    height: 1px;
    border: 0;
    border-top: 1px solid #ccc;
    margin: 1em 0;
    padding: 0;
}

ins {
    background: #ff9;
    color: #000;
    text-decoration: none;
}

mark {
    background: #ff0;
    color: #000;
    font-style: italic;
    font-weight: bold;
}

pre, code, kbd, samp {
    font-family: monospace,monospace;
    _font-family: 'courier new',monospace;
    font-size: 1em;
}

pre {
    white-space: pre;
    white-space: pre-wrap;
    word-wrap: break-word;
}

q {
    quotes: none;
}

    q:before, q:after {
        content: "";
        content: none;
    }

small, subtext {
    font-size: 85%;
}

sub, sup {
    font-size: 75%;
    line-height: 0;
    position: relative;
    vertical-align: baseline;
}

sup {
    top: -.5em;
}

sub {
    bottom: -.25em;
}

ul, ol {
    margin: 1em 0;
    padding: 0 0 0 40px;
}

dd {
    margin: 0 0 0 40px;
}

.connav ul, .connav ol {
    list-style: none;
    list-style-image: none;
    margin: 0;
    padding: 0;
}

.inputError {
    background-image: url(/images/iconinvalid.gif);
    background-position-x: right;
    background-position-y: center;
    background-repeat: no-repeat;
}

.dashcrumbs li {
    text-transform: lowercase;
}

.dash-main-nav {
    padding: 0px 0;
    max-width: 790px;
    -webkit-touch-callout: none;
    -webkit-user-select: none;
    -khtml-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
}

    .dash-main-nav li {
        float: left;
        list-style: none;
        white-space: nowrap;
    }

    .dash-main-nav ul {
        padding: 0;
        margin: 0;
    }

    .dash-main-nav li a {
        text-transform: uppercase;
        margin: 0 24px 0 0;
        display: block;
        font-size: 12px;
        -webkit-touch-callout: none;
        -webkit-user-select: none;
        -khtml-user-select: none;
        -moz-user-select: none;
        -ms-user-select: none;
        user-select: none;
    }

    .dash-main-nav ul, .dash-main-nav ol {
        list-style: none;
        list-style-image: none;
        margin: 0;
        padding: 0;
    }

img {
    border: 0;
    -ms-interpolation-mode: bicubic;
    vertical-align: middle;
}

svg:not(:root) {
    overflow: hidden;
}

figure {
    margin: 0;
}

fieldset {
    border: 0;
    margin: 0;
    padding: 0;
}

legend {
    border: 0;
    *margin-left: -7px;
    padding: 0;
}

button, input, select, textarea {
    font-size: 100%;
    margin: 0;
    vertical-align: baseline;
    *vertical-align: middle;
}

button, input {
    line-height: normal;
    *overflow: visible;
}

table button, table input {
    *overflow: auto;
}

.pointy {
    cursor: pointer;
}

button, input[type="button"], input[type="reset"], input[type="submit"] {
    cursor: pointer;
    -webkit-appearance: button;
}

input[type="checkbox"], input[type="radio"] {
    box-sizing: border-box;
}

input[type="search"] {
    -webkit-appearance: textfield;
    -moz-box-sizing: content-box;
    -webkit-box-sizing: content-box;
    box-sizing: content-box;
}

    input[type="search"]::-webkit-search-decoration {
        -webkit-appearance: none;
    }

button::-moz-focus-inner, input::-moz-focus-inner {
    border: 0;
    padding: 0;
}

textarea {
    overflow: auto;
    vertical-align: top;
    resize: vertical;
}

    input:valid, textarea:valid {
    }

    input:invalid, textarea:invalid {
        background-color: #f0dddd;
    }

body {
    cursor: default;
    font-size: 14px;
    font-family: "Segoe UI","Helvetica",Garuda,Arial,sans-serif;
    margin: 0;
    padding: 0;
    color: #323232;
    text-rendering: optimizeLegibility;
    background: #eee;
}

a, a:link, a:visited {
    text-decoration: none;
}

    a:hover {
        text-decoration: none;
    }

p, ul, ol, h4, h5, h6 {
    margin-bottom: 14px;
}

    ul ul, ol ol {
        padding-bottom: 0;
    }

h1, h2, h3 {
    margin: 0;
    color: #666;
    font-weight: 100;
    line-height: normal;
}


h2 {
    font-size: 22px;
    margin-bottom: 10px;
}

h3 {
    font-size: 21px;
    margin-bottom: 5px;
}

h4 {
    font-size: 20px;
    margin-top: 0;
}

h5, h6 {
    font-size: 1em;
}

#main-container {
    background: #fff;
    color: #666;
    border-radius: 0 0 10px 10px;
    padding-left: 30px;
    padding-right: 30px;
}

#main-2col-container {
}

.headerlinks {
    list-style-type: none;
    -webkit-padding-start: 0px;
    padding-start: 0px;
}

.mainnavlink {
    font-size: 18px;
    margin-right: 20px;
    display: inline;
}

.section {
    clear: both;
    padding-top: 15px;
    min-height: 250px;
}

.fullheader {
    height: 36px;
    background-color: #333;
    background: rgba(0,0,0,0.7);
    top: 0px;
    z-index: 10;
}

.marketingheader {
    display: block;
    top: 0px;
}

.header {
    height: 36px;
    background-color: #3c454f;
    display: block;
    position: fixed;
    top: 0px;
    width: 960px;
    z-index: 10;
}

.header-spacer {
    height: 36px;
    display: block;
}

.footer {
    color: #999;
    text-align: center;
    line-height: normal;
    margin: 0;
    font-size: 10px;
    clear: both;
}

    .footer p {
        margin-bottom: 0;
    }

#site-logo {
    display: block;
    float: left;
}

    #site-logo img {
        margin-bottom: 0;
    }


.connav a, .connav a:link, .connav a:visited {
    color: #888;
}

.connav {
    padding: 9px 0;
    margin-left: -20px;
    max-width: 790px;
}

    .connav li {
        float: left;
        list-style: none;
        white-space: nowrap;
    }

    .connav ul {
        padding: 0;
        margin: 0;
    }

    .connav li a {
        font-weight: bold;
        text-transform: uppercase;
        margin: 0 24px 0 0;
        display: block;
        font-size: 12px;
    }

#topNavigation {
    font-size: 11px;
    overflow: hidden;
    width: 100%;
}

#topSubNavigation a {
    font-size: 24px;
    text-transform: lowercase;
    margin: 3px 18px 0 0;
    font-weight: 100;
}

.connav li a:hover {
    color: #0ca2da;
    text-decoration: none;
}

fieldset {
    border: 0;
    padding: 0;
    margin: 0 0 24px;
}

    fieldset > div {
        overflow: hidden;
    }

legend {
    font-size: 1.2em;
    font-weight: bold;
    margin: 0 0 12px;
    text-transform: uppercase;
}

label {
    display: block;
    margin: 12px 0 0;
}

textarea {
    min-height: 75px;
}

input[type="text"], input[type="password"], textarea, select {
    border: 0;
}

    input[type="text"].placeholderd, input[type="password"].placeholderd {
        color: #ccc;
    }

select {
    border: 1px solid #ccc;
    padding: 2px;
    font-size: 1.2em;
    color: #444;
}

input[type="submit"] {
    font-size: 1.2em;
    padding: 5px;
}

sup {
    font-weight: bold;
}

.content-blocks-two, .content-blocks-three {
    overflow: hidden;
    margin-bottom: 30px;
    clear: both;
}

    .content-blocks-two > div {
        width: 45%;
        float: left;
        margin-left: 10%;
    }

        .content-blocks-two > div:first-child, .content-blocks-three > div:first-child {
            margin-left: 0;
        }

    .content-blocks-three > div:last-child {
        width: 32%;
    }

    .content-blocks-three > div {
        width: 31%;
        margin-left: 3%;
        float: left;
    }

.topnav-rightlink {
}

    .topnav-rightlink a {
        height: 73px;
        width: 120px;
        background: transparent url("/images/arrowwhite.png") right no-repeat;
        color: #fff;
        display: table-cell;
        vertical-align: middle;
        text-align: left;
        font-size: 19px;
    }

        .topnav-rightlink a:hover {
            color: #fff;
        }

#site-logo img {
    border: 0;
}

.pin-target {
    position: fixed;
    left: -999em;
}

.scenarios-wrapper {
    width: 878px;
    float: left;
}

    .scenarios-wrapper > h2 {
        padding: 30px 0 0 50px;
        text-transform: uppercase;
        margin-bottom: 50px;
        font-size: 16px;
    }

.scenarios-hero {
    background-color: #f7f5f2;
    padding: 41px 0 41px 97px;
    overflow: hidden;
    margin: -32px 0 25px -40px;
    width: 863px;
    position: relative;
    min-height: 230px;
}

    .scenarios-hero h1 {
        color: #333;
        text-transform: uppercase;
        margin-bottom: 0;
        font-size: 33px;
    }

    .scenarios-hero h2 {
        color: #4d4d4d;
        font-size: 18px;
    }

    .scenarios-hero p {
        color: gray;
        font-size: 18px;
        line-height: 24px;
        font-weight: lighter;
        margin-top: 0;
    }

    .scenarios-hero h1, .scenarios-hero h2, .scenarios-hero p {
        width: 530px;
        float: left;
        clear: both;
    }

    .scenarios-hero .dev-links {
        margin: 0;
        overflow: hidden;
        width: 193px;
        position: absolute;
        right: 100px;
        top: 90px;
    }

        .scenarios-hero .dev-links a {
            color: #323232;
            text-transform: lowercase;
            font-size: 18px;
            padding: 10px 0;
            border-bottom: 1px solid #deddd5;
            display: block;
            overflow: hidden;
        }

            .scenarios-hero .dev-links a:first-child {
                border-top: 1px solid #deddd5;
            }

            .scenarios-hero .dev-links a span {
                display: block;
            }

            .scenarios-hero .dev-links a .link-style {
                color: #01bcef;
                padding-right: 17px;
                background: transparent url("//az83882.vo.msecnd.net/css/images/arrow-tiny-r-blue.png") right center no-repeat;
                text-transform: none;
                font-size: 12px;
                float: left;
            }

            .scenarios-hero .dev-links a:hover .link-style {
                text-decoration: underline;
            }


.top-nav {
    margin: 20px 0 0 53px;
}

    .top-nav .left-nav {
        width: 100%;
        position: relative;
        z-index: 1;
    }

        .top-nav .left-nav li {
            float: left;
        }

        .top-nav .left-nav a {
            font-size: 14px;
            text-align: center;
            color: #4d4d4d;
            width: 115px;
            background: #f7f5f2 url(//az83882.vo.msecnd.net/css/images/calculator-scenario-sprite.png) -10px 0 no-repeat;
            padding: 100px 5px 20px;
            margin-left: 5px;
            border-bottom: 4px solid #62a9dc;
            text-transform: lowercase;
        }

            .top-nav .left-nav a:hover {
                background-color: #009edb;
                color: #fff;
            }

        .top-nav .left-nav .left-nav-current a {
            background-color: #00bcf2;
            color: #fff;
            border-bottom-color: transparent !important;
            font-weight: normal;
        }

        .top-nav .left-nav .left-nav-current {
            background: transparent url(//az83882.vo.msecnd.net/css/images/scenario-selected.png) center bottom no-repeat;
            padding-bottom: 35px;
        }

            .top-nav .left-nav .left-nav-current a:hover {
                color: #fff;
            }

        .top-nav .left-nav li:first-child a {
            margin-left: 0;
        }

    .top-nav #home-scenarios-iaas {
        background-position: -155px 0;
        border-bottom-color: #8abd46;
    }

    .top-nav #home-scenarios-cloud {
        background-position: -300px 0;
        border-bottom-color: #f98673;
    }

    .top-nav #home-scenarios-big-data {
        background-position: -445px 0;
        border-bottom-color: #988dc5;
    }

    .top-nav #home-scenarios-media {
        background-position: -587px 0;
        border-bottom-color: #dcc673;
    }

    .top-nav #home-scenarios-mobile-services {
        background-image: url(//az83882.vo.msecnd.net/css/images/icons/mobile.png);
        background-position: center 20px;
    }

    .top-nav a:hover {
        border-bottom-color: #009edb !important;
    }

.wizard-style {
    width: 100%;
    height: 100%;
    position: fixed;
    background-color: rgba(0,0,0,.4);
    left: 0;
    top: 0;
    z-index: 200;
    display: none;
}

.homepage-hero {
    background: #000 url(//az83882.vo.msecnd.net/css/images/home-hero-bg.jpg) left bottom no-repeat;
    margin-left: -40px;
    width: 828px;
    padding: 80px 66px 42px 66px;
    overflow: hidden;
}

    .homepage-hero h1, .homepage-hero h2, .homepage-hero p {
        color: #fff;
    }

    .homepage-hero h1 {
        font-size: 48px;
        line-height: 56px;
        margin-bottom: 45px;
        width: 600px;
    }

        .homepage-hero h1 span {
            display: block;
        }

.content-blocks-two, .content-blocks-four {
    overflow: hidden;
}

    .content-blocks-two > div:first-child, .content-blocks-four > div:first-child {
        margin-left: 0;
    }

    .content-blocks-two > div {
        width: 45%;
        margin-left: 8%;
        float: left;
    }

    .content-blocks-four > div {
        width: 23%;
        margin-left: 2%;
        float: left;
    }

.aside {
    width: 170px;
    margin-left: -20px;
    float: left;
}

.left-nav {
    float: left;
    margin: -20px 10px 0 0;
    padding: 0;
    list-style-type: none;
    line-height: 11px;
}

    .left-nav li {
        margin-bottom: 5px;
        list-style-type: none;
    }

    .left-nav a {
        text-decoration: none;
        color: #888;
    }

    .left-nav li a {
        color: #929497;
        text-decoration: none;
        font-weight: normal;
        display: block;
        font-size: 12px;
        line-height: 14px;
    }

        .left-nav li a.left-nav-header {
            font-weight: bold;
            text-transform: uppercase;
            color: #595a5c;
            margin-top: 20px;
        }

            .left-nav li a.left-nav-header:first-child {
                margin-bottom: 2px;
            }

        .left-nav li a:hover {
            color: #4076ba;
        }

.left-nav-header {
    margin-bottom: 7px;
    font-weight: bold;
    display: block;
    text-transform: uppercase;
}

.left-nav ul {
    padding: 0;
    margin: 0 0 20px 0;
}

.left-nav > .left-nav-current > a {
    color: #000;
    font-weight: bold;
}

.left-nav ul .left-nav-current a {
    color: #000;
    font-weight: bold;
}

.tbl-standard th, .tbl-standard td {
    padding-right: 20px;
    text-align: left;
}

.footer {
    margin-left: -15px;
    margin-right: -15px;
}

.footer-sitemap {
    overflow: hidden;
    padding: 20px 40px 20px;
    border-top: 1px solid #ddd;
    border-bottom: 1px solid #ddd;
}

.footer-bottom {
    overflow: hidden;
    margin-top: 20px;
    padding: 0 40px;
    float: right;
}

.footer-sitemap ul {
    float: left;
    padding: 0;
    margin: 0 10px 0 0;
    width: 115px;
}

footer li {
    text-align: left;
    list-style-type: none;
    line-height: 21px;
}

.footer-sitemap li {
    line-height: 16px;
    margin-bottom: 6px;
}

.footer-sitemap a {
    color: #888;
}

.footer-bottom a {
    color: #4a91ac;
}

#page footer a:hover {
    color: #00adee;
}

.footer-sitemap ul li:first-child {
    margin-bottom: 5px;
}

#page .footer-sitemap ul li:first-child a {
    font-weight: bold;
    text-transform: uppercase;
    color: #444;
}

.footer-bottom ul {
    padding: 0;
    margin: 0;
}

.footer-bottom li {
    float: right;
    margin-left: 20px;
}

.footer-bottom .footer-copyright {
    float: right;
    font-size: 12px;
}

li.footer-location {
    float: left;
}

#main-top {
    background: white;
}

#main-nav {
    background: white;
    color: #666;
    padding: 0 40px 15px;
    padding-bottom: 34px;
}

.siteheadermenu {
    margin: 0;
    padding: 0;
    float: right;
    text-align: right;
    font-size: 16px;
    line-height: 20px;
}

    .siteheadermenu li {
        float: left;
        list-style-type: none;
        margin-left: 2px;
    }

    .siteheadermenu .mnu-opt a {
        display: inline-block;
        padding: 8px 15px;
        color: white;
        border: none;
        outline: none;
    }

.mnu-opt .dropdown-menu a {
    color: #333;
}

.mnu-opt:hover, .mnu-opt a:hover {
    transition: all .2s ease-in-out;
    color: #fff;
}

.siteheadermenu .mnu-opt {
    -webkit-transition: all .2s ease-in-out;
    -moz-transition: all .2s ease-in-out;
    transition: all .2s ease-in-out;
}

input {
    outline: none;
}

.settingsubmenu {
    width: 140px;
    margin-right: 2px;
}

.overviewintro {
    background-color: red;
}

    .overviewintro li {
        display: inline;
        font-family: "Segoe UI Light","Segoe UI","Helvetica",Garuda,Arial,sans-serif;
    }

.featuretitle {
    font-weight: 100;
    font-size: 31px;
    line-height: 29px;
    margin: 0px 0px 0px 0px;
    padding: 0;
    color: white;
    font-family: "Segoe UI Web Light","Segoe UI Light","Segoe UI Web Regular","Segoe UI","Helvetica Neue",Arial;
}

.progblock {
    left: 0px;
    width: 5px;
    height: 5px;
    display: inline-block;
    position: absolute;
    background-color: #fff;
    display: none;
    -webkit-border-radius: 2px;
    -moz-border-radius: 2px;
    border-radius: 2px;
}

.inlinealert {
    background-color: #efefef;
    padding: 15px;
    margin-bottom: 15px;
}

.uppercase {
    text-transform: uppercase;
}

.arrowlink-right {
    background: transparent url(/images/arrowlinkright.png) no-repeat right 50%;
    color: #929397;
    list-style-type: none;
    padding: 3px 30px 3px 0;
    text-transform: uppercase;
    margin-top: 10px;
}

dl, dd {
    margin: 0;
}

dd {
    margin-left: 0px;
}

dt {
    display: block;
}

.property-label {
    font-weight: normal;
    text-transform: uppercase;
    font-size: 11px;
    margin-left: 0px;
    margin-bottom: 0px;
    padding-bottom: 0px;
    line-height: 18px;
}

.property-value {
    margin-bottom: 16px;
    margin-left: 0px;
    font-size: 12px;
    line-height: 18px;
}

.datepicker {
    background-image: url(/images/cal.png);
    background-position-x: right;
    background-position-y: center;
    background-repeat: no-repeat;
    width: 110px;
}

.smlbadgeicooffset {
    width: 56px;
    height: 56px;
    padding: 5px;
}

.smlcerticooffset {
    width: 66px;
    height: 66px;
}

.noselect {
    -webkit-touch-callout: none;
    -webkit-user-select: none;
    -khtml-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
}

.prereq-container {
    display: inline-block;
}

.rounded-corners {
    -moz-border-radius: 8px;
    -webkit-border-radius: 8px;
    -khtml-border-radius: 8px;
    border-radius: 8px;
}

.profilecontent {
    color: #fff;
    background-color: #333;
    background: rgba(0,0,0,0.7);
    margin-top: 20px;
    margin-right: 20px;
}

.staticprofileheader {
    margin-left: 20px;
    margin-right: 20px;
    padding-top: 20px;
}

.scrollingprofilecontent {
    margin-right: 20px;
    margin-left: 20px;
    overflow-y: auto;
    -webkit-overflow-scrolling: touch;
}

.profilecontentcontainer {
    -webkit-transition: all .3s ease-out;
    -moz-transition: all .3s ease-out;
    -ms-transition: all .3s ease-out;
    -o-transition: all .3s ease-out;
    transition: all .3s ease-out;
}

.profilecontentsection {
    padding-bottom: 25px;
}

.profilecontent .sectionheader {
    font-size: 18px;
    color: #00aeef;
    width: 110px;
}

.profilecontent .sectionsublabel {
    color: #ccc;
    padding-left: 10px;
    display: inline-block;
}

.profilecontent .countsection {
    font-size: 12px;
    color: #fff;
}

.apptypeseplabel {
    padding-bottom: 5px;
}

.profilesublabel {
    font-size: 14px;
    font-family: 'Segoe UI Light',"Helvetica",Garuda,Arial,sans-serif;
    color: #fff;
}

.profiletypelabel {
    font-size: 14px;
    font-family: 'Segoe UI Light',"Helvetica",Garuda,Arial,sans-serif;
    color: #bbb;
}

.skilllabel {
    font-size: 16px;
    color: #fff;
    font-family: 'Segoe UI Light',"Helvetica",Garuda,Arial,sans-serif;
}

.skillsublabel {
    font-size: 12px;
    color: #ccc;
}

.profileinfo {
    font-size: 16px;
    font-family: 'Segoe UI Light',Helvetica,Garuda,Arial,sans-serif;
    color: #ccc;
}

.profiletitle {
    font-size: 32px;
    font-family: 'Segoe UI',Helvetica,Garuda,Arial,sans-serif;
    color: #fff;
}

.badgecount {
    line-height: 14px;
    padding: 2px 4px 2px 4px;
    border-radius: 3px;
    -webkit-border-radius: 3px;
    opacity: .75;
    filter: alpha(opacity=75);
    position: absolute;
    top: 39px;
    left: 47px;
    background-color: white;
    color: #000;
    font-size: 11px;
}

.badgenew {
    position: absolute;
    top: 0px;
    left: 24px;
}

.badgelock {
    position: absolute;
    top: 38px;
    left: 5px;
}

.nametitle {
    font-family: 'Segoe UI Light',Helvetica,Garuda,Arial,sans-serif;
    font-size: 50px;
    line-height: 60px;
}

.subtext {
    font-size: 11px;
    color: #666;
}

.favname {
    font-size: 18px;
}

.favletter {
    width: 54px;
    height: 54px;
    font-size: 40px;
    background: #00aeef;
    margin-bottom: 10px;
    cursor: pointer;
}

.favlettercontent {
    padding-top: 14px;
    padding-left: 10px;
    line-height: 21px;
}

.feeditemtitle {
    font-weight: bold;
}

.feeditemmsg {
    color: #ccc;
}

.feedicon {
    width: 40px;
}

.feedappname {
    font-weight: bold;
}

.feeditem {
    margin-bottom: 40px;
    margin-right: 15px;
}

.feedsmltxt {
    font-size: 11px;
    padding-top: 5px;
}

.feedattmsg {
    padding-left: 10px;
}

.smallappicon {
    width: 108px;
    height: 108px;
}

.skillitem {
    display: inline-block;
    padding-right: 25px;
    padding-bottom: 30px;
}

.standingitem {
    display: inline-block;
    margin-right: 10px;
    margin-bottom: 10px;
    padding-bottom: 50px;
    padding-left: 20px;
    background-color: #333;
    background: rgba(255, 255, 255, .10);
    padding-right: 20px;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    border-radius: 3px;
}

.standingitempos {
    font-size: 14px;
    font-weight: bold;
    color: #000;
    background: #fff;
    -webkit-border-radius: 2px 2px 0 0;
    -moz-border-radius: 2px 2px 0 0;
    border-radius: 2px 2px 0 0;
}

.itemlabel {
    font-size: 18px;
    color: #fff;
}

.rewarddesc {
    color: #ccc;
}

.rewarditm {
    margin-bottom: 20px;
}

.rewardimagetd {
    padding-right: 20px;
}

.rewardimg {
    width: 108px;
    height: 108px;
}

.rewardsstoreappname {
    font-size: 18px;
    padding-bottom: 5px;
}

.usersrewardpoints {
    padding-top: 10px;
    font-size: 16px;
    color: #ccc;
}

.purlink {
    font-size: 18px;
}

.purdisabled {
    font-size: 18px;
    color: #999;
}

.leaderboardappname {
    font-size: 18px;
    padding-bottom: 5px;
}

.leaderboardname {
    padding-top: 10px;
    font-size: 16px;
    color: #ccc;
}


.badgeinfoappname {
    font-size: 18px;
    padding-bottom: 5px;
}

.badgeinfoname {
    padding-top: 10px;
    font-size: 16px;
    color: #ccc;
}

.badgelistitem {
    display: inline-block;
    padding-left: 4px;
    padding-right: 26px;
    padding-bottom: 20px;
    vertical-align: top;
    width: 70px;
}

.badgelabel {
    word-wrap: break-word;
    width: 70px;
    text-align: center;
    font-size: 11px;
    padding-top: 3px;
}

.certinfoappname {
    font-size: 18px;
    padding-bottom: 5px;
}

.certinfoname {
    padding-top: 10px;
    font-size: 16px;
    color: #ccc;
}

.certlistitem {
    display: inline-block;
    padding-left: 4px;
    padding-right: 27px;
    padding-bottom: 20px;
    vertical-align: top;
    width: 70px;
}

.certlabel {
    word-wrap: break-word;
    width: 70px;
    text-align: center;
    font-size: 11px;
    padding-top: 3px;
}

.iteminfoname {
    margin-top: 20px;
    font-size: 24px;
}

.iteminfodesc {
    padding-top: 15px;
    font-size: 16px;
    color: #ccc;
    display: block;
    width: 60%;
}

.iteminfolight {
    padding-top: 15px;
    font-size: 16px;
    color: #aaa;
    display: block;
    width: 60%;
}

.memberitem {
    width: 80px;
    height: 80px;
    display: block;
}

.memberitemname {
    width: 54px;
    word-break: break-all;
    color: #ccc;
    text-align: center;
}

.standingusername {
    font-size: 18px;
    padding-bottom: 5px;
}

.standingimg {
    width: 54px;
    height: 54px;
}

.leaderboardimg {
    width: 80px;
    height: 80px;
}

.btnfileupload {
    cursor: pointer;
}

.divfileuploadwrapper {
    cursor: pointer;
    display: inline-block;
    overflow: hidden;
    position: relative;
}

    .divfileuploadwrapper input {
        cursor: pointer;
        filter: alpha(opacity=1);
        -moz-opacity: 0.01;
        opacity: 0.01;
        height: 100%;
        position: absolute;
        right: 0px;
        top: 0;
        font-size: 100px;
    }

.defaultbackgroundthumb {
    width: 230px;
    display: inline-block;
    padding-right: 20px;
    padding-bottom: 20px;
}

    .defaultbackgroundthumb img {
        border: solid 2px #434343;
    }

.headeritem {
    line-height: 21px;
    width: 100%;
}

.sociallink {
    padding-right: 10px;
    padding-bottom: 10px;
    display: inline-block;
}

.sociallinkedit {
    padding-bottom: 20px;
}

.socialtextedit {
    margin-bottom: 30px;
}

    .socialtextedit input {
        width: 400px;
    }

.socialimgedit {
    width: 64px;
    padding-top: 10px;
    padding-right: 20px;
}

.socialbtnedit {
    height: 30px;
}

.minaccmenu {
    font-size: 18px;
    list-style: none;
    -webkit-padding-start: 0px;
}

    .minaccmenu li {
        display: inline-block;
        margin-right: 15px;
        background-color: rgb(0,0,0);
        background: rgba(255,255,255,0.1);
        -webkit-border-radius: 3px;
        -moz-border-radius: 3px;
        border-radius: 3px;
        padding-left: 8px;
        padding-right: 8px;
        padding-top: 2px;
        padding-bottom: 4px;
    }

.contactblock {
    display: inline-block;
    color: #fff;
    background-color: rgb(0,0,0);
    background: rgba(255,255,255,0.1);
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    border-radius: 3px;
    padding: 10px;
    margin-right: 20px;
    margin-bottom: 20px;
}

.contactlabel {
    font-size: 11px;
    text-transform: uppercase;
    color: #fff;
}

.contactinfo {
    color: #ccc;
}

#dlgprofilechanged {
    display: none;
    position: absolute;
    padding: 20px;
    top: 60px;
    left: 30px;
    width: 300px;
    background-color: #333;
    background: rgba(0,0,0,0.7);
    color: #f7f7f7;
    -webkit-box-shadow: 0 0 6px #000;
    -moz-box-shadow: 0 0 6px #000;
    box-shadow: 0 0 6px #000;
    z-index: 1;
}

.videopreview {
    padding-bottom: 50px;
}

.videocategorytitle {
    font-size: 11px;
    color: #888;
    text-transform: uppercase;
}

.videopreviewtitle {
    font-size: 20px;
    padding-bottom: 10px;
}

.videopreviewcontent {
    padding-left: 30px;
}

.videosynopsis {
    padding-bottom: 20px;
}

.videopreviewinfolabel {
    font-weight: bold;
}

.videopreviewinfovalue {
    padding-left: 10px;
}

.videopreviewwatchbuttontd {
    padding-top: 10px;
}

.appverifiedicon {
    text-align: center;
    position: absolute;
    top: 113px;
    display: none;
    width: 108px;
    height: 28px;
    background-image: url("//connecterstoreprod.blob.core.windows.net/apps/app_verified_108px.png");
}

    .appverifiedicon a {
        line-height: 27px;
        margin-left: 27px;
        font-size: 14px;
    }

.userdisabled {
    display: none;
}

.appdomainitem {
    padding-top: 5px;
    padding-bottom: 5px;
}

.appitem {
    padding-bottom: 20px;
}

.editico {
    display: none;
    cursor: pointer;
}

.mnuaddremove {
    cursor: pointer;
}

.isdisabled {
    opacity: .35;
    filter: alpha(opacity=.35);
    -moz-opacity: 0.35;
}

.lboptscontainer {
    padding-left: 10px;
}

.appuserdisabled {
    display: none;
}

.appuserdeleted {
    display: none;
}

.appdomainuserdeleted {
    display: none;
}

.appdomainuserdisabled {
    display: none;
}

.appoptscontainer {
    padding-top: 5px;
}

.currentmenuitem a {
    color: #ccc;
    font-size: 18px;
    margin-right: 20px;
    display: inline;
}

.articlecategorytitle {
    font-size: 11px;
    color: #888;
    text-transform: uppercase;
    font-weight: bold;
}

.articlepreviewtitle {
    font-size: 20px;
}

.articlepreviewsubtitle {
    font-size: 16px;
    padding-top: 5px;
}

.articlepreviewdeemph {
    font-size: 12px;
    color: #999;
}

.articlebody {
    padding-top: 20px;
}

.blogpreviewarticle {
    width: 600px;
    background: #f7f7f7;
    padding: 25px;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    border-radius: 4px;
    margin-bottom: 40px;
}

.blogpreviewtitle {
    padding-top: 10px;
    padding-bottom: 10px;
    font-size: 40px;
    font-family: "Segoe UI Light", Verdana, Helvetica, Sans-Serif;
}

.blogpreviewimage {
    font-size: 16px;
    padding-top: 5px;
    overflow: hidden;
    width: 600px;
    height: 250px;
}

    .blogpreviewimage img {
        background-position: center center;
        width: 100%;
        height: auto;
    }

.blogpreviewfooter {
    border-top: solid 1px #dedede;
    margin-top: 20px;
    padding-top: 20px;
}

.blogpreviewdeemph {
    font-size: 12px;
    color: #999;
    text-transform: uppercase;
    display: inline-block;
}

.blogpreviewtags {
    font-size: 12px;
    color: #999;
    text-transform: uppercase;
    float: right;
    display: inline-block;
}

.mnuaddremove {
    padding-top: 5px;
}

.editico {
    padding-top: 5px;
}

.themecont {
    width: 222px;
    height: 144px;
    border: solid 2px #434343;
}

.rcGuideName {
    font-weight: bold;
}

.rcGuideLink a {
    color: #fff;
}

    .rcGuideLink a:hover {
        color: #fff;
    }

.profilewizitem {
    display: inline-block;
    float: left;
    width: 100px;
    height: 100px;
    text-align: center;
}

.dlglistitemrow {
    height: 41px;
    overflow: hidden;
}

    .dlglistitemrow.row-alt {
        background-color: #f7f7f7;
    }

.dlglistitemrowcontent {
    margin-top: 10px;
    margin-left: 10px;
    margin-right: 10px;
}

.dlglistitembtn {
    position: relative;
    top: -4px;
}

ul.scroll-menu {
    position: absolute;
    z-index: 99999;
    overflow-x: auto;
    -webkit-overflow-scrolling: touch;
    -moz-overflow-scrolling: touch;
    -ms-overflow-scrolling: touch;
    -o-overflow-scrolling: touch;
    overflow-scrolling: touch;
    height: auto;
    max-height: 300px;
}

#vAppDomainAccessCodeCheck {
    display: none;
}

#vAppDomainAccessCodeX {
    display: none;
}


#toast {
    margin-right: 20px;
    padding: 0;
    z-index: 99999;
    position: absolute;
    bottom: -50px;
    left: 80px;
    width: 385px;
    min-height: 90px;
    background-color: #fff;
    display: none;
    pointer-events: auto;
    -webkit-box-shadow: 10px 10px 34px -5px rgba(0,0,0,0.75);
    -moz-box-shadow: 10px 10px 34px -5px rgba(0,0,0,0.75);
    box-shadow: 10px 10px 34px -5px rgba(0,0,0,0.75);
}

#toast-icon {
    height: 90px;
    width: 90px;
    float: left;
}

#toast-icon-td {
    width: 90px;
}

#toast-content {
    padding-top: 10px;
    padding-left: 15px;
    padding-right: 15px;
    padding-bottom: 10px;
    line-height: normal;
    text-align: left;
    font-size: 14px;
}

    #toast-content p {
        margin: 0;
        margin-bottom: .5em;
        -webkit-margin-before: 0em;
        -webkit-margin-after: .5em;
        -webkit-margin-start: 0px;
        -webkit-margin-end: 0px;
    }

    #toast-content a {
        color: #cc0000;
    }

#toast-title {
    font-weight: bold;
}

.SSOOption img {
    border: solid 2px #ccc;
    -webkit-transition: all 1s linear;
    -o-transition: all .5s linear;
    -moz-transition: all .5s linear;
    -ms-transition: all .5s linear;
    -kthtml-transition: all .5s linear;
    transition: all .5s linear;
}

    .SSOOption img:hover {
        border: solid 2px #00aeff;
        -webkit-box-shadow: inset 0 1px 1px rgba(0,0,0,0.075),0 0 8px rgba(82,168,236,0.6);
        -moz-box-shadow: inset 0 1px 1px rgba(0,0,0,0.075),0 0 8px rgba(82,168,236,0.6);
        box-shadow: inset 0 1px 1px rgba(0,0,0,0.075),0 0 8px rgba(82,168,236,0.6);
        -webkit-transition: all 1s linear;
        -o-transition: all .5s linear;
        -moz-transition: all .5s linear;
        -ms-transition: all .5s linear;
        -kthtml-transition: all .5s linear;
        transition: all .5s linear;
    }

.privacypledge-logo {
    width: 90px;
    height: 49px;
    padding-left: 20px;
    padding-top: 15px;
    cursor: pointer;
    display: inline-block;
    float: right;
}

.privo-logo {
    width: 90px;
    height: 49px;
    padding-left: 20px;
    padding-top: 15px;
    cursor: pointer;
    display: inline-block;
    float: right;
}

.appsubcontentdivider {
    height: 30px;
    margin-bottom: 5px;
    margin-top: 10px;
}

    .appsubcontentdivider span {
        color: #fff;
        background-color: rgb(0,0,0);
        background: rgba(255,255,255,0.1);
        -webkit-border-radius: 3px;
        -moz-border-radius: 3px;
        border-radius: 3px;
        font-size: 16px;
        line-height: 16px;
        padding-left: 8px;
        padding-right: 8px;
        padding-top: 2px;
        padding-bottom: 4px;
    }

.subcontent {
    margin-left: 20px;
}

.appsubcontentdivider {
    cursor: pointer;
}

.actionlistitem {
    text-align: center;
    vertical-align: top;
    position: relative;
    padding: 0 10px;
    padding-bottom: 20px;
}

.actionitemcontent {
    display: inline-block;
    padding-bottom: 10px;
    vertical-align: top;
}

.profileActionPoints {
    display: inline-block;
    padding: 10px 13px;
    font-size: 22px;
    line-height: 56px;
    margin-bottom: 4px;
    min-width: 100px;
    text-align: center;
}

    .profileActionPoints.red {
        background-color: rgba(255,0,0,.25);
        border: none;
        color: #fff;
        border-radius: 4px;
    }

    .profileActionPoints.green {
        background-color: rgba(0,255,0,.25);
        border: none;
        color: #fff;
        border-radius: 4px;
    }

    .profileActionPoints.gray {
        background-color: rgba(255,255,255,.25);
        border: none;
        color: #fff;
        border-radius: 4px;
    }


.profileActionLabel {
    font-size: 14px;
    margin: 2px auto;
}

.teachertoast {
    transition-property: opacity, bottom;
    transition-duration: 1s;
    opacity: 0;
    position: absolute;
    width: 300px;
    height: 60px;
    background-color: rgba(255,255,255,1);
    right: 20px;
    bottom: 30px;
    -webkit-box-shadow: 2px 3px 12px -2px rgba(0,0,0,0.75);
    -moz-box-shadow: 2px 3px 12px -2px rgba(0,0,0,0.75);
    box-shadow: 2px 3px 12px -2px rgba(0,0,0,0.75);
}

.teachertoastactive {
    opacity: 1;
    bottom: 50px;
}
