﻿@font-face {
    font-family: 'FontAwesome';
    src: url('../fonts/fontawesome-webfont.eot?v=4.0.3');
    src: url('../fonts/fontawesome-webfont.eot?#iefix&v=4.0.3') format('embedded-opentype'),url('../fonts/fontawesome-webfont.woff?v=4.0.3') format('woff'),url('../fonts/fontawesome-webfont.ttf?v=4.0.3') format('truetype'),url('../fonts/fontawesome-webfont.svg?v=4.0.3#fontawesomeregular') format('svg');
    font-weight: normal;
    font-style: normal
}

@font-face {
    font-family: 'DM Sans';
    src: url('../fonts/DMSans-Regular.ttf') format('truetype');
    font-weight: normal;
    font-style: normal
}

@font-face {
    font-family: 'Work sans extrabold';
    src: url('../fonts/WorkSans-ExtraBold.ttf') format('truetype');
    font-weight: normal;
    font-style: normal
}

.fa {
    display: inline-block;
    font-family: FontAwesome;
    font-style: normal;
    font-weight: normal;
    line-height: 1;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale
}

.fa-lg {
    font-size: 1.3333333333333333em;
    line-height: .75em;
    vertical-align: -15%
}

.fa-2x {
    font-size: 2em
}

.fa-3x {
    font-size: 3em
}

.fa-4x {
    font-size: 4em
}

.fa-5x {
    font-size: 5em
}

.fa-fw {
    width: 1.2857142857142858em;
    text-align: center
}

.fa-ul {
    padding-left: 0;
    margin-left: 2.142857142857143em;
    list-style-type: none
}

    .fa-ul > li {
        position: relative
    }

.fa-li {
    position: absolute;
    left: -2.142857142857143em;
    width: 2.142857142857143em;
    top: .14285714285714285em;
    text-align: center
}

    .fa-li.fa-lg {
        left: -1.8571428571428572em
    }

.fa-border {
    padding: .2em .25em .15em;
    border: solid .08em #eee;
    border-radius: .1em
}

.pull-right {
    float: right
}

.pull-left {
    float: left
}

.fa.pull-left {
    margin-right: .3em
}

.fa.pull-right {
    margin-left: .3em
}

.fa-spin {
    -webkit-animation: spin 2s infinite linear;
    -moz-animation: spin 2s infinite linear;
    -o-animation: spin 2s infinite linear;
    animation: spin 2s infinite linear
}

@-moz-keyframes spin {
    0% {
        -moz-transform: rotate(0deg)
    }

    100% {
        -moz-transform: rotate(359deg)
    }
}

@-webkit-keyframes spin {
    0% {
        -webkit-transform: rotate(0deg)
    }

    100% {
        -webkit-transform: rotate(359deg)
    }
}

@-o-keyframes spin {
    0% {
        -o-transform: rotate(0deg)
    }

    100% {
        -o-transform: rotate(359deg)
    }
}

@-ms-keyframes spin {
    0% {
        -ms-transform: rotate(0deg)
    }

    100% {
        -ms-transform: rotate(359deg)
    }
}

@keyframes spin {
    0% {
        transform: rotate(0deg)
    }

    100% {
        transform: rotate(359deg)
    }
}

.fa-rotate-90 {
    filter: progid:DXImageTransform.Microsoft.BasicImage(rotation=1);
    -webkit-transform: rotate(90deg);
    -moz-transform: rotate(90deg);
    -ms-transform: rotate(90deg);
    -o-transform: rotate(90deg);
    transform: rotate(90deg)
}

.fa-rotate-180 {
    filter: progid:DXImageTransform.Microsoft.BasicImage(rotation=2);
    -webkit-transform: rotate(180deg);
    -moz-transform: rotate(180deg);
    -ms-transform: rotate(180deg);
    -o-transform: rotate(180deg);
    transform: rotate(180deg)
}

.fa-rotate-270 {
    filter: progid:DXImageTransform.Microsoft.BasicImage(rotation=3);
    -webkit-transform: rotate(270deg);
    -moz-transform: rotate(270deg);
    -ms-transform: rotate(270deg);
    -o-transform: rotate(270deg);
    transform: rotate(270deg)
}

.fa-flip-horizontal {
    filter: progid:DXImageTransform.Microsoft.BasicImage(rotation=0,mirror=1);
    -webkit-transform: scale(-1,1);
    -moz-transform: scale(-1,1);
    -ms-transform: scale(-1,1);
    -o-transform: scale(-1,1);
    transform: scale(-1,1)
}

.fa-flip-vertical {
    filter: progid:DXImageTransform.Microsoft.BasicImage(rotation=2,mirror=1);
    -webkit-transform: scale(1,-1);
    -moz-transform: scale(1,-1);
    -ms-transform: scale(1,-1);
    -o-transform: scale(1,-1);
    transform: scale(1,-1)
}

.fa-stack {
    position: relative;
    display: inline-block;
    width: 2em;
    height: 2em;
    line-height: 2em;
    vertical-align: middle
}

.fa-stack-1x, .fa-stack-2x {
    position: absolute;
    left: 0;
    width: 100%;
    text-align: center
}

.fa-stack-1x {
    line-height: inherit
}

.fa-stack-2x {
    font-size: 2em
}

.fa-inverse {
    color: #fff
}

.fa-glass:before {
    content: ""
}

.fa-music:before {
    content: ""
}

.fa-search:before {
    content: ""
}

.fa-envelope-o:before {
    content: ""
}

.fa-heart:before {
    content: ""
}

.fa-star:before {
    content: ""
}

.fa-star-o:before {
    content: ""
}

.fa-user:before {
    content: ""
}

.fa-film:before {
    content: ""
}

.fa-th-large:before {
    content: ""
}

.fa-th:before {
    content: ""
}

.fa-th-list:before {
    content: ""
}

.fa-check:before {
    content: ""
}

.fa-times:before {
    content: ""
}

.fa-search-plus:before {
    content: ""
}

.fa-search-minus:before {
    content: ""
}

.fa-power-off:before {
    content: ""
}

.fa-signal:before {
    content: ""
}

.fa-gear:before, .fa-cog:before {
    content: ""
}

.fa-trash-o:before {
    content: ""
}

.fa-home:before {
    content: ""
}

.fa-file-o:before {
    content: ""
}

.fa-clock-o:before {
    content: ""
}

.fa-road:before {
    content: ""
}

.fa-download:before {
    content: ""
}

.fa-arrow-circle-o-down:before {
    content: ""
}

.fa-arrow-circle-o-up:before {
    content: ""
}

.fa-inbox:before {
    content: ""
}

.fa-play-circle-o:before {
    content: ""
}

.fa-rotate-right:before, .fa-repeat:before {
    content: ""
}

.fa-refresh:before {
    content: ""
}

.fa-list-alt:before {
    content: ""
}

.fa-lock:before {
    content: ""
}

.fa-flag:before {
    content: ""
}

.fa-headphones:before {
    content: ""
}

.fa-volume-off:before {
    content: ""
}

.fa-volume-down:before {
    content: ""
}

.fa-volume-up:before {
    content: ""
}

.fa-qrcode:before {
    content: ""
}

.fa-barcode:before {
    content: ""
}

.fa-tag:before {
    content: ""
}

.fa-tags:before {
    content: ""
}

.fa-book:before {
    content: ""
}

.fa-bookmark:before {
    content: ""
}

.fa-print:before {
    content: ""
}

.fa-camera:before {
    content: ""
}

.fa-font:before {
    content: ""
}

.fa-bold:before {
    content: ""
}

.fa-italic:before {
    content: ""
}

.fa-text-height:before {
    content: ""
}

.fa-text-width:before {
    content: ""
}

.fa-align-left:before {
    content: ""
}

.fa-align-center:before {
    content: ""
}

.fa-align-right:before {
    content: ""
}

.fa-align-justify:before {
    content: ""
}

.fa-list:before {
    content: ""
}

.fa-dedent:before, .fa-outdent:before {
    content: ""
}

.fa-indent:before {
    content: ""
}

.fa-video-camera:before {
    content: ""
}

.fa-picture-o:before {
    content: ""
}

.fa-pencil:before {
    content: ""
}

.fa-map-marker:before {
    content: ""
}

.fa-adjust:before {
    content: ""
}

.fa-tint:before {
    content: ""
}

.fa-edit:before, .fa-pencil-square-o:before {
    content: ""
}

.fa-share-square-o:before {
    content: ""
}

.fa-check-square-o:before {
    content: ""
}

.fa-arrows:before {
    content: ""
}

.fa-step-backward:before {
    content: ""
}

.fa-fast-backward:before {
    content: ""
}

.fa-backward:before {
    content: ""
}

.fa-play:before {
    content: ""
}

.fa-pause:before {
    content: ""
}

.fa-stop:before {
    content: ""
}

.fa-forward:before {
    content: ""
}

.fa-fast-forward:before {
    content: ""
}

.fa-step-forward:before {
    content: ""
}

.fa-eject:before {
    content: ""
}

.fa-chevron-left:before {
    content: ""
}

.fa-chevron-right:before {
    content: ""
}

.fa-plus-circle:before {
    content: ""
}

.fa-minus-circle:before {
    content: ""
}

.fa-times-circle:before {
    content: ""
}

.fa-check-circle:before {
    content: ""
}

.fa-question-circle:before {
    content: ""
}

.fa-info-circle:before {
    content: ""
}

.fa-crosshairs:before {
    content: ""
}

.fa-times-circle-o:before {
    content: ""
}

.fa-check-circle-o:before {
    content: ""
}

.fa-ban:before {
    content: ""
}

.fa-arrow-left:before {
    content: ""
}

.fa-arrow-right:before {
    content: ""
}

.fa-arrow-up:before {
    content: ""
}

.fa-arrow-down:before {
    content: ""
}

.fa-mail-forward:before, .fa-share:before {
    content: ""
}

.fa-expand:before {
    content: ""
}

.fa-compress:before {
    content: ""
}

.fa-plus:before {
    content: ""
}

.fa-minus:before {
    content: ""
}

.fa-asterisk:before {
    content: ""
}

.fa-exclamation-circle:before {
    content: ""
}

.fa-gift:before {
    content: ""
}

.fa-leaf:before {
    content: ""
}

.fa-fire:before {
    content: ""
}

.fa-eye:before {
    content: ""
}

.fa-eye-slash:before {
    content: ""
}

.fa-warning:before, .fa-exclamation-triangle:before {
    content: ""
}

.fa-plane:before {
    content: ""
}

.fa-calendar:before {
    content: ""
}

.fa-random:before {
    content: ""
}

.fa-comment:before {
    content: ""
}

.fa-magnet:before {
    content: ""
}

.fa-chevron-up:before {
    content: ""
}

.fa-chevron-down:before {
    content: ""
}

.fa-retweet:before {
    content: ""
}

.fa-shopping-cart:before {
    content: ""
}

.fa-folder:before {
    content: ""
}

.fa-folder-open:before {
    content: ""
}

.fa-arrows-v:before {
    content: ""
}

.fa-arrows-h:before {
    content: ""
}

.fa-bar-chart-o:before {
    content: ""
}

.fa-twitter-square:before {
    content: ""
}

.fa-facebook-square:before {
    content: ""
}

.fa-camera-retro:before {
    content: ""
}

.fa-key:before {
    content: ""
}

.fa-gears:before, .fa-cogs:before {
    content: ""
}

.fa-comments:before {
    content: ""
}

.fa-thumbs-o-up:before {
    content: ""
}

.fa-thumbs-o-down:before {
    content: ""
}

.fa-star-half:before {
    content: ""
}

.fa-heart-o:before {
    content: ""
}

.fa-sign-out:before {
    content: ""
}

.fa-linkedin-square:before {
    content: ""
}

.fa-thumb-tack:before {
    content: ""
}

.fa-external-link:before {
    content: ""
}

.fa-sign-in:before {
    content: ""
}

.fa-trophy:before {
    content: ""
}

.fa-github-square:before {
    content: ""
}

.fa-upload:before {
    content: ""
}

.fa-lemon-o:before {
    content: ""
}

.fa-phone:before {
    content: ""
}

.fa-square-o:before {
    content: ""
}

.fa-bookmark-o:before {
    content: ""
}

.fa-phone-square:before {
    content: ""
}

.fa-twitter:before {
    content: ""
}

.fa-facebook:before {
    content: ""
}

.fa-github:before {
    content: ""
}

.fa-unlock:before {
    content: ""
}

.fa-credit-card:before {
    content: ""
}

.fa-rss:before {
    content: ""
}

.fa-hdd-o:before {
    content: ""
}

.fa-bullhorn:before {
    content: ""
}

.fa-bell:before {
    content: ""
}

.fa-certificate:before {
    content: ""
}

.fa-hand-o-right:before {
    content: ""
}

.fa-hand-o-left:before {
    content: ""
}

.fa-hand-o-up:before {
    content: ""
}

.fa-hand-o-down:before {
    content: ""
}

.fa-arrow-circle-left:before {
    content: ""
}

.fa-arrow-circle-right:before {
    content: ""
}

.fa-arrow-circle-up:before {
    content: ""
}

.fa-arrow-circle-down:before {
    content: ""
}

.fa-globe:before {
    content: ""
}

.fa-wrench:before {
    content: ""
}

.fa-tasks:before {
    content: ""
}

.fa-filter:before {
    content: ""
}

.fa-briefcase:before {
    content: ""
}

.fa-arrows-alt:before {
    content: ""
}

.fa-group:before, .fa-users:before {
    content: ""
}

.fa-chain:before, .fa-link:before {
    content: ""
}

.fa-cloud:before {
    content: ""
}

.fa-flask:before {
    content: ""
}

.fa-cut:before, .fa-scissors:before {
    content: ""
}

.fa-copy:before, .fa-files-o:before {
    content: ""
}

.fa-paperclip:before {
    content: ""
}

.fa-save:before, .fa-floppy-o:before {
    content: ""
}

.fa-square:before {
    content: ""
}

.fa-bars:before {
    content: ""
}

.fa-list-ul:before {
    content: ""
}

.fa-list-ol:before {
    content: ""
}

.fa-strikethrough:before {
    content: ""
}

.fa-underline:before {
    content: ""
}

.fa-table:before {
    content: ""
}

.fa-magic:before {
    content: ""
}

.fa-truck:before {
    content: ""
}

.fa-pinterest:before {
    content: ""
}

.fa-pinterest-square:before {
    content: ""
}

.fa-google-plus-square:before {
    content: ""
}

.fa-google-plus:before {
    content: ""
}

.fa-money:before {
    content: ""
}

.fa-caret-down:before {
    content: ""
}

.fa-caret-up:before {
    content: ""
}

.fa-caret-left:before {
    content: ""
}

.fa-caret-right:before {
    content: ""
}

.fa-columns:before {
    content: ""
}

.fa-unsorted:before, .fa-sort:before {
    content: ""
}

.fa-sort-down:before, .fa-sort-asc:before {
    content: ""
}

.fa-sort-up:before, .fa-sort-desc:before {
    content: ""
}

.fa-envelope:before {
    content: ""
}

.fa-linkedin:before {
    content: ""
}

.fa-rotate-left:before, .fa-undo:before {
    content: ""
}

.fa-legal:before, .fa-gavel:before {
    content: ""
}

.fa-dashboard:before, .fa-tachometer:before {
    content: ""
}

.fa-comment-o:before {
    content: ""
}

.fa-comments-o:before {
    content: ""
}

.fa-flash:before, .fa-bolt:before {
    content: ""
}

.fa-sitemap:before {
    content: ""
}

.fa-umbrella:before {
    content: ""
}

.fa-paste:before, .fa-clipboard:before {
    content: ""
}

.fa-lightbulb-o:before {
    content: ""
}

.fa-exchange:before {
    content: ""
}

.fa-cloud-download:before {
    content: ""
}

.fa-cloud-upload:before {
    content: ""
}

.fa-user-md:before {
    content: ""
}

.fa-stethoscope:before {
    content: ""
}

.fa-suitcase:before {
    content: ""
}

.fa-bell-o:before {
    content: ""
}

.fa-coffee:before {
    content: ""
}

.fa-cutlery:before {
    content: ""
}

.fa-file-text-o:before {
    content: ""
}

.fa-building-o:before {
    content: ""
}

.fa-hospital-o:before {
    content: ""
}

.fa-ambulance:before {
    content: ""
}

.fa-medkit:before {
    content: ""
}

.fa-fighter-jet:before {
    content: ""
}

.fa-beer:before {
    content: ""
}

.fa-h-square:before {
    content: ""
}

.fa-plus-square:before {
    content: ""
}

.fa-angle-double-left:before {
    content: ""
}

.fa-angle-double-right:before {
    content: ""
}

.fa-angle-double-up:before {
    content: ""
}

.fa-angle-double-down:before {
    content: ""
}

.fa-angle-left:before {
    content: ""
}

.fa-angle-right:before {
    content: ""
}

.fa-angle-up:before {
    content: ""
}

.fa-angle-down:before {
    content: ""
}

.fa-desktop:before {
    content: ""
}

.fa-laptop:before {
    content: ""
}

.fa-tablet:before {
    content: ""
}

.fa-mobile-phone:before, .fa-mobile:before {
    content: ""
}

.fa-circle-o:before {
    content: ""
}

.fa-quote-left:before {
    content: ""
}

.fa-quote-right:before {
    content: ""
}

.fa-spinner:before {
    content: ""
}

.fa-circle:before {
    content: ""
}

.fa-mail-reply:before, .fa-reply:before {
    content: ""
}

.fa-github-alt:before {
    content: ""
}

.fa-folder-o:before {
    content: ""
}

.fa-folder-open-o:before {
    content: ""
}

.fa-smile-o:before {
    content: ""
}

.fa-frown-o:before {
    content: ""
}

.fa-meh-o:before {
    content: ""
}

.fa-gamepad:before {
    content: ""
}

.fa-keyboard-o:before {
    content: ""
}

.fa-flag-o:before {
    content: ""
}

.fa-flag-checkered:before {
    content: ""
}

.fa-terminal:before {
    content: ""
}

.fa-code:before {
    content: ""
}

.fa-reply-all:before {
    content: ""
}

.fa-mail-reply-all:before {
    content: ""
}

.fa-star-half-empty:before, .fa-star-half-full:before, .fa-star-half-o:before {
    content: ""
}

.fa-location-arrow:before {
    content: ""
}

.fa-crop:before {
    content: ""
}

.fa-code-fork:before {
    content: ""
}

.fa-unlink:before, .fa-chain-broken:before {
    content: ""
}

.fa-question:before {
    content: ""
}

.fa-info:before {
    content: ""
}

.fa-exclamation:before {
    content: ""
}

.fa-superscript:before {
    content: ""
}

.fa-subscript:before {
    content: ""
}

.fa-eraser:before {
    content: ""
}

.fa-puzzle-piece:before {
    content: ""
}

.fa-microphone:before {
    content: ""
}

.fa-microphone-slash:before {
    content: ""
}

.fa-shield:before {
    content: ""
}

.fa-calendar-o:before {
    content: ""
}

.fa-fire-extinguisher:before {
    content: ""
}

.fa-rocket:before {
    content: ""
}

.fa-maxcdn:before {
    content: ""
}

.fa-chevron-circle-left:before {
    content: ""
}

.fa-chevron-circle-right:before {
    content: ""
}

.fa-chevron-circle-up:before {
    content: ""
}

.fa-chevron-circle-down:before {
    content: ""
}

.fa-html5:before {
    content: ""
}

.fa-css3:before {
    content: ""
}

.fa-anchor:before {
    content: ""
}

.fa-unlock-alt:before {
    content: ""
}

.fa-bullseye:before {
    content: ""
}

.fa-ellipsis-h:before {
    content: ""
}

.fa-ellipsis-v:before {
    content: ""
}

.fa-rss-square:before {
    content: ""
}

.fa-play-circle:before {
    content: ""
}

.fa-ticket:before {
    content: ""
}

.fa-minus-square:before {
    content: ""
}

.fa-minus-square-o:before {
    content: ""
}

.fa-level-up:before {
    content: ""
}

.fa-level-down:before {
    content: ""
}

.fa-check-square:before {
    content: ""
}

.fa-pencil-square:before {
    content: ""
}

.fa-external-link-square:before {
    content: ""
}

.fa-share-square:before {
    content: ""
}

.fa-compass:before {
    content: ""
}

.fa-toggle-down:before, .fa-caret-square-o-down:before {
    content: ""
}

.fa-toggle-up:before, .fa-caret-square-o-up:before {
    content: ""
}

.fa-toggle-right:before, .fa-caret-square-o-right:before {
    content: ""
}

.fa-euro:before, .fa-eur:before {
    content: ""
}

.fa-gbp:before {
    content: ""
}

.fa-dollar:before, .fa-usd:before {
    content: ""
}

.fa-rupee:before, .fa-inr:before {
    content: ""
}

.fa-cny:before, .fa-rmb:before, .fa-yen:before, .fa-jpy:before {
    content: ""
}

.fa-ruble:before, .fa-rouble:before, .fa-rub:before {
    content: ""
}

.fa-won:before, .fa-krw:before {
    content: ""
}

.fa-bitcoin:before, .fa-btc:before {
    content: ""
}

.fa-file:before {
    content: ""
}

.fa-file-text:before {
    content: ""
}

.fa-sort-alpha-asc:before {
    content: ""
}

.fa-sort-alpha-desc:before {
    content: ""
}

.fa-sort-amount-asc:before {
    content: ""
}

.fa-sort-amount-desc:before {
    content: ""
}

.fa-sort-numeric-asc:before {
    content: ""
}

.fa-sort-numeric-desc:before {
    content: ""
}

.fa-thumbs-up:before {
    content: ""
}

.fa-thumbs-down:before {
    content: ""
}

.fa-youtube-square:before {
    content: ""
}

.fa-youtube:before {
    content: ""
}

.fa-xing:before {
    content: ""
}

.fa-xing-square:before {
    content: ""
}

.fa-youtube-play:before {
    content: ""
}

.fa-dropbox:before {
    content: ""
}

.fa-stack-overflow:before {
    content: ""
}

.fa-instagram:before {
    content: ""
}

.fa-flickr:before {
    content: ""
}

.fa-adn:before {
    content: ""
}

.fa-bitbucket:before {
    content: ""
}

.fa-bitbucket-square:before {
    content: ""
}

.fa-tumblr:before {
    content: ""
}

.fa-tumblr-square:before {
    content: ""
}

.fa-long-arrow-down:before {
    content: ""
}

.fa-long-arrow-up:before {
    content: ""
}

.fa-long-arrow-left:before {
    content: ""
}

.fa-long-arrow-right:before {
    content: ""
}

.fa-apple:before {
    content: ""
}

.fa-windows:before {
    content: ""
}

.fa-android:before {
    content: ""
}

.fa-linux:before {
    content: ""
}

.fa-dribbble:before {
    content: ""
}

.fa-skype:before {
    content: ""
}

.fa-foursquare:before {
    content: ""
}

.fa-trello:before {
    content: ""
}

.fa-female:before {
    content: ""
}

.fa-male:before {
    content: ""
}

.fa-gittip:before {
    content: ""
}

.fa-sun-o:before {
    content: ""
}

.fa-moon-o:before {
    content: ""
}

.fa-archive:before {
    content: ""
}

.fa-bug:before {
    content: ""
}

.fa-vk:before {
    content: ""
}

.fa-weibo:before {
    content: ""
}

.fa-renren:before {
    content: ""
}

.fa-pagelines:before {
    content: ""
}

.fa-stack-exchange:before {
    content: ""
}

.fa-arrow-circle-o-right:before {
    content: ""
}

.fa-arrow-circle-o-left:before {
    content: ""
}

.fa-toggle-left:before, .fa-caret-square-o-left:before {
    content: ""
}

.fa-dot-circle-o:before {
    content: ""
}

.fa-wheelchair:before {
    content: ""
}

.fa-vimeo-square:before {
    content: ""
}

.fa-turkish-lira:before, .fa-try:before {
    content: ""
}

.fa-plus-square-o:before {
    content: ""
}

.prettyprint {
    padding: 8px;
    background-color: #f7f7f9;
    border: 1px solid #e1e1e8
}

    .prettyprint[class*="linenums"] {
        -webkit-box-shadow: inset 40px 0 0 #fbfbfc,inset 41px 0 0 #ececf0;
        -moz-box-shadow: inset 40px 0 0 #fbfbfc,inset 41px 0 0 #ececf0;
        box-shadow: inset 40px 0 0 #fbfbfc,inset 41px 0 0 #ececf0
    }

    .prettyprint .com {
        color: #93a1a1
    }

    .prettyprint .lit {
        color: #195f91
    }

    .prettyprint .pun, .prettyprint .opn, .prettyprint .clo {
        color: #93a1a1
    }

    .prettyprint .fun {
        color: #dc322f
    }

    .prettyprint .str, .prettyprint .atv {
        color: #d14
    }

    .prettyprint .kwd, .prettyprint .tag {
        color: #1e347b
    }

    .prettyprint .typ, .prettyprint .atn, .prettyprint .dec, .prettyprint .var {
        color: teal
    }

    .prettyprint .pln {
        color: #48484c
    }

ol.linenums {
    margin: 0 0 0 33px
}

    ol.linenums li {
        padding-left: 12px;
        color: #bebec5;
        line-height: 18px;
        text-shadow: 0 1px 0 #fff
    }

.clearfix {
    *zoom: 1
}

    .clearfix:before, .clearfix:after {
        display: table;
        content: "";
        line-height: 0
    }

    .clearfix:after {
        clear: both
    }

.hide-text {
    font: 0/0 a;
    color: transparent;
    text-shadow: none;
    background-color: transparent;
    border: 0
}

.input-block-level {
    display: block;
    width: 100%;
    min-height: 30px;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box
}

.bootstrap-datetimepicker-widget {
    top: 0;
    left: 0;
    width: 250px;
    padding: 4px;
    margin-top: 1px;
    z-index: 3000;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    border-radius: 4px
}

    .bootstrap-datetimepicker-widget:before {
        content: '';
        display: inline-block;
        border-left: 7px solid transparent;
        border-right: 7px solid transparent;
        border-bottom: 7px solid #ccc;
        border-bottom-color: rgba(0,0,0,.2);
        position: absolute;
        top: -7px;
        left: 6px
    }

    .bootstrap-datetimepicker-widget:after {
        content: '';
        display: inline-block;
        border-left: 6px solid transparent;
        border-right: 6px solid transparent;
        border-bottom: 6px solid #fff;
        position: absolute;
        top: -6px;
        left: 7px
    }

    .bootstrap-datetimepicker-widget.pull-right:before {
        left: auto;
        right: 6px
    }

    .bootstrap-datetimepicker-widget.pull-right:after {
        left: auto;
        right: 7px
    }

    .bootstrap-datetimepicker-widget > ul {
        list-style-type: none;
        margin: 0
    }

    .bootstrap-datetimepicker-widget .timepicker-hour, .bootstrap-datetimepicker-widget .timepicker-minute, .bootstrap-datetimepicker-widget .timepicker-second {
        width: 100%;
        font-weight: bold;
        font-size: 1.2em
    }

    .bootstrap-datetimepicker-widget table[data-hour-format="12"] .separator {
        width: 4px;
        padding: 0;
        margin: 0
    }

    .bootstrap-datetimepicker-widget .datepicker > div {
        display: none
    }

    .bootstrap-datetimepicker-widget .picker-switch {
        text-align: center
    }

    .bootstrap-datetimepicker-widget table {
        width: 100%;
        margin: 0
    }

    .bootstrap-datetimepicker-widget td, .bootstrap-datetimepicker-widget th {
        text-align: center;
        width: 20px;
        height: 20px;
        -webkit-border-radius: 4px;
        -moz-border-radius: 4px;
        border-radius: 4px
    }

        .bootstrap-datetimepicker-widget td.day:hover, .bootstrap-datetimepicker-widget td.hour:hover, .bootstrap-datetimepicker-widget td.minute:hover, .bootstrap-datetimepicker-widget td.second:hover {
            background: #eee;
            cursor: pointer
        }

        .bootstrap-datetimepicker-widget td.old, .bootstrap-datetimepicker-widget td.new {
            color: #999
        }

        .bootstrap-datetimepicker-widget td.active, .bootstrap-datetimepicker-widget td.active:hover {
            color: #fff;
            background-color: #006dcc;
            background-image: -moz-linear-gradient(top,#08c,#04c);
            background-image: -webkit-gradient(linear,0 0,0 100%,from(#08c),to(#04c));
            background-image: -webkit-linear-gradient(top,#08c,#04c);
            background-image: -o-linear-gradient(top,#08c,#04c);
            background-image: linear-gradient(to bottom,#08c,#04c);
            background-repeat: repeat-x;
            filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ff0088cc',endColorstr='#ff0044cc',GradientType=0);
            border-color: #04c #04c #002a80;
            border-color: rgba(0,0,0,.1) rgba(0,0,0,.1) rgba(0,0,0,.25);
            *background-color: #04c;
            filter: progid:DXImageTransform.Microsoft.gradient(enabled=false);
            color: #fff;
            text-shadow: 0 -1px 0 rgba(0,0,0,.25)
        }

            .bootstrap-datetimepicker-widget td.active:hover, .bootstrap-datetimepicker-widget td.active:hover:hover, .bootstrap-datetimepicker-widget td.active:active, .bootstrap-datetimepicker-widget td.active:hover:active, .bootstrap-datetimepicker-widget td.active.active, .bootstrap-datetimepicker-widget td.active:hover.active, .bootstrap-datetimepicker-widget td.active.disabled, .bootstrap-datetimepicker-widget td.active:hover.disabled, .bootstrap-datetimepicker-widget td.active[disabled], .bootstrap-datetimepicker-widget td.active:hover[disabled] {
                color: #fff;
                background-color: #04c;
                *background-color: #003bb3
            }

                .bootstrap-datetimepicker-widget td.active:active, .bootstrap-datetimepicker-widget td.active:hover:active, .bootstrap-datetimepicker-widget td.active.active, .bootstrap-datetimepicker-widget td.active:hover.active {
                    background-color: #039 \9
                }

        .bootstrap-datetimepicker-widget td.disabled, .bootstrap-datetimepicker-widget td.disabled:hover {
            background: 0;
            color: #999;
            cursor: not-allowed
        }

        .bootstrap-datetimepicker-widget td span {
            display: block;
            width: 47px;
            height: 54px;
            line-height: 54px;
            float: left;
            margin: 2px;
            cursor: pointer;
            -webkit-border-radius: 4px;
            -moz-border-radius: 4px;
            border-radius: 4px
        }

            .bootstrap-datetimepicker-widget td span:hover {
                background: #eee
            }

            .bootstrap-datetimepicker-widget td span.active {
                color: #fff;
                background-color: #006dcc;
                background-image: -moz-linear-gradient(top,#08c,#04c);
                background-image: -webkit-gradient(linear,0 0,0 100%,from(#08c),to(#04c));
                background-image: -webkit-linear-gradient(top,#08c,#04c);
                background-image: -o-linear-gradient(top,#08c,#04c);
                background-image: linear-gradient(to bottom,#08c,#04c);
                background-repeat: repeat-x;
                filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ff0088cc',endColorstr='#ff0044cc',GradientType=0);
                border-color: #04c #04c #002a80;
                border-color: rgba(0,0,0,.1) rgba(0,0,0,.1) rgba(0,0,0,.25);
                *background-color: #04c;
                filter: progid:DXImageTransform.Microsoft.gradient(enabled=false);
                color: #fff;
                text-shadow: 0 -1px 0 rgba(0,0,0,.25)
            }

                .bootstrap-datetimepicker-widget td span.active:hover, .bootstrap-datetimepicker-widget td span.active:active, .bootstrap-datetimepicker-widget td span.active.active, .bootstrap-datetimepicker-widget td span.active.disabled, .bootstrap-datetimepicker-widget td span.active[disabled] {
                    color: #fff;
                    background-color: #04c;
                    *background-color: #003bb3
                }

                .bootstrap-datetimepicker-widget td span.active:active, .bootstrap-datetimepicker-widget td span.active.active {
                    background-color: #039 \9
                }

            .bootstrap-datetimepicker-widget td span.old {
                color: #999
            }

            .bootstrap-datetimepicker-widget td span.disabled, .bootstrap-datetimepicker-widget td span.disabled:hover {
                background: 0;
                color: #999;
                cursor: not-allowed
            }

        .bootstrap-datetimepicker-widget th.switch {
            width: 145px
        }

        .bootstrap-datetimepicker-widget th.next, .bootstrap-datetimepicker-widget th.prev {
            font-size: 21px
        }

        .bootstrap-datetimepicker-widget th.disabled, .bootstrap-datetimepicker-widget th.disabled:hover {
            background: 0;
            color: #999;
            cursor: not-allowed
        }

    .bootstrap-datetimepicker-widget thead tr:first-child th {
        cursor: pointer
    }

        .bootstrap-datetimepicker-widget thead tr:first-child th:hover {
            background: #eee
        }

.input-append.date .add-on i, .input-prepend.date .add-on i {
    display: block;
    cursor: pointer;
    width: 16px;
    height: 16px
}

.bootstrap-datetimepicker-widget.left-oriented:before {
    left: auto;
    right: 6px
}

.bootstrap-datetimepicker-widget.left-oriented:after {
    left: auto;
    right: 7px
}

@-webkit-viewport {
    width: device-width;
}

@-moz-viewport {
    width: device-width;
}

@-ms-viewport {
    width: device-width;
}

@-o-viewport {
    width: device-width;
}

@viewport {
    width: device-width;
}

.masthead .toolbar {
    float: right
}

.masthead .toolbar-row {
    clear: right;
    float: right;
    margin: 15px 0
}

    .masthead .toolbar-row + .toolbar-row {
        margin-top: 0
    }

.masthead .toolbar .toolbar-item {
    display: block;
    float: left;
    margin: 0 0 0 15px
}

    .masthead .toolbar .toolbar-item.toolbar-text {
        padding: 10px 0
    }

.toolbar-search {
    width: 240px
}

.masthead .toolbar .shopping-cart-status, .masthead .toolbar .shopping-cart-status .count {
    display: none
}

    .masthead .toolbar .shopping-cart-status.visible, .masthead .toolbar .shopping-cart-status .count.visible {
        display: inline
    }

.masthead.well {
    border-left: none;
    border-right: none;
    border-top: none;
    margin: 0;
    padding: 0;
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
    border-radius: 0
}

.masthead.tabs > .container {
    position: relative
}

.masthead.tabs .weblinks > .nav-tabs {
    margin-bottom: 0;
    border-bottom: none
}

    .masthead.tabs .weblinks > .nav-tabs > li > a:hover, .masthead.tabs .weblinks > .nav-tabs > li > a:focus {
        border-bottom-color: transparent
    }

@media(min-width:768px)and (max-width:991px) {
    .masthead .toolbar .username {
        display: none
    }
}

@media(min-width:992px) {
    .toolbar-search {
        width: 280px
    }

    .masthead.tabs .weblinks {
        position: absolute;
        bottom: 0;
        right: 15px
    }
}

.header-navbar {
    border-width: 1px 0;
    margin: 0;
    z-index: auto
}

    .header-navbar.navbar-empty {
        display: none
    }

.navbar-nav > li > a > img {
    vertical-align: text-top
}

.navbar-nav .shopping-cart-status, .navbar-nav .shopping-cart-status .count {
    display: none
}

    .navbar-nav .shopping-cart-status.visible {
        display: block
    }

    .navbar-nav .shopping-cart-status .count.visible {
        display: inline
    }

@media(min-width:768px) {
    .navbar-search {
        width: 280px
    }
}

@media(min-width:768px)and (max-width:991px) {
    .header-navbar .username {
        display: none
    }
}

.footer {
    margin-top: 40px
}

    .footer.well {
        color: #777;
        border-left: none;
        border-right: none;
        -webkit-border-radius: 0;
        -moz-border-radius: 0;
        border-radius: 0;
        margin-bottom: 0;
        padding: 39px 0
    }

.footer-bottom {
    padding: 40px 0
}

.content-panel > .panel-heading h1, .content-panel > .panel-heading h2, .content-panel > .panel-heading h3, .content-panel > .panel-heading h4, .content-panel > .panel-heading h5, .content-panel > .panel-heading h6 {
    margin-bottom: 0;
    margin-top: 0
}

.content-panel > .panel-heading img {
    vertical-align: baseline
}

.content-panel .list-group-item .list-group-item-heading, .content-panel .list-group-item .list-group-item-text p:last-child, .content-panel .panel-body p:last-child, .content-panel .panel-body > .alert:last-child {
    margin-bottom: 0
}

.content-panel .list-group-item .list-group-item-text {
    margin-top: 5px
}

.content-panel .list-group-item .content-metadata {
    font-size: 85%;
    line-height: 20px
}

.content-panel .list-group-item .user-avatar {
    display: block;
    float: left;
    margin: 0 10px 0 0
}

.content-panel > .list-group + .panel-footer {
    border-top: 0 none
}

.content-panel .content-caption {
    margin-bottom: 10px
}

.sidebar, .sidebar .section {
    margin-bottom: 20px
}

    .sidebar .section:last-child, .sidebar .section > :last-child {
        margin-bottom: 0
    }

@media(max-width:991px) {
    .col-md-4 .sidebar {
        margin-top: 40px
    }
}

.directory {
    margin-top: 40px
}

    .directory section {
        margin-bottom: 40px;
        margin-top: 40px
    }

        .directory section > .page-header, .directory section > .page-header h2 {
            margin-top: 0
        }

        .directory section > .panel {
            margin-top: 20px
        }

    .directory .subnav i {
        color: #ccc;
        float: right;
        margin-left: 5px;
        margin-right: -6px;
        margin-top: 3px
    }

@media(min-width:768px) {
    .directory section {
        margin-top: 0
    }

    .directory .subnav {
        padding-right: 10px
    }
}

.page-heading {
    padding-top: 20px
}

.page-copy {
    margin-bottom: 40px
}

    .page-copy.no-value {
        margin-bottom: 0
    }

.page-metadata {
    margin-bottom: 40px;
    margin-top: 40px
}

@media(max-width:767px) {
    .page-heading .breadcrumb > .active {
        display: none
    }

    .page-header > .pull-right {
        float: none !important;
        margin: 0 0 20px 0 !important
    }

    .page-header > .btn-toolbar > .btn, .page-header > .btn-toolbar > .btn-group {
        margin-left: 0;
        margin-right: 5px
    }
}

.search-results h2, .search-results .summary {
    margin-bottom: 20px
}

.search-results li > h3, .search-results li > .title {
    margin-bottom: 0
}

.search-results ul {
    list-style: none;
    margin: 0;
    padding: 0
}

.search-results li {
    margin-bottom: 20px
}

    .search-results li .fragment {
        margin: 0
    }

.search-results .querytext, .search-results .highlight {
    background-color: #fffcac;
    font-style: normal
}

.profile-img {
    display: block;
    margin-bottom: 20px
}

@media(max-width:767px) {
    .pagination {
        overflow: scroll;
        white-space: nowrap;
        width: 100%
    }

        .pagination > li > a, .pagination > li > span {
            display: inline-block;
            float: none
        }
}

.entitylist-search {
    width: 240px
}

.gridview-nav {
    margin-bottom: 10px
}

.toolbar-nav {
    margin-bottom: 20px
}

.feed-icon {
    color: #f28d34
}

    .feed-icon:hover {
        color: #f60;
        text-decoration: none
    }

.page-header .feed-icon {
    font-size: 36px
}

.help-block.error {
    color: red
}

label.control-label.required:before {
    content: '* ';
    color: red
}

.alert p:last-child {
    margin-bottom: 0
}

.aggregate > li {
    margin-bottom: 20px
}

input[type="radio"] {
    margin-right: 8px;
    margin-left: 12px
}

.radio-list label {
    display: inline-block
}

select.btn-select {
    display: none
}

.btn-select .dropdown-menu li > a {
    cursor: pointer
}

.addthis_toolbox {
    margin: 0 0 20px 0;
    display: inline-block
}

.form-actions > .help-link {
    display: inline-block;
    padding-left: 10px;
    vertical-align: middle
}

.grid-actions {
    border-bottom: 1px solid #eee;
    margin-bottom: 9px;
    padding-bottom: 9px
}

    .grid-actions ul.nav {
        margin: 0
    }

    .grid-actions a.btn.action {
        margin-left: 10px
    }

.bootstrap-datetimepicker-widget ul {
    padding: 0
}

ol.linenums {
    padding: 0
}

h1 {
    font-size: 30pt;
    font-weight: bold
}

h2 {
    font-size: 24pt;
    font-weight: bold
}

h3 {
    font-size: 20pt;
    font-weight: bold
}

h4 {
    font-size: 20pt
}

h5 {
    font-size: 14pt
}

body {
    color: #333 !important;
    font-family: DM Sans
}

hr {
    display: block;
    height: 2px;
    border: 0;
    border-top: 2px solid #fdb813;
    margin: 1em 0;
    padding: 0
}

.application-main-tab .rtsLink {
    color: inherit;
    text-align: left !important;
    font-size: 12pt
}

.application-main-tab .rtsSelected {
    font-weight: bold
}

.application-detail-tab .step-number {
    font-size: 14pt;
    text-align: left
}

.application-detail-tab .step-desc {
    font-size: 10pt;
    font-weight: bold;
    font-style: italic
}

.application-detail-tab i {
    font-size: 12pt;
    padding-top: 5px
}

.application-detail-tab .rtsSelected i {
    color: #fdb813
}

.application-detail-tab li {
    background-color: #efebe3;
    border: 1px solid #fff;
    min-height: 74px
}

.tab-selected-icon {
    color: #fdb813
}

.step-text {
    text-align: left;
    padding-left: 10px
}

.btn-lg {
    font-size: 14px
}

textarea:focus, input[type="text"]:focus, input[type="password"]:focus, input[type="datetime"]:focus, input[type="datetime-local"]:focus, input[type="date"]:focus, input[type="month"]:focus, input[type="time"]:focus, input[type="week"]:focus, input[type="number"]:focus, input[type="email"]:focus, input[type="url"]:focus, input[type="search"]:focus, input[type="tel"]:focus, input[type="color"]:focus, .uneditable-input:focus {
    border-color: #fdb813;
    box-shadow: none;
    outline: 0 none
}

.fa-asterisk {
    color: #a94442;
    font-size: .75em
}

.btn {
    color: #efebe3;
    background-color: #332336
}

    .btn i {
        color: #efebe3
    }

    .btn:hover, .btn:focus {
        color: #333 !important;
        background-color: #CDB1F9 !important
    }

.btn-primary {
    background-color: #0b4da8 !important
}

.btn-record-edit {
    color: #482608 !important;
    background-color: #efebe3 !important;
    border: 2px solid #fdb813 !important
}

    .btn-record-edit:hover, .btn-record-edit:focus {
        color: #333 !important;
        background-color: #fdb813 !important
    }

.rtsNextArrow {
    background-image: url("/img/1411729817_Arrow Right.png");
    background-position: 0 !important;
    height: 74px !important;
    width: 32px !important;
    margin-top: 0 !important
}

.rtsPrevArrow {
    background-image: url("/img/1411729820_Arrow Left.png");
    background-position: 0 !important;
    height: 74px !important;
    width: 32px !important;
    margin-top: 0 !important
}

input[type="checkbox"] {
    margin-right: 5px
}

.TextBoxToLabel {
    border-style: none !important;
    background-color: transparent !important;
    -moz-appearance: none;
    -webkit-appearance: none
}

.rimgbutton {
    width: 180px;
    text-align: left
}

.navdivider-small {
    height: 10px
}

.navdivider-medium {
    height: 20px
}

.navdivider-large {
    height: 30px
}

.bs-callout {
    margin: 20px 0;
    padding: 15px 30px 15px 15px;
    border-left: 5px solid #eee
}

    .bs-callout h4 {
        margin-top: 0
    }

    .bs-callout p:last-child {
        margin-bottom: 0
    }

    .bs-callout code, .bs-callout .highlight {
        background-color: #fff
    }

.bs-callout-danger {
    background-color: #fcf2f2;
    border-color: #dfb5b4
}

.bs-callout-warning {
    background-color: #fefbed;
    border-color: #f1e7bc
}

.bs-callout-info {
    background-color: #f0f7fd;
    border-color: #d0e3f0
}

.bs-callout-success {
    background-color: #eef7e7;
    border-color: #bee99e
}

.bs-callout-danger h4, .bs-callout-danger a.alert-link {
    color: #b94a48
}

.bs-callout-warning h4, .bs-callout-warning a.alert-link {
    color: #c09853
}

.bs-callout-info h4, .bs-callout-info a.alert-link {
    color: #3a87ad
}

.bs-callout-success h4, .bs-callout-success a.alert-link {
    color: #587442
}

.bs-callout a.alert-link {
    font-weight: bold
}

.textbox-multiline {
    min-height: 150px;
    width: 100%
}

.highlight-with-underline {
    text-decoration: underline
}

.grid-data-label {
    font-size: 16px !important
}

a.linkButton:link {
    font-size: 16px;
    font-family: Trebuchet MS;
    color: #428bce !important
}

a.linkButton:visited {
    color: #91d2ff !important
}

a.linkButton:active {
    color: #91d2ff !important
}

.AutoCompleteBox {
    width: 100% !important;
    border: none !important;
    padding: 0 !important
}

    .AutoCompleteBox .racTokenList {
        width: 100% !important;
        border: none !important;
        padding: 0 !important
    }

    .AutoCompleteBox input {
        background-color: #fff !important;
        background-image: none !important;
        border: 1px solid #ccc !important;
        border-radius: 0 !important;
        box-shadow: 0 1px 1px rgba(0,0,0,.075) inset !important;
        color: #555 !important;
        display: block !important;
        font-size: 16px !important;
        height: 48px !important;
        line-height: 1.33 !important;
        padding: 6px 12px !important;
        transition: border-color .15s ease-in-out 0s,box-shadow .15s ease-in-out 0s !important;
        width: 100% !important
    }

.font-smaller {
    font-size: smaller
}

.hidden {
    visibility: hidden
}

.radtab-highlight {
    font-weight: bold
}

.table-property-name {
    font-weight: bold;
    text-align: left
}

.table-currency-value {
    font-weight: normal;
    text-align: right
}

.div_inthissection_offset {
    height: 20px
}

.loading-panel {
    position: absolute;
    display: none;
    border: none;
    padding: 2px;
    background-color: none;
    color: none;
    opacity: .9;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    width: 100px;
    height: 50px;
    text-align: center;
    z-index: 100000
}

.loading {
    background-color: #fff;
    height: 100%;
    width: 100%
}

.error {
    font-weight: bold !important;
    color: #b94a48 !important
}

.RadAsyncUpload .ruFakeInput {
    margin-top: 1px
}

.RadToolTip table.rtShadow .rtCloseButton {
    margin-top: 6px
}

div.RadGrid_Office2010Blue .rgBatchChanged {
    background-image: none;
    background-color: #f0f8ff
}

div.RadGrid, div.RadGrid table.rgMasterTable thead {
    -moz-border-radius: 5px 5px 5px 5px;
    -webkit-border-radius: 5px 5px 5px 5px;
    border-radius: 5px 5px 5px 5px
}

.RadGrid .rgCommandRow {
    height: 40px
}

.RadGridFrozenColumn {
    background-color: #dde9f2
}

div.RadGrid_Office2010Blue .rgMultiHeaderRow th.rgSorted {
    background-position: 0 -2600px;
    background-color: #e6e6e5
}

div.RadGrid_Default th.rgSorted {
    background-position: 0 -2600px;
    background-color: #e6e6e5
}

.rgFooter td {
    font-weight: bold;
    font-style: normal
}

div.RadGrid, div.RadGrid .rgMasterTable, div.RadGrid .rgDetailTable, div.RadGrid .rgGroupPanel table, div.RadGrid .rgCommandRow table, div.RadGrid .rgEditForm table, div.RadGrid .rgPager table, div.RadComboBox .rcbInput, div.RadComboBoxDropDown, div.RadBoxDropDownTree, div.RadTreeView, div.RadInput .riTextBox, div.RadInput_Default .riTextBox, span.GridToolTip, html.RadForm.rfdTextbox input[type="text"], html.RadForm.rfdTextbox input[type="password"], html.RadForm.rfdTextarea textarea, html.RadForm.rfdTextarea textarea[disabled]:hover, html.RadForm.rfdTextbox input[disabled][type="text"]:hover, html.RadForm.rfdTextbox input[disabled][type="password"]:hover, html.RadForm .rfdCheckboxChecked, html.RadForm .rfdInputDisabled.rfdCheckboxChecked:hover, html.RadForm .rfdCheckboxUnchecked, html.RadForm .rfdInputDisabled.rfdCheckboxUnchecked:hover, html.RadForm.rfdLabel label, html.RadForm .rfdAspLabel, html.RadForm .rfdRadioUnchecked, html.RadForm .rfdInputDisabled.rfdRadioUnchecked:hover, html.RadForm .rfdRadioUnchecked:hover, html.RadForm .rfdRadioChecked, html.RadForm .rfdInputDisabled.rfdRadioChecked:hover, html.RadForm .rfdRadioChecked:hover, html.RadForm .riTextBox, html.RadForm .rfdValidationSummaryControl, html.RadForm .rfdLoginControl, html.RadForm .rfdSelectText, html.RadForm legend {
    font-family: DM Sans !important;
    font-size: 12px
}

.rgDataDiv {
    overflow-x: hidden !important
}

.toast-title {
    font-weight: bold
}

.toast-message {
    -ms-word-wrap: break-word;
    word-wrap: break-word
}

    .toast-message a, .toast-message label {
        color: #fff
    }

        .toast-message a:hover {
            color: #ccc;
            text-decoration: none
        }

.toast-close-button {
    position: relative;
    right: -.3em;
    top: -.3em;
    float: right;
    font-size: 20px;
    font-weight: bold;
    color: #fff;
    -webkit-text-shadow: 0 1px 0 #fff;
    text-shadow: 0 1px 0 #fff;
    opacity: .8;
    -ms-filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=80);
    filter: alpha(opacity=80)
}

    .toast-close-button:hover, .toast-close-button:focus {
        color: #000;
        text-decoration: none;
        cursor: pointer;
        opacity: .4;
        -ms-filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=40);
        filter: alpha(opacity=40)
    }

button.toast-close-button {
    padding: 0;
    cursor: pointer;
    background: transparent;
    border: 0;
    -webkit-appearance: none
}

.toast-top-full-width {
    top: 0;
    right: 0;
    width: 100%
}

.toast-bottom-full-width {
    bottom: 0;
    right: 0;
    width: 100%
}

.toast-top-left {
    top: 12px;
    left: 12px
}

.toast-top-right {
    top: 12px;
    right: 12px
}

.toast-bottom-right {
    right: 12px;
    bottom: 12px
}

.toast-bottom-left {
    bottom: 12px;
    left: 12px
}

#toast-container {
    position: fixed;
    z-index: 999999
}

    #toast-container * {
        -moz-box-sizing: border-box;
        -webkit-box-sizing: border-box;
        box-sizing: border-box
    }

    #toast-container > div {
        margin: 0 0 6px;
        padding: 15px 15px 15px 50px;
        width: 300px;
        -moz-border-radius: 3px 3px 3px 3px;
        -webkit-border-radius: 3px 3px 3px 3px;
        border-radius: 3px 3px 3px 3px;
        background-position: 15px center;
        background-repeat: no-repeat;
        -moz-box-shadow: 0 0 12px #999;
        -webkit-box-shadow: 0 0 12px #999;
        box-shadow: 0 0 12px #999;
        color: #fff;
        opacity: .8;
        -ms-filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=80);
        filter: alpha(opacity=80)
    }

    #toast-container > :hover {
        -moz-box-shadow: 0 0 12px #000;
        -webkit-box-shadow: 0 0 12px #000;
        box-shadow: 0 0 12px #000;
        opacity: 1;
        -ms-filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=100);
        filter: alpha(opacity=100);
        cursor: pointer
    }

    #toast-container > .toast-info {
        background-image: url("data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABgAAAAYCAYAAADgdz34AAAAAXNSR0IArs4c6QAAAARnQU1BAACxjwv8YQUAAAAJcEhZcwAADsMAAA7DAcdvqGQAAAGwSURBVEhLtZa9SgNBEMc9sUxxRcoUKSzSWIhXpFMhhYWFhaBg4yPYiWCXZxBLERsLRS3EQkEfwCKdjWJAwSKCgoKCcudv4O5YLrt7EzgXhiU3/4+b2ckmwVjJSpKkQ6wAi4gwhT+z3wRBcEz0yjSseUTrcRyfsHsXmD0AmbHOC9Ii8VImnuXBPglHpQ5wwSVM7sNnTG7Za4JwDdCjxyAiH3nyA2mtaTJufiDZ5dCaqlItILh1NHatfN5skvjx9Z38m69CgzuXmZgVrPIGE763Jx9qKsRozWYw6xOHdER+nn2KkO+Bb+UV5CBN6WC6QtBgbRVozrahAbmm6HtUsgtPC19tFdxXZYBOfkbmFJ1VaHA1VAHjd0pp70oTZzvR+EVrx2Ygfdsq6eu55BHYR8hlcki+n+kERUFG8BrA0BwjeAv2M8WLQBtcy+SD6fNsmnB3AlBLrgTtVW1c2QN4bVWLATaIS60J2Du5y1TiJgjSBvFVZgTmwCU+dAZFoPxGEEs8nyHC9Bwe2GvEJv2WXZb0vjdyFT4Cxk3e/kIqlOGoVLwwPevpYHT+00T+hWwXDf4AJAOUqWcDhbwAAAAASUVORK5CYII=") !important
    }

    #toast-container > .toast-error {
        background-image: url("data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABgAAAAYCAYAAADgdz34AAAAAXNSR0IArs4c6QAAAARnQU1BAACxjwv8YQUAAAAJcEhZcwAADsMAAA7DAcdvqGQAAAHOSURBVEhLrZa/SgNBEMZzh0WKCClSCKaIYOED+AAKeQQLG8HWztLCImBrYadgIdY+gIKNYkBFSwu7CAoqCgkkoGBI/E28PdbLZmeDLgzZzcx83/zZ2SSXC1j9fr+I1Hq93g2yxH4iwM1vkoBWAdxCmpzTxfkN2RcyZNaHFIkSo10+8kgxkXIURV5HGxTmFuc75B2RfQkpxHG8aAgaAFa0tAHqYFfQ7Iwe2yhODk8+J4C7yAoRTWI3w/4klGRgR4lO7Rpn9+gvMyWp+uxFh8+H+ARlgN1nJuJuQAYvNkEnwGFck18Er4q3egEc/oO+mhLdKgRyhdNFiacC0rlOCbhNVz4H9FnAYgDBvU3QIioZlJFLJtsoHYRDfiZoUyIxqCtRpVlANq0EU4dApjrtgezPFad5S19Wgjkc0hNVnuF4HjVA6C7QrSIbylB+oZe3aHgBsqlNqKYH48jXyJKMuAbiyVJ8KzaB3eRc0pg9VwQ4niFryI68qiOi3AbjwdsfnAtk0bCjTLJKr6mrD9g8iq/S/B81hguOMlQTnVyG40wAcjnmgsCNESDrjme7wfftP4P7SP4N3CJZdvzoNyGq2c/HWOXJGsvVg+RA/k2MC/wN6I2YA2Pt8GkAAAAASUVORK5CYII=") !important
    }

    #toast-container > .toast-success {
        background-image: url("data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABgAAAAYCAYAAADgdz34AAAAAXNSR0IArs4c6QAAAARnQU1BAACxjwv8YQUAAAAJcEhZcwAADsMAAA7DAcdvqGQAAADsSURBVEhLY2AYBfQMgf///3P8+/evAIgvA/FsIF+BavYDDWMBGroaSMMBiE8VC7AZDrIFaMFnii3AZTjUgsUUWUDA8OdAH6iQbQEhw4HyGsPEcKBXBIC4ARhex4G4BsjmweU1soIFaGg/WtoFZRIZdEvIMhxkCCjXIVsATV6gFGACs4Rsw0EGgIIH3QJYJgHSARQZDrWAB+jawzgs+Q2UO49D7jnRSRGoEFRILcdmEMWGI0cm0JJ2QpYA1RDvcmzJEWhABhD/pqrL0S0CWuABKgnRki9lLseS7g2AlqwHWQSKH4oKLrILpRGhEQCw2LiRUIa4lwAAAABJRU5ErkJggg==") !important
    }

    #toast-container > .toast-warning {
        background-image: url("data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABgAAAAYCAYAAADgdz34AAAAAXNSR0IArs4c6QAAAARnQU1BAACxjwv8YQUAAAAJcEhZcwAADsMAAA7DAcdvqGQAAAGYSURBVEhL5ZSvTsNQFMbXZGICMYGYmJhAQIJAICYQPAACiSDB8AiICQQJT4CqQEwgJvYASAQCiZiYmJhAIBATCARJy+9rTsldd8sKu1M0+dLb057v6/lbq/2rK0mS/TRNj9cWNAKPYIJII7gIxCcQ51cvqID+GIEX8ASG4B1bK5gIZFeQfoJdEXOfgX4QAQg7kH2A65yQ87lyxb27sggkAzAuFhbbg1K2kgCkB1bVwyIR9m2L7PRPIhDUIXgGtyKw575yz3lTNs6X4JXnjV+LKM/m3MydnTbtOKIjtz6VhCBq4vSm3ncdrD2lk0VgUXSVKjVDJXJzijW1RQdsU7F77He8u68koNZTz8Oz5yGa6J3H3lZ0xYgXBK2QymlWWA+RWnYhskLBv2vmE+hBMCtbA7KX5drWyRT/2JsqZ2IvfB9Y4bWDNMFbJRFmC9E74SoS0CqulwjkC0+5bpcV1CZ8NMej4pjy0U+doDQsGyo1hzVJttIjhQ7GnBtRFN1UarUlH8F3xict+HY07rEzoUGPlWcjRFRr4/gChZgc3ZL2d8oAAAAASUVORK5CYII=") !important
    }

    #toast-container.toast-top-full-width > div, #toast-container.toast-bottom-full-width > div {
        width: 96%;
        margin: auto
    }

.toast {
    background-color: #030303
}

.toast-success {
    background-color: #51a351
}

.toast-error {
    background-color: #bd362f
}

.toast-info {
    background-color: #2f96b4
}

.toast-warning {
    background-color: #f89406
}

@media all and (max-width:240px) {
    #toast-container > div {
        padding: 8px 8px 8px 50px;
        width: 11em
    }

    #toast-container .toast-close-button {
        right: -.2em;
        top: -.2em
    }
}

@media all and (min-width:241px)and (max-width:480px) {
    #toast-container > div {
        padding: 8px 8px 8px 50px;
        width: 18em
    }

    #toast-container .toast-close-button {
        right: -.2em;
        top: -.2em
    }
}

@media all and (min-width:481px)and (max-width:768px) {
    #toast-container > div {
        padding: 15px 15px 15px 50px;
        width: 25em
    }
}

.comments {
    margin-bottom: 40px
}

.comment {
    margin-bottom: 20px
}

    .comment .comment-metadata {
        margin-bottom: 10px
    }

    .comment .rating {
        margin-bottom: 20px
    }

    .comment .comment-controls {
        float: right;
        margin-bottom: 10px;
        margin-left: 10px
    }

.post-comment-new-form .crmEntityFormView .validation-summary {
    display: none
}

@media(min-width:768px) {
    .comment .rating {
        float: right;
        margin-bottom: 10px;
        margin-left: 10px
    }

    .comment .comment-metadata {
        margin-bottom: 0;
        text-align: right
    }
}

.rating {
    vertical-align: text-bottom
}

.rating-stars {
    display: inline
}

.rating-count {
    display: inline;
    clear: both
}

.rating-star {
    background-repeat: no-repeat;
    background-position: left top;
    display: block;
    font-size: 0;
    height: 16px;
    margin: 0;
    padding: 0;
    width: 20px
}

.rating-star-empty {
    background-image: url('~/xrm-adx/samples/images/star-empty.png')
}

.rating-star-filled {
    background-image: url('~/xrm-adx/samples/images/star.png')
}

.rating-star-saved {
    background-image: url('~/xrm-adx/samples/images/star-saved.png')
}

#vote {
    padding: 3px 3px 3px 3px;
    border: dashed 1px #e3e3e3;
    background-color: #fafafa;
    width: 300px
}

    #vote h6 {
        margin-bottom: 0
    }

    #vote .vote-totals {
        width: auto;
        margin: 0 auto
    }

    #vote .user-vote {
        float: right;
        margin-top: -17px;
        width: auto
    }

    #vote .count {
        color: #3e3535
    }

    #vote .user-vote input, .user-vote img, .vote-counts input, .vote-counts img {
        vertical-align: bottom
    }

.poll .poll-question, .poll .poll-options {
    margin-bottom: 10px
}

    .poll .poll-options ul {
        list-style: none;
        margin: 0;
        padding: 0
    }

    .poll .poll-options input[type=radio], .poll .poll-options label {
        display: inline;
        font-weight: normal;
        margin: 0;
        vertical-align: middle
    }

    .poll .poll-options input[type=radio] {
        margin-right: 5px
    }

.poll .poll-result {
    margin-bottom: 10px
}

    .poll .poll-result .poll-option {
        display: block
    }

    .poll .poll-result .progress {
        margin: 10px 0
    }

.panel-heading .poll-question, .panel-heading .poll-question p:last-child {
    margin-bottom: 0
}

#entity-list-map-options {
    margin-bottom: 10px
}

#entity-list-map-locations {
    overflow-x: hidden;
    overflow-y: auto
}

    #entity-list-map-locations .uom {
        float: right
    }

.infobox {
    position: absolute;
    top: 0;
    left: 0;
    z-index: 99999;
    width: 250px
}

    .infobox .title {
        font-weight: bold;
        font-size: 14px
    }

.infobox-content {
    font-size: 11px;
    color: #000;
    text-shadow: 0 0 2px #ccc;
    padding: 4px 8px;
    border: 1px solid rgba(25,25,25,.25);
    background-color: #fff;
    border-radius: 3px;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    box-shadow: 0 0 3px #555;
    -webkit-box-shadow: 0 0 3px #555;
    -moz-box-shadow: 0 0 3px #555
}

    .infobox-content p {
        margin: 0 0 5px 0
    }

.infobox.top {
    padding-bottom: 5px
}

.infobox.bottom {
    padding-top: 5px
}

.infobox.right {
    padding-left: 5px
}

.infobox.left {
    padding-right: 5px
}

.infobox-arrow, .infobox-arrow-inner {
    position: absolute;
    border-color: transparent;
    border-style: solid;
    border-width: 12px;
    height: 0;
    width: 0
}

.infobox.top .infobox-arrow {
    margin-top: 96px;
    margin-left: 38px;
    border-top-color: #fff;
    border-top-color: rgba(25,25,25,.2)
}

.infobox.bottom .infobox-arrow {
    margin-top: -23px;
    margin-left: 38px;
    border-bottom-color: #fff;
    border-bottom-color: rgba(25,25,25,.2)
}

.infobox.right .infobox-arrow {
    margin-top: 12px;
    margin-left: -25px;
    border-right-color: #fff;
    border-right-color: rgba(25,25,25,.2)
}

.infobox.left .infobox-arrow {
    margin-top: 16px;
    margin-left: 200px;
    border-left-color: #fff;
    border-left-color: rgba(25,25,25,.2)
}

.infobox.top .infobox-arrow-inner {
    margin-top: -12px;
    margin-left: -12px;
    border-top-color: #fff
}

.infobox.bottom .infobox-arrow-inner {
    margin-top: -12px;
    margin-left: -8px;
    border-bottom-color: #fff
}

.infobox.right .infobox-arrow-inner {
    margin-top: -12px;
    margin-left: -8px;
    border-right-color: #fff
}

.infobox.left .infobox-arrow-inner {
    margin-top: -16px;
    margin-left: -13px;
    border-left-color: #fff
}

.infobox-content .status {
    padding: 1px 4px;
    color: #333;
    font-weight: bold
}

.infobox-content .priority {
    font-weight: bold
}

.MicrosoftMap.dd_directionsPanel {
    padding: 0 !important
}

.MicrosoftMap .dd_waypoint {
    padding: 0 !important
}

.MicrosoftMap .dd_itinerary li {
    padding: 6px 0 !important
}

.MicrosoftMap .dd_itinerary .dd_instruction {
    font-size: 100% !important
}

.MicrosoftMap .dd_waypoint .dd_waypointDisplayText {
    font-size: 105% !important
}

.crmEntityFormView {
    clear: both
}

    .crmEntityFormView .form-actions {
        margin-top: 20px
    }

span.crmEntityFormView {
    display: block
}

.crmEntityFormView table.tab {
    width: 100%
}

    .crmEntityFormView table.tab > caption {
        color: inherit;
        font-family: inherit;
        font-size: 24px;
        line-height: 40px;
        border-bottom: 1px solid #eee;
        margin: 0 0 20px 0;
        text-align: left;
        -ms-text-rendering: optimizelegibility;
        text-rendering: optimizelegibility
    }

.crmEntityFormView table.section:first-child {
    margin: 0
}

.crmEntityFormView table.section {
    margin-top: 20px;
    width: 100%
}

    .crmEntityFormView table.section caption {
        margin: 0 0 10px 0;
        padding: 0 0 5px 0;
        text-align: left;
        font-weight: bold
    }

        .crmEntityFormView table.section caption.show-bar {
            border-bottom: 1px solid #eee;
            padding-bottom: 4px
        }

.crmEntityFormView .cell {
    width: 50%;
    padding: 0 0 10px 20px
}

    .crmEntityFormView .cell:first-child {
        padding-left: 0
    }

@media(max-width:767px) {
    .crmEntityFormView .cell {
        display: block;
        margin-bottom: 15px;
        padding: 0;
        width: 100%
    }
}

.crmEntityFormView .cell div.info {
    float: left
}

.crmEntityFormView .cell div.control {
    clear: both
}

    .crmEntityFormView .cell div.control:after {
        content: ".";
        display: block;
        height: 0;
        clear: both;
        visibility: hidden
    }

.crmEntityFormView .cell div.info.required label:after {
    content: ' *';
    color: red
}

.crmEntityFormView .cell div.info.required div.validators {
    display: none
}

.crmEntityFormView .cell div.info div.validators {
    margin: 0 0 0 3px;
    float: left;
    color: red
}

.crmEntityFormView .cell label {
    float: left;
    display: inline
}

.crmEntityFormView .cell input[type=text], .crmEntityFormView .cell select, .crmEntityFormView .cell textarea {
    float: left;
    width: 100%
}

.crmEntityFormView .cell div.control span.checkbox {
    float: left;
    margin: 0
}

.crmEntityFormView .datetime-cell input.date {
    width: 75px
}

.crmEntityFormView .datetime-cell select.time {
    width: 100px
}

.crmEntityFormView .empty-cell {
    display: none
}

.crmEntityFormView .web-resource-cell {
}

    .crmEntityFormView .web-resource-cell iframe {
    }

.crmEntityFormView .cell .picklist input[type="radio"] {
    margin: 2px 5px 5px 0;
    vertical-align: top
}

.crmEntityFormView .cell .picklist.horizontal input[type="radio"] {
    margin-left: 10px
}

.crmEntityFormView .cell .picklist input[type="radio"]:first-child {
    margin-left: 0
}

.crmEntityFormView .cell .picklist label {
    float: none;
    font-weight: normal
}

.crmEntityFormView .cell.checkbox-cell div.info {
    float: none;
    clear: none;
    display: inline-block;
    *display: inline
}

.crmEntityFormView .cell.checkbox-cell div.control {
    clear: none;
    float: left;
    display: inline
}

.crmEntityFormView .cell.checkbox-cell div.info div.validators {
    display: inline;
    float: left;
    clear: none
}

.crmEntityFormView .cell.checkbox-cell label {
    clear: none;
    float: none;
    display: inline
}

.crmEntityFormView .cell.checkbox-cell:first-child {
    padding: 0 10px 0 0
}

.crmEntityFormView .cell.boolean-radio-cell input[type="radio"] {
    margin: 2px 5px 5px 10px;
    vertical-align: top
}

    .crmEntityFormView .cell.boolean-radio-cell input[type="radio"]:first-child {
        margin-left: 0
    }

.crmEntityFormView .cell.boolean-radio-cell label {
    float: none;
    display: inline
}

.crmEntityFormView .boolean-radio label {
    font-weight: normal
}

.crmEntityFormView .validation-summary ul {
    margin: 0;
    padding: 0;
    list-style: none
}

.crmEntityFormView .validator-text {
    color: red;
    margin: 0 0 0 3px
}

.crmEntityFormView fieldset {
    margin: 0;
    padding: 0;
    border: 0 none
}

    .crmEntityFormView fieldset legend + .well {
        margin-top: 0
    }

.crmEntityFormView div.row.full div.cell {
    width: 100%
}

.crmEntityFormView .actions {
    border-top: 1px solid #ddd;
    margin: 20px 0;
    padding: 19px 0 0 0
}

    .crmEntityFormView .actions:empty {
        display: none
    }

    .crmEntityFormView .actions .btn:first-child {
        margin-right: 5px
    }

    .crmEntityFormView .actions:after {
        content: ".";
        display: block;
        height: 0;
        clear: both;
        visibility: hidden
    }

.crmEntityFormView table.section > caption {
    margin: 0;
    font-weight: normal
}

    .crmEntityFormView table.section > caption.show-bar {
        margin: 0 0 10px 0;
        padding: 0 0 5px 0;
        text-align: left;
        font-weight: bold;
        border-bottom: 1px solid #eee
    }

div.message.success {
    background-color: #dff0d8;
    border-color: #d6e9c6;
    color: #468847;
    -ms-border-radius: 3px 3px 3px 3px;
    border-radius: 3px 3px 3px 3px;
    margin-bottom: 18px;
    padding: 9px 39px 9px 14px;
    -ms-text-shadow: 0 1px 0 rgba(255,255,255,.5);
    text-shadow: 0 1px 0 rgba(255,255,255,.5)
}

div.message.error {
    background-color: #f2dede;
    border-color: #eed3d7;
    color: #b94a48;
    -ms-border-radius: 3px 3px 3px 3px;
    border-radius: 3px 3px 3px 3px;
    margin-bottom: 20px;
    padding: 9px 39px 9px 14px;
    -ms-text-shadow: 0 1px 0 rgba(255,255,255,.5);
    text-shadow: 0 1px 0 rgba(255,255,255,.5)
}

.crmEntityFormView .cell.picklist-matrix-cell {
    padding: 0
}

.crmEntityFormView .picklist.horizontal.labels-top label {
    display: block
}

.crmEntityFormView .picklist.horizontal.labels-top td {
    padding-right: 20px;
    text-align: center
}

.crmEntityFormView .picklist-matrix-cell .picklist.horizontal.labels-top input[type="radio"] {
    margin-left: 0
}

.crmEntityFormView .picklist-matrix-cell div.info {
    width: 250px
}

.crmEntityFormView .picklist-matrix-cell div.control {
    clear: none;
    float: left
}

    .crmEntityFormView .picklist-matrix-cell div.control .picklist label {
        visibility: hidden;
        height: 0;
        display: block
    }

.crmEntityFormView table.section tr:first-child .picklist-matrix-cell div.control .picklist label {
    visibility: visible;
    height: auto;
    display: block
}

.crmEntityFormView table.section tr:first-child .picklist-matrix-cell div.info {
    padding-top: 18px;
    vertical-align: bottom
}

.crmEntityFormView table.section tr:first-child .picklist-matrix-cell div.control {
    margin-top: -10px;
    padding-top: 10px
}

.crmEntityFormView div.description {
    margin-top: -2px;
    margin-bottom: 2px
}

    .crmEntityFormView div.description.below {
        margin: 0
    }

    .crmEntityFormView div.description.above {
        clear: both
    }

    .crmEntityFormView div.description.right {
        float: right
    }

.crmEntityFormView .cell.rank-order-cell {
    padding: 0 0 3px 0
}

.crmEntityFormView .rank-order-cell div.info {
    padding-top: 3px;
    width: 150px
}

.crmEntityFormView .rank-order-cell div.control {
    clear: none;
    float: left;
    width: 100px
}

.crmEntityFormView .rank-order-cell .validator-text {
    color: red;
    padding: 0 0 0 3px
}

.crmEntityFormView .cell.constant-sum-cell {
    padding: 0 0 3px 0
}

.crmEntityFormView .constant-sum-cell div.info {
    padding-top: 3px;
    width: 150px
}

.crmEntityFormView .constant-sum-cell div.control {
    clear: none;
    float: left;
    width: 100px
}

    .crmEntityFormView .constant-sum-cell div.control input.integer {
        text-align: center
    }

.crmEntityFormView .constant-sum-cell .validator-text {
    color: red;
    float: left;
    margin: 7px 0 0 3px
}

.crmEntityFormView .constant-sum-cell div.control input.total {
    clear: both;
    border: none;
    background-color: transparent;
    color: #000;
    border-top: solid 1px #555;
    font-weight: bold;
    text-align: center;
    width: 30px;
    margin: 3px 0 0 0
}

.crmEntityFormView .cell.stack-rank-cell {
    padding: 0 0 3px 0
}

.crmEntityFormView .stack-rank-cell div.info {
    margin-top: 9px;
    width: 150px
}

.crmEntityFormView .stack-rank-cell div.control {
    clear: none;
    float: left;
    width: 100px
}

.crmEntityFormView .stack-rank-cell .validator-text {
    color: red;
    padding: 0 0 0 3px
}

.crmEntityFormView .sr-cell {
    padding: 2px 25px;
    margin-top: 5px;
    margin-bottom: 5px;
    border: 1px solid #000;
    float: left;
    line-height: 1.8em
}

    .crmEntityFormView .sr-cell:hover {
        cursor: pointer;
        background: #36566b;
        color: #fff
    }

.crmEntityFormView .selected-cell {
    background: #014083;
    color: #fff
}

ol.progress {
    height: auto;
    list-style: none;
    padding: 0
}

    ol.progress.left, ol.progress.right {
        width: 200px
    }

    ol.progress.left {
        float: left
    }

    ol.progress.right {
        float: right
    }

    ol.progress:after {
        content: ".";
        display: block;
        height: 0;
        clear: both;
        visibility: hidden
    }

    ol.progress li {
        color: #777;
        display: block;
        float: left;
        text-align: center;
        padding: 10px 15px
    }

    ol.progress.left li, ol.progress.right li {
        clear: both;
        text-align: left;
        padding-left: 0;
        margin-left: 0;
        margin-top: 10px
    }

    ol.progress li.active {
        background-color: #428bca;
        color: #fff
    }

    ol.progress li.completed {
        color: #555
    }

    ol.progress li span.number {
        padding-right: 10px
    }

@media(max-width:767px) {
    ol.progress li {
        display: block;
        float: none;
        text-align: left
    }
}

div.progress {
    background-color: #f5f5f5;
    -ms-border-radius: 4px 4px 4px 4px;
    border-radius: 4px 4px 4px 4px;
    -webkit-box-shadow: 0 1px 2px rgba(0,0,0,.1) inset;
    -ms-box-shadow: 0 1px 2px rgba(0,0,0,.1) inset;
    box-shadow: 0 1px 2px rgba(0,0,0,.1) inset;
    height: 20px;
    margin-bottom: 20px;
    overflow: hidden
}

    div.progress .bar.zero {
        color: #0f0f0f;
        text-shadow: none;
        text-indent: 10px
    }

div.progress-numeric {
    margin: 20px 0 20px 0;
    padding: 10px;
    list-style: none;
    background: #fdfefd;
    border: solid 1px #f0f0f0;
    -moz-border-radius: 10px 10px 10px 10px;
    border-radius: 10px 10px 10px 10px;
    -webkit-box-shadow: 3px 3px 3px 0 #ccc;
    -moz-box-shadow: 3px 3px 3px 0 #ccc;
    box-shadow: 3px 3px 3px 0 #ccc;
    font-weight: bold
}

    div.progress-numeric span.number {
        background-color: #e0e0e0;
        border-radius: 20px 20px 20px 20px;
        color: #fff;
        display: inline-block;
        font-size: 1.6em;
        height: 40px;
        line-height: 40px;
        text-align: center;
        vertical-align: middle;
        width: 40px
    }

        div.progress-numeric span.number.total {
            background-color: #e0e0e0
        }

.crmEntityFormView.readonly {
    padding-left: 0
}

    .crmEntityFormView.readonly .cell input:disabled, .crmEntityFormView.readonly .cell select:disabled, .crmEntityFormView.readonly .cell textarea:disabled {
        background: none;
        border: none;
        box-shadow: none;
        -moz-box-shadow: none;
        padding: 0
    }

    .crmEntityFormView.readonly .cell div.info.required label:after {
        content: none
    }

    .crmEntityFormView.readonly .cell div.info label {
        font-weight: bold
    }

.crmEntityFormView.centered .cell div.info {
    width: 100%
}

    .crmEntityFormView.centered .cell div.info label {
        width: 100%;
        text-align: center
    }

.crmEntityFormView.centered .cell input[type="text"], .crmEntityFormView.centered .cell select, .crmEntityFormView.centered .cell textarea {
    text-align: center
}

.payment, .purchase-summary {
    margin-bottom: 20px;
    margin-top: 20px
}

    .purchase-summary .grand-total {
        font-weight: bold
    }

    .purchase-summary .total, .purchase-summary table.line-items .price, .purchase-summary table.line-items .qty {
        text-align: right
    }

    .purchase-summary .discount {
        color: red;
        vertical-align: top
    }

    .purchase-summary .discount-name {
        color: #ffa500
    }

    .purchase-summary table.line-items .price del {
        color: #666
    }

    .purchase-summary .line-item {
        border-bottom: 1px solid #e3e3e3;
        margin-bottom: 10px;
        padding-bottom: 10px
    }

        .purchase-summary .line-item .column {
            vertical-align: text-top
        }

            .purchase-summary .line-item .column.selection {
                float: left;
                width: 20px
            }

                .purchase-summary .line-item .column.selection + .column.title {
                    margin-left: 30px
                }

            .purchase-summary .line-item .column input[type="checkbox"], .purchase-summary table.line-items input[type="checkbox"] {
                margin: 0 10px 0 0
            }

        .purchase-summary .line-item .quantity input {
            width: 30px
        }

    .purchase-summary legend + .well {
        margin-top: 20px
    }

    .purchase-summary table.line-items {
        margin-bottom: 10px;
        width: 100%
    }

        .purchase-summary table.line-items td.title {
            width: 100%
        }

        .purchase-summary table.line-items td.qty {
            white-space: nowrap;
            padding-right: 5px
        }

        .purchase-summary table.line-items td.price {
            white-space: nowrap
        }

    .purchase-summary table.totals {
        width: 100%
    }

        .purchase-summary table.totals tr.total td:first-child {
            width: 100%
        }

        .purchase-summary table.totals tr.total td {
            padding-left: 10px
        }

    .purchase-summary table.line-items th, .purchase-summary table.line-items td {
        border-bottom: 1px solid #e3e3e3;
        line-height: 20px;
        padding: 9px 0;
        text-align: left;
        vertical-align: top
    }

@media(max-width:991px) {
    .payment .form-horizontal .control-label {
        float: none;
        text-align: left
    }

    .payment .form-horizontal .controls {
        margin-left: 0
    }
}
