/* Login */

#wrapper { 
  background: linear-gradient(180deg, #dbdbdb 0%, #153472 80%);
}

#login-wrapper {
  background: none;
  width: 300px;
}

#logo {
  padding-top: 30px;
  height: 80px;
}

#logo a {
  background: url(/img/header/neptune-logo.png) no-repeat top left;
  background-size: 300px 50px;
  display: block;
  width: 300px;
  height: 50px;
}

#submitBtn {
  box-shadow: inset 0px 1px 0px 0px #249759;
  background: linear-gradient(0deg, #0c6535 50%, #249759 100%);
  background-color: #249759;
  border-radius: 3px;
  border: 1px solid #0c6535;
  display: inline-block;
  color: #ffffff;
  font-size: 14px;
  padding: 6px 24px;  
  text-shadow: 0px 1px 0px #000000;
}

#submitBtn:hover {
  background: linear-gradient(180deg, #0c6535 50%, #249759 100%);
  background-color: #249759;
}

#submitBtn:active {
  position:relative;
  top:1px;
}


/* Header */

#mainIndex, #header_right {
  height: 74px !important;
}

#mainIndex {
  background-image: none;
  background: linear-gradient(180deg, #fff 45%, #828181 100%);
  border-bottom: 4px solid #153472;
}

#mainIndex #logo {
  background: url(/img/header/neptune-logo.png) no-repeat top left;  
  background-size: 300px 50px; 
  margin: 8px 0  0 20px;
}

#mainIndex #header_right {
  color: #0c6535;
}

#mainIndex > p, #header_right > .date {
  display: none;
}

#mainIndex #header_right .user_info {
  margin-top: 9px;
}

#btnUserAccount, #btnLogout {
  color: #0c6535 !important;
}

#btnUserAccount:hover, #btnLogout:hover {
  color: #153472 !important;
}

.toolbar_main_menu_button .x-btn-inner, .toolbar_btn_admin .x-btn-inner {
  color: #0c6535;
}    


/* Dashboard */

#quick_search-body {
  background-color: #153472;
  background: linear-gradient(180deg, #153472 60%, #36599f 100%)
}

.fcl-link span {
  color: #153472 !important;
}

.fcl-box h2 {
  color: #153472;
}

.fcl-top .fcl-top-left {
  color: #153472 !important;
}

#panel-1052-body > hr, #panel-1053-body > div > hr {
  color: #0c6535 !important;  
}