.navbar
{
  -webkit-border-radius: 0px;
  -moz-border-radius: 0px;
  border-radius: 0px;
}

.container-fluid.start
{
  margin-top:60px;
}

.loadingAnim
{
  width:90px;
  text-align: center;
  float:left;
}

.navbar-header img
{
  float:left;
}

.form-control::-moz-placeholder
{
  color:#777777;
  font-style: italic;
}

.right
{
  float:right;
}

.navico
{
  padding-right:5px;
}

.btn:focus,.btn:active {
   outline: none !important;
}

.nomargintop
{
  margin-top:0px !important;
}

.nomargin
{
  margin:0 !important;
}

.margintb10
{
  margin:10px 0;
}

.margintb10strict
{
  margin-top:10px;
  margin-bottom:10px;
}

.margintb3
{
  margin:3px 0;
}

.paddingtb5
{
  padding:0 5px;
}

.lh-xs
{
  line-height: 22px;
}

.lh-sm
{
  line-height: 30px;
}

.lh-rg
{
  line-height: 34px;
}

.smallcaps
{
  font-variant: small-caps;
}

.lightgray
{
  color:#ccc;
}

.required
{
  border-color: #777777;
}

.btn-nopadding
{
  padding-top:0;
  padding-bottom:0;
}

.small-input
{
  height: 24px;
  padding: 1px 5px;
}

.modal-xlg .modal-dialog {
  width: 90%;
}

.modal-xmd .modal-dialog {
  width: 75%;
}

.border-bottom
{
  border-bottom: 1px solid #e5e5e5;
}

.bold
{
  font-weight: bold;
}

.higher
{
  height:80px !important;
}

.topmenu li a span.glyphicon
{
  font-size: 15px;
}


/* Bootstrap theme - selectui */

/* Helper class to show styles when focus */
.btn-default-focus {
  color: #333;
  background-color: #EBEBEB;
  border-color: #ADADAD;
  text-decoration: none;
  outline: 5px auto -webkit-focus-ring-color;
  outline-offset: -2px;
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 8px rgba(102, 175, 233, 0.6);
}


/* Fix Bootstrap dropdown position when inside a input-group */
.input-group > .ui-select-bootstrap.dropdown {
  /* Instead of relative */
  position: static;
}

.input-group > .ui-select-bootstrap > input.ui-select-search.form-control {
  border-radius: 4px; /* FIXME hardcoded value :-/ */
  border-top-right-radius: 0;
  border-bottom-right-radius: 0;
}

.ui-select-bootstrap > .ui-select-match {
  /* Instead of center because of .btn */
  text-align: left;
}

.ui-select-bootstrap > .ui-select-match > .caret {
  position: absolute;
  top: 45%;
  right: 15px;
}

/* See Scrollable Menu with Bootstrap 3 http://stackoverflow.com/questions/19227496 */
.ui-select-bootstrap > .ui-select-choices {
  width: 100%;
  height: auto;
  max-height: 200px;
  overflow-x: hidden;
}

.ui-select-multiple.ui-select-bootstrap {
  height: auto;
  padding: .3em;
}

.ui-select-multiple.ui-select-bootstrap input.ui-select-search {
  background-color: transparent !important; /* To prevent double background when disabled */
  border: none;
  outline: none;
  height: 1.666666em;
}

.ui-select-multiple.ui-select-bootstrap .ui-select-match .close {
  font-size: 1.6em;
  line-height: 0.75;
}

.ui-select-multiple.ui-select-bootstrap .ui-select-match-item{
  outline: 0;
}

.ui-select-bootstrap .ui-select-choices-row>a {
    display: block;
    padding: 3px 20px;
    clear: both;
    font-weight: 400;
    line-height: 1.42857143;
    color: #333;
    white-space: nowrap;
    border-bottom: 1px solid #ccc;
}

.ui-select-bootstrap .ui-select-choices-row>a:hover, .ui-select-bootstrap .ui-select-choices-row>a:focus {
    text-decoration: none;
    color: #262626;
    background-color: #f5f5f5;
}

.ui-select-bootstrap .ui-select-choices-row.active>a {
    color: #fff;
    text-decoration: none;
    outline: 0;
    background-color: #428bca;
}

.ui-select-bootstrap .ui-select-choices-row.disabled>a,
.ui-select-bootstrap .ui-select-choices-row.active.disabled>a {
    color: #777;
    cursor: not-allowed;
    background-color: #fff;
}

/* fix hide/show angular animation */
.ui-select-match.ng-hide-add,
.ui-select-search.ng-hide-add {
    display: none !important;
}

/* Mark invalid Bootstrap */
.ui-select-bootstrap.ng-dirty.ng-invalid > button.btn.ui-select-match {
    border-color: #D44950;
}

.ui-select-offscreen {
  clip: rect(0 0 0 0) !important;
  width: 1px !important;
  height: 1px !important;
  border: 0 !important;
  margin: 0 !important;
  padding: 0 !important;
  overflow: hidden !important;
  position: absolute !important;
  outline: 0 !important;
  left: 0px !important;
  top: 0px !important;
}

