.ui-state-default, .ui-widget-content .ui-state-default, .ui-widget-header .ui-state-default, .ui-button, html .ui-button.ui-state-disabled:hover, html .ui-button.ui-state-disabled:active {
  background: #006aaf;
  border: solid 1px #006aaf;
  color: #fff;
}
.ui-state-hover, .ui-widget-content .ui-state-hover, .ui-widget-header .ui-state-hover, .ui-state-focus, .ui-widget-content .ui-state-focus, .ui-widget-header .ui-state-focus, .ui-button:hover, .ui-button:focus {
  background: #006aaf;
  border: solid 1px #006aaf;
  color: #fff;
}

#Header {
  background: #FFF;
  border-bottom: 2px solid #CCC;
  float: initial;
  height: 50px;
  /*left: 0;*/
  /*position: fixed;*/
  /*top: 0;*/
  z-index: 2;
}

#Footer {
  display: none!important;
}

#Application {
  margin-top: 60px;
  padding-left: 10px;
  padding-right: 10px;
  padding-top: 20px;
  width: 100%;
  z-index: 1;
}

.nav-site .heading {
  background-color: #006aaf;
  border: solid 1px #006aaf;
}

.nav-site.sites {
    border: solid 2px #006aaf;
}

#Navigations.ui-widget-header {
  background-color: #3c6aaa;
  background-image: none;
  border-radius: 0;
  box-sizing: border-box;
  height: initial;
  left: 0;
  margin: 0;
  position: absolute;
  right: auto;
  top: 50px;
  width: 100%;
  z-index: 1000;
}

#NavigationMenu .menu {
  background: #f0f0f0;
  border-radius: 0;
  border: 1px solid #3c6aaa!important;
  border-top: 0;
  outline: 0;
  padding: 10px;
}

#MainCommandsContainer {
  bottom: 0;
}

#ViewModeContainer .ui-widget-header {
  background: #8e9ea2;
}

.ui-widget.ui-widget-content {
  border-color: #ccc;
}

.ui-widget-content {
  background: #f9f9f9
}

#EditorTabs.ui-widget-content {
  border-color: #ccc;
}

.ui-state-default, .ui-widget-content .ui-state-default, .ui-widget-header .ui-state-default {
  background: #fff;
}

.ui-state-default, .ui-widget-content .ui-state-default, .ui-widget-header .ui-state-default {
  background-color: #f9f9f9;
}

#CurrentIndex {
  background: #fff;
  border: 0;
  color: #000;
}

#EditorTabs {
  background: #8e9ea2
}

table .ui-widget-header {
  background: #8e9fa2;
  border-color: #f9f9f9;
}

#PortalLink {
  display: none!important;
}

input:focus, textarea:focus, select:focus {
  background-color: #ecf7ff;
}

#HeaderTitle {
  color: #3c6aaa;
}

.ui-state-default a, .ui-state-default a:link {
  color: #333;
}

thead .ui-widget-header {
  background: #8e9fa2;
}

.grid-row .comment {
  background: #eaf5ff;
}
.grid-row:hover .comment {
  background: #eaf5ff;
  border-color: #8e9fa2;
}

.ui-multiselect-header {
  background: #3c6aaa;
}

.focus-inform {
  border-color: #8e9fa2!important;
}

.link-creations button {
  margin-top: 10px;
}

#StartGuide, #EnterPriseBanner, #SupportBanner, #CasesBanner {
  display: none!important;
}

.ui-state-default, .ui-widget-content .ui-state-default.ui-state-active,
.ui-widget-header .ui-state-default.ui-state-active {
  background: #006aaf;
  font-weight: bold;
  color: #fff;
}

.ui-state-default.ui-state-active a, .ui-state-default.ui-state-active a:link {
  color: #fff;
}

@media screen and (max-width: 980px) and (min-width: 0) {
  #Header {
    height: auto;
  }
  #Navigations.ui-widget-header {
    top: 100px;
  }
  #Header a#navtgl {
    background: #3c6aaa;
    border-color: #3c6aaa;
  }
}

