<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">@font-face {
    font-family: ObjectSans;
    src: url(/assets/font/ObjectSans-Regular.woff2);
}

@font-face {
    font-family: Gustavo;
    src: url(/assets/font/Gustavo-Medium.woff2);
}

h1,
h2,
h3,
h4,
h5,
h6,
.profile_label,
.profile_label_large,
.key_header,
strong,
.large {
    font-family: 'Gustavo' !important;
}

body {
    font-family: 'ObjectSans' !important;
    background-color: #E4E4E4 !important;
}

strong,
.key_header,
.profile_label,
.large,
.impact {
    font-weight: normal !important;
}


/* colors */

.bg-darkgray {
    background-color: #333333;
}

.bg-darkblue {
    background-color: #007db9;
}

.bg-darkdarkblue {
    background-color: #3B4549;
}

.bg-blue {
    background-color: #3276b1;
}

.bg-yellow {
    background-color: #EEBB3E;
}

.bg-green {
    background-color: #74FF7F;
}

.bg-purple {
    background-color: #6B0CE8;
}

.bg-red {
    background-color: #D68B62;
}

.bg-orange {
    background-color: #E88E0C;
}

.text-yellow {
    color: #EEBB3E;
}

.text-blue {
    color: #3276b1;
}

.text-darkblue {
    color: #007db9;
}

.text-gray {
    color: #cccccc;
}

.text-darkergray {
    color: #999999;
}

.text-green {
    color: #529736;
}

.text-red {
    color: #d9534f;
}
.text-darkgray {
    color: #333333;
}


/* end colors */

.text-left {
    text-align: left;
}

.text-right {
    text-align: right;
}

.text-center {
    text-align: center;
    position: relative;
    max-width: 728px;
    margin: 0 auto;
}

.block-center {
    margin: 0 auto;
}


/* Standard Bootstrap overrides */

.container {
    max-width: 100%;
}

.img-responsive {
    display: inherit;
}

.panel-primary {
    border-color: transparent !important;
}

.panel-primary&gt;.panel-heading {
    background-color: #000 !important;
    border-color: #000 !important;
}

img {
    height: auto;
    max-width: 100%;
}

#bbblink&gt;img {
    height: inherit;
    max-width: inherit;
}


/* end overrides */


/* Styles related to Bootstrap */

.form-normalwidth {
    width: inherit !important;
}

.form-horizontal label {
    padding-top: inherit !important;
}

.input-mini {
    width: 60px;
}

.content_tabs&gt;ul&gt;li.active&gt;a:hover {
    cursor: pointer;
}

.form-group.disabled label {
    color: #eeeeee;
}

.alert-info a {
    text-decoration: underline;
}


/* end related to Bootstrap */


/* Font Awesome issues */

.icon-white {
    color: #ffffff !important;
}

.ondemand {
    color: #428bca;
}


/* end Font Awesome issues */

body {
    font-family: "proxima-nova", "Helvetica Neue", Helvetica, Arial, sans-serif;
    padding: 0 !important;
}

img.shadow {
    box-shadow: 0 0.2em 0.6em 0 #999999;
    margin-bottom: 20px;
}

.outer-frame {
    padding-left: 30px;
    padding-right: 30px;
}

#main_container {
    padding-top: 20px;
    padding-bottom: 20px;
}

#logo&gt;a:hover {
    text-decoration: none;
}

.center-ul {
    display: table;
    margin: 0 auto;
    float: none !important;
}

.latest {
    font-size: 1.3em;
    padding-left: 12px;
}

.latest-desc {
    font-size: 0.9em;
}


/* General Styling */

.right {
    float: right;
}

.left {
    float: left;
}

.pin-right {
    position: absolute;
    right: 0;
}

.small-text {
    font-size: 0.8em;
}

.help-text {
    font-size: 0.9em;
}

.large-text {
    font-size: 1.2em;
}

.skinny {
    max-width: 600px;
}

.section-summary {
    font-weight: bold;
    font-weight: 0.8em;
    color: #999999;
}

.page-title {
    background-color: #007db9;
    color: #ffffff;
    margin-left: -30px;
    margin-right: -30px;
    margin-top: -20px;
    padding: 25px 40px 25px 40px;
    text-align: center;
}

.page-title .title {
    margin: 0;
}

.page-title .title::after {
    content: ".";
    visibility: hidden;
}

.page-title img.inline {
    display: inline-block;
    vertical-align: text-bottom;
}

.stretch-full {
    /* margin-left: -30px;
        margin-right: -30px; */
    /* margin-top: -20px; */
}

.stretch-full-modal {
    margin-left: -20px;
    margin-right: -20px;
}

.strong {
    font-weight: bold;
}

input::-webkit-input-placeholder,
input::-moz-placeholder,
input::-ms-input-placeholder {
    font-family: "proxima-nova-soft", "Helvetica Neue", Helvetica, Arial, sans-serif !important;
    color: #a1a1a1;
    font-weight: normal;
}

.center {
    text-align: center;
}

.middle {
    vertical-align: middle;
}

.box-text {
    text-align: justify;
}

ul.inline-links,
ul.blank-ul {
    list-style: none outside none;
    margin: 0;
}

ul.inline-links&gt;li {
    display: block;
    float: left;
}

a.circle-icon {
    margin: 10px
}

a.circle-icon:hover {
    text-decoration: none;
}

a.underline {
    text-decoration: underline;
}

.circle-icon {
    font-size: 30px;
    background-color: #ffffff;
    display: inline-block;
    text-align: center;
    width: 60px;
    height: 60px;
    line-height: 60px;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    border-radius: 50%;
    -moz-background-clip: padding;
    -webkit-background-clip: padding-box;
    background-clip: padding-box;
    zoom: 1;
    filter: alpha(opacity=70);
    opacity: 0.7;
}

.btn-full-container {
    padding: 0 0 0 0.3em;
}

.btn-full-container&gt;button,
.btn-full-container&gt;input[type=submit] {
    width: 100%;
}

.full-width {
    width: 100% !important;
}

.modal-title {
    display: inline;
}

.modal-header.yellow {
    background-color: #EEBB3E;
    color: #333333;
}

.modal-header.yellow .close {
    color: #333333;
    opacity: 0.2;
    filter: alpha(opacity=20);
    text-shadow: 0 1px 0 #000000;
}

.modal-header.red {
    background-color: #D68B62;
    color: #ffffff;
}

.modal-header.blue {
    background-color: #007db9;
    color: #333333;
}

.modal-header.blue {
    color: #ffffff;
}

.modal-header.blue .close {
    color: #333333;
    opacity: 0.2;
    filter: alpha(opacity=20);
    text-shadow: 0 1px 0 #000000;
}

.modal-header.green {
    background-color: #7AE066;
    color: #333333;
}

.modal-header.green {
    color: #ffffff;
}

.modal-header.green .close {
    color: #333333;
    opacity: 0.2;
    filter: alpha(opacity=20);
    text-shadow: 0 1px 0 #000000;
}

.modal-footer-notes {
    background-color: #e5e5e5;
    font-size: 16px;
    margin: 0;
}

h1,
h2,
h3,
h4,
h5,
h6,
.h1,
.h2,
.h3,
.h4,
.h5,
.h6 {
    font-family: "proxima-nova", "Helvetica Neue", Helvetica, Arial, sans-serif;
}

h1.inline,
h2.inline,
h3.inline,
h4.inline,
h5.inline,
h6.inline {
    display: inline-block;
}

.loading {
    display: none;
    width: 100%;
    vertical-align: middle;
}

.loading&gt;div {
    font-weight: bold;
    text-align: center;
    padding-top: 10px;
}

.loading&gt;div&gt;img {
    margin: 0;
}

.loading_complete {
    display: none;
    width: 100%;
    font-weight: bold;
    text-align: center;
    padding-top: 10px;
}

.filter-label {
    font-size: 0.8em;
    font-style: italic;
    font-weight: normal;
}

.modal-header .close.solo {
    margin-top: -8px;
}

ul.vertical-form&gt;li&gt;label {
    display: block;
    font-weight: normal;
}

.activity-item {
    padding-bottom: 8px;
    margin-bottom: 8px;
    background-image: url("../../img/item_sep.png");
    background-position: left bottom;
    background-repeat: repeat-x;
}

.activity-detail {
    margin-left: 48px;
    padding-left: 8px;
}

.category-hero {
    color: #ffffff;
    padding-top: 10px;
    padding-bottom: 10px;
    background-color: #001B43;
    height: 140px;
    top: -60px;
}

.category-hero h1 {
    font-size: 42px;
    margin-top: 0px;
}


/* .category-hero-wrapper {
        background: rgba(0, 0, 0, .8);
        background-size: cover;
        background-image: url("/assets/img/landing/welcome/mountains-overlay-340_mini.jpg");
        background-position: center center;
    } */


/* @media (min-width: 321px) {
        .category-hero-wrapper {
            background-image: url("/assets/img/landing/welcome/mountains-overlay-500_mini.jpg");
        }
    }
    
    @media (min-width: 481px) {
        .category-hero-wrapper {
            background-image: url("/assets/img/landing/welcome/mountains-overlay-800_mini.jpg");
        }
    }
    
    @media (min-width: 769px) {
        .category-hero-wrapper {
            background-image: url("/assets/img/landing/welcome/mountains-overlay-1000_mini.jpg");
        }
    }
    
    @media (min-width: 992px) {
        .category-hero-wrapper {
            background-image: url("/assets/img/landing/welcome/mountains-overlay_mini.jpg");
        }
    } */

.category-hero&gt;.container {
    display: table-cell;
    vertical-align: middle;
    height: 120px;
    padding: 0;
}

.category-hero p {
    margin-bottom: 0;
}

div.indent {
    padding-left: 40px;
}

li.indent {
    margin-left: 20px;
}

.panel-main {
    padding: 40px;
    margin: 40px 0;
}

.expandable-alert {
    margin-bottom: 10px;
}

.cart-no-risk {
    font-size: 0.8em;
    padding-top: 10px;
    width: 85%;
    text-align: center;
    margin: 0 auto;
}

#save-cart-modal .modal-content {
    background: rgba(0, 0, 0, .2);
    background-size: cover;
    background-image: url("/assets/img/abandoned_hero.png");
    background-position: center center;
}

#save-cart-modal .modal-body {
    padding-top: 30px;
    padding-bottom: 30px;
}

.abandon-alert h3 {
    color: #ffffff;
    font-family: "proxima-nova", "Helvetica Neue", Helvetica, Arial, sans-serif;
    font-size: 38px;
    font-weight: bold;
    margin-bottom: 60px;
}

.abandon-alert p {
    color: #ffffff;
    font-size: 16px;
}

.abandon-alert .abandon-link {
    margin-top: 60px;
    text-decoration: none;
    color: #ababab;
}

.abandon-alert .abandon-link:hover {
    text-decoration: underline;
}

.our-review {
    padding: 0 4px;
}

.so-horizontal label {
    text-align: right;
}

.header-button {
    margin-top: 18px;
}

.header-link {
    margin-top: 20px;
}

.header-border {
    border-bottom: 1px solid #ddd;
    padding-bottom: 4px;
}

.copy-field {
    cursor: text !important;
}

.reseller-share {
    white-space: normal;
}

.supported-editions {
    margin-top: 10px;
}

.neutral-date {
    color: #666666;
    font-size: 0.8em;
}

.so-notification {
    position: absolute;
    /* right: 4px !important; */
    /* top: 10px !important; */
}

.so-sidemenu-notification {
    top: 2px !important;
}

.so-dropmenu-notification {
    position: relative;
    float: right;
    top: 0px !important;
}

.so-notification .badge {
    background-color: #d2322d;
    font-weight: normal;
}

@media (max-width: 767px) {
    .account-dropdown .so-notification {
        left: 120px !important;
        top: 5px !important;
    }
    .so-dropmenu-notification {
        left: 0 !important;
        top: 2px !important;
    }
    .img-resp {
        margin: 0px 0px 8px 13px;
        float: left;
    }
}


/* End - General Styling */


/* Buttons */

.btn-fullwidth-big {
    /* padding: 20px 0 !important; */
    width: auto;
    border-radius: 0px;
    text-transform: uppercase;
    font-weight: 700;
}

@media (min-width: 768px) {
    .addon_detail&gt;.content&gt;.addon-header-wrapper&gt;.addon-header.affix .btn-fullwidth-big {
        padding: 10px !important;
    }
}

.btn-xtr-lg {
    padding-left: 32px;
    padding-right: 32px;
}

.btn-yelloworange,
.btn-yelloworange:hover,
.btn-yelloworange:active,
.btn-yelloworange.active {
    background-color: #EEBB3E !important;
    color: #333333 !important;
}

.btn-pricing-red,
.btn-pricing-red:hover,
.btn-pricing-red:active,
.btn-pricing-red.active {
    color: #fff;
    background-color: #d2322d;
    border-color: #ac2925;
}

.btn-pricing-red:hover {
    color: #fff;
    background-color: #B91914;
    border-color: #93100C;
}

.btn-green,
.btn-green:hover,
.btn-green:active,
.btn-green.active {
    background-color: #ff8200 !important;
    color: #ffffff !important;
    border-radius: 0px;
}

.btn-green:hover {
    background-color: #ff8200 !important;
    color: #ffffff !important;
    border-color: #ff8200 !important;
}

.btn-already-in-cart,
.btn-already-in-cart:hover,
.btn-already-in-cart:active,
.btn-already-in-cart.active {
    background-color: #ff8200 !important;
    color: #ffffff !important;
}

.btn-already-in-cart:hover {
    background-color: #ff8200 !important;
    color: #ffffff !important;
    border-color: #ff8200 !important;
}


/* End - Buttons */


/* Flags */

.search-margin {
    margin-bottom: 20px;
    margin-top: 40px;
}

.version-flag {
    /* display: inline-block; */
    vertical-align: bottom;
    font-size: 12px;
    font-weight: 700;
    margin: 0;
    color: #ffffff;
    background-color: #009CDE;
    width: 86px;
    height: 24px;
    padding-top: 3px;
    text-align: center;
    text-transform: uppercase;
}

.flag {
    position: absolute;
    width: 95px;
    right: 0;
    top: 20px;
    font-size: 1.5em;
    font-weight: bold;
    padding: 6px 10px 6px 10px;
    margin: 0 0 10px 10px;
    color: #ffffff;
    background-color: #F64319;
    -webkit-box-shadow: 0px 2px 4px #666;
    -moz-box-shadow: 0px 2px 4px #888;
    box-shadow: 0px 2px 4px #888;
}

.flag:before {
    content: ' ';
    position: absolute;
    width: 0;
    height: 0;
    left: 2px;
    top: 0;
    border-color: transparent #fff transparent transparent;
}

.flag:after {
    content: ' ';
    position: absolute;
    width: 0;
    height: 0;
    right: 0;
    top: 100%;
    border-width: 3px 5px;
    border-style: solid;
    border-color: #A02508 transparent transparent #A02508;
}


/* End - Flags */

.addon-recommendations {
    margin: 20px 0;
}


/* Cards */

.promoted-addons-container {
    background-color: #ced2d4;
    border: 1px solid #536269;
    margin: 0 -12px 20px;
    padding: 0 0 12px;
}

.row-set {
    display: flex;
    margin-left: 0;
    margin-right: 0;
}

.promoted-addons-title {
    overflow: hidden;
    /*
    background: -moz-linear-gradient(center top, #0a1f29 0px, #3a4b53 100%) repeat scroll 0 0 rgba(0, 0, 0, 0);
    */
    background: linear-gradient(to bottom, #0a1f29, #3a4b53);
    background: -o-linear-gradient(top, #0a1f29, #3a4b53);
    background: -moz-linear-gradient(top, #0a1f29, #3a4b53);
    background: -webkit-linear-gradient(top, #0a1f29, #3a4b53);
    background: -ms-linear-gradient(top, #0a1f29, #3a4b53);
    color: #efefef;
    font-size: 18px;
    font-weight: normal;
    letter-spacing: 2px;
    margin-bottom: 12px;
    padding: 8px 0;
    text-align: center;
}

.promoted-addons-title i {
    font-size: 14px;
}

.promoted-addons-list {
    padding: 0 12px;
}

.promoted-card {
    text-align: center;
    /* background-color: orange; */
    border-radius: 0;
    border: 0;
    background-color: #4ebfeb;
    /* background-image: url(../../img/hero_texture.png); */
}

.promoted-card .panel-heading,
.promoted-card .panel-body,
.promoted-card .panel-footer {
    background-color: #428BCA;
}

.promoted-card .panel-footer {
    border-radius: 0;
    border: 0;
}

.promoted-card .panel-heading,
.promoted-card .panel-footer {
    padding-top: 15px;
}

.promoted-card .panel-footer {
    padding-bottom: 15px;
}

.promoted-card a,
.promoted-card a:visited,
.promoted-card a:hover,
.promoted-card a:active {
    color: #ffffff;
}

.promoted-card a:hover,
.promoted-card a:active {
    text-decoration: none;
}

.promoted-card .panel-heading .panel-title {
    font-size: 2.0em;
    font-weight: bold;
}

.promoted-card .panel-footer {
    font-size: 1.4em;
}

.promoted-card .panel-body {
    padding-top: 0;
    padding-bottom: 0;
}

.promoted-card-logo::after {
    content: ".";
    visibility: hidden;
}

.promoted-card-logo img {
    height: auto;
    max-width: 80%;
    vertical-align: middle;
}

.promoted-card.blue .panel-heading,
.promoted-card.blue .panel-body,
.promoted-card.blue .panel-footer {
    background-color: #428BCA;
}

.promoted-card.blue a,
.promoted-card.blue a:visited,
.promoted-card.blue a:hover,
.promoted-card.blue a:active {
    color: #ffffff;
}

.promoted-card.purple .panel-heading,
.promoted-card.purple .panel-body,
.promoted-card.purple .panel-footer {
    background-color: #8346CF;
}

.promoted-card.purple a,
.promoted-card.purple a:visited,
.promoted-card.purple a:hover,
.promoted-card.purple a:active {
    color: #ffffff;
}

.promoted-card.darkblue .panel-heading,
.promoted-card.darkblue .panel-body,
.promoted-card.darkblue .panel-footer {
    background-color: #155183;
}

.promoted-card.darkblue a,
.promoted-card.darkblue a:visited,
.promoted-card.darkblue a:hover,
.promoted-card.darkblue a:active {
    color: #ffffff;
}

.promoted-card.darkgray .panel-heading,
.promoted-card.darkgray .panel-body,
.promoted-card.darkgray .panel-footer {
    background-color: #333333;
}

.promoted-card.darkgray a,
.promoted-card.darkgray a:visited,
.promoted-card.darkgray a:hover,
.promoted-card.darkgray a:active {
    color: #ffffff;
}

.promoted-card.yellow .panel-heading,
.promoted-card.yellow .panel-body,
.promoted-card.yellow .panel-footer {
    background-color: #FFD247;
}

.promoted-card.yellow a,
.promoted-card.yellow a:visited,
.promoted-card.yellow a:hover,
.promoted-card.yellow a:active {
    color: #000000;
}

.promoted-card.orange .panel-heading,
.promoted-card.orange .panel-body,
.promoted-card.orange .panel-footer {
    background-color: #FFB147;
}

.promoted-card.orange a,
.promoted-card.orange a:visited,
.promoted-card.orange a:hover,
.promoted-card.orange a:active {
    color: #000000;
}

.promoted-card.red .panel-heading,
.promoted-card.red .panel-body,
.promoted-card.red .panel-footer {
    background-color: #C65B72;
}

.promoted-card.red a,
.promoted-card.red a:visited,
.promoted-card.red a:hover,
.promoted-card.red a:active {
    color: #ffffff;
}

.promoted-card.green .panel-heading,
.promoted-card.green .panel-body,
.promoted-card.green .panel-footer {
    background-color: #418D76;
}

.promoted-card.green a,
.promoted-card.green a:visited,
.promoted-card.green a:hover,
.promoted-card.green a:active {
    color: #ffffff;
}

.addon-card .panel-heading {
    height: 40px;
    overflow: hidden;
}

.addon-text {
    font-size: 13px;
    padding-left: 24px !important;
}

.addon-card .panel-body {
    overflow: hidden;
    padding: 23px 19px 0px 19px !important;
    height: 150px;
}

.addon-img {
    width: 86px;
    height: 74px;
    text-align: center;
    border: 1px solid #E8E8E8;
    display: flex;
    justify-content: center;
}

.addon-img img {
    max-height: 100% !important;
    max-width: 100%;
    align-items: center !important;
    margin: auto !important;
    justify-content: center;
    align-content: center;
    text-align: center;
    position: relative;
    /* top: -6px; */
}


/*     
    @media (min-width: 771px) {
        #landing-banner {
            top: 50px !important;
        }
        .landing-page .search-margin {
            margin-top: 100px !important;
        }
    } */

#mc-embedded-subscribe-bottom {
    padding: 13px 23px !important;
    background-color: #ff8200 !important;
    color: #ffffff !important;
    border-color: #ff8200 !important;
    border-radius: 0px !important;
}

#mc-embedded-subscribe-side {
    padding: 7px 15px !important;
    background-color: #ff8200 !important;
    color: #ffffff !important;
    border-color: #ff8200 !important;
    border-radius: 0px !important;
}

.blog .SugarCRM-Being-Social {
    display: flex;
    width: 100%;
    height: 100%;
    align-items: center;
}

.addon-card-highligh.text-center {
    margin-top: -6px !important;
}

@media (max-width: 767px) {
    .navbar-header {
        margin-bottom: 15px;
    }
    .addon-img {
        width: 60px;
        height: 60px;
    }
    .version-flag {
        font-size: 10px;
        width: 60px;
        height: 18px;
    }
    .addon-card .panel-body {
        padding: 10px 16px;
    }
    .addon-card .panel-heading {
        height: 55px;
    }
}

.search-btn-add {
    background-color: #ed8130;
    border-color: #ed8130;
    width: 50px;
    height: 50px;
    border: none;
    border-radius: 0;
}

.search-bar {
    width: 601px !important;
    height: 50px;
    border: none;
}

.addon-card-highlight {
    max-width: 50%;
}

@media screen and (max-width: 767px) {
    .search-margin .search-button-addons {
        margin-left: 0 !important;
        width: 100% !important;
    }
}

body,
#main_container,
.addon-card-container {
    /* background-color: #EBEBEB; */
}

.panel-footer {
    padding: 0px !important;
}

.addon-card-container {
    font-size: 14px;
    margin-bottom: 30px;
    padding: 0;
    border: 0 none;
    box-shadow: none;
    height: 254px;
    background-color: #fff !important;
    max-height: 254px;
    border-radius: 0px;
}

.addon-card-container&gt;.panel-heading {
    border: 1px solid #DDDDDD;
    border-radius: 0px;
}

.addon-card-container&gt;.panel-body {
    padding-left: 0;
    padding-right: 0;
}

.addon-card-list {
    padding: 0;
}

.panel-highlight {
    background-color: #eaf1f7;
    padding: 20px !important;
    border: 0;
}

#add-on-doc-search .input-group-btn:first-child&gt;.btn {
    margin-right: 0px !important;
}

.panel-primary&gt;.panel-heading {
    background-color: #333F48 !important;
    border-color: transparent !important;
    height: 38px;
    width: 100%;
    border-radius: 0px;
}

.addon-recommendations .panel {
    border-radius: 0px !important;
}

.addon-card:hover {
    box-shadow: 0px 0px 6px 0 #fff;
}

.addon-card:hover.panel-primary&gt;.panel-heading {
    background-color: #2F3D46 !important;
    border-color: transparent !important;
}

a&gt;.addon-card&gt;.panel-heading&gt;.panel-title {
    display: block;
    font-weight: 500;
    font-size: 16px;
    max-width: 100%;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}

a&gt;.addon-card {
    color: #333;
}

a.addon-card-link:hover,
a.addon-card-link:focus,
a.addon-card-link:active {
    text-decoration: none !important;
}

.addon-card-logo {
    -moz-box-shadow: 0 0 3px 1px #999999;
    -webkit-box-shadow: 0 0 3px 1px #999999;
    box-shadow: 0 0 3px 1px #999999;
    float: left;
    height: 70px;
    line-height: 64px;
    margin-bottom: 8px;
    margin-right: 8px;
    padding: 3px;
    text-align: center;
    width: 70px;
    overflow: hidden;
}

.addon-card-logo::after {
    content: ".";
    visibility: hidden;
}

.addon-card-logo img {
    height: auto;
    max-width: 64px;
    vertical-align: middle;
}

.addon-cart-rating-image {
    padding-top: 22px;
    padding-bottom: 16px;
    padding-right: 20px;
    background-color: #fff !important;
    border: none !important;
    display: block;
    position: static;
}

.spotlight-addon&gt;.panel-primary {
    border-color: #f8694d !important;
}

.spotlight-addon&gt;.panel-primary&gt;.panel-heading {
    background-color: #f8694d !important;
    border-color: #f8694d !important;
}

.spotlight-addon .btn-primary {
    color: #fff !important;
    background-color: #d9534f !important;
    border-color: #d43f3a !important;
}

.blog-card {
    background-color: #EEEEEE;
    color: inherit;
    font-size: 18px;
    font-weight: normal;
    margin-bottom: 30px;
    padding: 15px 30px;
}

.blog-card h3 {
    font-size: 28px;
    text-align: center;
    font-weight: bold;
    margin: 0;
}

.blog-card&gt;a,
.blog-card&gt;a:hover,
.blog-card&gt;a:focus,
.blog-card&gt;a:active {
    color: inherit;
    text-decoration: none;
}

.blog-card-body {
    padding: 8px 0;
    text-align: center;
}

.aotm-presented {
    padding-top: 4px;
}

.blog-aotm {
    color: #ffffff;
    background-color: #a72a09;
}

.blog-aotm h3 {
    color: #ffffff;
}

.blog-devtip {
    background-color: #6B0CE8;
}

.blog-news {
    background-color: #74FF7F;
}

.blog-review {
    background-color: #ff8200;
}

.blog-subscribe {
    margin-bottom: 12px;
}

.blog-subscribe .panel-body {
    background-color: #f5f5f5;
}

.blog-subscribe p {
    margin: 0;
    font-size: 14px;
}

.blog-subscribe h4 {
    font-weight: bold;
}

.blog-subscribe-bottom {
    margin-top: 24px;
}

.blog-subscribe-bottom p {
    margin-bottom: 6px;
}

.panel-blog&gt;.panel-heading a {
    display: block;
    font-weight: bold;
    color: #ffffff;
    text-align: center;
}

.panel-blog&gt;.panel-body {
    background-color: #F5F5F5;
    color: #333333;
    text-align: center;
    font-weight: bold;
    font-size: 18px;
}

.panel-blog-aotm {
    border: 1px solid #822007;
}

.panel-blog-aotm&gt;.panel-heading {
    background-color: #a72a09;
}

.panel-blog-devtip {
    border: 1px solid #5309b5;
}

.panel-blog-devtip&gt;.panel-heading {
    background-color: #6B0CE8;
}

.panel-blog-news {
    border: 1px solid #4c772f;
}

.panel-blog-news&gt;.panel-heading {
    background-color: #62993D;
}

.panel-blog-review {
    border: 1px solid #b56f09;
}

.panel-blog-review&gt;.panel-heading {
    background-color: #ff8200;
}

.search-card-logo {
    -moz-box-shadow: 0 0 3px 1px #999999;
    -webkit-box-shadow: 0 0 3px 1px #999999;
    box-shadow: 0 0 3px 1px #999999;
    float: left;
    height: 134px;
    line-height: 128px;
    margin-bottom: 8px;
    margin-right: 8px;
    padding: 3px;
    text-align: center;
    width: 134px;
}

.search-card-logo::after {
    content: ".";
    visibility: hidden;
}

.search-card-logo img {
    height: auto;
    max-width: 128px;
    vertical-align: middle;
}


/* End - Cards */


/* panels */

.panel-profile {
    background-color: #ffffff;
    padding: 5px;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
    box-shadow: 0 2px 1px rgba(36, 46, 53, 0.06);
}

.panel-profile-header {
    background-color: #ACC8D4;
}

.customers .panel {
    padding: 10px 10px 0 10px;
}


/* end panels */


/* Errors */

.form_error {
    color: #B94A48;
    display: block;
    font-size: 0.85em;
    font-weight: normal;
}

.flash-message {
    cursor: pointer;
}

#flash_error,
#flash_notice,
#flash_success {
    text-align: center;
    width: 100%;
    padding: 10px 0;
    font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
    font-weight: bold;
    z-index: 10000;
    position: fixed;
    top: 0;
    left: 0;
    display: none;
}

#flash_error {
    color: #ffffff;
    border-bottom: 1px solid #ac2925;
    background-color: #ac2925;
}

#flash_notice {
    color: #ffffff;
    border-bottom: 1px solid #d58927;
    background-color: #d58927;
}

#flash_success {
    color: #ffffff;
    border-bottom: 1px solid #5CB85C;
    background-color: #5CB85C;
}

#flash_error img,
#flash_notice img,
#flash_success img {
    display: inline;
    float: right;
    margin-right: 20px;
    padding: 0;
    cursor: pointer;
}

.flash-system {
    color: #31708f;
    text-align: center;
    background-color: #d9edf7;
    border: 1px solid #bce8f1;
    padding: 10px;
}


/* End - Errors */

span.coupon {
    font-size: .9em;
}

span.coupon-neutral {
    color: #666666;
}

span.coupon-negative {
    color: #ff0000;
}

span.coupon-positive {
    color: #46A546;
}


/* Avatars */

.addon_avatar {
    margin: 10px;
    text-align: center;
}

.addon_avatar img,
.profile_avatar img {
    max-width: 95%;
}

.profile_avatar img,
img.member-avatar {
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
}

img.addon_avatar_small {
    max-width: 24px;
    max-height: 24px;
    margin: 0;
}


/* End - Avatars */


/* Register Form */

#login-modal {
    /* background-color: #ececec; */
}

#login-modal .modal-body {
    max-height: none !important;
}

#login-modal .header {
    font-size: 1.25em;
    line-height: 1em;
    margin: 0 0 1em;
}

.signup-form,
.login-form,
#modal-create-account-link {
    width: 80%;
    margin: 0 auto !important;
    background-color: #ffffff;
    /* border: 1px solid #d0d0d0; */
    padding: 10px 15px;
}

.signup-form li,
.login-form li {
    padding: 5px 0;
}


/*
.login-form {
    width: 60%;
}
.login-form li {
    padding: 2px 0;
}
*/

.signup-form input[type="text"],
.signup-form input[type="password"],
.login-form input[type="text"],
.login-form input[type="password"],
.login_page input[type="text"],
.login_page input[type="password"] {
    background: none repeat scroll 0 0 white !important;
    border: 1px solid #888888;
    border-radius: 0px !important;
    box-shadow: none;
    outline: 0 none;
    padding: 8px;
    width: 100%;
    font-size: 1.1em;
}


/*
.login-form input[type="text"], .login-form input[type="password"] {  
    padding: 6px;
    font-size: 0.9em;
}
*/

.signup-form input::-webkit-input-placeholder,
.signup-form input:-moz-placeholder,
.signup-form input:-ms-input-placeholder {
    color: #a1a1a1;
    font-size: 1.1em;
}

.login-form input::-webkit-input-placeholder,
.login-form input:-moz-placeholder,
.login-form input:-ms-input-placeholder {
    color: #a1a1a1;
    font-size: 1.1em;
}

.or_separator {
    font-weight: bold;
    width: 100%;
    text-align: center;
}

img.match {
    margin: 0;
    vertical-align: middle;
    padding-left: 4px;
    display: none;
}


/* End - Register Form */


/* Pricing */

#pricing-modal .modal-body {
    padding-top: 6px;
}

#pricing-modal .small-guarantee {
    color: #333333;
    font-size: 13px;
    padding: 0 15px 6px 15px;
}

#pricing-modal .small-guarantee a {
    font-size: 15px;
}

#modal-contact-title {
    margin-top: 22px;
}

.pricing-table h4 {
    margin: 6px 0 0 0;
}

.pricing-table .col1 {
    width: 50%;
    padding-left: 20px;
}

.pricing-table .col2 {
    width: 20%;
}

.pricing-table .col3 {
    width: 30%;
    padding-right: 20px;
}

.pricing-table th {
    color: #666666;
    background-color: #ecece7;
    border-top: 1px solid #aaaaaa !important;
    border-bottom: 1px solid #aaaaaa !important;
}

.pricing-table th.separator {
    border-right: 1px solid #aaaaaa !important;
}

.pricing h2,
.pricing-price h2 {
    display: inline-block;
    font-size: 36px;
    margin: 0;
}

.pricing-price h2 {
    margin-top: 20px;
    font-size: 36px;
}

.pricing .cents {
    font-size: 18px;
    font-style: normal;
    font-weight: bold;
    vertical-align: 12px;
}

.pricing-frequency {
    color: #666666;
    text-align: right;
    font-size: 12px;
}

.pricing-trial {
    color: #666666;
    font-size: 12px;
}

#pricing-modal ul.adders {
    list-style: disc;
    font-size: 13px;
    margin-left: 15px;
}

#pricing-modal ul&gt;li&gt;ul {
    list-style: circle;
    margin-left: 15px;
}

.price-old {
    color: #D65129;
    font-size: 24px;
    font-weight: bold;
    margin-left: 7px;
    text-decoration: line-through;
}

.price-old span {
    color: #cccccc;
    font-size: 24px;
    font-weight: normal;
}

.price-old .cents {
    font-size: 18px;
    font-style: normal;
    font-weight: normal;
    vertical-align: 6px;
}

.pricing-table .pricing {
    vertical-align: middle;
}

.pricing-table .pricing-button {
    vertical-align: middle;
    text-align: center;
}

.purchase-quote {
    margin: 0 0 30px 0;
    border-top: 1px solid #aaaaaa;
}

.purchase-quote h3 {
    margin: 20px 110px 10px 110px;
    text-align: left;
}

.purchase-assurance {
    background-color: #ecece7;
    border-top: 1px solid #aaaaaa;
    border-bottom: 1px solid #aaaaaa;
    margin: 0 0 20px 0;
    padding: 10px 20px 10px 20px;
}

.purchase-assurance-info {
    vertical-align: middle;
}

.purchase-assurance .seal {
    margin-right: 20px;
}

.purchase-assurance-info h4 {
    margin-top: 60px;
    margin-bottom: 20px;
}

.pricing-footer {
    margin: 0 20px;
    padding: 0;
}

.pricing-footer h5 {
    margin: 0;
    padding: 0;
}

.eula-ssl {
    color: #555555;
    font-size: 13px;
}

.pricing-back {
    padding: 6px 0 0 8px;
}


/* End - Pricing */


/* Seal */

.seal {
    background: url("/assets/img/sites/sugarcrm/landing/ce/test3/badge.svg") no-repeat 0 0;
    height: 198px;
    width: 198px;
    -ms-transform: rotate(16deg);
    -webkit-transform: rotate(16deg);
    transform: rotate(16deg);
}

.seal__content {
    margin-bottom: 0;
    padding-top: 50px;
    text-align: center;
    white-space: initial;
}

.seal__content span,
.seal__content strong,
.seal__content em {
    display: block;
}

.seal__content span {
    color: #9D9D9B;
    font-size: 12px;
    font-style: normal;
    font-weight: normal;
    height: 20px;
    line-height: 20px;
    margin-bottom: 10px;
    text-transform: capitalize;
}

.seal__content strong {
    color: #007db9;
    font-size: 35px;
    font-style: normal;
    font-weight: bold;
    height: 17px;
    line-height: 17px;
    margin-bottom: 13px;
}

.seal__content em {
    color: #007db9;
    font-size: 15px;
    font-style: normal;
    font-weight: normal;
    height: 34px;
    line-height: 17px;
    margin: 0 auto;
    text-transform: capitalize;
    width: 100px !important;
}

.seal.small {
    max-width: 100%;
    background-size: 100%;
}

.img-resp {
    flex: 1;
    min-width: 86px;
}

.seal.pin-right {
    right: -213px;
}


/* End - Seal */

.video-container {
    position: relative;
    padding-bottom: 56.25%;
    padding-top: 30px;
    height: 0;
    overflow: hidden;
}

.video-container iframe,
.video-container object,
.video-container embed {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}

.addthis_floating_style {
    background: none repeat scroll 0 0 transparent !important;
}

#referrer-suitecrm-modal-title h2 {
    font-size: 36px;
}

.seal-digicert,
.seal-bbb {
    vertical-align: middle !important;
}

.seal-digicert,
.seal-digicert *,
.seal-bbb {
    display: inline-block !important;
}

.seal-digicert {
    margin-top: 6px !important;
}

.seal-bbb {
    margin-left: 8px !important;
}

h2.title&gt;.seal-digicert {
    margin: 0 !important;
}


/** Indicators */

.indicator {
    display: inline-block;
    padding: 5px;
    border-radius: 50%;
    color: #ffffff;
    width: 23px;
    height: 23px;
    line-height: 23px;
    vertical-align: bottom;
}

#request-demo-cancel:hover,
#contact-seller-cancel:hover {
    color: #23527c !important;
}

.indicator.blue {
    background: #007db9;
    color: #ffffff;
}

.side_docs_well .nav-list&gt;.active&gt;a,
.side_docs_well .nav-list&gt;.active&gt;a:hover,
.side_docs_well .nav-list&gt;.active&gt;a:focus {
    color: #fff;
    background-color: #ff8200 !important;
}

.indicator.red {
    background: #d2322d;
    color: #ffffff;
}

.indicator.green {
    background: #5CB85C;
    color: #ffffff;
}

.indicator.gold {
    background: #EEBB3E;
    color: #ffffff;
}

.indicator.gray {
    background: #999999;
    color: #ffffff;
}

.indicator.purple {
    background: #C191C1;
    color: #ffffff;
}

.indicator.yellow {
    background: #EEBB3E;
    color: #ffffff;
}

.indicator.orange {
    background: #E88E0C;
    color: #ffffff;
}

.indicator:hover {
    text-decoration: none;
}


/** end Indicators */

tr:hover {
    cursor: pointer;
}

tr:hover .more-info {
    cursor: default;
}

tr:hover .more-info * {
    cursor: default;
}

.hover-table tr:hover {
    background: none repeat scroll 0 0 #f1f1f1 !important;
}

.hover-table tr:hover td {
    background: none !important;
}

.key-suspend-button:hover {
    cursor: pointer !important;
}

a.social-icon,
a.social-icon:visited,
a.social-icon:active {
    font-size: 18px;
    padding: 0 4px;
    color: #999999;
    text-decoration: none;
}

a.social-icon:hover {
    color: #428bca;
    text-decoration: none;
}

hr.thin-margin {
    margin: 6px;
}

.single_customer .map {
    border-radius: 5px;
    display: block;
    max-width: 100%;
}

table.customer-list td {
    vertical-align: middle !important;
}

table.customer-list img.member-avatar {
    display: inline-block;
    margin-right: 6px;
}


/** elFinder overrides */

.elfinder {
    display: inline-block !important;
    width: 100% !important;
}

.elfinder-toolbar {
    float: right;
}

.elfinder-workzone {
    width: 100%;
}

.elfinder .elfinder-navbar {
    display: none !important;
    float: left !important;
    position: fixed !important;
}

.elfinder .elfinder-cwd-wrapper {
    display: inline-block !important;
    width: 100% !important;
}

.elfinder-button-menu {
    background-color: #ffffff !important;
    border: 1px solid #999999 !important;
}

.elfinder-quicklook .ui-resizable-se {
    position: absolute !important;
}

.elfinder-quicklook-titlebar .ui-icon {
    color: #ffffff !important;
    left: auto !important;
    right: 4px !important;
}

.elfinder-quicklook-titlebar .ui-icon:before {
    content: "X";
}

.elfinder .ui-dialog-titlebar-close {
    float: right;
}

.elfinder .ui-dialog-titlebar-close .ui-icon-closethick:before {
    content: "X";
}

.elfinder .elfinder-button {
    width: auto !important;
}

.elfinder-button-icon {
    padding-left: 20px !important;
    width: auto !important;
}

.elfinder .elfinder-button:hover {
    text-decoration: underline !important;
    cursor: pointer !important;
}

.elfinder .elfinder-button:hover input {
    text-decoration: underline !important;
    cursor: pointer !important;
}


/*
.elfinder .elfinder-button form {
    right: 300px !important;
}
*/

.elfinder .elfinder-statusbar {
    font-weight: bold !important;
}

#image-manager-modal {
    z-index: 999999 !important;
}


/** Bootstrap Markdown editor overrides */

.md-editor&gt;textarea {
    font-family: inherit !important;
    font-size: inherit !important;
    background-color: #ffffff !important;
    padding: 4px 12px !important;
}


/** General SO forms */

.form-container {
    background-color: #ffffff;
    position: relative;
    max-width: 720px;
    padding: 5px 40px 50px 40px;
    margin: 20px auto 80px auto;
    white-space: normal;
}

.form-container .form-body {
    padding-top: 18px;
    white-space: normal;
}

.form-container hr {
    border: 0;
    height: 2px;
    background-color: #007db9;
    margin: 0 -40px 0 -40px;
}

.form-title {
    color: #007db9;
    font-weight: bold;
    margin-bottom: 12px;
}

.form-help {
    font-size: 0.9em;
    font-weight: normal;
    line-height: 1.1;
    padding: 0;
    margin-bottom: 12px;
}

.form-button-container {
    text-align: center;
    margin-top: 36px;
}

.scanner-results {
    padding: 8px 20px !important;
}

.scanner-results-title {
    margin-bottom: 8px !important;
    font-size: 1.2em !important;
}

.scanner-results .addon_admin {
    margin-top: 8px !important;
}

.scanner-results .addon_admin .admin_label {
    text-align: center;
    vertical-align: top;
}

.scanner-results .addon_admin .admin_help {
    display: block;
}

.scanner-results ul {
    list-style: initial !important;
}

.label-scanner {
    display: inline-block;
    width: 160px;
    padding: .6em 2em .6em;
    background-color: #ffffff;
    color: inherit;
    text-transform: uppercase;
    font-weight: inherit !important;
}


/**
 todo: When converting to LESS
@screen-xs:                  480px;
@screen-sm:                  768px;
@screen-md:                  992px;
@screen-lg:                  1200px;
@screen-xs-max:              767px (@screen-sm - 1);
@screen-sm-max:              991px (@screen-md - 1);
@screen-md-max:              1199px (@screen-lg - 1);
*/


/* @screen-xs Extra small devices (phones, up to 480px) */


/* No media query since this is the default in Bootstrap */

.so-visible-super-xs {
    display: none;
}


/* @screen-sm Small devices (tablets, 768px and up) */

@media (min-width: 768px) {}


/* @screen-md Medium devices (desktops, 992px and up) */

@media (min-width: 992px) {}


/* @screen-lg Large devices (large desktops, 1200px and up) */

@media (min-width: 1200px) {}


/* limit CSS to a narrower set of devices */


/* @screen-phone-max */

@media (max-width: 480px) {
    .so-hidden-super-xs {
        display: none;
    }
    .so-visible-super-xs {
        display: block;
        padding: 2px 4px;
        margin-bottom: 10px;
    }
}

.btn {
    white-space: normal;
}


/* @screen-xs-max */

@media (max-width: 767px) {
    .no-sm-right&gt;div {
        float: none !important;
    }
    .sm-center-ul {
        display: table;
        margin: 0 auto;
        float: none !important;
    }
    .markup img.right {
        float: none;
        text-align: center;
    }
    #pricing-modal .small-guarantee {
        border-bottom: 1px solid #dddddd;
    }
}


/* @screen-sm to @screen-sm-max */

@media (min-width: 768px) and (max-width: 991px) {}


/* @screen-md to @screen-md-max */

@media (min-width: 992px) and (max-width: 1199px) {}


/* @screen-sm-max */

@media (max-width: 991px) {
    .addons .addon-cart-rating-image {
        padding-top: 0px !important;
    }
    #promotion-col {
        clear: both;
        float: none !important;
        text-align: center;
    }
}

.SugarCRM-Being-Social-title {
    font-size: 38px;
    font-weight: 500;
}

.SugarCRM-Being-Social-sub {
    font-size: 18px;
    font-weight: 400;
}

.panel {
    -webkit-box-shadow: none !important;
    border: none !important;
}

.panel-footer {
    background-color: #fff !important;
    border-top: 0px !important;
}

@media (max-width: 767px) {
    .search-bar {
        width: 100% !important;
    }
    .search-submit-btn {
        /* position: absolute; */
        right: 46px;
    }
}

button.btn.btn-primary.search-btn-add:hover,
button.btn.btn-primary.search-btn-add:focus {
    background-color: #FF8200 !important;
}

body,
#main_container,
.addon-card-container {
    background-color: #ebebeb;
}

#main_container hr {
    border-color: #d7d6d3;
}

.dropdown-menu&gt;li&gt;a:hover,
.dropdown-menu&gt;li&gt;a:focus,
.dropdown-menu&gt;li&gt;a,
.dropdown-menu&gt;li&gt;a {
    color: #333f48;
}

.category-hero-wrapper,
.sugar_crm_mains_banner {
    position: relative;
    z-index: 999;
    top: -20px;
    padding: 20px 0px;
    background-color: #001B43;
    color: #fff;
    background-repeat: no-repeat;
    background-position: bottom right;
    background-size: 34%;
    width: calc(100% + 60px);
    margin-left: -30px;
    margin-left: -30px;
    padding-left: 15px;
    padding-right: 15px;
}

@media screen and (max-width: 1114px) {
    .category-hero-wrapper,
    .sugar_crm_mains_banner {
        background-position: top right;
    }
}

@media screen and (max-width: 630px) {
    .sugar_crm_mains_banner {
        height: auto !important;
    }
}

.category-hero-wrapper,
.sugar_crm_mains_banner&gt;div&gt;div {
    position: relative;
    z-index: 99;
}

@media screen and (max-width: 767px) {
    .category-hero-wrapper,
    .search-button-addons {
        margin-left: -27% !important;
        width: 100% !important;
    }
}

.category-hero-wrapper,
.sugar_crm_mains_banner {
    background-image: url(/assets/img/Flat_Stack_RGB_navy.svg);
}

.addon-wrap .addon-card {
    display: flex;
    flex-direction: column;
    height: 254px;
    margin-bottom: 0px !important;
}

.addon-wrap .panel-footer {
    margin-top: auto;
}

.navbar-inverse .navbar-nav&gt;li&gt;a:focus {
    color: #333f48 !important;
}

.navbar-inverse .navbar-nav&gt;.open&gt;a,
.navbar-inverse .navbar-nav&gt;.open&gt;a:hover,
.navbar-inverse .navbar-nav&gt;.open&gt;a:focus {
    background-color: #efefef;
    color: #333f48;
}

@media (max-width: 767px) {
    .img-resp {
        min-width: 60px !important;
    }
    .navbar.normal .navbar-collapse .navbar-nav&gt;li.open ul.dropdown-menu a {
        color: #999;
        padding: 12px 18px 12px 30px;
    }
    .panel-title {
        margin-bottom: 5px !important;
    }
    .addon-card .panel-body {
        padding: 15px 10px 3px 10px !important;
    }
}

nav.collapse.navbar-collapse.bs-navbar-collapse {
    max-width: calc(100% - 203px);
    margin-left: auto;
}

.form-control {
    border-radius: 0px !important;
}

.input-group-btn:first-child&gt;.btn,
.input-group-btn:first-child&gt;.btn-group {
    margin-right: 1px;
}

@media (max-width: 1200px) {
    .addon-text,
    .img-resp {
        width: 100% !important;
        margin-bottom: 10px;
    }
    .addon-text {
        padding-left: 15px !important;
    }
}

.blog .SugarCRM-Being-Social-title {
    position: relative;
    max-width: 728px;
    margin-bottom: 20px;
}

.affiliates #main_container,
body.affiliates {
    background-color: #ffffff;
}

input.search-bar:focus {
    -webkit-box-shadow: inset 0 1px 1px transparent, 0 0 8px transparent !important;
    box-shadow: inset 0 1px 1px transparent, 0 0 8px transparent !important;
}

.navbar-inverse .navbar-collapse,
.navbar-inverse .navbar-form {
    border: none;
}

.outer-frame .navbar-brand {
    /* margin-left: 2px !important; */
    padding-top: 16px !important;
}

.sugarcrm-modules .search-margin {
    margin-bottom: 50px;
    margin-top: 40px;
}

.row-sec .addon-card-container .addon-text p strong {
    font-weight: lighter !important;
    font-style: normal;
}

@media screen and (max-width: 767px) {
    #add-on-doc-search {
        right: 0%;
    }
}

@media screen and (max-width: 991px) {
    #add-on-doc-search input#q {
        margin-left: 5px;
    }
}

.input-group-addon,
.input-group-btn {
    width: auto !important;
}

#panel-for-sale .addon-card-container {
    padding: 0 !important;
}

@media screen and (max-width: 991px) and (min-width: 767px) {
    .addons .search-category {
        display: block;
        left: 5px;
    }
}

@media screen and (max-width: 1383px) and (min-width: 1028px) {
    .addons .search-category {
        display: none;
        left: 5px;
    }
    .addons #add-on-doc-search {
        width: 310px;
    }
}

a.qq-upload-button.edit {
    display: inline-block;
    margin-bottom: 0;
    font-weight: 400;
    text-align: center;
    white-space: nowrap;
    vertical-align: middle;
    -ms-touch-action: manipulation;
    touch-action: manipulation;
    cursor: pointer;
    background-image: none;
    border: 1px solid transparent;
    padding: 6px 12px;
    font-size: 14px;
    line-height: 1.42857143;
    border-radius: 4px;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    color: #fff;
    background-color: #337ab7;
    border-color: #2e6da4;
    margin: 10px 0;
    position: relative;
}

@media screen and (max-width: 991px) {
    #add-on-doc-search input#q {
        margin-left: 5px;
    }
}

.input-group-addon,
.input-group-btn {
    width: auto !important;
}

#panel-for-sale .addon-card-container {
    padding: 0 !important;
}

@media screen and (max-width: 991px) and (min-width: 767px) {
    .addons .search-category {
        display: block;
        left: 5px;
    }
}

@media screen and (max-width: 1383px) and (min-width: 1028px) {
    .addons .search-category {
        display: none;
        left: 5px;
    }
    .addons #add-on-doc-search {
        width: 420px;
        right: 52%;
    }
}

@media screen and (max-width: 1085px) and (min-width: 1028px) {
    .addons #add-on-doc-search {
        width: 394px;
        right: 53%;
    }
}

.sign-in-button-container {
    display: flex;
    justify-content: center;
    gap: 20px;
    margin-top: 20px;
}</pre></body></html>