.form-control.hasDatepicker {
  background-color: #ffffff !important;
}

.custom-combobox {
  position: relative;
  display: inline-block;
}
.custom-combobox-toggle {
  position: absolute;
  top: 0;
  bottom: 0;
  margin-left: -1px;
  padding: 0;
}
.custom-combobox-input {
  margin: 0;
  padding: 5px 10px;
  background-color: #ffffff !important;
}

.custom-combobox-input.ui-state-default {
  background-image: none !important;
  background-color: #ffffff !important;
}

[data="options"] {
  position: absolute;
  background: #fff;
  border: 1px solid #ccc;
  border-top-color: #d9d9d9;
  box-shadow: 0 2px 4px rgba(0,0,0,0.2);
  -webkit-box-shadow: 0 2px 4px rgba(0,0,0,0.2);
  cursor: default;
  min-width: 350px;
  max-height: 200px;
  overflow-y: scroll;
  z-index: 99999;
  padding: 5px 12px 12px 12px;
  list-style: none;
  font-size: 14px;
  display: none;
}
[data="options"] > li:hover {
  background: #f1f1f1;
  font-size: 16px;
}

.field-error {
  font-size: 12px;
  font-style: italic;
  margin-left: 10px;
  display: inline;
}

.asterisk {
  font-size: 19px;
  color: #ff0000;
  z-index: 99;
}

.breadcrumb>li {
  text-transform: uppercase;
}
#middle-message {
  text-align: center;
  position: absolute;
  width: 75%;
  display: inline;
}
  
td { 
  
}
input {

}
.margin-top-25 {
  margin-top: 25px;
}
body {
  background-color: #dddddd !important;
}
.pull-right .form-control {
  height: 28px !important;
  padding-top: 4px !important;
}
#footer {
  font-style: italic;
}

a:link {
  color: #0B6EB2 !important;
}

/*
* Bootstrap modification.
*/
.control-label {
  display: inline !important;
}

.panel-default>.panel-heading {
  color: #FBECD9 !important;
  background-color: #B3957D !important;
  border-color: #FFF !important;
}
/*
.form-control {
  background-color: #ffffff !important;
}
*/
.panel-body {
  background-color: #faf0e7 !important;
}
.panel-default>.panel-heading {
  color: #000000 !important;
}

.truncate-advertiser {
  max-width:100%;
  white-space: nowrap;
  overflow:hidden;
  text-overflow: ellipsis;
  display: block;
}

