﻿.UPS a,
.UPS .LinkNoLine, .UPS .TextBoxCB,
.UPS .CommonLink, 
.UPS .CommonLinkToggle,
.UPS .CommonLinkBold, 
.UPS .PageNavLinks,
.UPS .PageTitle,
.UPS .lnRegularUps,
.UPS .ColumnsTitle, .UPS .TextBox {color: #008369;}

.UPS .ColumnViewButton {background-color: #008369;}
.UPS .GlobalSearchButton {background-color: rgb(246,139,32);color: #FFFFFF;}

.UPS .DeleteButton, 
.UPS .CloseButton, 
.UPS .CancelButton, 
.UPS .TableCancelButton, 
.UPS .TableCancel  {background-color: #595555;color: #ffffff;  padding: 8px 10px;}

.UPS .SearchButton, 
.UPS .ApplyButton, 
.UPS .SaveButton, 
.UPS .ApplyListingButton, 
.UPS .AddButton, 
.UPS .RenameButton, 
.UPS .UpdateButton, 
.UPS .AddNewButton, 
.UPS .TableSaveButton, .UPS .TableSave {background-color: #008369;color: #FFFFFF; padding: 8px 10px;}

.UPS .Title {background-color: #008369;color: #FFFFFF; padding: 9px 0; text-indent: 10px;}

.UPS .CommonActionTable, .UPS .GridTextBox, .UPS .TextListStockQty  {background-color: #FFFFFF;color: #008369;}

/* ResizableControl */
.UPS .resizingText, .UPS .TextBox:focus, .UPS .TextBox:active {border-color: #008369;}

/* New theme modification */

.UPS .RadTreeView_Default .rtHover .rtIn {
    background-color: #e9eff2 !important;
}

.UPS .RadTreeView_Default .rtSelected .rtIn  {
    background-color: #595555 !important;
}

.UPS .RadTreeView_Default .rtSelected.rtHover .rtIn  {
    color: #fff !important;
}

.UPS .aspCombobox:hover {
    border-bottom: 1px solid #008369;
}

.UPS .sco-tabs .ajax__tab_header .ajax__tab_active .ajax__tab_tab {
    border-bottom: 2px solid #008369;
    color: #008369;
}

.UPS .sco-tabs .rtsLink {
    color: #008369 !important;
}

    .UPS .sco-tabs .rtsLink.rtsSelected {
        border-bottom: 2px solid #008369;
    }


.UPS .material-icons.orange {
    color: #c67d30 !important;
}

.UPS .material-icons.green {
    color: #008369 !important;
}

.UPS .material-icons.blue {
    color: #426da9 !important;
}

.UPS .loading-bar-circular {
    border-top-color: #008369;
    border-left-color: #008369;
}

.UPS .loader {
  background: #008369;
  background: -moz-linear-gradient(left, #008369 10%, rgba(0,128,255, 0) 42%);
  background: -webkit-linear-gradient(left, #008369 10%, rgba(0,128,255, 0) 42%);
  background: -o-linear-gradient(left, #008369 10%, rgba(0,128,255, 0) 42%);
  background: -ms-linear-gradient(left, #008369 10%, rgba(0,128,255, 0) 42%);
  background: linear-gradient(to right, #008369 10%, rgba(0,128,255, 0) 42%);
}
.UPS .loader:before {
  background: #008369;
}

