﻿.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 .clo, .prettyprint .opn, .prettyprint .pun {
        color: #93a1a1
    }

    .prettyprint .fun {
        color: #dc322f
    }

    .prettyprint .atv, .prettyprint .str {
        color: #d14
    }

    .prettyprint .kwd, .prettyprint .tag {
        color: #1e347b
    }

    .prettyprint .atn, .prettyprint .dec, .prettyprint .typ, .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
    }
/*!
 * Datetimepicker for Bootstrap 3
 * version : 4.17.47
 * https://github.com/Eonasdan/bootstrap-datetimepicker/
 */

.bootstrap-datetimepicker-widget {
    list-style: none
}

    .bootstrap-datetimepicker-widget.dropdown-menu {
        display: block;
        margin: 2px 0;
        padding: 4px;
        width: 19em
    }

@media (min-width:768px) {
    .bootstrap-datetimepicker-widget.dropdown-menu.timepicker-sbs {
        width: 38em
    }
}

@media (min-width:992px) {
    .bootstrap-datetimepicker-widget.dropdown-menu.timepicker-sbs {
        width: 38em
    }
}

@media (min-width:1200px) {
    .bootstrap-datetimepicker-widget.dropdown-menu.timepicker-sbs {
        width: 38em
    }
}

.bootstrap-datetimepicker-widget.dropdown-menu:after, .bootstrap-datetimepicker-widget.dropdown-menu:before {
    content: '';
    display: inline-block;
    position: absolute
}

.bootstrap-datetimepicker-widget.dropdown-menu.bottom:before {
    border-left: 7px solid transparent;
    border-right: 7px solid transparent;
    border-bottom: 7px solid #ccc;
    border-bottom-color: rgba(0,0,0,.2);
    top: -7px;
    left: 7px
}

.bootstrap-datetimepicker-widget.dropdown-menu.bottom:after {
    border-left: 6px solid transparent;
    border-right: 6px solid transparent;
    border-bottom: 6px solid #fff;
    top: -6px;
    left: 8px
}

.bootstrap-datetimepicker-widget.dropdown-menu.top:before {
    border-left: 7px solid transparent;
    border-right: 7px solid transparent;
    border-top: 7px solid #ccc;
    border-top-color: rgba(0,0,0,.2);
    bottom: -7px;
    left: 6px
}

.bootstrap-datetimepicker-widget.dropdown-menu.top:after {
    border-left: 6px solid transparent;
    border-right: 6px solid transparent;
    border-top: 6px solid #fff;
    bottom: -6px;
    left: 7px
}

.bootstrap-datetimepicker-widget.dropdown-menu.pull-right:before {
    left: auto;
    right: 6px
}

.bootstrap-datetimepicker-widget.dropdown-menu.pull-right:after {
    left: auto;
    right: 7px
}

.bootstrap-datetimepicker-widget .list-unstyled {
    margin: 0
}

.bootstrap-datetimepicker-widget a[data-action] {
    padding: 6px 0
}

    .bootstrap-datetimepicker-widget a[data-action]:active {
        box-shadow: none
    }

.bootstrap-datetimepicker-widget .timepicker-hour, .bootstrap-datetimepicker-widget .timepicker-minute, .bootstrap-datetimepicker-widget .timepicker-second {
    width: 54px;
    font-weight: 700;
    font-size: 1.2em;
    margin: 0
}

.bootstrap-datetimepicker-widget button[data-action] {
    padding: 6px
}

.bootstrap-datetimepicker-widget .btn[data-action=incrementHours]::after {
    position: absolute;
    width: 1px;
    height: 1px;
    margin: -1px;
    padding: 0;
    overflow: hidden;
    clip: rect(0,0,0,0);
    border: 0;
    content: "Increment Hours"
}

.bootstrap-datetimepicker-widget .btn[data-action=incrementMinutes]::after {
    position: absolute;
    width: 1px;
    height: 1px;
    margin: -1px;
    padding: 0;
    overflow: hidden;
    clip: rect(0,0,0,0);
    border: 0;
    content: "Increment Minutes"
}

.bootstrap-datetimepicker-widget .btn[data-action=decrementHours]::after {
    position: absolute;
    width: 1px;
    height: 1px;
    margin: -1px;
    padding: 0;
    overflow: hidden;
    clip: rect(0,0,0,0);
    border: 0;
    content: "Decrement Hours"
}

.bootstrap-datetimepicker-widget .btn[data-action=decrementMinutes]::after {
    position: absolute;
    width: 1px;
    height: 1px;
    margin: -1px;
    padding: 0;
    overflow: hidden;
    clip: rect(0,0,0,0);
    border: 0;
    content: "Decrement Minutes"
}

.bootstrap-datetimepicker-widget .btn[data-action=showHours]::after {
    position: absolute;
    width: 1px;
    height: 1px;
    margin: -1px;
    padding: 0;
    overflow: hidden;
    clip: rect(0,0,0,0);
    border: 0;
    content: "Show Hours"
}

.bootstrap-datetimepicker-widget .btn[data-action=showMinutes]::after {
    position: absolute;
    width: 1px;
    height: 1px;
    margin: -1px;
    padding: 0;
    overflow: hidden;
    clip: rect(0,0,0,0);
    border: 0;
    content: "Show Minutes"
}

.bootstrap-datetimepicker-widget .btn[data-action=togglePeriod]::after {
    position: absolute;
    width: 1px;
    height: 1px;
    margin: -1px;
    padding: 0;
    overflow: hidden;
    clip: rect(0,0,0,0);
    border: 0;
    content: "Toggle AM/PM"
}

.bootstrap-datetimepicker-widget .btn[data-action=clear]::after {
    position: absolute;
    width: 1px;
    height: 1px;
    margin: -1px;
    padding: 0;
    overflow: hidden;
    clip: rect(0,0,0,0);
    border: 0;
    content: "Clear the picker"
}

.bootstrap-datetimepicker-widget .btn[data-action=today]::after {
    position: absolute;
    width: 1px;
    height: 1px;
    margin: -1px;
    padding: 0;
    overflow: hidden;
    clip: rect(0,0,0,0);
    border: 0;
    content: "Set the date to today"
}

.bootstrap-datetimepicker-widget .picker-switch {
    text-align: center
}

    .bootstrap-datetimepicker-widget .picker-switch::after {
        position: absolute;
        width: 1px;
        height: 1px;
        margin: -1px;
        padding: 0;
        overflow: hidden;
        clip: rect(0,0,0,0);
        border: 0;
        content: "Toggle Date and Time Screens"
    }

    .bootstrap-datetimepicker-widget .picker-switch td {
        padding: 0;
        margin: 0;
        height: auto;
        width: auto;
        line-height: inherit
    }

        .bootstrap-datetimepicker-widget .picker-switch td span {
            line-height: 2.5;
            height: 2.5em;
            width: 100%
        }

.bootstrap-datetimepicker-widget table {
    width: 100%;
    margin: 0
}

    .bootstrap-datetimepicker-widget table td, .bootstrap-datetimepicker-widget table th {
        text-align: center;
        border-radius: 4px
    }

    .bootstrap-datetimepicker-widget table th {
        height: 20px;
        line-height: 20px;
        width: 20px
    }

        .bootstrap-datetimepicker-widget table th.picker-switch {
            width: 145px
        }

        .bootstrap-datetimepicker-widget table th.disabled, .bootstrap-datetimepicker-widget table th.disabled:hover {
            background: 0 0;
            color: #777;
            cursor: not-allowed
        }

        .bootstrap-datetimepicker-widget table th.prev::after {
            position: absolute;
            width: 1px;
            height: 1px;
            margin: -1px;
            padding: 0;
            overflow: hidden;
            clip: rect(0,0,0,0);
            border: 0;
            content: "Previous Month"
        }

        .bootstrap-datetimepicker-widget table th.next::after {
            position: absolute;
            width: 1px;
            height: 1px;
            margin: -1px;
            padding: 0;
            overflow: hidden;
            clip: rect(0,0,0,0);
            border: 0;
            content: "Next Month"
        }

    .bootstrap-datetimepicker-widget table thead tr:first-child th {
        cursor: pointer
    }

        .bootstrap-datetimepicker-widget table thead tr:first-child th:hover {
            background: #eee
        }

    .bootstrap-datetimepicker-widget table td {
        height: 54px;
        line-height: 54px;
        width: 54px
    }

        .bootstrap-datetimepicker-widget table td.cw {
            font-size: .8em;
            height: 20px;
            line-height: 20px;
            color: #777
        }

        .bootstrap-datetimepicker-widget table td.day {
            height: 20px;
            line-height: 20px;
            width: 20px
        }

            .bootstrap-datetimepicker-widget table td.day:hover, .bootstrap-datetimepicker-widget table td.hour:hover, .bootstrap-datetimepicker-widget table td.minute:hover, .bootstrap-datetimepicker-widget table td.second:hover {
                background: #eee;
                cursor: pointer
            }

        .bootstrap-datetimepicker-widget table td.new, .bootstrap-datetimepicker-widget table td.old {
            color: #777
        }

        .bootstrap-datetimepicker-widget table td.today {
            position: relative
        }

            .bootstrap-datetimepicker-widget table td.today:before {
                content: '';
                display: inline-block;
                border: solid transparent;
                border-width: 0 0 7px 7px;
                border-bottom-color: #337ab7;
                border-top-color: rgba(0,0,0,.2);
                position: absolute;
                bottom: 4px;
                right: 4px
            }

        .bootstrap-datetimepicker-widget table td.active, .bootstrap-datetimepicker-widget table td.active:hover {
            background-color: #337ab7;
            color: #fff;
            text-shadow: 0 -1px 0 rgba(0,0,0,.25)
        }

            .bootstrap-datetimepicker-widget table td.active.today:before {
                border-bottom-color: #fff
            }

        .bootstrap-datetimepicker-widget table td.disabled, .bootstrap-datetimepicker-widget table td.disabled:hover {
            background: 0 0;
            color: #777;
            cursor: not-allowed
        }

        .bootstrap-datetimepicker-widget table td span {
            display: inline-block;
            width: 54px;
            height: 54px;
            line-height: 54px;
            margin: 2px 1.5px;
            cursor: pointer;
            border-radius: 4px
        }

            .bootstrap-datetimepicker-widget table td span:hover {
                background: #eee
            }

            .bootstrap-datetimepicker-widget table td span.active {
                background-color: #337ab7;
                color: #fff;
                text-shadow: 0 -1px 0 rgba(0,0,0,.25)
            }

            .bootstrap-datetimepicker-widget table td span.old {
                color: #777
            }

            .bootstrap-datetimepicker-widget table td span.disabled, .bootstrap-datetimepicker-widget table td span.disabled:hover {
                background: 0 0;
                color: #777;
                cursor: not-allowed
            }

.bootstrap-datetimepicker-widget.usetwentyfour td.hour {
    height: 27px;
    line-height: 27px
}

.bootstrap-datetimepicker-widget.wider {
    width: 21em
}

.bootstrap-datetimepicker-widget .datepicker-decades .decade {
    line-height: 1.8em !important
}

.input-group.date .input-group-addon {
    cursor: pointer
}

.sr-only {
    position: absolute;
    width: 1px;
    height: 1px;
    margin: -1px;
    padding: 0;
    overflow: hidden;
    clip: rect(0,0,0,0);
    border: 0
}

.rateit {
    display: -moz-inline-box;
    display: inline-block;
    position: relative;
    -webkit-user-select: none;
    -khtml-user-select: none;
    -moz-user-select: none;
    -o-user-select: none;
    -ms-user-select: none;
    user-select: none;
    -webkit-touch-callout: none
}

    .rateit .rateit-range {
        position: relative;
        display: -moz-inline-box;
        display: inline-block;
        background: url(../img/star.gif);
        height: 16px !important;
        outline: 0;
        width: 80px !important
    }

        .rateit .rateit-range * {
            display: block
        }

        .rateit .rateit-range:focus-visible {
            border: 2px solid #000;
            border-radius: 5px
        }

    * html .rateit, * html .rateit .rateit-range {
        display: inline
    }

        .rateit .rateit-hover, .rateit .rateit-selected {
            position: absolute;
            left: 0
        }

        .rateit .rateit-hover-rtl, .rateit .rateit-selected-rtl {
            left: auto;
            right: 0
        }

        .rateit .rateit-hover {
            background: url(../img/star.gif) left -32px
        }

        .rateit .rateit-hover-rtl {
            background-position: right -32px
        }

        .rateit .rateit-selected {
            background: url(../img/star.gif) left -16px
        }

        .rateit .rateit-selected-rtl {
            background-position: right -16px
        }

        .rateit .rateit-preset {
            background: url(../img/star.gif) left -48px
        }

        .rateit .rateit-preset-rtl {
            background: url(../img/star.gif) left -48px
        }

        .rateit button.rateit-reset {
            background: url(../img/delete.gif) 0 0;
            width: 16px;
            height: 16px;
            display: -moz-inline-box;
            display: inline-block;
            float: left;
            outline: 0;
            border: none;
            padding: 0
        }

            .rateit button.rateit-reset:focus, .rateit button.rateit-reset:hover {
                background-position: 0 -16px
            }

.rating-star {
    display: block;
    font-size: 0;
    margin: 0;
    padding: 0
}

.rating-star-empty {
    background: url(../img/star.gif) 0 0;
    width: 16px;
    height: 16px
}

.rating-star-filled {
    background: url(../img/star.gif) left -32px;
    width: 16px;
    height: 16px
}

@-webkit-viewport {
    width: device-width
}

@-moz-viewport {
    width: device-width
}

@-ms-viewport {
    width: device-width
}

@-o-viewport {
    width: device-width
}

@viewport {
    width: device-width
}

@font-face {
    font-family: 'Dyn CRM Symbol';
    src: url(../fonts/CRMMDL2.woff) format('woff');
    font-display: swap
}

.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 .count.visible, .masthead .toolbar .shopping-cart-status.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:focus, .masthead.tabs .weblinks > .nav-tabs > li > a:hover {
        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.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
}

@media (max-width:767px) {
    .footer-list {
        padding-top: 10px;
        padding-bottom: 10px
    }
}

.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
}

.container .fa {
    line-height: inherit
}

.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;
    margin-bottom: 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
}

.content-blog-count {
    height: 1px;
    width: 1px;
    position: absolute;
    overflow: hidden;
    top: -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 .fa {
        color: #ccc;
        float: right;
        margin-left: 5px;
        margin-top: 4px
    }

@media (min-width:768px) {
    .directory section {
        margin-top: 0
    }
}

.page-heading {
    padding-top: 20px
}

.page-copy.no-value {
    margin-bottom: 0
}

.page-video {
    margin-bottom: 20px
}

.page-metadata .xrm-editable-text {
    margin-bottom: 40px
}

    .page-metadata .xrm-editable-text.no-value {
        margin-bottom: 0
    }

.form-control:focus {
    border-color: #69c;
    outline: 0;
    box-shadow: inset 0 1px 1px rgb(0 0 0 / 8%),0 0 8px rgb(102 175 233 / 60%)
}

@media (max-width:767px) {
    .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
    }
}

.case-deflection {
    margin-bottom: 20px
}

.facets {
    display: block !important
}

.sortoption {
    display: block !important
}

.search-results .summary, .search-results h2 {
    margin-bottom: 20px;
    word-wrap: break-word
}

.search-results li > .title, .search-results li > h3 {
    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 .highlight, .search-results .querytext {
    font-style: normal
}

.search-results .highlight {
    background-color: #fffcac
}

.search-results .rating-result, .search-results .star-result {
    color: #b76000
}

    .search-results .star-result:before {
        font-size: 20px;
        position: relative;
        font-weight: 400;
        content: "\2606";
        display: inline-block;
        padding-right: 2px
    }

.search-results .rating-result {
    padding-right: 5px
}

.search-results .related-article {
    margin-top: 5px
}

.search-results li h3 span {
    font-size: 16px;
    margin-top: 4px
}

.profile-img {
    display: block;
    margin-bottom: 20px;
    max-width: 100%
}

@media (max-width:767px) {
    .pagination {
        overflow: auto;
        white-space: nowrap;
        width: 100%
    }

        .pagination > li > a, .pagination > li > span {
            display: inline-block;
            float: none
        }
}

.entity-grid {
    overflow-y: visible
}

    .entity-grid .view-grid {
        overflow-x: auto;
        position: relative
    }

    .entity-grid .message {
        display: none;
        margin: 20px 0 20px 0
    }

    .entity-grid .action-link {
        margin-left: 5px
    }

        .entity-grid .action-link:first-child {
            margin-left: 0
        }

    .entity-grid .view-grid > table > tbody > tr.info > td {
        background-color: #edebe9;
        color: #323130
    }

        .entity-grid .view-grid > table > tbody > tr.info > td > a {
            color: #234bc5
        }

    .entity-grid .view-grid > .table-hover > tbody > tr.info:hover > td {
        background-color: #f3f2f1;
        color: #323130
    }

@media (max-width:767px) {
    .entity-grid .view-grid > table {
        table-layout: auto
    }
}

.entity-grid-compact {
    font-size: 85%
}

    .entity-grid-compact .message {
        margin-top: 0
    }

    .entity-grid-compact .entitylist-search {
        margin-bottom: 10px;
        width: 100%
    }

    .entity-grid-compact .view-toolbar .nav > li > .selected-view, .entity-grid-compact .view-toolbar .nav > li > a {
        padding: 2px 8px
    }

    .entity-grid-compact .pagination > li > a, .entity-grid-compact .pagination > li > span {
        height: 30px;
        width: 30px
    }

.view-loading {
    margin: 15px 0 15px 0
}

.modal-form .modal-body iframe {
    width: 100%;
    border: none;
    height: 700px
}

.modal-body textarea {
    float: none !important;
    height: 150px
}

.view-pagination .pagination {
    margin: 15px 0 0 0
}

.entity-lookup .message {
    display: none
}

.entity-associate .view-grid, .entity-lookup .view-grid {
    width: 100%;
    overflow: auto;
    height: 300px;
    max-height: 300px;
    font-size: 85%
}

.entity-associate .view-grid {
    height: 260px;
    max-height: 260px
}

.entity-associate .content-panel, .entity-lookup .content-panel {
    margin-top: 10px;
    margin-bottom: 0
}

.entity-lookup .view-loading {
    position: fixed;
    left: 45%;
    top: 45%
}

.entity-associate .view-loading {
    position: fixed;
    left: 45%;
    top: 35%
}

.entity-associate .selected-records {
    height: 65px;
    overflow-y: scroll
}

    .entity-associate .selected-records .item {
        margin-right: 10px;
        margin-bottom: 10px;
        cursor: default
    }

        .entity-associate .selected-records .item:hover {
            background-color: inherit !important;
            cursor: default
        }

        .entity-associate .selected-records .item:active {
            box-shadow: inherit !important
        }

.entity-lookup .selected-records .item .name {
    padding-right: 8px;
    cursor: default
}

.entity-associate .selected-records .item .remove {
    cursor: pointer
}

.entity-associate .modal-footer .btn-primary .fa-spin, .entity-lookup .modal-footer .btn-primary .fa-spin {
    margin-right: 5px
}

.form-loading {
    position: fixed;
    left: 45%;
    top: 35%
}

.loading-text {
    position: fixed;
    top: -9999px;
    left: -9999px;
    width: 1px;
    height: 1px;
    overflow: hidden
}

.form-close {
    float: right;
    font-size: 21px;
    font-weight: 700;
    line-height: 1;
    color: #666
}

    .form-close:focus, .form-close:hover {
        color: #000;
        text-decoration: none;
        cursor: pointer;
        opacity: .5
    }

button.form-close {
    -webkit-appearance: none;
    padding: 0;
    cursor: pointer;
    background: 0 0;
    border: 0
}

.entity-notes .message {
    display: none
}

.entity-notes .note .metadata {
    text-align: right
}

.entity-notes .attachment .link {
    overflow: hidden;
    word-wrap: break-word
}

.note .attachment .img {
    padding: 0 15px 0 0
}

.entity-notes .note {
    margin-bottom: 20px
}

.entity-notes .note {
    border-top: 1px solid #ddd;
    padding-top: 19px
}

    .entity-notes .note:first-child {
        border: none;
        padding-top: 0
    }

.entity-notes .toolbar {
    margin-left: 10px;
    margin-top: 0
}

.entity-notes ul.pagination {
    margin: 0
}

.entity-notes a.addnote {
    float: right
}

.entity-notes .attachment {
    margin-bottom: 0
}

    .entity-notes .attachment .img .thumbnail img {
        height: auto;
        width: auto;
        max-height: 100px;
        max-width: 100px
    }

.entity-notes .modal .attachment .img {
    padding: 0;
    margin-bottom: 10px
}

.entity-notes .modal .attachment .link {
    padding: 0;
    width: 100%
}

.entity-notes .modal .attachment .thumbnail {
    margin-bottom: 0
}

.entity-notes .modal .attachment {
    margin-bottom: 20px
}

@media (max-width:767px) {
    .entity-notes .note .metadata {
        margin-bottom: 20px
    }

    .entity-notes .note .metadata {
        text-align: left
    }

    .entity-notes .note .toolbar {
        float: none;
        margin-bottom: 20px;
        margin-left: 0
    }

    .entity-notes ul.pagination {
        margin-top: 10px
    }

    .entity-notes .addnote {
        float: none
    }
}

.rating .panel-heading .fa-star-o {
    margin-right: 5px
}

.rating-count {
    vertical-align: text-top;
    margin-left: 5px
}

.chart-loading {
    position: relative;
    top: 45%;
    font-size: 15px
}

    .chart-loading .fa {
        padding-right: 5px
    }

.crm-chart .notification {
    position: relative;
    top: 45%
}

.highcharts-title, .highcharts-xaxis-title, .highcharts-yaxis-title {
    font-family: SegoeUI-Light-final,"Segoe UI Light","Segoe UI",Segoe,Tahoma,Helvetica,Arial,sans-serif !important;
    color: #666 !important
}

.hide-chart-legend .highcharts-legend {
    display: none
}

.crm-chart .nodata {
    width: 100%;
    position: absolute;
    top: 45%;
    left: 0;
    text-align: center
}

.dashboard {
    margin-top: 40px
}

    .dashboard .row {
        margin-top: 20px
    }

    .dashboard .crm-chart {
        border: 1px solid #ddd;
        padding: 12px;
        height: 400px
    }

    .dashboard .entity-grid {
        border: 1px solid #ddd;
        padding: 12px;
        height: 400px
    }

        .dashboard .entity-grid .view-grid {
            height: 90%;
            overflow: auto
        }

            .dashboard .entity-grid .view-grid.has-pagination {
                height: 75%
            }

    .dashboard .view-access-denied, .dashboard .view-empty, .dashboard .view-error {
        margin-top: -200px
    }

    .dashboard .entity-grid .view-loading {
        margin-top: -200px;
        font-size: 15px
    }

    .dashboard .entity-grid .view-toolbar .toolbar-actions {
        display: none
    }

    .dashboard .entity-grid .view-search {
        display: none
    }

    .dashboard .entity-grid .view-select {
        font-size: 12px
    }

.sharepoint-pagination .pagination {
    margin: 0
}

.sharepoint-breadcrumbs {
    margin: 0
}

.sharepoint-custom-icon {
    text-decoration: none !important;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    display: inline-block
}

.sharepoint-custom-underline :hover {
    text-decoration: underline !important
}

a:hover span.sharepoint-custom-header {
    text-decoration: underline !important
}

.notifications {
    display: none;
    margin-top: 20px;
    margin-bottom: 20px
}

.btn-file {
    position: relative;
    overflow: hidden
}

    .btn-file input[type=file] {
        position: absolute;
        top: 0;
        right: 0;
        min-width: 100%;
        min-height: 100%;
        font-size: 100px;
        text-align: right;
        opacity: 0;
        background: red;
        cursor: inherit;
        display: block
    }

input[readonly].file-input {
    background-color: #fff !important
}

.file-status {
    margin-top: 15px
}

    .file-status ul {
        list-style: none;
        padding-left: 0
    }

.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
}

.help-block {
    color: #323130
}

label.control-label.required:before {
    content: '* ';
    color: red;
    white-space: nowrap
}

label.control-label.required {
    word-break: break-all
}

.label-default {
    background-color: #666 !important
}

.message span {
    color: #323130 !important
}

.alert p:last-child {
    margin-bottom: 0
}

.validation-summary a {
    color: #175f96 !important
}

.aggregate > li {
    margin-bottom: 20px
}

.radio-list input[type=radio] {
    margin: 0 4px 2px 0
}

.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
}

.btn {
    white-space: normal
}

.btn-group .btn {
    white-space: nowrap
}

.input-group-btn .btn {
    white-space: nowrap
}

.tags {
    list-style-type: none;
    margin: 20px 0;
    padding: 0
}

    .tags li {
        display: inline
    }

.note .attachment .img {
    padding: 0;
    padding-right: 15px
}

    .note .attachment .img .thumbnail {
        margin-bottom: 0
    }

        .note .attachment .img .thumbnail img {
            height: auto;
            width: auto;
            max-height: 100px;
            max-width: 100px
        }

.note .attachment .link {
    padding: 0
}

.bootstrap-datetimepicker-widget .picker-switch > a {
    background-color: #fff;
    border: 1px solid #ccc;
    -ms-border-radius: 4px;
    border-radius: 4px;
    cursor: pointer;
    display: block;
    font-size: 18px;
    font-weight: 400;
    line-height: 1.33;
    padding: 6px 12px
}

    .bootstrap-datetimepicker-widget .picker-switch > a:hover {
        background-color: #e6e6e6
    }

.badges, .badges .label {
    display: inline-block
}

.badgeColor {
    background-color: #666
}

.badges .label {
    margin: -3px 0;
    height: 15px;
    line-height: 13px;
    padding: 1px 6px
}

    .badges .label:empty {
        padding: 2px
    }

.nav-profile .list-group-item > .profile-alert {
    line-height: inherit
}

.nav[data-state=sitemap] > .active > a, [data-state=sitemap] .nav > .active > a {
    -webkit-transition: background-color .3s ease-in-out,color .3s ease-in-out;
    -moz-transition: background-color .3s ease-in-out,color .3s ease-in-out;
    -ms-transition: background-color .3s ease-in-out,color .3s ease-in-out;
    -o-transition: background-color .3s ease-in-out,color .3s ease-in-out;
    transition: background-color .3s ease-in-out,color .3s ease-in-out
}

.panel-footer.paging {
    display: none
}

.panel-footer ul.pagination {
    margin: 0
}

.mce-menu-item.mce-selected, .mce-menu-item:focus, .mce-menu-item:hover {
    border: solid 1px #fff
}

.btn-default:focus, .focus.btn-default {
    color: #000
}

.hidden-tooltip {
    position: absolute;
    left: -10000px;
    top: auto;
    width: 1px;
    height: 1px;
    overflow: hidden
}

.dropdown-anchor-customize {
    height: 1px;
    width: 1px;
    position: absolute;
    overflow: hidden
}

.text-wrap {
    word-wrap: break-word
}

@media (max-width:767px) {
    .table-fluid thead {
        display: none
    }

    .table-fluid td, .table-fluid tr {
        display: block;
        width: 100% !important
    }

    .table-fluid tr {
        overflow: hidden;
        border-top: solid #ddd .3rem !important
    }

    .table-fluid td {
        vertical-align: top;
        word-break: break-all;
        padding-left: 13rem !important
    }

        .table-fluid td:before {
            content: attr(data-th);
            font-weight: 700;
            display: inline-block;
            width: 12rem;
            margin-left: -12rem;
            float: left;
            padding-right: 1rem;
            word-break: normal
        }

        .table-fluid td:after {
            content: "";
            display: table;
            clear: both
        }

    .table-fluid .dropdown.action > a {
        width: 10rem
    }
}

@media (max-width:900px) {
    .table-ipad thead {
        display: none
    }

    .table-ipad td, .table-ipad tr {
        display: block;
        width: 100% !important
    }

    .table-ipad tr {
        overflow: hidden;
        border-top: solid #ddd .3rem !important
    }

    .table-ipad td {
        vertical-align: top;
        word-break: break-all;
        padding-left: 13rem !important
    }

        .table-ipad td:before {
            content: attr(data-th);
            font-weight: 700;
            display: inline-block;
            width: 12rem;
            margin-left: -12rem;
            float: left;
            padding-right: 1rem;
            word-break: normal
        }

        .table-ipad td:after {
            content: "";
            display: table;
            clear: both
        }

    .table-ipad .dropdown.action > a {
        width: 10rem
    }
}

@media screen and (-ms-high-contrast:active) {
    .close {
        opacity: 1
    }

    .dropdown-menu > .active > a, .dropdown-menu > .active > a:focus, .dropdown-menu > .active > a:hover {
        background-color: #ff0
    }
}

@media screen and (-ms-high-contrast:active) {
    .select2-container .select2-choice .select2-arrow b {
        display: block;
        width: 100%;
        height: 100%;
        background: url(../js/select2/select2.png) no-repeat 0 1px
    }
}

@media screen and (-ms-high-contrast:active) {
    .select2-arrow {
        background-image: linear-gradient(to top,red 0,#ff0 60%)
    }
}

@media screen and (-ms-high-contrast:active) {
    .select2-container-active .select2-choice, .select2-container-active .select2-choices {
        border: 1px solid red;
        outline: 0
    }
}

@media screen and (-ms-high-contrast:active) {
    .select2-results .select2-highlighted {
        background: red
    }
}

@media screen and (-ms-high-contrast:active) {
    .form-control:focus {
        border: 2px solid
    }
}

input.select2-offscreen, input.select2-offscreen:focus {
    width: 100% !important;
    height: 100% !important
}

.modal h1 {
    font-size: 21px
}

.modal h2 {
    font-size: 18px
}

@media (min-width:768px) {
    .form-horizontal .control-label-addfile {
        margin-bottom: 0
    }
}

.form-control-static-addfile {
    margin-bottom: 0
}

.padding-destinationfile {
    padding-top: 7px
}

.margin-addfile {
    margin-top: 15px
}

.modal-add-file .modal-dialog .modal-content .modal-header {
    padding: 21px !important
}

.modal-add-file .modal-dialog .modal-content .modal-body {
    padding: 21px !important
}

.modal-add-file .modal-dialog .modal-content > .modal-footer {
    padding: 21px !important
}

@media screen and (-ms-high-contrast:active) {
    .progress {
        border: 1px solid;
        box-sizing: content-box
    }
}

@media (min-width:1200px) {
    .sharepoint-custom-icon {
        max-width: 500px
    }
}

@media (max-width:1200px) {
    .sharepoint-custom-icon {
        max-width: 500px
    }
}

@media (max-width:992px) {
    .sharepoint-custom-icon {
        max-width: 450px
    }
}

@media (max-width:767px) {
    .sharepoint-custom-icon {
        max-width: 350px
    }
}

@media (min-width:425) and (max-width:767px) {
    .sharepoint-custom-icon {
        max-width: 200px
    }
}

@media (max-width:425px) {
    .sharepoint-custom-icon {
        max-width: 200px
    }

    .powerbi {
        width: 100%;
        height: 600px;
        border: none
    }
}

.powerbi {
    width: 100%;
    height: 600px;
    border: none
}

td.fullPageEditorContainer {
    height: 100%
}

.fullPageContentEditorFrame {
    min-width: 0 !important
}

.navbar-toggle .icon-bar {
    border: 1px solid #fff
}

@-moz-document url-prefix() {
    .editorContainer table {
        overflow: hidden
    }
}

@media screen and (-ms-high-contrast:active),(-ms-high-contrast:none) {
    .editorContainer table {
        overflow: hidden
    }
}

span[role=checkbox] {
    border: 1px solid #000;
    width: 18px;
    display: block;
    height: 18px
}

.bootstrap-datetimepicker-widget tr td button {
    background-color: #fff;
    border: none;
    color: #000;
    padding: 2px !important
}

.bootstrap-datetimepicker-widget tr td.active button {
    background: #337ab7;
    color: #fff
}

.bootstrap-datetimepicker-widget tr td:hover button {
    background-color: #efefef;
    border: none;
    color: #000
}

.bootstrap-datetimepicker-widget tr td.active:hover button {
    background: 0 0;
    color: #fff
}

.datepicker .next > button, .datepicker .prev > button {
    border: none;
    background: 0 0;
    padding: 2px !important
}

.iconBorder {
    border: 0;
    padding: 4px 3px 3px 5px
}

.bootstrap-datetimepicker-widget-contentbefore ::before {
    content: ""
}

.bootstrap-datetimepicker-widget-contentafter table th.next::after {
    content: ""
}

.entity-timeline {
    padding-left: 0;
    padding-right: 0
}

    .entity-timeline .note {
        margin-bottom: 0;
        border-top: 0;
        padding-top: 0;
        padding-left: 0
    }

    .entity-timeline div:nth-of-type(even).note {
        background-color: #fbfbfb
    }

    .entity-timeline .note .metadata {
        text-align: left
    }

    .entity-timeline .note .row .col-sm-3 {
        padding-left: 30px;
        width: 20%
    }

    .entity-timeline .note .row .header {
        text-align: left;
        padding-top: 20px
    }

        .entity-timeline .note .row .header .metadata .createdby, .entity-timeline .note .row .header .metadata .modifiedon, .entity-timeline .note .row .header .metadata .postedon {
            text-align: left;
            font-size: 12px;
            padding-bottom: 10px
        }

    .entity-timeline .note .row .content {
        padding-top: 20px;
        padding-bottom: 16px
    }

        .entity-timeline .note .row .content .cc, .entity-timeline .note .row .content .from, .entity-timeline .note .row .content .requiredattendees, .entity-timeline .note .row .content .scheduledstartandend {
            font-size: 15px
        }

        .entity-timeline .note .row .content .subject {
            font-size: 15px;
            padding-top: 16px;
            padding-bottom: 16px
        }

        .entity-timeline .note .row .content .description {
            font-size: 15px;
            word-wrap: break-word
        }

    .entity-timeline .note-attachment .row .attachment {
        padding-top: 16px;
        margin: 0 14px
    }

    .entity-timeline .glyphicon.glyphicon-calendar, .entity-timeline .glyphicon.glyphicon-earphone, .entity-timeline .glyphicon.glyphicon-envelope, .entity-timeline .glyphicon.glyphicon-user {
        font-size: x-large
    }

.entity-form .notes-cell .info {
    font-size: 15px;
    display: none
}

.entity-timeline .timelineheader {
    padding-left: 0;
    padding-right: 0
}

    .entity-timeline .timelineheader .title {
        font-size: 15px;
        width: auto;
        padding-left: 0
    }

    .entity-timeline .timelineheader .buttoncontainer {
        width: auto;
        float: right;
        padding-right: 0
    }

        .entity-timeline .timelineheader .buttoncontainer .addnote {
            font-size: 15px;
            float: right
        }

            .entity-timeline .timelineheader .buttoncontainer .addnote.btn.btn-default {
                white-space: nowrap
            }

.entity-timeline .notes-empty.message {
    padding-top: 50px
}

.entity-timeline .notes-error.message {
    padding-top: 50px
}

.entity-timeline .notes-access-denied.message {
    padding-top: 50px
}

.entity-timeline a.loadmore {
    float: right;
    display: none
}

.entity-timeline .message {
    display: none
}

.entity-timeline .attachment {
    padding: 0;
    margin-bottom: 0
}

.entity-timeline .attachment-loadmore-section {
    max-height: 500px;
    overflow-x: hidden;
    overflow-y: auto;
    margin: 0 -14px
}

a.attachment-file {
    font-family: 'Segoe UI';
    font-style: normal;
    font-size: 14px;
    line-height: 16px;
    color: #006cb7
}

.entity-timeline .note .attachment-outer-border {
    border: 1px solid #e2e2e2;
    padding: 14px
}

.entity-timeline .note .attachment-separator {
    background-color: #cbcbcb;
    height: 1px;
    text-align: center;
    margin-top: 14px
}

.load-more-attachment-btn {
    color: #3b79b7;
    padding: 0 14px;
    font-family: 'Segoe UI';
    font-style: normal;
    font-size: 14px;
    line-height: 16px;
    letter-spacing: .14px
}

.load-more-action {
    margin-top: 14px
}

.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
    }
}

#entity-list-map-options {
    margin-bottom: 10px
}

#entity-list-map-locations {
    overflow-x: hidden;
    overflow-y: auto
}

#entity-list-map-error {
    display: none
}

#entity-list-map-locations .uom {
    float: right
}

.infobox {
    position: absolute;
    top: 0;
    left: 0;
    z-index: 99999;
    width: 250px
}

    .infobox .title {
        font-weight: 700;
        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: 700
}

.infobox-content .priority {
    font-weight: 700
}

.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
}

.BingMap {
    position: relative;
    width: 100%;
    height: 400px;
    border: 0
}

.crmEntityFormView .form-actions {
    margin-top: 20px
}

span.crmEntityFormView {
    display: block
}

.crmEntityFormView .tab {
    margin-bottom: 20px;
    width: 100%
}

.crmEntityFormView .tab-title {
    border-bottom: 1px solid #eee;
    -ms-text-rendering: optimizelegibility;
    text-rendering: optimizelegibility
}

.crmEntityFormView .section:first-child {
    margin: 0
}

.crmEntityFormView .section {
    table-layout: fixed;
    width: 100%
}

.crmEntityFormView .section-title {
    border-bottom-width: 0;
    margin-bottom: 5px
}

    .crmEntityFormView .section-title.show-bar {
        border-bottom-width: 1px;
        padding-bottom: 4px
    }

.crmEntityFormView .cell {
    padding: 0 28px 20px
}

    .crmEntityFormView .cell.zero-cell {
        display: none
    }

    .crmEntityFormView .cell.crmquickform-cell:first-child {
        border-right: 1px solid #b3b3b3
    }

    .crmEntityFormView .cell.crmquickform-cell .info {
        color: #333
    }

.crmEntityFormView .tab .tab-column {
    padding-left: 20px;
    float: left
}

    .crmEntityFormView .tab .tab-column:first-child {
        padding-left: 0
    }

.crmEntityFormView table.table td {
    padding: 8px
}

    .crmEntityFormView table.table td:first-child {
        padding: 8px
    }

@media (max-width:767px) {
    .crmEntityFormView table.section, .crmEntityFormView table.section > tbody, .crmEntityFormView table.section > tbody > tr, .crmEntityFormView table.section > tbody > tr > td, .crmEntityFormView table.section > tbody > tr > th, .crmEntityFormView table.section > tfoot, .crmEntityFormView table.section > tfoot > tr, .crmEntityFormView table.section > tfoot > tr > td, .crmEntityFormView table.section > tfoot > tr > th, .crmEntityFormView table.section > thead, .crmEntityFormView table.section > thead > tr, .crmEntityFormView table.section > thead > tr > td, .crmEntityFormView table.section > thead > tr > th {
        display: block
    }

    .crmEntityFormView table.section {
        width: 100%;
        overflow: visible
    }

    .crmEntityFormView .cell {
        margin-bottom: 15px;
        padding: 0;
        width: 100%
    }

        .crmEntityFormView .cell.crmquickform-cell:first-child {
            border: none
        }

        .crmEntityFormView .cell.empty-cell {
            margin-bottom: 0
        }

    .crmEntityFormView .tab .tab-column {
        display: block;
        margin-bottom: 15px;
        padding: 0;
        width: 100%
    }

        .crmEntityFormView .tab .tab-column:last-child, .crmEntityFormView .tab fieldset:last-child, .crmEntityFormView .tab:last-child {
            margin-bottom: 0
        }
}

.crmEntityFormView .cell div.control {
    clear: both
}

.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 td.cell {
    vertical-align: top
}

.crmEntityFormView .cell .field-label {
    float: left;
    display: inline
}

.crmEntityFormView .cell label > label {
    margin-bottom: 0
}

.crmEntityFormView .cell input[type=text], .crmEntityFormView .cell select, .crmEntityFormView .cell textarea {
    float: left;
    width: 100%
}

.control .input-group .form-control.lookup {
    float: none
}

.crmEntityFormView .cell div.control span.checkbox {
    float: left;
    margin: 0
}

    .crmEntityFormView .cell div.control span.checkbox input[type=checkbox] {
        margin-left: 0
    }

.crmEntityFormView .datetime-cell input.date {
    width: 75px
}

.crmEntityFormView .datetime-cell select.time {
    width: 100px
}

.crmEntityFormView .empty-cell {
    padding: 0
}

    .crmEntityFormView .empty-cell:only-child {
        display: none
    }

.crmEntityFormView .state, .crmEntityFormView .status {
    padding: 6px 12px
}

.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.horizontal span:not(:first-child) input[type=radio] {
    margin-left: 10px
}

.crmEntityFormView .cell .picklist label {
    float: none;
    font-weight: 400
}

.crmEntityFormView .cell.checkbox-cell div.info {
    float: none;
    clear: none;
    display: inline-block;
    padding-left: 20px
}

.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 .boolean-radio span:nth-child(2) input[type=radio] {
    margin-left: 10px
}

.crmEntityFormView .cell.boolean-radio-cell label {
    float: none;
    display: inline
}

.crmEntityFormView .boolean-radio label {
    font-weight: 400
}

.crmEntityFormView .validation-summary h2 {
    margin: 0 0 1em 0;
    padding: 0;
    font-size: 1.2em
}

.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;
    margin-bottom: 20px;
    padding: 0;
    border: 0 none
}

    .crmEntityFormView fieldset:empty {
        margin: 0
    }

    .crmEntityFormView fieldset legend + .well {
        margin-top: 0
    }

.crmEntityFormView div.row.full div.cell {
    width: 100%
}

.crmEntityFormView .actions {
    border-top: 1px solid #e5e5e5;
    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
    }

div.message.success {
    background-color: #dff0d8;
    border-color: #d6e9c6;
    color: #323130;
    -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;
    float: left
}

.crmEntityFormView .picklist-matrix-cell div.control {
    clear: none;
    float: left
}

    .crmEntityFormView .picklist-matrix-cell div.control .picklist label {
        height: 1px;
        padding-top: 1px;
        overflow: hidden;
        display: block
    }

.crmEntityFormView table.section tr:first-child .picklist-matrix-cell div.control .picklist label {
    height: auto;
    padding-top: 0;
    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: 700;
    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
}

    ol.progress.left, ol.progress.right {
        margin-top: 20px
    }

    ol.progress li span.number {
        padding-right: 10px
    }

    ol.progress li span.glyphicon.glyphicon-ok {
        padding-left: 10px
    }

    ol.progress.bottom li, ol.progress.top li {
        float: left
    }

    ol.progress li.incomplete {
        background: 0 0;
        border: 1px solid transparent
    }

    ol.progress.bottom li:first-child, ol.progress.bottom li:last-child, ol.progress.top li:first-child, ol.progress.top li:last-child {
        border-top-right-radius: 0;
        border-bottom-right-radius: 0;
        border-bottom-left-radius: 0;
        border-top-left-radius: 0
    }

@media (max-width:767px) {
    ol.progress.left, ol.progress.right {
        margin-top: 0
    }

        ol.progress.left li, ol.progress.right li {
            float: left
        }

            ol.progress.left li:first-child, ol.progress.left li:last-child, ol.progress.right li:first-child, ol.progress.right li:last-child {
                border-top-right-radius: 0;
                border-bottom-right-radius: 0;
                border-bottom-left-radius: 0;
                border-top-left-radius: 0
            }

    ol.progress.bottom li, ol.progress.top li {
        float: none
    }
}

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;
    padding: 0
}

    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: 700
}

    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: 0 0;
        border: none;
        box-shadow: none;
        -moz-box-shadow: none;
        padding: 0
    }

.crmEntityFormView textarea[readonly] {
    display: block !important
}

.crmEntityFormView.readonly .cell div.info.required label:after {
    content: none
}

.crmEntityFormView.readonly .cell div.info label {
    font-weight: 700
}

.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: 700
    }

    .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: orange
    }

    .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 td, .purchase-summary table.line-items th {
        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
    }
}

.entitylist-filter-option-group ul li[aria-hidden=true] {
    display: none
}

.entitylist-filter-option-group {
    vertical-align: top
}

    .entitylist-filter-option-group .h4 {
        display: block
    }

.entitylist-filter-option-text {
    width: 180px
}

.filter-vertical .entitylist-filter-option-text {
    width: 100%
}

.entitylist-filter-option-group-box-overflow {
    max-height: 210px;
    overflow-y: auto
}

iframe.quickform {
    display: block;
    border: none;
    height: 0;
    width: 100%
}

.container.quickform {
    margin: 0;
    padding: 0
}

.submit-btn-link {
    background: 0 0 !important;
    border: none;
    padding: 3px 20px
}

    .submit-btn-link:hover {
        color: #262626;
        text-decoration: none;
        background-color: #f5f5f5
    }

.crmEntityFormView .form-control.readonly, .crmEntityFormView .form-control[readonly][disabled], .form-readonly .form-control {
    background: 0 0;
    border: none;
    box-shadow: none;
    -webkit-box-shadow: none;
    -moz-box-shadow: none;
    cursor: auto;
    padding-left: 0;
    padding-right: 0
}

    .crmEntityFormView .form-control.readonly:focus, .crmEntityFormView .form-control[readonly][disabled]:focus, .form-readonly .form-control:focus {
        outline: 1px dotted #212121;
        outline: 5px auto -webkit-focus-ring-color
    }

.crmEntityFormView textarea.form-control.readonly, .crmEntityFormView textarea.form-control[readonly][disabled], .form-readonly textarea.form-control {
    resize: none
}

.crmEntityFormView select.form-control.readonly, .form-readonly select.form-control {
    appearance: none;
    -webkit-appearance: none;
    -moz-appearance: none
}

    .crmEntityFormView select.form-control.readonly::-ms-expand, .form-readonly select.form-control::-ms-expand {
        display: none
    }

    .crmEntityFormView select.form-control.readonly option, .form-readonly select.form-control option {
        padding-left: 0;
        padding-right: 0
    }

.crmEntityFormView .money .input-group.readonly > .input-group-addon, .form-readonly .money .input-group > .input-group-addon {
    background: 0 0;
    border: none;
    padding-left: 0;
    padding-right: 0
}

.form-custom-actions {
    margin-bottom: 20px
}

    .form-custom-actions .btn {
        margin-top: 5px
    }

    .form-custom-actions .dropdown-menu {
        margin-top: -3px
    }

@media screen and (min-width:768px) {
    .form-action-container-right {
        float: right
    }

    .form-action-container-left {
        float: left
    }
}

.popover input {
    margin-bottom: 10px
}
/*! jQuery UI - v1.10.3 - 2013-05-03
* http://jqueryui.com
* Includes: jquery.ui.core.css, jquery.ui.accordion.css, jquery.ui.autocomplete.css, jquery.ui.button.css, jquery.ui.datepicker.css, jquery.ui.dialog.css, jquery.ui.menu.css, jquery.ui.progressbar.css, jquery.ui.resizable.css, jquery.ui.selectable.css, jquery.ui.slider.css, jquery.ui.spinner.css, jquery.ui.tabs.css, jquery.ui.tooltip.css
* To view and modify this theme, visit http://jqueryui.com/themeroller/?ffDefault=Verdana%2CArial%2Csans-serif&fwDefault=normal&fsDefault=1.1em&cornerRadius=4px&bgColorHeader=cccccc&bgTextureHeader=highlight_soft&bgImgOpacityHeader=75&borderColorHeader=aaaaaa&fcHeader=222222&iconColorHeader=222222&bgColorContent=ffffff&bgTextureContent=flat&bgImgOpacityContent=75&borderColorContent=aaaaaa&fcContent=222222&iconColorContent=222222&bgColorDefault=e6e6e6&bgTextureDefault=glass&bgImgOpacityDefault=75&borderColorDefault=d3d3d3&fcDefault=555555&iconColorDefault=888888&bgColorHover=dadada&bgTextureHover=glass&bgImgOpacityHover=75&borderColorHover=999999&fcHover=212121&iconColorHover=454545&bgColorActive=ffffff&bgTextureActive=glass&bgImgOpacityActive=65&borderColorActive=aaaaaa&fcActive=212121&iconColorActive=454545&bgColorHighlight=fbf9ee&bgTextureHighlight=glass&bgImgOpacityHighlight=55&borderColorHighlight=fcefa1&fcHighlight=363636&iconColorHighlight=2e83ff&bgColorError=fef1ec&bgTextureError=glass&bgImgOpacityError=95&borderColorError=cd0a0a&fcError=cd0a0a&iconColorError=cd0a0a&bgColorOverlay=aaaaaa&bgTextureOverlay=flat&bgImgOpacityOverlay=0&opacityOverlay=30&bgColorShadow=aaaaaa&bgTextureShadow=flat&bgImgOpacityShadow=0&opacityShadow=30&thicknessShadow=8px&offsetTopShadow=-8px&offsetLeftShadow=-8px&cornerRadiusShadow=8px
* Copyright 2013 jQuery Foundation and other contributors Licensed MIT */

.ui-helper-hidden {
    display: none
}

.ui-helper-hidden-accessible {
    border: 0;
    clip: rect(0 0 0 0);
    height: 1px;
    margin: -1px;
    overflow: hidden;
    padding: 0;
    position: absolute;
    width: 1px
}

.ui-helper-reset {
    margin: 0;
    padding: 0;
    border: 0;
    outline: 0;
    line-height: 1.3;
    text-decoration: none;
    font-size: 100%;
    list-style: none
}

.ui-helper-clearfix:after, .ui-helper-clearfix:before {
    content: "";
    display: table;
    border-collapse: collapse
}

.ui-helper-clearfix:after {
    clear: both
}

.ui-helper-clearfix {
    min-height: 0
}

.ui-helper-zfix {
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    position: absolute;
    opacity: 0;
    filter: Alpha(Opacity=0)
}

.ui-front {
    z-index: 100
}

.ui-state-disabled {
    cursor: default !important
}

.ui-icon {
    display: block;
    text-indent: -99999px;
    overflow: hidden;
    background-repeat: no-repeat
}

.ui-widget-overlay {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%
}

.ui-accordion .ui-accordion-header {
    display: block;
    cursor: pointer;
    position: relative;
    margin-top: 2px;
    padding: .5em .5em .5em .7em;
    min-height: 0
}

.ui-accordion .ui-accordion-icons {
    padding-left: 2.2em
}

.ui-accordion .ui-accordion-noicons {
    padding-left: .7em
}

.ui-accordion .ui-accordion-icons .ui-accordion-icons {
    padding-left: 2.2em
}

.ui-accordion .ui-accordion-header .ui-accordion-header-icon {
    position: absolute;
    left: .5em;
    top: 50%;
    margin-top: -8px
}

.ui-accordion .ui-accordion-content {
    padding: 1em 2.2em;
    border-top: 0;
    overflow: auto
}

.ui-autocomplete {
    position: absolute;
    top: 0;
    left: 0;
    cursor: default
}

.ui-button {
    display: inline-block;
    position: relative;
    padding: 0;
    line-height: normal;
    margin-right: .1em;
    cursor: pointer;
    vertical-align: middle;
    text-align: center;
    overflow: visible
}

    .ui-button, .ui-button:active, .ui-button:hover, .ui-button:link, .ui-button:visited {
        text-decoration: none
    }

.ui-button-icon-only {
    width: 2.2em
}

button.ui-button-icon-only {
    width: 2.4em
}

.ui-button-icons-only {
    width: 3.4em
}

button.ui-button-icons-only {
    width: 3.7em
}

.ui-button .ui-button-text {
    display: block;
    line-height: normal
}

.ui-button-text-only .ui-button-text {
    padding: .4em 1em
}

.ui-button-icon-only .ui-button-text, .ui-button-icons-only .ui-button-text {
    padding: .4em;
    text-indent: -9999999px
}

.ui-button-text-icon-primary .ui-button-text, .ui-button-text-icons .ui-button-text {
    padding: .4em 1em .4em 2.1em
}

.ui-button-text-icon-secondary .ui-button-text, .ui-button-text-icons .ui-button-text {
    padding: .4em 2.1em .4em 1em
}

.ui-button-text-icons .ui-button-text {
    padding-left: 2.1em;
    padding-right: 2.1em
}

input.ui-button {
    padding: .4em 1em
}

.ui-button-icon-only .ui-icon, .ui-button-icons-only .ui-icon, .ui-button-text-icon-primary .ui-icon, .ui-button-text-icon-secondary .ui-icon, .ui-button-text-icons .ui-icon {
    position: absolute;
    top: 50%;
    margin-top: -8px
}

.ui-button-icon-only .ui-icon {
    left: 50%;
    margin-left: -8px
}

.ui-button-icons-only .ui-button-icon-primary, .ui-button-text-icon-primary .ui-button-icon-primary, .ui-button-text-icons .ui-button-icon-primary {
    left: .5em
}

.ui-button-icons-only .ui-button-icon-secondary, .ui-button-text-icon-secondary .ui-button-icon-secondary, .ui-button-text-icons .ui-button-icon-secondary {
    right: .5em
}

.ui-buttonset {
    margin-right: 7px
}

    .ui-buttonset .ui-button {
        margin-left: 0;
        margin-right: -.3em
    }

button.ui-button::-moz-focus-inner, input.ui-button::-moz-focus-inner {
    border: 0;
    padding: 0
}

.ui-datepicker {
    width: 17em;
    padding: .2em .2em 0;
    display: none
}

    .ui-datepicker .ui-datepicker-header {
        position: relative;
        padding: .2em 0
    }

    .ui-datepicker .ui-datepicker-next, .ui-datepicker .ui-datepicker-prev {
        position: absolute;
        top: 2px;
        width: 1.8em;
        height: 1.8em
    }

    .ui-datepicker .ui-datepicker-next-hover, .ui-datepicker .ui-datepicker-prev-hover {
        top: 1px
    }

    .ui-datepicker .ui-datepicker-prev {
        left: 2px
    }

    .ui-datepicker .ui-datepicker-next {
        right: 2px
    }

    .ui-datepicker .ui-datepicker-prev-hover {
        left: 1px
    }

    .ui-datepicker .ui-datepicker-next-hover {
        right: 1px
    }

    .ui-datepicker .ui-datepicker-next span, .ui-datepicker .ui-datepicker-prev span {
        display: block;
        position: absolute;
        left: 50%;
        margin-left: -8px;
        top: 50%;
        margin-top: -8px
    }

    .ui-datepicker .ui-datepicker-title {
        margin: 0 2.3em;
        line-height: 1.8em;
        text-align: center
    }

        .ui-datepicker .ui-datepicker-title select {
            font-size: 1em;
            margin: 1px 0
        }

    .ui-datepicker select.ui-datepicker-month-year {
        width: 100%
    }

    .ui-datepicker select.ui-datepicker-month, .ui-datepicker select.ui-datepicker-year {
        width: 49%
    }

    .ui-datepicker table {
        width: 100%;
        font-size: .9em;
        border-collapse: collapse;
        margin: 0 0 .4em
    }

    .ui-datepicker th {
        padding: .7em .3em;
        text-align: center;
        font-weight: 700;
        border: 0
    }

    .ui-datepicker td {
        border: 0;
        padding: 1px
    }

        .ui-datepicker td a, .ui-datepicker td span {
            display: block;
            padding: .2em;
            text-align: right;
            text-decoration: none
        }

    .ui-datepicker .ui-datepicker-buttonpane {
        background-image: none;
        margin: .7em 0 0 0;
        padding: 0 .2em;
        border-left: 0;
        border-right: 0;
        border-bottom: 0
    }

        .ui-datepicker .ui-datepicker-buttonpane button {
            float: right;
            margin: .5em .2em .4em;
            cursor: pointer;
            padding: .2em .6em .3em .6em;
            width: auto;
            overflow: visible
        }

            .ui-datepicker .ui-datepicker-buttonpane button.ui-datepicker-current {
                float: left
            }

    .ui-datepicker.ui-datepicker-multi {
        width: auto
    }

.ui-datepicker-multi .ui-datepicker-group {
    float: left
}

    .ui-datepicker-multi .ui-datepicker-group table {
        width: 95%;
        margin: 0 auto .4em
    }

.ui-datepicker-multi-2 .ui-datepicker-group {
    width: 50%
}

.ui-datepicker-multi-3 .ui-datepicker-group {
    width: 33.3%
}

.ui-datepicker-multi-4 .ui-datepicker-group {
    width: 25%
}

.ui-datepicker-multi .ui-datepicker-group-last .ui-datepicker-header, .ui-datepicker-multi .ui-datepicker-group-middle .ui-datepicker-header {
    border-left-width: 0
}

.ui-datepicker-multi .ui-datepicker-buttonpane {
    clear: left
}

.ui-datepicker-row-break {
    clear: both;
    width: 100%;
    font-size: 0
}

.ui-datepicker-rtl {
    direction: rtl
}

    .ui-datepicker-rtl .ui-datepicker-prev {
        right: 2px;
        left: auto
    }

    .ui-datepicker-rtl .ui-datepicker-next {
        left: 2px;
        right: auto
    }

    .ui-datepicker-rtl .ui-datepicker-prev:hover {
        right: 1px;
        left: auto
    }

    .ui-datepicker-rtl .ui-datepicker-next:hover {
        left: 1px;
        right: auto
    }

    .ui-datepicker-rtl .ui-datepicker-buttonpane {
        clear: right
    }

        .ui-datepicker-rtl .ui-datepicker-buttonpane button {
            float: left
        }

            .ui-datepicker-rtl .ui-datepicker-buttonpane button.ui-datepicker-current, .ui-datepicker-rtl .ui-datepicker-group {
                float: right
            }

    .ui-datepicker-rtl .ui-datepicker-group-last .ui-datepicker-header, .ui-datepicker-rtl .ui-datepicker-group-middle .ui-datepicker-header {
        border-right-width: 0;
        border-left-width: 1px
    }

.ui-dialog {
    position: absolute;
    top: 0;
    left: 0;
    padding: .2em;
    outline: 0
}

    .ui-dialog .ui-dialog-titlebar {
        padding: .4em 1em;
        position: relative
    }

    .ui-dialog .ui-dialog-title {
        float: left;
        margin: .1em 0;
        white-space: nowrap;
        width: 90%;
        overflow: hidden;
        text-overflow: ellipsis
    }

    .ui-dialog .ui-dialog-titlebar-close {
        position: absolute;
        right: .3em;
        top: 50%;
        width: 21px;
        margin: -10px 0 0 0;
        padding: 1px;
        height: 20px
    }

    .ui-dialog .ui-dialog-content {
        position: relative;
        border: 0;
        padding: .5em 1em;
        background: 0 0;
        overflow: auto
    }

    .ui-dialog .ui-dialog-buttonpane {
        text-align: left;
        border-width: 1px 0 0 0;
        background-image: none;
        margin-top: .5em;
        padding: .3em 1em .5em .4em
    }

        .ui-dialog .ui-dialog-buttonpane .ui-dialog-buttonset {
            float: right
        }

        .ui-dialog .ui-dialog-buttonpane button {
            margin: .5em .4em .5em 0;
            cursor: pointer
        }

    .ui-dialog .ui-resizable-se {
        width: 12px;
        height: 12px;
        right: -5px;
        bottom: -5px;
        background-position: 16px 16px
    }

.ui-draggable .ui-dialog-titlebar {
    cursor: move
}

.ui-menu {
    list-style: none;
    padding: 2px;
    margin: 0;
    display: block;
    outline: 0
}

    .ui-menu .ui-menu {
        margin-top: -3px;
        position: absolute
    }

    .ui-menu .ui-menu-item {
        margin: 0;
        padding: 0;
        width: 100%;
        list-style-image: url(data:image/gif;base64,R0lGODlhAQABAIAAAAAAAP///yH5BAEAAAAALAAAAAABAAEAAAIBRAA7)
    }

    .ui-menu .ui-menu-divider {
        margin: 5px -2px 5px -2px;
        height: 0;
        font-size: 0;
        line-height: 0;
        border-width: 1px 0 0 0
    }

    .ui-menu .ui-menu-item a {
        text-decoration: none;
        display: block;
        padding: 2px .4em;
        line-height: 1.5;
        min-height: 0;
        font-weight: 400
    }

        .ui-menu .ui-menu-item a.ui-state-active, .ui-menu .ui-menu-item a.ui-state-focus {
            font-weight: 400;
            margin: -1px
        }

    .ui-menu .ui-state-disabled {
        font-weight: 400;
        margin: .4em 0 .2em;
        line-height: 1.5
    }

        .ui-menu .ui-state-disabled a {
            cursor: default
        }

.ui-menu-icons {
    position: relative
}

    .ui-menu-icons .ui-menu-item a {
        position: relative;
        padding-left: 2em
    }

.ui-menu .ui-icon {
    position: absolute;
    top: .2em;
    left: .2em
}

.ui-menu .ui-menu-icon {
    position: static;
    float: right
}

.ui-progressbar {
    height: 2em;
    text-align: left;
    overflow: hidden
}

    .ui-progressbar .ui-progressbar-value {
        margin: -1px;
        height: 100%
    }

    .ui-progressbar .ui-progressbar-overlay {
        background: url(images/animated-overlay.gif);
        height: 100%;
        opacity: .25
    }

.ui-progressbar-indeterminate .ui-progressbar-value {
    background-image: none
}

.ui-resizable {
    position: relative
}

.ui-resizable-handle {
    position: absolute;
    font-size: .1px;
    display: block
}

.ui-resizable-autohide .ui-resizable-handle, .ui-resizable-disabled .ui-resizable-handle {
    display: none
}

.ui-resizable-n {
    cursor: n-resize;
    height: 7px;
    width: 100%;
    top: -5px;
    left: 0
}

.ui-resizable-s {
    cursor: s-resize;
    height: 7px;
    width: 100%;
    bottom: -5px;
    left: 0
}

.ui-resizable-e {
    cursor: e-resize;
    width: 7px;
    right: -5px;
    top: 0;
    height: 100%
}

.ui-resizable-w {
    cursor: w-resize;
    width: 7px;
    left: -5px;
    top: 0;
    height: 100%
}

.ui-resizable-se {
    cursor: se-resize;
    width: 12px;
    height: 12px;
    right: 1px;
    bottom: 1px
}

.ui-resizable-sw {
    cursor: sw-resize;
    width: 9px;
    height: 9px;
    left: -5px;
    bottom: -5px
}

.ui-resizable-nw {
    cursor: nw-resize;
    width: 9px;
    height: 9px;
    left: -5px;
    top: -5px
}

.ui-resizable-ne {
    cursor: ne-resize;
    width: 9px;
    height: 9px;
    right: -5px;
    top: -5px
}

.ui-selectable-helper {
    position: absolute;
    z-index: 100;
    border: 1px dotted #000
}

.ui-slider {
    position: relative;
    text-align: left
}

    .ui-slider .ui-slider-handle {
        position: absolute;
        z-index: 2;
        width: 1.2em;
        height: 1.2em;
        cursor: default
    }

    .ui-slider .ui-slider-range {
        position: absolute;
        z-index: 1;
        font-size: .7em;
        display: block;
        border: 0;
        background-position: 0 0
    }

    .ui-slider.ui-state-disabled .ui-slider-handle, .ui-slider.ui-state-disabled .ui-slider-range {
        filter: inherit
    }

.ui-slider-horizontal {
    height: .8em
}

    .ui-slider-horizontal .ui-slider-handle {
        top: -.3em;
        margin-left: -.6em
    }

    .ui-slider-horizontal .ui-slider-range {
        top: 0;
        height: 100%
    }

    .ui-slider-horizontal .ui-slider-range-min {
        left: 0
    }

    .ui-slider-horizontal .ui-slider-range-max {
        right: 0
    }

.ui-slider-vertical {
    width: .8em;
    height: 100px
}

    .ui-slider-vertical .ui-slider-handle {
        left: -.3em;
        margin-left: 0;
        margin-bottom: -.6em
    }

    .ui-slider-vertical .ui-slider-range {
        left: 0;
        width: 100%
    }

    .ui-slider-vertical .ui-slider-range-min {
        bottom: 0
    }

    .ui-slider-vertical .ui-slider-range-max {
        top: 0
    }

.ui-spinner {
    position: relative;
    display: inline-block;
    overflow: hidden;
    padding: 0;
    vertical-align: middle
}

.ui-spinner-input {
    border: none;
    background: 0 0;
    color: inherit;
    padding: 0;
    margin: .2em 0;
    vertical-align: middle;
    margin-left: .4em;
    margin-right: 22px
}

.ui-spinner-button {
    width: 16px;
    height: 50%;
    font-size: .5em;
    padding: 0;
    margin: 0;
    text-align: center;
    position: absolute;
    cursor: default;
    display: block;
    overflow: hidden;
    right: 0
}

.ui-spinner a.ui-spinner-button {
    border-top: none;
    border-bottom: none;
    border-right: none
}

.ui-spinner .ui-icon {
    position: absolute;
    margin-top: -8px;
    top: 50%;
    left: 0
}

.ui-spinner-up {
    top: 0
}

.ui-spinner-down {
    bottom: 0
}

.ui-spinner .ui-icon-triangle-1-s {
    background-position: -65px -16px
}

.ui-tabs {
    position: relative;
    padding: .2em;
    background: linear-gradient(to bottom,#fff,#c8c8c8)
}

    .ui-tabs .ui-tabs-nav {
        margin: 0;
        padding: .2em .2em 0
    }

        .ui-tabs .ui-tabs-nav li {
            list-style: none;
            float: left;
            position: relative;
            top: 0;
            margin: 1px .2em 0 0;
            border-bottom-width: 0;
            padding: 0;
            white-space: nowrap
        }

            .ui-tabs .ui-tabs-nav li a {
                float: left;
                padding: .5em 1em;
                text-decoration: none
            }

            .ui-tabs .ui-tabs-nav li.ui-tabs-active {
                margin-bottom: -1px;
                padding-bottom: 1px
            }

                .ui-tabs .ui-tabs-nav li.ui-state-disabled a, .ui-tabs .ui-tabs-nav li.ui-tabs-active a, .ui-tabs .ui-tabs-nav li.ui-tabs-loading a {
                    cursor: text
                }

            .ui-tabs .ui-tabs-nav li a, .ui-tabs-collapsible .ui-tabs-nav li.ui-tabs-active a {
                cursor: pointer
            }

    .ui-tabs .ui-tabs-panel {
        display: block;
        border-width: 0;
        padding: 1em 1.4em;
        background: 0 0
    }

.ui-tooltip {
    padding: 8px;
    position: absolute;
    z-index: 9999;
    max-width: 300px;
    -webkit-box-shadow: 0 0 5px #aaa;
    box-shadow: 0 0 5px #aaa
}

body .ui-tooltip {
    border-width: 2px
}

.ui-widget {
    font-family: Verdana,Arial,sans-serif;
    font-size: 1.1em
}

    .ui-widget .ui-widget {
        font-size: 1em
    }

    .ui-widget button, .ui-widget input, .ui-widget select, .ui-widget textarea {
        font-family: Verdana,Arial,sans-serif;
        font-size: 1em
    }

.ui-widget-content {
    border: 1px solid #aaa;
    background: #fff;
    color: #222
}

    .ui-widget-content a {
        color: #222
    }

.ui-widget-header {
    border: 1px solid #aaa;
    color: #222;
    font-weight: 700
}

    .ui-widget-header a {
        color: #222
    }

    .ui-state-default, .ui-widget-content .ui-state-default, .ui-widget-header .ui-state-default {
        border: 1px solid #d3d3d3;
        background: #e6e6e6;
        font-weight: 400;
        color: #555
    }

        .ui-state-default a, .ui-state-default a:link, .ui-state-default a:visited {
            color: #555;
            text-decoration: none
        }

    .ui-state-focus, .ui-state-hover, .ui-widget-content .ui-state-focus, .ui-widget-content .ui-state-hover, .ui-widget-header .ui-state-focus, .ui-widget-header .ui-state-hover {
        border: 1px solid #999;
        background: #dadada;
        font-weight: 400;
        color: #212121
    }

        .ui-state-hover a, .ui-state-hover a:hover, .ui-state-hover a:link, .ui-state-hover a:visited {
            color: #212121;
            text-decoration: none
        }

    .ui-state-active, .ui-widget-content .ui-state-active, .ui-widget-header .ui-state-active {
        border: 1px solid #aaa;
        background: #fff;
        font-weight: 400;
        color: #212121
    }

        .ui-state-active a, .ui-state-active a:link, .ui-state-active a:visited {
            color: #212121;
            text-decoration: none
        }

    .ui-state-highlight, .ui-widget-content .ui-state-highlight, .ui-widget-header .ui-state-highlight {
        border: 1px solid #fcefa1;
        background: #fbf9ee;
        color: #363636
    }

        .ui-state-highlight a, .ui-widget-content .ui-state-highlight a, .ui-widget-header .ui-state-highlight a {
            color: #363636
        }

    .ui-state-error, .ui-widget-content .ui-state-error, .ui-widget-header .ui-state-error {
        border: 1px solid #cd0a0a;
        background: #fef1ec;
        color: #cd0a0a
    }

        .ui-state-error a, .ui-widget-content .ui-state-error a, .ui-widget-header .ui-state-error a {
            color: #cd0a0a
        }

    .ui-state-error-text, .ui-widget-content .ui-state-error-text, .ui-widget-header .ui-state-error-text {
        color: #cd0a0a
    }

    .ui-priority-primary, .ui-widget-content .ui-priority-primary, .ui-widget-header .ui-priority-primary {
        font-weight: 700
    }

    .ui-priority-secondary, .ui-widget-content .ui-priority-secondary, .ui-widget-header .ui-priority-secondary {
        opacity: .7;
        filter: Alpha(Opacity=70);
        font-weight: 400
    }

    .ui-state-disabled, .ui-widget-content .ui-state-disabled, .ui-widget-header .ui-state-disabled {
        opacity: .35;
        filter: Alpha(Opacity=35);
        background-image: none
    }

        .ui-state-disabled .ui-icon {
            filter: Alpha(Opacity=35)
        }

.ui-icon {
    width: 16px;
    height: 16px
}

.ui-icon, .ui-widget-content .ui-icon {
    background-image: url(images/ui-icons_222222_256x240.png)
}

.ui-widget-header .ui-icon {
    background-image: url(images/ui-icons_222222_256x240.png)
}

.ui-state-default .ui-icon {
    background-image: url(images/ui-icons_888888_256x240.png)
}

.ui-state-focus .ui-icon, .ui-state-hover .ui-icon {
    background-image: url(images/ui-icons_454545_256x240.png)
}

.ui-state-active .ui-icon {
    background-image: url(images/ui-icons_454545_256x240.png)
}

.ui-state-highlight .ui-icon {
    background-image: url(images/ui-icons_2e83ff_256x240.png)
}

.ui-state-error .ui-icon, .ui-state-error-text .ui-icon {
    background-image: url(images/ui-icons_cd0a0a_256x240.png)
}

.ui-icon-blank {
    background-position: 16px 16px
}

.ui-icon-carat-1-n {
    background-position: 0 0
}

.ui-icon-carat-1-ne {
    background-position: -16px 0
}

.ui-icon-carat-1-e {
    background-position: -32px 0
}

.ui-icon-carat-1-se {
    background-position: -48px 0
}

.ui-icon-carat-1-s {
    background-position: -64px 0
}

.ui-icon-carat-1-sw {
    background-position: -80px 0
}

.ui-icon-carat-1-w {
    background-position: -96px 0
}

.ui-icon-carat-1-nw {
    background-position: -112px 0
}

.ui-icon-carat-2-n-s {
    background-position: -128px 0
}

.ui-icon-carat-2-e-w {
    background-position: -144px 0
}

.ui-icon-triangle-1-n {
    background-position: 0 -16px
}

.ui-icon-triangle-1-ne {
    background-position: -16px -16px
}

.ui-icon-triangle-1-e {
    background-position: -32px -16px
}

.ui-icon-triangle-1-se {
    background-position: -48px -16px
}

.ui-icon-triangle-1-s {
    background-position: -64px -16px
}

.ui-icon-triangle-1-sw {
    background-position: -80px -16px
}

.ui-icon-triangle-1-w {
    background-position: -96px -16px
}

.ui-icon-triangle-1-nw {
    background-position: -112px -16px
}

.ui-icon-triangle-2-n-s {
    background-position: -128px -16px
}

.ui-icon-triangle-2-e-w {
    background-position: -144px -16px
}

.ui-icon-arrow-1-n {
    background-position: 0 -32px
}

.ui-icon-arrow-1-ne {
    background-position: -16px -32px
}

.ui-icon-arrow-1-e {
    background-position: -32px -32px
}

.ui-icon-arrow-1-se {
    background-position: -48px -32px
}

.ui-icon-arrow-1-s {
    background-position: -64px -32px
}

.ui-icon-arrow-1-sw {
    background-position: -80px -32px
}

.ui-icon-arrow-1-w {
    background-position: -96px -32px
}

.ui-icon-arrow-1-nw {
    background-position: -112px -32px
}

.ui-icon-arrow-2-n-s {
    background-position: -128px -32px
}

.ui-icon-arrow-2-ne-sw {
    background-position: -144px -32px
}

.ui-icon-arrow-2-e-w {
    background-position: -160px -32px
}

.ui-icon-arrow-2-se-nw {
    background-position: -176px -32px
}

.ui-icon-arrowstop-1-n {
    background-position: -192px -32px
}

.ui-icon-arrowstop-1-e {
    background-position: -208px -32px
}

.ui-icon-arrowstop-1-s {
    background-position: -224px -32px
}

.ui-icon-arrowstop-1-w {
    background-position: -240px -32px
}

.ui-icon-arrowthick-1-n {
    background-position: 0 -48px
}

.ui-icon-arrowthick-1-ne {
    background-position: -16px -48px
}

.ui-icon-arrowthick-1-e {
    background-position: -32px -48px
}

.ui-icon-arrowthick-1-se {
    background-position: -48px -48px
}

.ui-icon-arrowthick-1-s {
    background-position: -64px -48px
}

.ui-icon-arrowthick-1-sw {
    background-position: -80px -48px
}

.ui-icon-arrowthick-1-w {
    background-position: -96px -48px
}

.ui-icon-arrowthick-1-nw {
    background-position: -112px -48px
}

.ui-icon-arrowthick-2-n-s {
    background-position: -128px -48px
}

.ui-icon-arrowthick-2-ne-sw {
    background-position: -144px -48px
}

.ui-icon-arrowthick-2-e-w {
    background-position: -160px -48px
}

.ui-icon-arrowthick-2-se-nw {
    background-position: -176px -48px
}

.ui-icon-arrowthickstop-1-n {
    background-position: -192px -48px
}

.ui-icon-arrowthickstop-1-e {
    background-position: -208px -48px
}

.ui-icon-arrowthickstop-1-s {
    background-position: -224px -48px
}

.ui-icon-arrowthickstop-1-w {
    background-position: -240px -48px
}

.ui-icon-arrowreturnthick-1-w {
    background-position: 0 -64px
}

.ui-icon-arrowreturnthick-1-n {
    background-position: -16px -64px
}

.ui-icon-arrowreturnthick-1-e {
    background-position: -32px -64px
}

.ui-icon-arrowreturnthick-1-s {
    background-position: -48px -64px
}

.ui-icon-arrowreturn-1-w {
    background-position: -64px -64px
}

.ui-icon-arrowreturn-1-n {
    background-position: -80px -64px
}

.ui-icon-arrowreturn-1-e {
    background-position: -96px -64px
}

.ui-icon-arrowreturn-1-s {
    background-position: -112px -64px
}

.ui-icon-arrowrefresh-1-w {
    background-position: -128px -64px
}

.ui-icon-arrowrefresh-1-n {
    background-position: -144px -64px
}

.ui-icon-arrowrefresh-1-e {
    background-position: -160px -64px
}

.ui-icon-arrowrefresh-1-s {
    background-position: -176px -64px
}

.ui-icon-arrow-4 {
    background-position: 0 -80px
}

.ui-icon-arrow-4-diag {
    background-position: -16px -80px
}

.ui-icon-extlink {
    background-position: -32px -80px
}

.ui-icon-newwin {
    background-position: -48px -80px
}

.ui-icon-refresh {
    background-position: -64px -80px
}

.ui-icon-shuffle {
    background-position: -80px -80px
}

.ui-icon-transfer-e-w {
    background-position: -96px -80px
}

.ui-icon-transferthick-e-w {
    background-position: -112px -80px
}

.ui-icon-folder-collapsed {
    background-position: 0 -96px
}

.ui-icon-folder-open {
    background-position: -16px -96px
}

.ui-icon-document {
    background-position: -32px -96px
}

.ui-icon-document-b {
    background-position: -48px -96px
}

.ui-icon-note {
    background-position: -64px -96px
}

.ui-icon-mail-closed {
    background-position: -80px -96px
}

.ui-icon-mail-open {
    background-position: -96px -96px
}

.ui-icon-suitcase {
    background-position: -112px -96px
}

.ui-icon-comment {
    background-position: -128px -96px
}

.ui-icon-person {
    background-position: -144px -96px
}

.ui-icon-print {
    background-position: -160px -96px
}

.ui-icon-trash {
    background-position: -176px -96px
}

.ui-icon-locked {
    background-position: -192px -96px
}

.ui-icon-unlocked {
    background-position: -208px -96px
}

.ui-icon-bookmark {
    background-position: -224px -96px
}

.ui-icon-tag {
    background-position: -240px -96px
}

.ui-icon-home {
    background-position: 0 -112px
}

.ui-icon-flag {
    background-position: -16px -112px
}

.ui-icon-calendar {
    background-position: -32px -112px
}

.ui-icon-cart {
    background-position: -48px -112px
}

.ui-icon-pencil {
    background-position: -64px -112px
}

.ui-icon-clock {
    background-position: -80px -112px
}

.ui-icon-disk {
    background-position: -96px -112px
}

.ui-icon-calculator {
    background-position: -112px -112px
}

.ui-icon-zoomin {
    background-position: -128px -112px
}

.ui-icon-zoomout {
    background-position: -144px -112px
}

.ui-icon-search {
    background-position: -160px -112px
}

.ui-icon-wrench {
    background-position: -176px -112px
}

.ui-icon-gear {
    background-position: -192px -112px
}

.ui-icon-heart {
    background-position: -208px -112px
}

.ui-icon-star {
    background-position: -224px -112px
}

.ui-icon-link {
    background-position: -240px -112px
}

.ui-icon-cancel {
    background-position: 0 -128px
}

.ui-icon-plus {
    background-position: -16px -128px
}

.ui-icon-plusthick {
    background-position: -32px -128px
}

.ui-icon-minus {
    background-position: -48px -128px
}

.ui-icon-minusthick {
    background-position: -64px -128px
}

.ui-icon-close {
    background-position: -80px -128px
}

.ui-icon-closethick {
    background-position: -96px -128px
}

.ui-icon-key {
    background-position: -112px -128px
}

.ui-icon-lightbulb {
    background-position: -128px -128px
}

.ui-icon-scissors {
    background-position: -144px -128px
}

.ui-icon-clipboard {
    background-position: -160px -128px
}

.ui-icon-copy {
    background-position: -176px -128px
}

.ui-icon-contact {
    background-position: -192px -128px
}

.ui-icon-image {
    background-position: -208px -128px
}

.ui-icon-video {
    background-position: -224px -128px
}

.ui-icon-script {
    background-position: -240px -128px
}

.ui-icon-alert {
    background-position: 0 -144px
}

.ui-icon-info {
    background-position: -16px -144px
}

.ui-icon-notice {
    background-position: -32px -144px
}

.ui-icon-help {
    background-position: -48px -144px
}

.ui-icon-check {
    background-position: -64px -144px
}

.ui-icon-bullet {
    background-position: -80px -144px
}

.ui-icon-radio-on {
    background-position: -96px -144px
}

.ui-icon-radio-off {
    background-position: -112px -144px
}

.ui-icon-pin-w {
    background-position: -128px -144px
}

.ui-icon-pin-s {
    background-position: -144px -144px
}

.ui-icon-play {
    background-position: 0 -160px
}

.ui-icon-pause {
    background-position: -16px -160px
}

.ui-icon-seek-next {
    background-position: -32px -160px
}

.ui-icon-seek-prev {
    background-position: -48px -160px
}

.ui-icon-seek-end {
    background-position: -64px -160px
}

.ui-icon-seek-start {
    background-position: -80px -160px
}

.ui-icon-seek-first {
    background-position: -80px -160px
}

.ui-icon-stop {
    background-position: -96px -160px
}

.ui-icon-eject {
    background-position: -112px -160px
}

.ui-icon-volume-off {
    background-position: -128px -160px
}

.ui-icon-volume-on {
    background-position: -144px -160px
}

.ui-icon-power {
    background-position: 0 -176px
}

.ui-icon-signal-diag {
    background-position: -16px -176px
}

.ui-icon-signal {
    background-position: -32px -176px
}

.ui-icon-battery-0 {
    background-position: -48px -176px
}

.ui-icon-battery-1 {
    background-position: -64px -176px
}

.ui-icon-battery-2 {
    background-position: -80px -176px
}

.ui-icon-battery-3 {
    background-position: -96px -176px
}

.ui-icon-circle-plus {
    background-position: 0 -192px
}

.ui-icon-circle-minus {
    background-position: -16px -192px
}

.ui-icon-circle-close {
    background-position: -32px -192px
}

.ui-icon-circle-triangle-e {
    background-position: -48px -192px
}

.ui-icon-circle-triangle-s {
    background-position: -64px -192px
}

.ui-icon-circle-triangle-w {
    background-position: -80px -192px
}

.ui-icon-circle-triangle-n {
    background-position: -96px -192px
}

.ui-icon-circle-arrow-e {
    background-position: -112px -192px
}

.ui-icon-circle-arrow-s {
    background-position: -128px -192px
}

.ui-icon-circle-arrow-w {
    background-position: -144px -192px
}

.ui-icon-circle-arrow-n {
    background-position: -160px -192px
}

.ui-icon-circle-zoomin {
    background-position: -176px -192px
}

.ui-icon-circle-zoomout {
    background-position: -192px -192px
}

.ui-icon-circle-check {
    background-position: -208px -192px
}

.ui-icon-circlesmall-plus {
    background-position: 0 -208px
}

.ui-icon-circlesmall-minus {
    background-position: -16px -208px
}

.ui-icon-circlesmall-close {
    background-position: -32px -208px
}

.ui-icon-squaresmall-plus {
    background-position: -48px -208px
}

.ui-icon-squaresmall-minus {
    background-position: -64px -208px
}

.ui-icon-squaresmall-close {
    background-position: -80px -208px
}

.ui-icon-grip-dotted-vertical {
    background-position: 0 -224px
}

.ui-icon-grip-dotted-horizontal {
    background-position: -16px -224px
}

.ui-icon-grip-solid-vertical {
    background-position: -32px -224px
}

.ui-icon-grip-solid-horizontal {
    background-position: -48px -224px
}

.ui-icon-gripsmall-diagonal-se {
    background-position: -64px -224px
}

.ui-icon-grip-diagonal-se {
    background-position: -80px -224px
}

.ui-corner-all, .ui-corner-left, .ui-corner-tl, .ui-corner-top {
    border-top-left-radius: 4px
}

.ui-corner-all, .ui-corner-right, .ui-corner-top, .ui-corner-tr {
    border-top-right-radius: 4px
}

.ui-corner-all, .ui-corner-bl, .ui-corner-bottom, .ui-corner-left {
    border-bottom-left-radius: 4px
}

.ui-corner-all, .ui-corner-bottom, .ui-corner-br, .ui-corner-right {
    border-bottom-right-radius: 4px
}

.ui-widget-overlay {
    background: #aaa;
    opacity: .3;
    filter: Alpha(Opacity=30)
}

.ui-widget-shadow {
    margin: -8px 0 0 -8px;
    padding: 8px;
    background: #aaa;
    opacity: .3;
    filter: Alpha(Opacity=30);
    border-radius: 8px
}

.search-results .page-header {
    margin-top: 0
}

    .search-results .page-header h3 {
        margin-top: -3px
    }

.facet-list-group {
    margin: 0;
    padding: 0
}

.facet-view .panel-body {
    padding-left: 0;
    padding-right: 0
}

.facet-list-group-item {
    padding: 2px 15px;
    margin: 0;
    font-size: 15px;
    list-style-type: none;
    cursor: pointer;
    border: 1px solid transparent
}

.facet-list-group-item-title {
    font-weight: 400;
    padding-left: 3px;
    color: #000
}

.facet-list-group-item.active .facet-list-group-item-title {
    font-weight: 700
}

.facet-list-group-item.active {
    font-weight: 700
}

.facet-list-group .facet-list-group-item:hover {
    background-color: #c0ecfa
}

.facet-list-group .facet-list-group-item:focus {
    border: 1px solid #c0ecfa
}

.rating-facet-group span.rating-star {
    float: left
}

.searchterm:before {
    content: "â€œ"
}

.searchterm:after {
    content: "â€"
}

.handlebars-search-container .loader {
    text-align: center;
    padding-top: 50px
}

.facet-clear-all {
    margin-left: 15px
}

.fa-spin {
    -webkit-transform-origin: 50% 47.5%;
    -moz-transform-origin: 50% 47.5%;
    -o-transform-origin: 50% 47.5%;
    -ms-transform-origin: 50% 47.5%;
    transform-origin: 50% 47.5%
}

.facet-view .btn {
    margin-left: 12px
}

.facet-view .show-more {
    display: none
}

.facet-view.short-list .show-less {
    display: none
}

.facet-view.short-list .facet-list-group-item:nth-child(n+6) {
    display: none
}

    .facet-view.short-list .facet-list-group-item:nth-child(n+6) ~ .show-more {
        display: inline-block
    }

.facet-view.short-list .facet-list-group-item.active {
    display: block
}

.facet-list-group-item-title-container {
    overflow: hidden
}

    .facet-list-group-item-title-container.radio {
        margin: 0 0
    }

.entity-information {
    padding: 10px
}

.entity-logical-name {
    font-size: 12px
}

.entity-title {
    font-size: 24px;
    margin-top: -10px;
    margin-left: -2px;
    margin-bottom: -5px
}

.entity-bread-crumb {
    font-size: 12px;
    font-weight: lighter
}

.entity-date-modified {
    font-size: 12px;
    font-weight: lighter;
    margin-top: -10px
}

li.note-item {
    padding: 0;
    margin: 10px 0
}

li a {
    margin-left: 3px
}

.previewCMS {
    background-color: #d9edf7;
    height: 48px;
    text-align: center
}

.cmslabel {
    width: 473px;
    height: 19px;
    font-family: Segoe UI;
    font-size: 14px;
    line-height: 16px;
    color: #333;
    vertical-align: middle;
    display: inline-block;
    margin: 14px;
    text-align: left;
    margin-right: 0;
    font: bold;
    font-weight: 600
}

.cmsinput {
    width: 150px;
    height: 39px;
    border-radius: 1px;
    display: inline-block;
    color: #fff
}

.previewButton {
    background-color: #0042a6;
    border-color: #0042a6;
    line-height: 16px;
    height: 30px;
    text-align: center;
    width: 127px;
    font-family: Segoe UI;
    font-size: 14px;
    padding: 1px 12px 6px;
    border-radius: 1px;
    font-weight: 600
}

    .previewButton:hover {
        color: #fff;
        background-color: #02327a
    }
