/* background */
.theme-orange .bg-primary,
.bg-orange { background-color: #f49722 !important; }
.theme-turquoise .bg-primary,
.bg-turquoise { background-color: #1fa3b4 !important; }
.theme-blue .bg-primary,
.bg-blue { background-color: #0c4f85 !important; }
.theme-purple .bg-primary,
.bg-purple { background-color: #8b5686 !important; }

/* border */
.theme-orange #outerContent section.col-xs-12,
.theme-orange .border-primary,
.theme-orange .quotation { border-color: #f49722 !important; }
.theme-turquoise #outerContent section.col-xs-12,
.theme-turquoise .border-primary,
.theme-turquoise .quotation { border-color: #1fa3b4 !important; }
.theme-blue #outerContent section.col-xs-12,
.theme-blue .border-primary,
.theme-blue .quotation { border-color: #0c4f85 !important; }
.theme-purple #outerContent section.col-xs-12,
.theme-purple .border-primary,
.theme-purple .quotation { border-color: #8b5686 !important; }

/* text */
.theme-orange nav > ul > li.active > a,
.theme-orange nav > ul > li:hover > a,
.theme-orange .text-primary,
.theme-orange .accordion .ui-state-active,
.theme-orange .tabs .ui-state-active .ui-tabs-anchor,
.theme-orange .newsentry a,
.theme-orange .newsentry time { color: #f49722 !important; }

.theme-turquoise nav > ul > li.active > a,
.theme-turquoise nav > ul > li:hover > a,
.theme-turquoise .text-primary,
.theme-turquoise .accordion .ui-state-active,
.theme-turquoise .tabs .ui-state-active .ui-tabs-anchor,
.theme-turquoise .newsentry a,
.theme-turquoise .newsentry time { color: #1fa3b4 !important; }

.theme-blue nav > ul > li.active > a,
.theme-blue nav > ul > li:hover > a,
.theme-blue .text-primary,
.theme-blue .accordion .ui-state-active,
.theme-blue .tabs .ui-state-active .ui-tabs-anchor,
.theme-blue .newsentry a,
.theme-blue .newsentry time { color: #0c4f85 !important; }

.theme-purple nav > ul > li.active > a,
.theme-purple nav > ul > li:hover > a,
.theme-purple .text-primary,
.theme-purple .accordion .ui-state-active,
.theme-purple .tabs .ui-state-active .ui-tabs-anchor,
.theme-purple .newsentry a,
.theme-purple .newsentry time { color: #8b5686 !important; }

/* icons */
.theme-orange ul li { background-image: url('../images/list-style-image-orange.png'); }
.theme-turquoise ul li { background-image: url('../images/list-style-image-turquoise.png'); }
.theme-blue ul li { background-image: url('../images/list-style-image-blue.png'); }
.theme-purple ul li { background-image: url('../images/list-style-image-purple.png'); }

.theme-orange .checkmark { background-image: url('../images/list-style-image-orange.png'); background-repeat: no-repeat; background-position-y: 5px; background-position-x: 50%; }
.theme-turquoise .checkmark { background-image: url('../images/list-style-image-turquoise.png'); background-repeat: no-repeat; background-position-y: 5px; background-position-x: 50%; }
.theme-blue .checkmark { background-image: url('../images/list-style-image-blue.png'); background-repeat: no-repeat; background-position-y: 5px; background-position-x: 50%; }
.theme-purple .checkmark { background-image: url('../images/list-style-image-purple.png'); background-repeat: no-repeat; background-position-y: 5px; background-position-x: 50%; }

/*.theme-orange ul li .download{ background-image: url('../images/download-image-orange.png'); }*/
/*.theme-turquoise ul li .download{ background-image: url('../images/download-image-turquoise.png'); }*/
/*.theme-blue ul li .download{ background-image: url('../images/download-image-blue.png'); }*/
/*.theme-purple ul li .download{ background-image: url('../images/download-image-purple.png'); }*/

.theme-orange .trbg { background-color: rgba(244, 151, 34, 0.06); }
.theme-turquoise .trbg { background-color: rgba(31, 163, 180, 0.06); }
.theme-blue .trbg { background-color: rgba(12, 79, 133, 0.06);  }
.theme-purple .trbg { background-color: rgba(139, 86, 134, 0.06); }

.theme-orange .trbg-medium { background-color: rgba(244, 151, 34, 0.1); }
.theme-turquoise .trbg-medium { background-color: rgba(31, 163, 180, 0.1); }
.theme-blue .trbg-medium { background-color: rgba(12, 79, 133, 0.1);  }
.theme-purple .trbg-medium { background-color: rgba(139, 86, 134, 0.1); }

.theme-orange .accordion .ui-accordion-header.ui-state-active { background-image: url('../images/accordion-icon-orange.png'); }
.theme-turquoise .accordion .ui-accordion-header.ui-state-active { background-image: url('../images/accordion-icon-turquoise.png'); }
.theme-blue .accordion .ui-accordion-header.ui-state-active { background-image: url('../images/accordion-icon-blue.png'); }
.theme-purple .accordion .ui-accordion-header.ui-state-active { background-image: url('../images/accordion-icon-purple.png'); }

.theme-orange .newsentry a { background-image: url('../images/marker-orange.png'); }
.theme-turquoise .newsentry a { background-image: url('../images/marker-turquoise.png'); }
.theme-blue .newsentry a { background-image: url('../images/marker-blue.png'); }
.theme-purple .newsentry a { background-image: url('../images/marker-purple.png'); }

.theme-orange .exclamation-icon { background-image: url('../images/exclamation-icon-orange.png'); background-repeat:no-repeat; width: 20px; }
.theme-turquoise .exclamation-icon { background-image: url('../images/exclamation-icon-turquoise.png'); background-repeat:no-repeat; width: 20px; }
.theme-blue .exclamation-icon { background-image: url('../images/exclamation-icon-blue.png'); background-repeat:no-repeat; width: 20px; }
.theme-purple .exclamation-icon { background-image: url('../images/exclamation-icon-purple.png'); background-repeat:no-repeat; width: 20px; }




.orange { color: #f49722; font-weight: 500;}
.turquoiseturquoise { color: #1fa3b4; font-weight: 500;}
.blue { color: #0c4f85; font-weight: 500;}
.purple { color: #8b5686; font-weight: 500;}