/* based on code from
 * http://bootsnipp.com/snippets/featured/panels-with-nav-tabs
 */
.panel.with-nav-tabs .panel-heading {
    padding: 5px 5px 0 5px;
}

.panel.with-nav-tabs .nav-tabs {
    border-bottom: none;
}
/* breadcrumb separator */
.breadcrumb > li + li:before {
  padding: 0 5px;
  /*color: #ccc;*/
  content:">"
  /* content: "\25b9\00a0"; */
  /* ▹ / 0x 25B9 → */
}


.required label.control-label {
    font-weight: bold;
}
.required label.control-label:after {
    content: " *";
    color: mediumvioletred;
    text-align: left;
}

label.control-label {
    font-weight: normal;
}

a.extLink:after {
    font-family: FontAwesome;
    content: ' \f08e';
    font-size: 80%;
}

/* table sorter */
th.headerSortUp:after {
    font-family: FontAwesome;
    content: " \f077";
}
th.headerSortDown:after {
    content: " \f078";
    font-family: FontAwesome;
}


#id_date_start_0, #id_date_start_1 {
    width: 30%; display: inline-block;
    margin-left: 1em;
}
