/* Login */

#wrapper {
  background-color: #1c3946;
  background: linear-gradient(180deg, rgb(0, 0, 0) 20%, rgb(33, 154, 209) 90%);
}

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

#logo {
  height: 124px;
}

#logo a {
  background: url(/img/header/latin-pro-logo.png) no-repeat top left;
  display: block;
  width: 150px;
  height: 108px;
}

#submitBtn {
  box-shadow: inset 0px 1px 0px 0px #219ad1;
  background: inear-gradient(0deg, rgb(22, 103, 141) 0%, rgb(33, 154, 209) 100%);
  background-color: #0b7aad;
  border-radius: 3px;
  border: 1px solid #124d77;
  display: inline-block;
  color: #ffffff;
  font-size: 14px;
  padding: 6px 24px;  
  text-shadow: 0px 1px 0px #000000;
}

#submitBtn:hover {
  background: linear-gradient(180deg, rgb(22, 103, 141) 0%, rgb(33, 154, 209) 100%);
  background-color: #219ad1;
}

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


/* Header */

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

#mainIndex {
  background-image: none;
  background-color: #1c3946;
  background: linear-gradient(0deg, rgb(0, 0, 0) 0%, rgb(33, 154, 209) 85%);
  border-bottom: 4px solid #2a6782;
}

#mainIndex #logo {
  background: url(/img/header/latin-pro-logo-small.png) no-repeat top left; 
  width: 99px; 
  height: 71px;
  margin: 1px 0  0 20px;
}


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

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

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

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


/* Dashboard */

#quick_search-body {
  background-color: #193d4d;
  background: linear-gradient(0deg, rgb(0, 0, 0) -20%, rgb(33, 154, 209) 85%);
}

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

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

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

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