.color-section-bg { background-color: #ededed!important;}
.color-section-bg-as-fg { color: #ededed!important;}

/*------------------------------*/
/* CUSTOM COLOR - PRIMARY */

/* BASIC */
    .color-primary-bg
    {background-color:#07A0ED!important;border-color:#07A0ED!important;color:#fff!important;}
    .color-primary-bg *,
    .color-primary-bg a:hover,
    .color-primary-bg a:focus
    {color:#fff!important;}
    .color-primary,
    .platform .rownew-inner
    {background-color:#07A0ED!important;border-color:#07A0ED!important;color:#fff!important;}

    .color-primary:hover,
    .color-primary.hover,
    .color-primary:focus,
    .color-primary.focus
    {background-color:#0680BE!important;border-color: #0680BE!important;color:#fff!important;}
    .section-header.color-primary .bttn-link,
    .section-header.color-primary .section-header-title a
    {color:#fff!important;}
    .modal_btn:hover,
    .modal_btn:focus,
    .modal_btn:active
    {background-color:#07A0ED!important;color: #fff!important;}
    [class*="tbl-cont--qs-results"] .rowextra .td a,
    [class*="tbl-cont--kb-results"] .rowextra .td a {
      background-color:#07A0ED!important;
      border-color:#07A0ED!important;
      color:#fff!important;
    }
    [class*="tbl-cont--qs-results"] .rowextra .td a:hover,
    [class*="tbl-cont--kb-results"] .rowextra .td a:hover {
      background-color:#0680BE!important;
      border-color:#0680BE!important;
      color:#fff!important;
    }

    .color-primary:active,
    .color-primary.active
    {background-color:#0680BE!important;border-color: #0680BE!important;color:#fff!important;}
    .color-primary:active:hover,
    .color-primary.active:hover,
    .color-primary:active:focus,
    .color-primary.active:focus
    {background-color:#0680BE!important;border-color: #0680BE!important;color:#fff!important;}
    .color-primary[disabled]:hover,
    .color-primary[disabled]:focus,
    .color-primary[disabled]:active
    {background-color:#07A0ED!important;border-color: #07A0ED!important;color:#fff!important;}
    /* NOTE: Per Luke, don't darken tabs on active or focus if it is selected */
    .tab.color-primary:active:not(:hover),
    .tab.color-primary:focus:not(:hover)
    {background-color:#07A0ED!important;border-color:#07A0ED!important;color:#fff!important;}
    /* OTHER COLOR PRIMARY UI */
     .title-icon.ti-isactive {color:#07A0ED!important;}
     .title-icon.ti-isactive:hover, .title-icon.ti-isactive:focus {color:#0680BE!important;}
    /**FEEDBACK VOTE*/
    .voteui.voteable.voteon,
    .fbmobile.mobilemod .voteui,
    .fbmobile.mobilepre .voteui,
    .fbmobile.mobileretro .voteui
    {background-color:#07A0ED!important;border-color:#07A0ED!important;color:#fff!important;}
    .voteui.issubmitter,
    .voteui.hasvoted a,
    .voteui.hasvoted,
    .voteui.hasvoted:hover,
    .voteui.votable.hasvoted,
    .voteui.votable.hasvoted:hover
    {color:#07A0ED!important;}
    .voteui.voteable.voteon:hover,
    .fbmobile.mobilemod .voteui:hover,
    .fbmobile.mobilepre .voteui:hover,
    .fbmobile.mobileretro .voteui:hover,
    .voteui.voteable.voteon:focus,
    .fbmobile.mobilemod .voteui:focus,
    .fbmobile.mobilepre .voteui:focus,
    .fbmobile.mobileretro .voteui:focus
    {background-color:#0680BE!important;border:1px solid #0680BE!important;color:#fff!important;}
    .fbcard-new:after
    {border-bottom-color: #07A0ED!important;}
    .voteui.voteable.voteon:active,
    .fbmobile.mobilemod .voteui:active,
    .fbmobile.mobilepre .voteui:active,
    .fbmobile.mobileretro .voteui:active
    {background-color:#0680BE!important;border:1px solid #0680BE!important;color:#fff!important;}
    .fbsimple .fbcard.newcard-tag:before, .thread .post-new.newcard-tag:before
    {border-top-color: #07A0ED!important; border-left-color: #07A0ED!important;}
    .commhome .tbl-cont--content .newcard-tag:before
    {border-top-color: #07A0ED!important; border-right-color: #07A0ED!important;}
    .fbsimple .fbbttn-watch.watchon .fa-eye
    {color: #07A0ED!important;}
    .fboccurrences .scores .value.active {
        color: #FFF;
        background-color: #e5436a;
        border-color: #e5436a;
    }
    .fboccurrences .scores .value.nolink {
        color: #FFF;
        background-color: #07A0ED;
        border-color: #07A0ED;
    }
    .fboccurrences .scores .value:hover,
    .fboccurrences .scores .value:focus,
    .fboccurrences .scores .value:active {
        opacity: 0.8;
    }
    .fbview .leftnavback .NavSet-outer.quickactions li i.fa-asterisk {
        background-color: #07A0ED;
     }
    /**TILES - SELECTED TILE CARET COLOR*/
    .Tiles[data-tile-select-type="caret"] .Tile-item.is-selected:after {
        border-bottom-color: #07a0ed;
    }
    /**TILES - SELECTED TILE CARET COLOR - SECTION BG*/
    .Tiles[data-tile-select-indicator-color="section-bg"] .Tile-item.is-selected:after {
        border-bottom-color: #ededed;
    }


/* OUTLINE */
    .color-outline-primary
    {background-color:#fff!important;border:1px solid #07A0ED!important;color:#07A0ED!important;}
    .color-outline-primary:hover,
    .color-outline-primary.hover,
    .color-outline-primary:focus,
    .color-outline-primary.focus
    {background-color:#E6F6FD!important;border-color:#0680BE!important;color:#0680BE!important;}
    .color-outline-primary:active,
    .color-outline-primary.active
    {background-color:#CDECFB!important;border-color:#04608E!important;color:#04608E!important;}
    .color-outline-primary:active:hover,
    .color-outline-primary.active:hover,
    .color-outline-primary:active:focus,
    .color-outline-primary.active:focus
    {background-color:#E6F6FD!important;border-color:#04608E!important;color:#04608E!important;}
    .color-outline-primary[disabled]:hover,
    .color-outline-primary[disabled]:focus,
    .color-outline-primary[disabled]:active
    {background-color:#fff!important;border-color:#07A0ED!important;color:#07A0ED!important;}

/*------------------------------*/
/* CUSTOM COLOR - SECONDARY */

.elem-outer--highlight {
  border-color: #e5436a!important;
}


/* BASIC */
    .color-secondary
    {background-color:#e5436a!important;border:1px solid #e5436a!important;color:#fff!important;}
    .color-secondary:hover,
    .color-secondary.hover,
    .color-secondary:focus,
    .color-secondary.focus
    {background-color:#B73655!important;border:1px solid #B73655!important;color:#fff!important;}
    .color-secondary a
    {color:#fff!important;}
    .color-secondary:active,
    .color-secondary.active
    {background-color:#B73655!important;border:1px solid #B73655!important;color:#fff!important;}
    .color-secondary:active:hover,
    .color-secondary.active:hover,
    .color-secondary:active:focus,
    .color-secondary.active:focus
    {background-color:#B73655!important;border:1px solid #B73655!important;color:#fff!important;}
    .color-secondary[disabled]:hover,
    .color-secondary[disabled]:focus,
    .color-secondary[disabled]:active
    {background-color:#e5436a!important;border:1px solid #e5436a!important;color:#fff!important;}

/* OUTLINE */
    .color-outline-secondary
    {background-color:#fff!important;border:1px solid #e5436a!important;color:#e5436a!important;}
    .color-outline-secondary:hover,
    .color-outline-secondary.hover,
    .color-outline-secondary:focus,
    .color-outline-secondary.focus
    {background-color:#FCECF0!important;border-color:#B73655!important;color:#B73655!important;}
    .color-outline-secondary:active,
    .color-outline-secondary.active
    {background-color:#FAD9E1!important;border-color:#892840!important;color:#892840!important;}
    .color-outline-secondary:active:hover,
    .color-outline-secondary.active:hover,
    .color-outline-secondary:active:focus,
    .color-outline-secondary.active:focus
    {background-color:#FCECF0!important;border-color:#892840!important;color:#892840!important;}
    .color-outline-secondary[disabled]:hover,
    .color-outline-secondary[disabled]:focus,
    .color-outline-secondary[disabled]:active
    {background-color:#fff!important;border-color:#e5436a!important;color:#e5436a!important;}

.formelm-rs [data-status="selected"] {
  background-color: #e5436a!important;
}

/**DYNAMIC FORM - CONDITIONAL ELEMENT INDICATOR*/
.elem-indicator{
  border-top-color: #e5436a!important;
  border-left-color: #e5436a!important;
}
/**LIST TABLE - MGMT - HAS SORTABLE ROW*/
.hassortheaders.tbl-style--mgmt .rowheader a:hover,
.hassortheaders.tbl-style--mgmt .rowheader a:focus {
  color: #e5436a!important;
}


/*------------------------------*/
/* Inner Pages and Links - sBC4, sFC4, sLC4 */
[data-site-inner]
{background-color:#ededed;color:#2d2d2d;}[data-site-inner] .sitefooter .footerr .footer-item{border-right: 1px solid #2d2d2d;}
[data-site-inner] a,
[data-site-inner] a:hover,
[data-site-inner] a:focus
{color:#07A0ED;}
[data-site-inner] .sitefooter .footer-item a
{color:#07A0ED;}

/*------------------------------*/
/* Outer Pages and Links - sBC5, sFC5, sLC5 */
[data-site-outer]
{background-color:#ededed;color:#2d2d2d;}
[data-site-outer] .sitefooter .footer-item
{color:#2d2d2d;}
[data-site-outer] a,
[data-site-outer] a:hover,
[data-site-outer] a:focus
{color:#07A0ED;}
[data-site-outer] .sitefooter .footer-item a
{color:#07A0ED;}

/*------------------------------*/
/* Unwrapped Pages and Links - sBC5, sFC5, sLC5 */
html[data-page-layout="layout-letter"]
{background-color:#ededed;color:#2d2d2d;}
[data-site-outer] .sitefooter .footer-item
{color:#2d2d2d;}
[data-site-outer] a,
[data-site-outer] a:hover,
[data-site-outer] a:focus,
[data-site-outer] .sitefooter .footer-item a,
[data-site-outer] .sitefooter .footer-item a:hover,
[data-site-outer] .sitefooter .footer-item a:focus
{color:#07A0ED;}


/*------------------------------*/
/* Page Body Links - sL1 */
.pageouter a, .pageouter a:hover, .pageouter a:focus,
.bttn-link, .bttn-link:hover, .bttn-link:focus,
.ui-dialog a, .ui-dialog a:hover, .ui-dialog a:focus,
.modal_inner a, .modal_inner a:hover, .modal_inner a:focus
{color:#07A0ED;}

/*REPORT ELEMENTS*/
.chartouter a
{color:#07A0ED;}

/*------------------------------*/
/* Site Header - sBC1, sFC1, sLC1 */
.sitebanner
{background-color:#ededed;color:#2d2d2d;}
.sitebanner a, .sitebanner .fa
{color:#2d2d2d;}
.sitebanner .siteusrinfo-inner::before
{border-color:#2d2d2d;}


/*------------------------------*/
/* Site Accents - sBC1, sFC1, sLC1 */
.pagetools
{color:#07A0ED;}.pagetools .tool > * + * {
border-left: 1px solid #07A0ED;}
.pagetools .tool .sel,
.pagetools .tool a,
.pagetools .tool .bttn
{background-color:#FFFFFF;color:#07A0ED;}


/*------------------------------*/
/* Color Title - sBC2, sFC2, sLC2 */
.color-title
{border-color:#07A0ED;background-color:#07A0ED!important;color:#ffffff;}
.reportpdf .elem-h4 h4,
.reportpdf [name*="elem-sectionheader"] h4
{border-color:#07A0ED;background-color:#07A0ED!important;color:#ffffff;}

/*------------------------------*/
/* Color Title - Feedback Titles */
[data-form-submitted="true"] .elem-outer-fbtitle
{border-color:#07A0ED;background-color:#07A0ED!important;color:#ffffff;}

/*------------------------------*/
/* Color Title - Adjustments for Feedback, Forum Comments */
.thread .post--mod .cmtname__name,
.thread .post--mod .cmtname__name a
{color:#07A0ED!important;}.thread .post--mod .cmtnum
{background-color:#07A0ED!important;}
.thread .label-pill.color-title
{background-color:#07A0ED!important;color:#ffffff!important;}
.pagetitle-content-public a,
.pagetitle-content-public a:hover,
.pagetitle-content-public a:focus
{color:#ffffff;}
.pagetitle-content-basic a,
.pagetitle-content-basic a:hover,
.pagetitle-content-basic a:focus
{background-color:#FFFFFF!important;color:#07A0ED!important;}

/*------------------------------*/
/* Page Sections - sBC3, sFC3, sLC3 */
.section-header
{
background-color:#ededed;
color:#2d2d2d;
}
.section-header .subtext, .section-header a
{
color:#2d2d2d!important;
}
.form-label-backlit-bar
{
background-color:#ededed;
color:#2d2d2d;
}
.section-header-item .util a, .section-header-item .util .bttn.em-sendtest, .LogList-title .util .bttn
{
background-color:#CECECE;
color:#2d2d2d;
}
.section-header-item .util a:hover,
.section-header-item .util .bttn:hover, .LogList-title .util .bttn:hover {
background-color: #8D8D8D;
}
.section-header-item .util a[disabled],
.section-header-item .util .bttn[disabled] {
background-color: #A1A1A1;/*ColorIntensity: light*/
color:#fff;
}
.section-header-item .util a + a
{
border-left: 1px solid #ededed;
border-right: 1px solid #ededed;
}
.section-header-item .util a:first-child,
.section-header-item .util .bttn.em-sendtest:first-child
{
border-right: 1px solid #ededed;
}

.section-header .util .bttn.bttn-icon {
    color: #2d2d2d;
}
/*NOTE: HOVER STATE - display outline*/
.section-header .util .bttn.bttn-icon:hover {
    box-shadow: 0px 0px 2px 1px #2d2d2d;
}
/*NOTE: FOCUS STATE - display dotted outline*/
.section-header .util .bttn.bttn-icon:focus {
    border-color: #2d2d2d;
}


/*------------------------------*/
/* List Table Group Rows - sBC3, sFC3, sLC3 */
.listouter .rowgrouphdr
{background-color:#ededed;color:#2d2d2d;}
.listin td.group
{background-color:#ededed;color:#2d2d2d;}
.listouter .rowgrouphdr a
{color:#2d2d2d;}

/*------------------------------*/
/* List Table */

/**LISTTABLE - BASE*/
/**LISTTABLE - LISTIN*/
    .listin td a,
    .listin td a:focus,
    .listin td a:hover {
       color: #07A0ED;
    }
    .listin .header a,
    .listin .header a:focus,
    .listin .header a:hover {
       color: #07A0ED;
    }

/**LISTTABLE - MODIFICATION*/
    .tbl-cont--project-list-alt .row .td {
       background-color: #20AAEF;
       border-bottom-color: #07A0ED;
    }

/**LISTTABLE - STRUCTURE*/
    .tbl-style--list .row a,
    .tbl-style--list .row a:hover,
    .tbl-style--list .row a:focus {
       color: #07A0ED;
    }
    .row .title:before {
       color: #07A0ED;
    }
    .tbl-style--mgmt .row:hover .td.primary {
       border-left-color: #e5436a;
    }
    .tbl-style--mgmt .rowgrouphdr:hover .td.primary {
       border-left-color: #e5436a;
    }
    .tbl-style--mgmt .placeholder:before {
       border-left-color: #07A0ED;
    }
    .tbl-style--mgmt.table .row:hover .primary .title {
       border-left-color: #e5436a;
    }
    .tbl-cont--forum-list tr.row:hover .titleoutertable,
    .tbl-cont--forum-topic tr.row:hover .titleoutertable {
       border-left-color: #e5436a;
    }
    .hassortheaders .rowheader .td[class*="sort"] {
       border-bottom-color: #e5436a;
    }


/*------------------------------*/
/* Reporting */
    .c-bg-primary { background-color: #07a0ed; }
    .c-bg-primary-l1 { background-color: #83d0f6; }
    .c-bg-primary-l2 { background-color: #45b8f1; }
    .c-bg-primary-d2 { background-color: #0578b2; }
    .c-bg-primary-d1 { background-color: #035077; }
    .c-bg-secondary { background-color: #e5436a; }
    .c-bg-secondary-l1 { background-color: #f2a1b4; }
    .c-bg-secondary-l2 { background-color: #eb728f; }
    .c-bg-secondary-d2 { background-color: #ac3250; }
    .c-bg-secondary-d1 { background-color: #732135; }
    .c-bg-a01 { background-color: #ededed; }
    .c-bg-a02 { background-color: #2bb52b; }
    .c-bg-a03 { background-color: #ffa834; }
    .c-bg-a04 { background-color: #bfbfbf; }
    .c-bg-a05 { background-color: #e5436a; }
    .c-bg-a06 { background-color: #9078c7; }
    .c-bg-a07 { background-color: #b2b2b2; }
    .c-bg-a08 { background-color: #208820; }
    .c-bg-a09 { background-color: #bf7e27; }
    .c-bg-a10 { background-color: #8f8f8f; }
    .c-bg-a11 { background-color: #ac3250; }
    .c-bg-a12 { background-color: #6c5a95; }
    .c-bg-a13 { background-color: #777777; }
    .c-bg-b01 { background-color: #155b15; }
    .c-bg-b02 { background-color: #7f541a; }
    .c-bg-b03 { background-color: #5f5f5f; }
    .c-bg-b04 { background-color: #732135; }
    .c-bg-b05 { background-color: #483c63; }
    .c-bg-b06 { background-color: #f1f1f1; }
    .c-bg-b07 { background-color: #60c760; }
    .c-bg-b08 { background-color: #ffbe67; }
    .c-bg-b09 { background-color: #cfcfcf; }
    .c-bg-b10 { background-color: #eb728f; }
    .c-bg-b11 { background-color: #ac9ad5; }
    .c-bg-b12 { background-color: #f6f6f6; }
    .c-bg-b13 { background-color: #95da95; }
    .c-bg-c01 { background-color: #ffd49a; }
    .c-bg-c02 { background-color: #dfdfdf; }
    .c-bg-c03 { background-color: #f2a1b4; }
    .c-bg-c04 { background-color: #c8bce3; }
    .c-fill-primary { fill: #07a0ed; }
    .c-fill-primary-l1 { fill: #83d0f6; }
    .c-fill-primary-l2 { fill: #45b8f1; }
    .c-fill-primary-d2 { fill: #0578b2; }
    .c-fill-primary-d1 { fill: #035077; }
    .c-fill-secondary { fill: #e5436a; }
    .c-fill-secondary-l1 { fill: #f2a1b4; }
    .c-fill-secondary-l2 { fill: #eb728f; }
    .c-fill-secondary-d2 { fill: #ac3250; }
    .c-fill-secondary-d1 { fill: #732135; }
    .c-fill-a01 { fill: #ededed; }
    .c-fill-a02 { fill: #2bb52b; }
    .c-fill-a03 { fill: #ffa834; }
    .c-fill-a04 { fill: #bfbfbf; }
    .c-fill-a05 { fill: #e5436a; }
    .c-fill-a06 { fill: #9078c7; }
    .c-fill-a07 { fill: #b2b2b2; }
    .c-fill-a08 { fill: #208820; }
    .c-fill-a09 { fill: #bf7e27; }
    .c-fill-a10 { fill: #8f8f8f; }
    .c-fill-a11 { fill: #ac3250; }
    .c-fill-a12 { fill: #6c5a95; }
    .c-fill-a13 { fill: #777777; }
    .c-fill-b01 { fill: #155b15; }
    .c-fill-b02 { fill: #7f541a; }
    .c-fill-b03 { fill: #5f5f5f; }
    .c-fill-b04 { fill: #732135; }
    .c-fill-b05 { fill: #483c63; }
    .c-fill-b06 { fill: #f1f1f1; }
    .c-fill-b07 { fill: #60c760; }
    .c-fill-b08 { fill: #ffbe67; }
    .c-fill-b09 { fill: #cfcfcf; }
    .c-fill-b10 { fill: #eb728f; }
    .c-fill-b11 { fill: #ac9ad5; }
    .c-fill-b12 { fill: #f6f6f6; }
    .c-fill-b13 { fill: #95da95; }
    .c-fill-c01 { fill: #ffd49a; }
    .c-fill-c02 { fill: #dfdfdf; }
    .c-fill-c03 { fill: #f2a1b4; }
    .c-fill-c04 { fill: #c8bce3; }
    .c-stroke-primary { stroke: #07a0ed; }
    .c-stroke-primary-l1 { stroke: #83d0f6; }
    .c-stroke-primary-l2 { stroke: #45b8f1; }
    .c-stroke-primary-d2 { stroke: #0578b2; }
    .c-stroke-primary-d1 { stroke: #035077; }
    .c-stroke-secondary { stroke: #e5436a; }
    .c-stroke-secondary-l1 { stroke: #f2a1b4; }
    .c-stroke-secondary-l2 { stroke: #eb728f; }
    .c-stroke-secondary-d2 { stroke: #ac3250; }
    .c-stroke-secondary-d1 { stroke: #732135; }
    .c-stroke-a01 { stroke: #ededed; }
    .c-stroke-a02 { stroke: #2bb52b; }
    .c-stroke-a03 { stroke: #ffa834; }
    .c-stroke-a04 { stroke: #bfbfbf; }
    .c-stroke-a05 { stroke: #e5436a; }
    .c-stroke-a06 { stroke: #9078c7; }
    .c-stroke-a07 { stroke: #b2b2b2; }
    .c-stroke-a08 { stroke: #208820; }
    .c-stroke-a09 { stroke: #bf7e27; }
    .c-stroke-a10 { stroke: #8f8f8f; }
    .c-stroke-a11 { stroke: #ac3250; }
    .c-stroke-a12 { stroke: #6c5a95; }
    .c-stroke-a13 { stroke: #777777; }
    .c-stroke-b01 { stroke: #155b15; }
    .c-stroke-b02 { stroke: #7f541a; }
    .c-stroke-b03 { stroke: #5f5f5f; }
    .c-stroke-b04 { stroke: #732135; }
    .c-stroke-b05 { stroke: #483c63; }
    .c-stroke-b06 { stroke: #f1f1f1; }
    .c-stroke-b07 { stroke: #60c760; }
    .c-stroke-b08 { stroke: #ffbe67; }
    .c-stroke-b09 { stroke: #cfcfcf; }
    .c-stroke-b10 { stroke: #eb728f; }
    .c-stroke-b11 { stroke: #ac9ad5; }
    .c-stroke-b12 { stroke: #f6f6f6; }
    .c-stroke-b13 { stroke: #95da95; }
    .c-stroke-c01 { stroke: #ffd49a; }
    .c-stroke-c02 { stroke: #dfdfdf; }
    .c-stroke-c03 { stroke: #f2a1b4; }
    .c-stroke-c04 { stroke: #c8bce3; }


/*------------------------------*/
/* CUSTOM COLOR - DANGER */
/*DANGER*/
    .color-danger-fg
    {color: #d9534f!important;}
    a.color-danger-fg:hover,
    a.color-danger-fg:focus
    {color: #c9302c!important;}
    .color-danger
    {color: #fff!important;background-color: #d9534f!important;border-color: #d9534f!important;}
    .color-danger:hover,
    .color-danger.hover,
    .color-danger:focus,
    .color-danger.focus
    {color: #fff!important;background-color: #c9302c!important;border-color: #c9302c!important;}
    .color-danger:active,
    .color-danger.active
    {color: #fff!important;background-color: #c9302c!important;border-color: #c9302c!important;}
    .color-danger:active:hover,
    .color-danger.active:hover,
    .color-danger:active:focus,
    .color-danger.active:focus
    {color: #fff!important;background-color: #ac2925!important;border-color: #8b211e!important;}
    .color-danger[disabled]:hover,
    .color-danger[disabled]:focus,
    .color-danger[disabled]:active
    {color: #fff!important;background-color: #d9534f!important;border-color: #d9534f!important;}
/*OUTLINE DANGER*/
    .color-outline-danger
    {background-color: #fff!important;color: #d9534f!important;border-color: #d9534f!important;}
    .color-outline-danger:hover,
    .color-outline-danger.hover,
    .color-outline-danger:focus,
    .color-outline-danger.focus
    {color: #d9534f!important;background-color: #fcf1f0!important;border-color: #d9534f!important;}
    .color-outline-danger:active,
    .color-outline-danger.active
    {color: #d9534f!important;background-color: #f9e2e0!important;border-color: #d9534f!important;}
    .color-outline-danger:active:hover,
    .color-outline-danger.active:hover,
    .color-outline-danger:active:focus,
    .color-outline-danger.active:focus
    {color: #d9534f!important;background-color: #fcf1f0!important;border-color: #d9534f!important;}
    .color-outline-danger[disabled]:hover,
    .color-outline-danger[disabled]:focus,
    .color-outline-danger[disabled]:active
    {background-color: #fff!important;color: #d9534f!important;border-color: #d9534f!important;}


/*------------------------------*/
/* CUSTOM COLOR - CANCEL */
    .color-cancel
    {color: #888!important;}
    .color-cancel:hover,
    .color-cancel:focus
    {color: #888!important;}


/*------------------------------*/
/* CUSTOM COLOR - UTILITY */
    .color-utility
    {color: #686868!important;background-color: #e5e5e5;border-color: #aaaaaa;}
    .color-utility:hover,
    .color-utility.hover,
    .color-utility:focus,
    .color-utility.focus
    {color: #686868!important;background-color: #dbdbdb;border-color: #aaaaaa;}
    .color-utility:active,
    .color-utility.active
    {color: #686868!important;background-color: #dbdbdb;border-color: #aaaaaa;}
    .color-utility:active:hover,
    .color-utility.active:hover,
    .color-utility:active:focus,
    .color-utility.active:focus
    {color: #686868!important;background-color: #d1d1d1;border-color: #aaaaaa;}
    .color-utility.disabled,
    .color-utility.disabled:hover,
    .color-utility.disabled:focus,
    .color-utility.disabled:active,
    .color-utility[disabled]:hover,
    .color-utility[disabled]:focus,
    .color-utility[disabled]:active
    {color: #686868!important;background-color: #e5e5e5;border-color: #aaaaaa;box-shadow:none!important;}
/*------------------------------*/
/* CUSTOM COLOR - UTILITY OUTLINE */
    .color-outline-utility
    {color: #686868!important;background-color: #ffffff!important;border-color: #d1d1d1!important;}
    .color-outline-utility:hover,
    .color-outline-utility.hover,
    .color-outline-utility:active:hover,
    .color-outline-utility.active:hover
    {color: #686868!important;background-color: #e5e5e5!important;border-color: #aaaaaa!important;}
    .color-outline-utility:focus,
    .color-outline-utility.focus,
    .color-outline-utility:active:focus,
    .color-outline-utility.active:focus
    {color: #686868!important;background-color: #f2f2f2!important;border-color: #aaaaaa!important;}
    .color-outline-utility:active,
    .color-outline-utility.active
    {color: #686868!important;background-color: #dbdbdb!important;border-color: #aaaaaa!important;}
    .color-outline-utility[disabled]:hover,
    .color-outline-utility[disabled]:focus,
    .color-outline-utility[disabled]:active
    {color: #686868!important;background-color: #ffffff!important;border-color: #d1d1d1!important;}
    .color-utility a,
    .color-utility a:hover,
    .color-utility a:focus,
    .color-utility a:active
    {color:#686868!important;} /*NECESSARY TO APPLY COLOR TO ACTIVITIES W/ MULTI LINKS*/


/*------------------------------*/
/* CUSTOM COLOR - GRAYOUT */
    .color-grayout
    {background-color:#aaaaaa!important;border:1px solid #aaaaaa!important;color:#5b5b5b!important;}
    .color-grayout:hover,
    .color-grayout:focus,
    .color-grayout:focus:active
    {background-color:#898989!important;border:1px solid #898989!important;color:#333333!important;}


/**DYNAMIC TAGS - EDIT AND PREVIEW MODE*/
    .dynamictag,
    .DYNAMICTAG,
    .cke_dynamictag {
        /*whitespace inner*/
        padding: 2px 3px 1px!important;/*OVERRIDE: necessary for consistency across email and non-email previews*/
        /*border radius*/
        border-radius: 4px;
        /*border*/
        border: 1px solid #dce1e6; /*NOTE: prevents increase in size when focus is received*/
        /*formatting*/
        background-color: #eef2f5!important; /*override: plugin inline style tag*/
        color: #5E6C79;
        font-weight: bold;
        font-family: Lato, 'Helvetica Neue', Sans-Serif;
        line-height: 1;
    }

/**DYNAMIC TAGS - EDIT MODE*/
    .cke_widget_wrapper:hover>.cke_widget_element {
        outline: none!important; /*override: plugin inline style tag*/
        box-shadow: 0 0 3px 1px rgba(138, 140, 152, 0.8);
    }
    .cke_widget_wrapper.cke_widget_focused>.cke_widget_element,
    .cke_widget_wrapper .cke_widget_editable.cke_widget_editable_focused {
        outline: none!important; /*override: plugin inline style tag*/
        padding: 1px 2px 0!important;/*OVERRIDE: necessary for consistency across email and non-email previews*/
        border: 2px dotted #ace!important;
    }
    a .cke_dynamictag {
        /* TODO: When dynamic tag is a child of a a tag...
            Assign a color different than normal so
           it still looks like a Dynamic Tag but with a
           link around it
        */
    }

/**DYNAMIC TAGS - READ ONLY*/
    /* NOTE: Hover and focus should *NOT* alter style when displayed in read-only mode*/
    body[contenteditable="false"] .cke_widget_wrapper:hover>.cke_widget_element {
        box-shadow: none;
    }
    body[contenteditable="false"] .cke_widget_drag_handler_container {
        display: none!important;
    }
    body[contenteditable="false"] .cke_widget_wrapper.cke_widget_focused>.cke_widget_element,
    body[contenteditable="false"] .cke_widget_wrapper .cke_widget_editable.cke_widget_editable_focused {
        outline: none!important;
        border: 2px solid #eef2f5!important;
    }

/**DYNAMIC TAGS - UNMATCHED TAGS*/
    .cke_dynamictag.unmatched {
        /*whitespace inner*/
        background-color: #ff9999 !important;
    }

.cc-editor-cont:not(.cc-editor-cont--output) [data-e-placeholder="true"] {    display: block!important;    padding: 12px 12px 10px;    font-weight: bold;    color: #A8ABB4;    background-color: #f8f8f8;    border: 1px solid #ebecec;    text-shadow: 0  1px 0 #FFF;    margin: 20px 0;}

.cc-editor-cont--not-email a, .cc-editor-cont--not-email a:hover, .cc-editor-cont--not-email a:focus
{color:#07a0ed;}
/*NOTE:THIS ENSURES THAT LINK FORMATTING AND INTERACTIVE STYLES ARE
       CONSISTENT ACROSS THE SITE WHEN EDITING OR PREVIEWING THE EDITOR.
       THIS APPLIES TO CONTENT BODY (BOTH EMAIL AND NON-EMAIL)
       PLACING IT HERE ALLOWS US TO MANAGE THE STYLES IN ONE PLACE
       WHILE AVOIDING MAKING CHANGES TO email.css
       SHOULD BE OK TO LEAVE email.css ALONE SO THAT THE EMAIL BODY CAN
       PRESENT LINKS IN A CONSISTENT MANNER FOR A GIVEN EMAIL CLIENT
*/
.cc-editor-cont a
{
text-decoration: underline;
cursor: pointer;
}

.cc-editor-cont a:hover,
.cc-editor-cont a:focus
{
text-decoration: none;
}



.cc-editor-cont-block-primary {
border-color: #07a0ed!important;
background-color: #07a0ed!important;
color:#fff!important;
}
.cc-editor-cont-page-section {
border-color: #ededed!important;
background-color: #ededed!important;
color: #2d2d2d!important;
}

.cc-editor-cont-block-secondary {
border-color: #e5436a!important;
background-color: #e5436a!important;
color:#fff!important;
}

.cc-color-fg--info-d1 { color: #5b5b5f; }
.cc-color-fg--info-d2 { color: #88898e; }
.cc-color-fg--info { color: #b5b7bd; }
.cc-color-fg--info-l2 { color: #c7c9cd; }
.cc-color-fg--info-l1 { color: #dadbde; }
.cc-color-fg--note-d1 { color: #27396d; }
.cc-color-fg--note-d2 { color: #3b56a3; }
.cc-color-fg--note { color: #4f72d9; }
.cc-color-fg--note-l2 { color: #7b95e3; }
.cc-color-fg--note-l1 { color: #a7b8ec; }
.cc-color-fg--success-d1 { color: #214f21; }
.cc-color-fg--success-d2 { color: #327732; }
.cc-color-fg--success { color: #439f43; }
.cc-color-fg--success-l2 { color: #72b772; }
.cc-color-fg--success-l1 { color: #a1cfa1; }
.cc-color-fg--alert-d1 { color: #7f541a; }
.cc-color-fg--alert-d2 { color: #bf7e27; }
.cc-color-fg--alert { color: #ffa834; }
.cc-color-fg--alert-l2 { color: #ffbe67; }
.cc-color-fg--alert-l1 { color: #ffd49a; }
.cc-color-fg--warning-d1 { color: #6f3a2f; }
.cc-color-fg--warning-d2 { color: #a75746; }
.cc-color-fg--warning { color: #df745e; }
.cc-color-fg--warning-l2 { color: #e79786; }
.cc-color-fg--warning-l1 { color: #efbaae; }
.cc-color-fg--grayscale-d2 { color: #646464; }
.cc-color-fg--grayscale-d1 { color: #434343; }
.cc-color-fg--grayscale { color: #858585; }
.cc-color-fg--grayscale-l2 { color: #a3a3a3; }
.cc-color-fg--grayscale-l1 { color: #c2c2c2; }
.cc-color-bg--info-d1 { background-color: #5b5b5f; }
.cc-color-bg--info-d2 { background-color: #88898e; }
.cc-color-bg--info { background-color: #b5b7bd; }
.cc-color-bg--info-l2 { background-color: #c7c9cd; }
.cc-color-bg--info-l1 { background-color: #dadbde; }
.cc-color-bg--note-d1 { background-color: #27396d; }
.cc-color-bg--note-d2 { background-color: #3b56a3; }
.cc-color-bg--note { background-color: #4f72d9; }
.cc-color-bg--note-l2 { background-color: #7b95e3; }
.cc-color-bg--note-l1 { background-color: #a7b8ec; }
.cc-color-bg--success-d1 { background-color: #214f21; }
.cc-color-bg--success-d2 { background-color: #327732; }
.cc-color-bg--success { background-color: #439f43; }
.cc-color-bg--success-l2 { background-color: #72b772; }
.cc-color-bg--success-l1 { background-color: #a1cfa1; }
.cc-color-bg--alert-d1 { background-color: #7f541a; }
.cc-color-bg--alert-d2 { background-color: #bf7e27; }
.cc-color-bg--alert { background-color: #ffa834; }
.cc-color-bg--alert-l2 { background-color: #ffbe67; }
.cc-color-bg--alert-l1 { background-color: #ffd49a; }
.cc-color-bg--warning-d1 { background-color: #6f3a2f; }
.cc-color-bg--warning-d2 { background-color: #a75746; }
.cc-color-bg--warning { background-color: #df745e; }
.cc-color-bg--warning-l2 { background-color: #e79786; }
.cc-color-bg--warning-l1 { background-color: #efbaae; }
.cc-color-bg--grayscale-d2 { background-color: #646464; }
.cc-color-bg--grayscale-d1 { background-color: #434343; }
.cc-color-bg--grayscale { background-color: #858585; }
.cc-color-bg--grayscale-l2 { background-color: #a3a3a3; }
.cc-color-bg--grayscale-l1 { background-color: #c2c2c2; }
.cc-color-fg--primary-d1 { color: #035077; }
.cc-color-fg--primary-d2 { color: #0578b2; }
.cc-color-fg--primary { color: #07a0ed; }
.cc-color-fg--primary-l2 { color: #45b8f1; }
.cc-color-fg--primary-l1 { color: #83d0f6; }
.cc-color-fg--secondary-d1 { color: #732135; }
.cc-color-fg--secondary-d2 { color: #ac3250; }
.cc-color-fg--secondary { color: #e5436a; }
.cc-color-fg--secondary-l2 { color: #eb728f; }
.cc-color-fg--secondary-l1 { color: #f2a1b4; }
.cc-color-fg--title-d1 { color: #035077; }
.cc-color-fg--title-d2 { color: #0578b2; }
.cc-color-fg--title { color: #07a0ed; }
.cc-color-fg--title-l2 { color: #45b8f1; }
.cc-color-fg--title-l1 { color: #83d0f6; }
.cc-color-fg--section-d1 { color: #777777; }
.cc-color-fg--section-d2 { color: #b2b2b2; }
.cc-color-fg--section { color: #ededed; }
.cc-color-fg--section-l2 { color: #f1f1f1; }
.cc-color-fg--section-l1 { color: #f6f6f6; }
.cc-color-bg--primary-d1 { background-color: #035077; }
.cc-color-bg--primary-d2 { background-color: #0578b2; }
.cc-color-bg--primary { background-color: #07a0ed; }
.cc-color-bg--primary-l2 { background-color: #45b8f1; }
.cc-color-bg--primary-l1 { background-color: #83d0f6; }
.cc-color-bg--secondary-d1 { background-color: #732135; }
.cc-color-bg--secondary-d2 { background-color: #ac3250; }
.cc-color-bg--secondary { background-color: #e5436a; }
.cc-color-bg--secondary-l2 { background-color: #eb728f; }
.cc-color-bg--secondary-l1 { background-color: #f2a1b4; }
.cc-color-bg--title-d1 { background-color: #035077; }
.cc-color-bg--title-d2 { background-color: #0578b2; }
.cc-color-bg--title { background-color: #07a0ed; }
.cc-color-bg--title-l2 { background-color: #45b8f1; }
.cc-color-bg--title-l1 { background-color: #83d0f6; }
.cc-color-bg--section-d1 { background-color: #777777; }
.cc-color-bg--section-d2 { background-color: #b2b2b2; }
.cc-color-bg--section { background-color: #ededed; }
.cc-color-bg--section-l2 { background-color: #f1f1f1; }
.cc-color-bg--section-l1 { background-color: #f6f6f6; }
.cc-color-fg--custom1-d1 { color: #777777; }
.cc-color-fg--custom1-d2 { color: #b2b2b2; }
.cc-color-fg--custom1 { color: #ededed; }
.cc-color-fg--custom1-l2 { color: #f1f1f1; }
.cc-color-fg--custom1-l1 { color: #f6f6f6; }
.cc-color-bg--custom1-d1 { background-color: #777777; }
.cc-color-bg--custom1-d2 { background-color: #b2b2b2; }
.cc-color-bg--custom1 { background-color: #ededed; }
.cc-color-bg--custom1-l2 { background-color: #f1f1f1; }
.cc-color-bg--custom1-l1 { background-color: #f6f6f6; }
.cc-color-fg--custom2-d1 { color: #155b15; }
.cc-color-fg--custom2-d2 { color: #208820; }
.cc-color-fg--custom2 { color: #2bb52b; }
.cc-color-fg--custom2-l2 { color: #60c760; }
.cc-color-fg--custom2-l1 { color: #95da95; }
.cc-color-bg--custom2-d1 { background-color: #155b15; }
.cc-color-bg--custom2-d2 { background-color: #208820; }
.cc-color-bg--custom2 { background-color: #2bb52b; }
.cc-color-bg--custom2-l2 { background-color: #60c760; }
.cc-color-bg--custom2-l1 { background-color: #95da95; }
.cc-color-fg--custom3-d1 { color: #7f541a; }
.cc-color-fg--custom3-d2 { color: #bf7e27; }
.cc-color-fg--custom3 { color: #ffa834; }
.cc-color-fg--custom3-l2 { color: #ffbe67; }
.cc-color-fg--custom3-l1 { color: #ffd49a; }
.cc-color-bg--custom3-d1 { background-color: #7f541a; }
.cc-color-bg--custom3-d2 { background-color: #bf7e27; }
.cc-color-bg--custom3 { background-color: #ffa834; }
.cc-color-bg--custom3-l2 { background-color: #ffbe67; }
.cc-color-bg--custom3-l1 { background-color: #ffd49a; }
.cc-color-fg--custom4-d1 { color: #5f5f5f; }
.cc-color-fg--custom4-d2 { color: #8f8f8f; }
.cc-color-fg--custom4 { color: #bfbfbf; }
.cc-color-fg--custom4-l2 { color: #cfcfcf; }
.cc-color-fg--custom4-l1 { color: #dfdfdf; }
.cc-color-bg--custom4-d1 { background-color: #5f5f5f; }
.cc-color-bg--custom4-d2 { background-color: #8f8f8f; }
.cc-color-bg--custom4 { background-color: #bfbfbf; }
.cc-color-bg--custom4-l2 { background-color: #cfcfcf; }
.cc-color-bg--custom4-l1 { background-color: #dfdfdf; }
.cc-color-fg--custom5-d1 { color: #732135; }
.cc-color-fg--custom5-d2 { color: #ac3250; }
.cc-color-fg--custom5 { color: #e5436a; }
.cc-color-fg--custom5-l2 { color: #eb728f; }
.cc-color-fg--custom5-l1 { color: #f2a1b4; }
.cc-color-bg--custom5-d1 { background-color: #732135; }
.cc-color-bg--custom5-d2 { background-color: #ac3250; }
.cc-color-bg--custom5 { background-color: #e5436a; }
.cc-color-bg--custom5-l2 { background-color: #eb728f; }
.cc-color-bg--custom5-l1 { background-color: #f2a1b4; }
.cc-color-fg--custom6-d1 { color: #483c63; }
.cc-color-fg--custom6-d2 { color: #6c5a95; }
.cc-color-fg--custom6 { color: #9078c7; }
.cc-color-fg--custom6-l2 { color: #ac9ad5; }
.cc-color-fg--custom6-l1 { color: #c8bce3; }
.cc-color-bg--custom6-d1 { background-color: #483c63; }
.cc-color-bg--custom6-d2 { background-color: #6c5a95; }
.cc-color-bg--custom6 { background-color: #9078c7; }
.cc-color-bg--custom6-l2 { background-color: #ac9ad5; }
.cc-color-bg--custom6-l1 { background-color: #c8bce3; }

.section-bar--cta.section-bar--cta-colors-inverted {
background-color:#e5436a;
}
.section-bar--cta.section-bar--cta-colors-inverted .bttn {
color:#e5436a;
}

[data-ui-gradients="true"] .color-title{
background: #07a0ed!important;
background-image: -webkit-gradient(left top, right bottom, color-stop(0%, #0578b2), color-stop(20%, #07a0ed), color-stop(100%, #45b8f1))!important;
background-image: -webkit-linear-gradient(45deg, #0578b2 0%, #07a0ed 20%, #45b8f1 100%)!important;
background-image: linear-gradient(45deg, #0578b2 0%, #07a0ed 20%, #45b8f1 100%)!important;
background-position: left center!important;
background-size: 300% 100% !important;
border-color: #45b8f1!important;
}

[data-ui-gradients="true"] .bttn.color-primary:not(.bttn-link):not(.color-grayout),
[data-ui-gradients="true"] .listouter.table .rownewlink,
[data-ui-gradients="true"] .listouter.table .rownew .td.color-primary,
[data-ui-gradients="true"] .listouter .rownew a,
[data-ui-gradients="true"] [class*="tbl-cont--qs-results"] .rowextra .td a,
[data-ui-gradients="true"] [class*="tbl-cont--kb-results"] .rowextra .td a {
background-color: #0578b2!important;
background-image: -webkit-gradient(left top, right bottom, color-stop(0%, #0578b2), color-stop(20%, #07a0ed), color-stop(100%, rgba(255,255,255,0.6)))!important;
background-image: -webkit-linear-gradient(45deg, #0578b2 0%, #07a0ed 20%, rgba(255,255,255,0.6) 100%)!important;
background-image: linear-gradient(45deg, #0578b2 0%, #07a0ed 20%, rgba(255,255,255,0.6) 100%)!important;
background-position: left top!important;
border-color: #0578b2!important;
background-size: 200% 100% !important;
}

[data-ui-gradients="true"] .bttn.color-secondary:not(.bttn-link):not(.color-grayout),
[data-ui-gradients="true"] .nextstep .color-secondary {
background-color: #ac3250!important;
background-image: -webkit-gradient(left top, right bottom, color-stop(0%, #ac3250), color-stop(20%, #e5436a), color-stop(100%, rgba(255,255,255,0.6)))!important;
background-image: -webkit-linear-gradient(45deg, #ac3250 0%, #e5436a 20%, rgba(255,255,255,0.6) 100%)!important;
background-image: linear-gradient(45deg, #ac3250 0%, #e5436a 20%, rgba(255,255,255,0.6) 100%)!important;
background-position: left top!important;
border-color: #ac3250!important;
background-size: 200% 100% !important;
}


[data-ui-gradients="true"] .bttn.color-primary:not(.bttn-link):not(.color-grayout):hover,
[data-ui-gradients="true"] .listouter.table .rownewlink:hover,
[data-ui-gradients="true"] .listouter.table .rownew .td.color-primary:hover,
[data-ui-gradients="true"] .listouter .rownew a:hover,
[data-ui-gradients="true"] [class*="tbl-cont--qs-results"] .rowextra .td a:hover,
[data-ui-gradients="true"] [class*="tbl-cont--kb-results"] .rowextra .td a:hover ,
[data-ui-gradients="true"] .bttn.color-primary:not(.bttn-link):not(.color-grayout):focus,
[data-ui-gradients="true"] .listouter.table .rownewlink:focus,
[data-ui-gradients="true"] .listouter.table .rownew .td.color-primary:focus,
[data-ui-gradients="true"] .listouter .rownew a:focus,
[data-ui-gradients="true"] [class*="tbl-cont--qs-results"] .rowextra .td a:focus,
[data-ui-gradients="true"] [class*="tbl-cont--kb-results"] .rowextra .td a:focus ,
[data-ui-gradients="true"] .bttn.color-primary:not(.bttn-link):not(.color-grayout):active,
[data-ui-gradients="true"] .listouter.table .rownewlink:active,
[data-ui-gradients="true"] .listouter.table .rownew .td.color-primary:active,
[data-ui-gradients="true"] .listouter .rownew a:active,
[data-ui-gradients="true"] [class*="tbl-cont--qs-results"] .rowextra .td a:active,
[data-ui-gradients="true"] [class*="tbl-cont--kb-results"] .rowextra .td a:active {
background-position-x: 50% !important;
}


[data-ui-gradients="true"] .bttn.color-secondary:not(.bttn-link):not(.color-grayout):hover,
[data-ui-gradients="true"] .nextstep .color-secondary:hover ,
[data-ui-gradients="true"] .bttn.color-secondary:not(.bttn-link):not(.color-grayout):focus,
[data-ui-gradients="true"] .nextstep .color-secondary:focus ,
[data-ui-gradients="true"] .bttn.color-secondary:not(.bttn-link):not(.color-grayout):active,
[data-ui-gradients="true"] .nextstep .color-secondary:active {
background-position-x: 50% !important;
}


[data-ui-gradients="true"] .section-bar--cta.section-bar--cta-colors-inverted {

background: #e5436a!important;
background-image: -webkit-gradient(left top, right bottom, color-stop(0%, #AC3250), color-stop(20%, #e5436a), color-stop(100%, #43728F))!important;
background-image: -webkit-linear-gradient(45deg, #AC3250 0%, #e5436a 20%, #43728F 100%)!important;
background-image: linear-gradient(45deg, #AC3250 0%, #e5436a 20%, #43728F 100%)!important;
background-position: left center!important;
background-size: 300% 100% !important;
border-color: #43728F!important;

}
[data-ui-gradients="true"] .section-bar--cta.section-bar--cta-colors-inverted .bttn {
color:5436a;
}


.cke_dialog_title {
border-color: #07a0ed!important;
background-color: #07a0ed!important;
color: #ffffff!important;
}
.cke_dialog_close_button {
color: #ffffff!important;
}


/*------------------------------*/
/* CUSTOM COLOR - UTILITY OUTLINE */
a.cke_dialog_ui_button:not(.cke_dialog_ui_button_cancel) {
    color: #5e6c78!important;
    background-color: #fff!important;
    border-color: #ccd2d7!important;
}
a.cke_dialog_ui_button:not(.cke_dialog_ui_button_cancel):hover,
a.cke_dialog_ui_button:not(.cke_dialog_ui_button_cancel):active:hover {
    color: #5e6c78!important;
    background-color: #e3e6e9!important;
    border-color: #a1acb5!important;
}
a.cke_dialog_ui_button:not(.cke_dialog_ui_button_cancel):focus,
a.cke_dialog_ui_button:not(.cke_dialog_ui_button_cancel):active:focus {
    color: #5e6c78!important;
    background-color: #f1f4f7!important;
    border-color: #a1acb5!important;
}
a.cke_dialog_ui_button:not(.cke_dialog_ui_button_cancel):active {
    color: #5e6c78!important;
    background-color: #d8dce0!important;
    border-color: #a1acb5!important;
}

/*------------------------------*/
/* CUSTOM COLOR - PRIMARY */
a.cke_dialog_ui_button.cke_dialog_ui_button_ok {
    background-color:#07a0ed!important;
    border:1px solid #07a0ed!important;
    color:#fff!important;
}
a.cke_dialog_ui_button.cke_dialog_ui_button_ok:hover,
a.cke_dialog_ui_button.cke_dialog_ui_button_ok:focus {
    background-color:#0680be!important;
    border:1px solid #0680be!important;
    color:#fff!important;
}
a.cke_dialog_ui_button.cke_dialog_ui_button_ok:active,
a.cke_dialog_ui_button.cke_dialog_ui_button_ok:active:hover,
a.cke_dialog_ui_button.cke_dialog_ui_button_ok.active:focus {
    background-color:#0680be!important;
    border:1px solid #0680be!important;
    color:#fff!important;
}
a.cke_dialog_ui_button.cke_dialog_ui_button_ok.cke_disabled {
     opacity: 0.8;
}

