

header h1 {
	font-family: 'Exo', sans-serif;
	font-size: 38px;
}

p, address, section {
	font-family: 'Roboto', sans-serif;
}

address {
	margin-top:20px;
}

#frmlogout {
	display:block;
}

.form-signin {
  max-width: 330px;
  padding: 0 15px;
  margin: 0 auto;
}
.form-signin .form-signin-heading,
.form-signin .checkbox {
  margin-bottom: 10px;
}
.form-signin .checkbox {
  font-weight: normal;
}
.form-signin .form-control {
  position: relative;
  height: auto;
  -webkit-box-sizing: border-box;
     -moz-box-sizing: border-box;
          box-sizing: border-box;
  padding: 10px;
  font-size: 16px;
}
.form-signin .form-control:focus {
  z-index: 2;
}
.form-signin input[type="text"] {
  margin-bottom: -1px;
  border-bottom-right-radius: 0;
  border-bottom-left-radius: 0;
}
.form-signin input[type="password"] {
  margin-bottom: 10px;
  border-top-left-radius: 0;
  border-top-right-radius: 0;
}

.required {
	color:#a94442;
	font-weight:bold;
}

/* search filter */
.search-open {
    display: block;
}

.search-close {
    display: none;
}

.logo {
    width: 270px;
    height: 210px;
    background-image: url("images/logo_bacardi.png");
    margin: 80px auto;

}

.login__link {
    display: block;
    text-align: right;
    text-transform: uppercase;
    font-weight: bold;
}

.main__text {
    margin: 40px 100px;
    line-height: 1.8;
}

.content__main {
    width: 80%;
    margin: 0 auto;
}

.table th {
    text-transform: uppercase;
    color: #000000;
    padding: 10px 10px;
}

.table thead tr {
    border-bottom: solid 3px black;
}

.td__name {
    font-weight: bold;
}

.td__bold {
    font-weight: bold;
}

input#id.form-control  {
    width: auto;
}

a.extra-step-remove {
    color: #fff;
    text-decoration: none;
    background-color: #c10020;
    border-radius: 3px;
    padding: 10px;
    font-weight: normal;
}

#search-filter-form {
    background: #f1f1f1;
    padding: 20px 0 20px 0;
    border-radius: 5px;
}

#search-filter-form hr {
    display: none;
}

#search-filter-form .col-sm-1.control-label {
    padding-right: 0;
}

#search-filter-form .search__input {
}

#search-filter-form .search__label {
}


#apps-search-wrapper .col-sm-1 {
    width: 140px;
}

#apps-search-wrapper .col-sm-1:first-child {
    width: 80px;
}

#apps-search-wrapper input {
    width: 150px;
}

#apps-search-wrapper #search-submit {
}

#search-filter-form input[type="text"]  {
    height: 30px;

}

#clients-search-wrapper input, #cultures-search-wrapper input, #difficulties-search-wrapper input, #ingredients-search-wrapper input{
    width: 300px;
}

#basespirits-search-wrapper #search-submit {
    margin-left: 25px;
}

#cocktails-search-wrapper label.col-md-2.control-label {
    width: 134px;
}

#cocktails-search-wrapper .row_advancedsearch label.col-md-2.control-label {
    width: 123px;
}

#cocktails-search-wrapper #search-submit {
    margin-left: 30px;
}

#cocktails-search-wrapper .col-md-2.search__input {
    margin-top: 5px;
}

@font-face {
    font-family: 'Glyphicons Halflings';

    src: url('fonts/glyphicons-halflings-regular.eot');
    src: url('fonts/glyphicons-halflings-regular.eot?#iefix') format('embedded-opentype'), url('fonts/glyphicons-halflings-regular.woff2') format('woff2'), url('fonts/glyphicons-halflings-regular.woff') format('woff'), url('fonts/glyphicons-halflings-regular.ttf') format('truetype'), url('fonts/glyphicons-halflings-regular.svg#glyphicons_halflingsregular') format('svg');
}

.header-with-filter {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  margin-top: 20px;
  margin-bottom: 10px;
}

.header-with-filter h3 {
  margin: 0 5px 0 0;
}

.navbar-default .navbar-nav > .active > a {
  background-color: #c10020 !important;
}
