
/* General */

.highlights-text {
    color: #f5b500 !important;
}

.highlights-text-hover:hover {
    color: #f5b500 !important;
}

.highlights-background {
    background: #f5b500 !important;
    color: #0070c7 !important;
}

.highlights-background-hover:hover {
    background: #f5b500 !important;
    color: #0070c7 !important;
}

.changeImg span.changeImgIcon {
    color: white; 
    background: #333333;
    text-align: center; 
    border-radius: 3px; 
    vertical-align:middle; 
    display: inline-block; 
    width:24px; 
    font-size: 24px;
    line-height:24px;
    text-decoration: none !important;
}

.changeImg:hover span.changeImgIcon {
    background: #0070c7;
    color: white;
}

/*
#side .highlights-text {
    color: #f5b500 !important;
}

#side .highlights-text-hover:hover {
    color: #f5b500 !important;
}
*/

#side .highlights-background {
    background: #f5b500 !important;
    color: #0070c7 !important;
}

#side .highlights-background-hover:hover {
    background: #f5b500 !important;
    color: #0070c7 !important;
}

h2, h3, h4, h5, h6, h7 {
    color: #333333 !important;
}

h1 {
    color: #0070c7 !important;
}

/* Layout */

#topheader {
    background: #0070c7;
    border-bottom: 1px solid #0070c7;
}

#outerHeader {
    background: #005699;
}

#header {
    border-bottom: 1px solid rgba(0,0,0,0.10);
}

#header, #mobileMenu {
    background: #005699;
}

#submenu, #submenu li:not(.action) {
    background: #005699 !important;
}

#submenu ul a, #header ul a {
    color: #FFFFFF;
}

#submenu li.action a {
    color: #005699 !important;
}

#submenu li.action a:hover {
    color: #FFFFFF !important;
    background: #005699;
}

#sideToggle {
    border-left: 1px solid rgba(0,0,0,0.10);
    border-right: 1px solid rgba(0,0,0,0.10);
}

#side hr {
    background-color: rgba(0,0,0,0.10);
}

#sideToggle, #allTabs {
    background: #005699;
    color: #FFFFFF;
    border-top: 3px solid #005699;
}

#sideToggle:hover, #allTabs:hover {
    color: #f5b500;
    background: #005699;
    border-top: 3px solid #f5b500;
}

#side, #nav, #sideFooter {
    background: #005699;
    color: #ccc;
}

#sideFooter a {
    color: #f5b500;
}

#bodyContent {
    border-color: #000000; border-width: 0;;
}

#globalSearchResults {
    border-color: #0070c7;
}

#showMoreResults:hover {
    color: #0070c7 !important;
}

.selected .highlights-tab, .highlights-tab:hover, .highlights-tab:focus {
    border-width: 3px 0 0 0;
    border-style: solid;
    border-color: #f5b500;
    color: #f5b500 !important;
}

#allTabsDropdown a:hover {
    color: #0070c7 !important;
}

/* Input */

input:focus, textarea:focus {
    outline: none;
    border: 1px solid #0070c7 !important;
}

.tagit-new input:focus, input.dark:focus, input#globalSearchInput:focus {
    border: none !important;
}

input[type=button], input[type=submit], .button, .button:visited, .dt-button, .ui-button, .button:link , :not(.mce-btn):not(.mce-window-head) > button:not(#cboxPrevious):not(#cboxNext):not(#cboxSlideshow):not(#cboxClose):not(.program-button):not([disabled]) {
    color:#606060 !important;
    fill:#606060 !important;
}

input[type=button]:hover, input[type=submit]:hover, .button:hover,  .dt-button:hover, .ui-button:not([disabled]):hover, :not(.mce-btn):not(.mce-window-head) > button:not(#cboxPrevious):not(#cboxNext):not(#cboxSlideshow):not(#cboxClose):not(.program-button):not([disabled]):hover {
    color: #0070c7 !important;
    fill: #0070c7 !important;
}

input[type=button]:active, input[type=submit]:active, .button:active, .dt-button, .ui-button:not([disabled]):active, .ui-state button:not(#cboxPrevious):not(#cboxNext):not(#cboxSlideshow):not(#cboxClose):not(.program-button):not([disabled]):active {
    color: #0070c7 !important;
    fill: #0070c7 !important;
}

input[disabled] , input[disabled]:hover , input[disabled]:active, select[disabled], button[disabled], a.disabledButton, a.disabledButton:hover, a.disabledButton:active {
    color:#606060 !important;
    fill:#606060 !important;
}

input:checked + .toggle {
    background-color: #f5b500;
}

input:focus + .toggle {
    box-shadow: 0 0 1px #f5b500;
}

.ui-widget-header a .ui-icon {
    background-image: url(../smoothness/images/ui-icons_ffffff_256x240.png);
}

.ui-widget-header a:hover .ui-icon {
    background-image: url(../smoothness/images/ui-icons_222222_256x240.png);
}

.toggleHeader, .ui-accordion-header {
    background: #cfcfcf !important;
    padding-left: 35px !important;
    border: none !important;
}

.toggleHeader, .ui-accordion-header:hover {
    background: #bfbfbf !important;
}

/* Icons */
.edit-icon {
    cursor: pointer;
    display: inline-block;
    vertical-align: bottom;
    width: 20px;
    height: 17px;
    margin-left: 1px;
    margin-right:1px;
    background: url("../../skins/icons/gray_dark/glyphicons_150_edit_small.png");
}

.edit-icon:hover {
    background: url("../../skins/icons/tvn/glyphicons_150_edit_small.png");
}

.copy-icon {
    cursor: pointer;
    display: inline-block;
    vertical-align: bottom;
    width: 17px;
    height: 17px;
    margin-left: 1px;
    margin-right:1px;
    background: url("../../skins/icons/gray_dark/glyphicons_154_more_windows.png");
}

.copy-icon:hover {
    background: url("../../skins/icons/tvn/glyphicons_154_more_windows.png");
}

.delete-icon {
    cursor: pointer;
    display: inline-block;
    vertical-align: bottom;
    width: 16px;
    height: 16px;
    margin-left: 1px;
    margin-right:1px;
    background: url("../../skins/icons/gray_dark/glyphicons_207_remove_2.png");
}

.delete-icon:hover {
    background: url("../../skins/icons/tvn/glyphicons_207_remove_2.png");
}

/* JQuery UI */

.ui-tabs .ui-tabs-nav li.ui-tabs-selected a{
	color: #0070c7;
}

.ui-datepicker {
    border: 1px solid #0070c7 !important;
}

.ui-progressbar .ui-progressbar-value {
    background: #0070c7;
}

.ui-tabs .ui-tabs-nav li:hover:not(.ui-state-disabled) a{
    color: #0070c7;
}

.ui-widget-content a {
    color: #0070c7;
}

.ui-dialog .ui-dialog-titlebar {
	background: #0070c7;
}

li.ui-menu-item:hover > a, li.ui-menu-item > a#ui-active-menuitem, li.ui-menu-item > a.ui-state-focus {
    background: #0070c7 !important;
}

/* Other */

.purpleInfo a, .purpleInfo a:visited, .inlinePurpleInfo a, .inlinePurpleInfo a:visited {
    color: #f5b500;
}

.small_card:hover, .small_card_hover {
    background: #0070c7 !important;
    color: #FFFFFF !important;
}

.qtip-light .qtip-content a:hover {
    color: #0070c7;
    text-decoration: none;
}

ul.tagit li.tagit-choice {
    background: white !important;
    color: #0070c7 !important;
    border-color: #0070c7 !important;
}

ul.tagit li.tagit-choice .tagit-label:not(a) {
    color: #0070c7;
}

ul.tagit li.tagit-choice .tagit-close .text-icon {
    color: #0070c7;
}

ul.tagit li.tagit-choice.remove {
    background: #DDDDDD !important;
}

#bodyContent a.extiw,#bodyContent a.extiw:active {
    color: #0070c7;
    background: none;
    padding: 0;
}

#bodyContent a.external {
    color: #0070c7;
}

a {
    color: #0070c7;
}

a:hover, a:focus {
    color: #0070c7;
}

a.reportTab:focus {
    border-color: #0070c7;
}

a:visited {
    color: #0070c7;
}

a:active {
    color: #0070c7;
}

.fontSize:hover, .fontSize.selected {
    color: #0070c7 !important;
}

.clicktooltip:hover {
    color: #f5b500;
}

/* Carousel */

.carouselPrev, .carouselNext {
    background: #005699;
}

.carouselPrev:hover, .carouselNext:hover {
    background: #0070c7;
}

/* AVOID */

.program-header {
    background: #0070c7;
}

.program-box {
    background: #0070c7;
}

.module, .module:hover, .module:visited {
    border: 2px solid #0070c7;
}
