/* Login */

#wrapper {
  background-color: #003364;
  background: linear-gradient(0deg, rgba(0,51,100,1) 0%, rgba(5,100,193,1) 100%);
}

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

#logo a {
  background: url(/img/header/glt-logo.png) no-repeat top left;
  display: block;
}

#submitBtn {
  box-shadow: inset 0px 1px 0px 0px #a4e271;
  background: linear-gradient(to bottom, #89c403 5%, #77a809 100%);
  background-color: #89c403;
  border-radius: 3px;
  border: 1px solid #124d77;
  display: inline-block;
  color: #ffffff;
  font-size: 14px;
  padding: 6px 24px;  
  text-shadow: 0px 1px 0px #528009;
}

#submitBtn:hover {
  background:linear-gradient(to bottom, #77a809 5%, #89c403 100%);  
  background-color:#77a809;
}

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


/* Header */

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

#mainIndex {
  background-image: none;
  background-color: #003364;
  background: linear-gradient(0deg, rgba(0,51,100,1) 0%, rgba(5,100,193,1) 100%);
  border-bottom: 4px solid #00ff00;
}

#mainIndex #logo {
  background: url(/img/header/glt-logo.png) no-repeat; 
  width: 99px; 
  height: 60px;
  margin: 8px 0  0 20px;
}


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

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

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

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


/* Dashboard */

#quick_search-body {
  background-color: #003364;
  background: linear-gradient(0deg, rgba(0,51,100,1) 0%, rgba(5,100,193,1) 100%);
}

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

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

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

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