/* from blue to orange #089de3 ->  #c56800 */
.banner, .btn, .user-menu, .double-bounce1, .double-bounce2, .gwt-MenuBar.gwt-MenuBar-vertical .gwt-MenuItem, .my-asyncdatagrid-pager-pagesize a, .searchButton, .gwt-DialogBox .Caption {
    background-color: #c56800!important;
}

#drop > a{
    background-color: #c56800!important;
}

a:hover{
    background-color: transparent!important;
}

.content .fieldTextBox, .content .form-textbox{
    border-color: #c56800!important;
}

.sidebar-hyperlink:hover, .leftSidebar .sidebar-hyperlink *:hover, .card-header, .reference-panel {
    color: #c56800!important;
} 

.leftSidebar .sidebar-hyperlink.sidebarItem-selected a:hover {
    color: white!important;
}

.searchAdvancedPanel{
    border-top: #c56800!important;
}

.switch-widget .switch:checked + .label-for-switch {
    background: #c56800!important;
    border-color: #c56800!important;
}

/* dark brown */
.user-menu .gwt-MenuItem-selected, .btn:hover, .gwt-MenuBar.gwt-MenuBar-vertical .gwt-MenuItem:hover, .searchButton:hover  {
    background-color: #572f00!important;
}

.metadata-update , .browseItemMetadata .gwt-TabBarItem-selected , .browseItemMetadata .gwt-TabBarItem:hover, .browseItemMetadata .gwt-TabBarItem::after {
    color: #572f00!important;
}

.browseItemMetadata .gwt-TabBarItem::after{
    background-color: #572f00!important;
}

.gwt-Anchor:hover{
    background-color:#c56800!important;
}

.btn-link, .btn-link-info, .link-info {
    background-color: transparent!important;
    color: #c56800!important;
}

.btn-link:hover , .btn-link-info:hover, .link-info:hover{
    background-color: transparent!important;
    color:#572f00!important;
}

.btn-outline-primary{
    background-color: transparent!important;
    color:#c56800!important;
    border: solid 1px #c56800!important;
}

.btn-outline-primary:hover{
    color: #fff!important;
    background-color: #c56800!important;
}

.sidebarHyperLink-selected {
    background: #572f00!important;
}

.btn-outline-danger {
    background-color: transparent!important;
    border: solid 1px #d9534f;
    color: #d9534f!important;
}

.btn-outline-danger:hover {
    background-color: #d9534f!important;
    color: #fff!important;
}

.btn-danger{
    background-color: #d9534f!important;
    color: #fff!important;
}

.btn-danger:hover{
    background-color: #c9302c!important;
    color: #fff!important;
}

.btn:disabled{
    background-color: #ddd!important;
}

.btn-link-info:disabled{
    background-color: transparent!important;
}

.header-logo {
    height: 90px;
    margin-top: 10px;
    margin-right: 10px;
    display: inline-block;
}

.header-text {
    height: 110px;
    display: inline-block;
    vertical-align: bottom;
    line-height: 110px;
}

.static-page .row .col_6{
    padding-bottom: 30px;
}

@media (min-width: 768px) {
    .max-width {
        max-width: 1280px;
    }
}