@charset "utf-8";

/* Required form fields */
.required {
    font-weight: bold;
}

.required:after {
    content: " *";
}

/* Initially hidden containers */
.hidden-container {
    display: none;
}

/* Horizontally scrolling tables */
.datatable-scroll {
    overflow-x: auto;
}

/* Center main Title vertically */
.navbar .navbar-brand {
    line-height: 52px;
}

/* Hightlight menu items on focus (tabbing) */
/*
.nav-list > li .submenu > li > a:focus {
    background-color: #f1f5f9;
    color: #4b88b7;
}

.no-skin .nav-list > li > a:focus {
    background-color: #fff;
    color: #266cad
}
*/

/* Fix for button groups inside tables */
table .btn-group {
  white-space: nowrap;
}

table .btn-group .btn {
    float: none;
    display: inline-block;
}

/* Custom indentation of nested lists */
li > ol.list-indented,
li > ul.list-indented {
    margin-left: 1em;
}

/* Generic loader animations */
.loader-container {
    position: relative;
    
    height: 16em;
}

.editable-clear-x {
    background-image: none;
}

#statistics dl {
    margin-top: 10px;
}