/* 
 * Copyright (C) www.vtiger.com. All rights reserved.
 * @license Proprietary
 */

/* Customized CSS styles over bootstrap theme */

body {
  /*font-family: 'Lucida Grande','Helvetica Neue',Helvetica,Arial,sans-serif;*/
  font-family: 'Helvetica Neue', Helvetica,Arial,Verdana,sans-serif;
  background-color: #f8f8f8;
  font-size: 14px;
  line-height: 160%;
}

p {
  font-family: inherit;
  margin: 0;
  font-size: 14px;
  line-height: 160%;
}

.navbar {
  margin-bottom: 0px;
}

body > .container-fluid {
  background-color: white;
  box-shadow: 0px 0 2px gray;
  -moz-box-shadow: 0px 0 2px gray;
  -webkit-box-shadow: 0px 0 2px gray;
  -ms-box-shadow: 0px 0 2px gray;
}

.navbar .brand {
  color: #ffffff;
  color: rgba(0, 0, 0, 0);
  background-image: url("https://www.vtiger.com/images/ColorWhiteLogo.png");
  background-size: 100%;
  background-repeat: no-repeat;
  background-position: 50%;
  margin-left: -5px;
  margin-right: 5px;
}

footer > p {
  text-align: center;
}
.footer {
  font-size: 0.85em;
  margin-top: 0px;
  padding: 15px 0 15px;
  border-top: 1px solid #e5e5e5;
}

.container-fluid {
  width: 900px;
}

body.page-Main_Page h1 {
  display: none;
}

body.page-Main_Page div.page-header {
  visibility: hidden;
}

.navbar .nav > li > a {
  float: none;
  padding: 11px 8px 8px 8px;
  line-height: 19px;
  color: #ffffff;
  text-decoration: none;
}

.search-query {
  border-radius: 5px;
  margin-left: 9px;
}

.navbar-inner {
  min-height: 45px;
  padding-top: 4px;
  padding-right: 20px;
  padding-left: 20px;
  background-color: #353535;
  /*background-image: -moz-linear-gradient(top,#333333,#222222);
  background-image: -ms-linear-gradient(top,#333333,#222222);
  background-image: -webkit-gradient(linear,0 0,0 100%,from(#333333),to(#222222));
  background-image: -webkit-linear-gradient(top,#333333,#222222);
  background-image: -o-linear-gradient(top,#333333,#222222);
  background-image: linear-gradient(top,#333333,#222222);
  background-repeat: repeat-x;
  filter: progid:dximagetransform.microsoft.gradient(startColorstr='#333333',endColorstr='#222222',GradientType=0);
  -webkit-box-shadow: 0 1px 3px rgba(0,0,0,0.25),inset 0 -1px 0 rgba(0,0,0,0.1);
  -moz-box-shadow: 0 1px 3px rgba(0,0,0,0.25),inset 0 -1px 0 rgba(0,0,0,0.1);
  box-shadow: 0 1px 3px rgba(0,0,0,0.25),inset 0 -1px 0 rgba(0,0,0,0.1);*/
  -webkit-border-radius: 0px;
  -moz-border-radius: 0px;
  border-radius: 0px;
}