/*
#body {
  padding-top: 90px;
}
*/

/* Special class on .container surrounding .navbar, used for positioning it into place. */
.navbar-wrapper {
  top: 0;
  right: 0;
  left: 0;
  z-index: 20;
}

/* Flip around the padding for proper display in narrow viewports */
/*
.navbar-wrapper > .container {
  padding-right: 0;
  padding-left: 0;
}
.navbar-wrapper .navbar {
  padding-right: 15px;
  padding-left: 15px;
}
*/

.navbar {
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  border-radius: 0;
}

h1 {
  margin-bottom: 30px;
}

h2 {
  margin-top: 10px;
  margin-bottom: 15px;
}

@media (min-width: 1400px) {
  .container {
    width: 1320px;
  }
}

/*
@media (min-width: 980px) {
  #body {
    padding-top: 70px;
  }
}



h2 {
  font-size: 24px;
  line-height: 30px;
}

h3 {
  font-size: 18px;
}
*/


/* footer */

footer {
  text-align: center;
  font-size: 12px;
}

footer hr {
  margin-bottom: 6px;
}

footer .version-info {
  text-align: center;
  font-size: 11px;
}


/* loading */

#loading {
  position: fixed;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  background: #242424 url(../../images/standard/fullscreen-loading.gif) no-repeat center center;
  opacity: 0.8;
  z-index: 10000;
}

input.date-picker {
  cursor: pointer;
}

input.select.nominlength {
  cursor: pointer;
  background-image: url(../../images/standard/bg-select-input.png);
  background-repeat: no-repeat;
  background-position: right center;
}

#body input.select {
  background-position: right center;
  background-repeat: no-repeat;
}

.btn {
  -webkit-user-select: none;
  -moz-user-select: none;
  -o-user-select: none;
  user-select: none;
}


.form-horizontal legend {
  font-size: 17px;
  margin-bottom: 40px;
}

input.select.fixed[readonly] {
  background-color: #ffffff;
}

.form-horizontal .legend {
  display: block;
  width: 100%;
  padding: 0;
  line-height: 40px;
  color: #333333;
  border: 0;
  border-bottom: 1px solid #e5e5e5;
  font-size: 15px;
  margin-bottom: 40px;
}

.form-horizontal .legend small {
  font-size: 15px;
  color: #999999;
}

.form-horizontal .legend + .form-group {
  margin-top: 20px;
  -webkit-margin-top-collapse: separate;
}

.form-horizontal .control-label {
  font-weight: bold;
}





/*.ui-autocomplete.ui-menu {
  max-height: 250px;
  overflow-y: auto;
  overflow-x: hidden;
}*/

/*.ui-menu .ui-menu-item a {
  padding: 3px .4em;
}*/
/*
.ui-menu .ui-menu-item a.ui-state-focus, .ui-menu .ui-menu-item a.ui-state-active {
  margin: 0;
}
*/

.ui-autocomplete {
  max-height: 250px;
  overflow-x: hidden;
  overflow-y: auto;

  position: absolute;
  top: 100%;
  left: 0;
  z-index: 1000;
  display: none;
  float: left;
  min-width: 160px;
  padding: 5px 0;
  margin: 2px 0 0;
  list-style: none;
  font-size: 14px;
  text-align: left;
  background-color: #ffffff;
  border: 1px solid #cccccc;
  border: 1px solid rgba(0, 0, 0, 0.15);
  border-radius: 4px;
  -webkit-box-shadow: 0 6px 12px rgba(0, 0, 0, 0.175);
  box-shadow: 0 6px 12px rgba(0, 0, 0, 0.175);
  background-clip: padding-box;
}

.ui-autocomplete > li > div {
  display: block;
  padding: 3px 20px;
  clear: both;
  font-weight: normal;
  line-height: 1.42857143;
  color: #333333;
  white-space: nowrap;
}

.ui-state-hover,
.ui-state-active,
.ui-state-focus {
  text-decoration: none;
  color: #262626;
  background-color: #f5f5f5;
  cursor: pointer;
}

.ui-helper-hidden-accessible {
  border: 0;
  clip: rect(0 0 0 0);
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute;
  width: 1px;
}

.ui-autocomplete-loading{
  background-image: url(../../images/standard/autocomplete-loading.gif);
}

.bootstrap-select .dropdown-menu > li > a:focus
{
  outline: none;
  background-color: #cccccc;
}

.btn-group .active.focus{
  outline: none;
  background-color: #e6e6e6;
  border-color: #adadad;
}
/*
.dropdown-menu > .selected > a, .dropdown-menu > .selected > a:hover, .dropdown-menu > .selected > a:focus
{
  color: #fff;
  text-decoration: none;
  background-color: #337ab7;
  outline: none;
}
*/

.table > tbody > tr > td {
  vertical-align: middle;
}

.padding-vertical-15 {
  padding-bottom: 15px;
  padding-top: 15px;
}


.form-group.has-error {
  margin-bottom: 0px;
}

.dropdown-submenu {
  position: relative;

}

.dropdown-submenu  > a::after {
  display: block;
  content: "";
  float: right;
  width: 0;
  height: 0;
  border-color: transparent;
  border-style: solid;
  border-width: 4px 0 4px 4px;
  border-left-color: #000;
  margin-top: 6px;
  margin-right: -10px;
}

.dropdown-submenu > ul.dropdown-menu {
  position: absolute;
  left: 100%;
  top: 0;
  margin-left: 5px;
}